FluentReader/docs/index.html

82 lines
4.0 KiB
HTML
Raw Normal View History

2020-06-17 03:42:13 +02:00
<html>
<head>
<title>Fluent Reader</title>
<link rel="icon" href="imgs/icon.png">
<link rel="stylesheet" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
</head>
<body>
<div class="logo-container">
<img src="imgs/logo.svg" />
<header>Fluent Reader</header>
</div>
<div class="light-container">
<div class="screenshot elevate"><img src="imgs/light.png" /></div>
<h1>Modern desktop RSS reader. Open-source.</h1>
<p>
Fluent Reader is a local, cross-platform news aggregator with a fresh look.
Bring all your favorite sources with you and read distraction-free.
</p>
</div>
<div class="features-container">
<section class="elevate">
<h2>Open & Organized.</h2>
<p>
Import your sources from an OPML file and resume reading right away.
Easily organize sources with groups. Move between computers with full
data backups, and share your sources with OPML exports.
</p>
<img class="elevate" src="imgs/opml.png" />
</section>
<section class="elevate">
2020-06-20 09:55:10 +02:00
<h2>Read fluently.</h2>
2020-06-17 03:42:13 +02:00
<p>
Enjoy your contents like never before with the built-in article view
for RSS full text tailored to maximize focus. Source only comes with
snippets? Configure to load webpage with Chromium-based webview
or open externally by default.
</p>
<img class="elevate" src="imgs/read.png" />
</section>
<section class="elevate">
<h2>Search. Filter.</h2>
<p>
Find anything you want with the power of regular expressions. Search in
both titles and full contents of articles. Mark articles as starred,
hidden, or unread and filter. Automatically categorize
articles into customized feeds and pages (soon).
</p>
<img class="elevate center" src="imgs/search.png" />
</section>
<section class="elevate">
<h2>Privacy first.</h2>
<h3>All your data stays with you.</h3>
<h3>All cookies cleared upon exit.</h3>
<h3>XSS blocked in an isolated context.</h3>
<h3>No personal information collected, ever.</h3>
<h3>Behavior tracking limited.</h3>
<h3>Strict Content Security Policy enforced.</h3>
2020-06-20 09:55:10 +02:00
<h3>Proxy support with PAC.</h3>
2020-06-17 03:42:13 +02:00
<br />
<h3><span>■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■</span></h3>
<h3><span>■ ■ ■ ■ ■ ■</span></h3>
<h3><span>■ ■ ■ ■ ■ ■ ■ ■ ■</span></h3>
<h3><span>■ ■ ■ ■ ■ ■ ■</span></h3>
</section>
</div>
<div class="dark-container">
<div class="screenshot elevate"><img src="imgs/dark.png" /></div>
<h1>Oh, it also comes in black.</h1>
<p>Full system-level dark mode support for both UI and reading.</p>
</div>
<div class="get-container">
<div><a href="https://www.microsoft.com/store/apps/9P71FC94LRH8?cid=website"><img class="ms-get" src="imgs/store.png" /></a></div>
<div><a href="https://github.com/yang991178/fluent-reader/releases">Download for macOS or older Windows</a></div>
<div class="links">
<a href="https://github.com/yang991178/fluent-reader/">GitHub</a>
2020-06-20 09:55:10 +02:00
<a href="https://github.com/yang991178/fluent-reader/wiki/Privacy">Privacy</a>
<a href="https://github.com/yang991178/fluent-reader/wiki/Support">Help</a>
2020-06-17 03:42:13 +02:00
</div>
</div>
</body>
</html>