diff options
| author | 2020-08-18 15:01:14 +0200 | |
|---|---|---|
| committer | 2020-08-18 15:01:14 +0200 | |
| commit | 162f31f82ed0c116f1517d65fe77993dd245ae67 (patch) | |
| tree | 600a484dfb76e17ea681556d93f23614c37676e1 /docs | |
| parent | ee31722072a8b114beaf074193b7a7a6fd65fd30 (diff) | |
Docs: Add Fluent Reader to API Clients (#3140)
* Docs: Add Fluent Reader to API Clients
Fluent Reader is a desktop RSS reader built with Electron, React, and Fluent UI supporting Fever API.
See more: https://github.com/yang991178/fluent-reader
* RSS client list: Add section for cross plattform
Adds in the RSS Client List a Section for Cross-Plattform Desktop Clients (Windows, Linux and MacOS)
* Docs: API Clients: Table instead of List
* Docs: API Clients: Change `Free Software` to `License`
* Add me (No Name Pro) to Credits-File :)
* Docs (FR): API Client List as table + Fluent Reader
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/en/users/06_Fever_API.md | 21 | ||||
| -rw-r--r-- | docs/fr/users/06_Fever_API.md | 21 |
2 files changed, 16 insertions, 26 deletions
diff --git a/docs/en/users/06_Fever_API.md b/docs/en/users/06_Fever_API.md index 5da090872..0a0da90a5 100644 --- a/docs/en/users/06_Fever_API.md +++ b/docs/en/users/06_Fever_API.md @@ -18,19 +18,14 @@ Then point your mobile application to the `fever.php` address (e.g. `https://fre ## Compatible clients -Tested with: - -* Android - * [Readably](https://play.google.com/store/apps/details?id=com.isaiasmatewos.readably) (Closed source) - -* iOS - * [Fiery Feeds](https://apps.apple.com/app/fiery-feeds-rss-reader/id1158763303) (Closed source) - * [Unread](https://apps.apple.com/app/unread-rss-reader/id1252376153) (Commercial) - * [Reeder](https://www.reederapp.com/) (Commercial) (Use its Google Reader API / native FreshRSS option when possible) - -* MacOS - * [ReadKit](https://apps.apple.com/app/readkit/id588726889) (Commercial) - +| App | Platform | License | +|:----------------------------------------------------------------------------------:|:-------------------:|:--------------------------------------------------------:| +|[Fluent Reader](https://hyliu.me/fluent-reader/) |Windows, Linux, macOS|[BSD-3-Clause](https://github.com/yang991178/fluent-reader/blob/master/LICENSE)| +|[Readably](https://play.google.com/store/apps/details?id=com.isaiasmatewos.readably)|Android |Closed Source | +|[Fiery Feeds](https://apps.apple.com/app/fiery-feeds-rss-reader/id1158763303) |iOS |Closed Source | +|[Unread](https://apps.apple.com/app/unread-rss-reader/id1252376153) |iOS |Closed Source | +|[Reeder](https://www.reederapp.com/) |iOS |Closed Source | +|[ReadKit](https://apps.apple.com/app/readkit/id588726889) |macOS |Closed Source | ## Features diff --git a/docs/fr/users/06_Fever_API.md b/docs/fr/users/06_Fever_API.md index e6b2f7cc6..34dd39e91 100644 --- a/docs/fr/users/06_Fever_API.md +++ b/docs/fr/users/06_Fever_API.md @@ -23,19 +23,14 @@ Connectez ensuite votre application mobile en utilisant l'adresse de l'API ## Clients compatibles -Testé avec : - -* Android - * [Readably](https://play.google.com/store/apps/details?id=com.isaiasmatewos.readably) (Propriétaire) - -* iOS - * [Fiery Feeds](https://apps.apple.com/app/fiery-feeds-rss-reader/id1158763303) (Propriétaire) - * [Unread](https://apps.apple.com/app/unread-rss-reader/id1252376153) (Commercial) - * [Reeder](https://www.reederapp.com/) (Commercial) (Connectez-vous plutôt par son option Google Reader API) - -* MacOS - * [ReadKit](https://apps.apple.com/app/readkit/id588726889) (Commercial) - +| App | Platform | License | +|:----------------------------------------------------------------------------------:|:-------------------:|:--------------------------------------------------------:| +|[Fluent Reader](https://hyliu.me/fluent-reader/) |Windows, Linux, macOS|[BSD-3-Clause](https://github.com/yang991178/fluent-reader/blob/master/LICENSE)| +|[Readably](https://play.google.com/store/apps/details?id=com.isaiasmatewos.readably)|Android |Source fermée | +|[Fiery Feeds](https://apps.apple.com/app/fiery-feeds-rss-reader/id1158763303) |iOS |Source fermée | +|[Unread](https://apps.apple.com/app/unread-rss-reader/id1252376153) |iOS |Source fermée | +|[Reeder](https://www.reederapp.com/) |iOS |Source fermée | +|[ReadKit](https://apps.apple.com/app/readkit/id588726889) |macOS |Source fermée | ## Fonctionnalités |
