Просмотр исходного кода

Reeder added native support (#2578)

* Reeder aded native support
Added Reeder as supported in Reader page
Clarified how to use the Fever API with Reeder
Fixed some typos on both pages
Stoinov 6 лет назад
Родитель
Сommit
6d330206af
2 измененных файлов с 8 добавлено и 7 удалено
  1. 4 4
      docs/en/users/06_Fever_API.md
  2. 4 3
      docs/en/users/06_Mobile_access.md

+ 4 - 4
docs/en/users/06_Fever_API.md

@@ -26,10 +26,10 @@ Tested with:
 - 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 option instead)
+  - [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)
+  - [ReadKit](https://apps.apple.com/app/readkit/id588726889) (Commercial)
 
 
 ## Features
@@ -75,7 +75,7 @@ Add a body to your POST request encoded as `form-data` and one key named `api_ke
 curl -s -F "api_key=$api_key" 'https://freshrss.example.net/api/fever.php?api'
 ```
 
-This shoud give:
+This should give:
 ```json
 {
 	"api_version": 3,
@@ -83,7 +83,7 @@ This shoud give:
 	"last_refreshed_on_time": "1520013061"
 }
 ```
-Perfect, you are authenticated and can now start testing the more advanced features. Therefor change the URL and append the possible API actions to your request parameters. Check the [original Fever documentation](https://feedafever.com/api) for more infos.
+Perfect, you are authenticated and can now start testing the more advanced features. Therefor change the URL and append the possible API actions to your request parameters. Check the [original Fever documentation](https://feedafever.com/api) for more information.
 
 Some basic calls are:
 

+ 4 - 3
docs/en/users/06_Mobile_access.md

@@ -43,7 +43,7 @@ See the [page about the Fever compatible API](06_Fever_API.md) for another possi
 
 # Compatible clients
 
-6. On the same FreshRSS API page, note the adress given under “Your API address”, like `https://freshrss.example.net/api/greader.php`
+6. On the same FreshRSS API page, note the address given under “Your API address”, like `https://freshrss.example.net/api/greader.php`
 	* You will type it in a client, together with your FreshRSS username, and the corresponding special API password.
 
 7. Pick a client supporting a Google Reader-like API. Selection:
@@ -53,10 +53,11 @@ See the [page about the Fever compatible API](06_Fever_API.md) for another possi
 		* [EasyRSS](https://github.com/Alkarex/EasyRSS) (Open source, [F-Droid](https://f-droid.org/packages/org.freshrss.easyrss/))
 	* Linux
 		* [FeedReader 2.0+](https://jangernert.github.io/FeedReader/) (Open source)
-	* iOS
-		* [Reeder-4](https://apps.apple.com/app/reeder-4/id1449412357) (Commercial)
 	* MacOS
 		* [Vienna RSS](http://www.vienna-rss.com/) (Open source)
+		* [Reeder](https://www.reederapp.com/) (Commercial)
+	* iOS
+		* [Reeder](https://www.reederapp.com/) (Commercial)
 	* Firefox
 		* [FreshRSS-Notify](https://addons.mozilla.org/firefox/addon/freshrss-notify-webextension/) (Open source)