FluentReader/README.md

85 lines
3.5 KiB
Markdown
Raw Normal View History

2020-06-09 08:39:31 +02:00
<p align="center">
2021-01-20 03:16:54 +01:00
<img width="120" height="120" src="https://github.com/yang991178/fluent-reader/raw/master/build/icon.png">
2020-06-09 08:39:31 +02:00
</p>
<h3 align="center">Fluent Reader</h3>
2020-06-12 07:21:47 +02:00
<p align="center">A modern desktop RSS reader</p>
2020-07-10 10:26:52 +02:00
<p align="center">
<img src="https://img.shields.io/github/v/release/yang991178/fluent-reader?label=version" />
<img src="https://img.shields.io/github/downloads/yang991178/fluent-reader/total" />
<img src="https://github.com/yang991178/fluent-reader/workflows/CI%2FCD%20Release/badge.svg" />
</p>
2020-06-09 08:39:31 +02:00
<hr />
2020-06-12 07:21:47 +02:00
## Download
2020-06-17 03:52:18 +02:00
For Windows 10 users, the recommended way of installation is through [Microsoft Store](https://www.microsoft.com/store/apps/9P71FC94LRH8?cid=github).
2020-06-29 03:52:13 +02:00
This enables auto-update and experimental ARM64 support.
macOS users can also get Fluent Reader from the [Mac App Store](https://apps.apple.com/app/id1520907427).
2020-06-17 03:52:18 +02:00
2020-06-29 03:52:13 +02:00
If you are using Linux or an older version of Windows, you can [get Fluent Reader from GitHub releases](https://github.com/yang991178/fluent-reader/releases).
2020-06-17 03:52:18 +02:00
2021-01-20 03:16:54 +01:00
### Mobile App
2021-01-28 10:25:31 +01:00
The repo of the mobile version of this app [can be found here](https://github.com/yang991178/fluent-reader-lite).
2021-01-20 03:16:54 +01:00
2020-06-17 03:52:18 +02:00
## Features
2020-06-12 07:21:47 +02:00
<p align="center">
2021-01-20 03:16:54 +01:00
<img src="https://github.com/yang991178/fluent-reader/raw/master/docs/imgs/screenshot.jpg">
2020-06-12 07:21:47 +02:00
</p>
2020-06-17 03:52:18 +02:00
- A modern UI inspired by Fluent Design System with full dark mode support.
2021-01-09 13:57:32 +01:00
- Read locally or sync with self-hosted services compatible with Fever or Google Reader API.
- Sync with RSS Services including Inoreader, Feedbin, The Old Reader, BazQux Reader, and more.
2020-06-17 03:52:18 +02:00
- Importing or exporting OPML files, full application data backup & restoration.
- Read the full content with the built-in article view or load webpages by default.
- Search for articles with regular expressions or filter by read status.
- Organize your subscriptions with folder-like groupings.
2020-06-20 09:55:10 +02:00
- Single-key [keyboard shortcuts](https://github.com/yang991178/fluent-reader/wiki/Support#keyboard-shortcuts).
2020-06-25 08:52:06 +02:00
- Hide, mark as read, or star articles automatically as they arrive with regular expression rules.
2020-07-10 10:26:52 +02:00
- Fetch articles in the background and send push notifications.
2020-06-25 08:52:06 +02:00
2021-01-09 13:57:32 +01:00
Support for other RSS services are [under fundraising](https://github.com/yang991178/fluent-reader/issues/23).
2020-06-17 03:52:18 +02:00
2020-06-09 08:39:31 +02:00
## Development
2020-06-19 04:29:47 +02:00
### Contribute
2020-06-21 08:51:28 +02:00
Help make Fluent Reader better by reporting bugs or opening feature requests through [GitHub issues](https://github.com/yang991178/fluent-reader/issues).
2020-06-19 04:29:47 +02:00
You can also help internationalize the app by providing [translations into additional languages](https://github.com/yang991178/fluent-reader/tree/master/src/scripts/i18n).
2020-06-20 09:55:10 +02:00
Refer to the repo of [react-intl-universal](https://github.com/alibaba/react-intl-universal) to get started on internationalization.
2020-06-19 04:29:47 +02:00
2020-08-18 17:36:22 +02:00
If you enjoy using this app, consider supporting its development by donating through [GitHub Sponsors](https://github.com/sponsors/yang991178), [Paypal](https://www.paypal.me/yang991178), or [Alipay](https://hyliu.me/fluent-reader/imgs/alipay.jpg).
2020-06-19 04:29:47 +02:00
2020-06-09 08:39:31 +02:00
### Build from source
```bash
# Install dependencies
npm install
# Compile ts & dependencies
npm run build
# Start the application
npm run electron
2020-06-11 07:35:14 +02:00
# Generate certificate for signature
electron-builder create-self-signed-cert
2020-06-09 08:39:31 +02:00
# Package the app for Windows
npm run package-win
```
### Developed with
- [Electron](https://github.com/electron/electron)
- [React](https://github.com/facebook/react)
- [Redux](https://github.com/reduxjs/redux)
- [Fluent UI](https://github.com/microsoft/fluentui)
2020-09-02 04:47:26 +02:00
- [Lovefield](https://github.com/google/lovefield)
2020-08-05 13:03:05 +02:00
- [Mercury Parser](https://github.com/postlight/mercury-parser)
2020-06-09 08:39:31 +02:00
### License
BSD