diff options
Diffstat (limited to 'docs/en/users')
| -rw-r--r-- | docs/en/users/03_Main_view.md | 16 | ||||
| -rw-r--r-- | docs/en/users/06_Mobile_access.md | 1 | ||||
| -rw-r--r-- | docs/en/users/07_Frequently_Asked_Questions.md | 10 |
3 files changed, 14 insertions, 13 deletions
diff --git a/docs/en/users/03_Main_view.md b/docs/en/users/03_Main_view.md index 53b0beaf2..adb62c7ec 100644 --- a/docs/en/users/03_Main_view.md +++ b/docs/en/users/03_Main_view.md @@ -45,9 +45,9 @@ This is the most straightforward since you have a public instance; there is noth 0 * * * * curl 'https://your.server.net/FreshRSS/p/i/?c=feed&a=actualize' ``` -### Form or Persona authentication +### Form authentication -In those cases, if you configure the application to allow anonymous reading, you can also allow anonymous user to update feeds (“Allow anonymous refresh of the articles”). +If you configure the application to allow anonymous reading, you can also allow anonymous users to update feeds (“Allow anonymous refresh of the articles”).  @@ -96,14 +96,14 @@ This update occurs on the selected feed only. To trigger it, you need to click o While the number of articles stored by FreshRSS increase, it is important to have efficient filters to display only a subset of the articles. There is several methods with different criterion. Most of the time, those methods can be combined. -##By category +## By category -It is the easiest method. The only thing to do is clicking on the category title in the side panel. There is two special categories on top of that panel: +This is the easiest method. You only need to click on the category title in the side panel. There are two special categories on top of that panel: * *Main feed* which displays only articles from feeds marked as available in that category * *Favourites* which displays only articles marked as favourites -##By feed +## By feed There is several methods to filter articles by feed: @@ -114,7 +114,7 @@ There is several methods to filter articles by feed:  -##By status +## By status Each article has two attributes, which can be combined. The first attribute indicates if the article was read or not. The second attribute indicates if the article was marked as favorite or not. @@ -128,11 +128,11 @@ Starting with version 0.8, all attribute filters are visible as toggle icons. Th By default, this filter displays only unread articles -##By content +## By content It is possible to filter articles by their content by inputting a string in the search field. -##With the search field +## With the search field It is possible to use the search field to further refine results: diff --git a/docs/en/users/06_Mobile_access.md b/docs/en/users/06_Mobile_access.md index 3472172b0..166985585 100644 --- a/docs/en/users/06_Mobile_access.md +++ b/docs/en/users/06_Mobile_access.md @@ -46,6 +46,7 @@ This page assumes you have completed the [server setup](../admins/02_Installatio 7. Pick a client supporting a Google Reader-like API. Selection: * Android * [News+](https://play.google.com/store/apps/details?id=com.noinnion.android.newsplus) with [News+ Google Reader extension](https://play.google.com/store/apps/details?id=com.noinnion.android.newsplus.extension.google_reader) (Closed source) + * [FeedMe 3.5.3+](https://play.google.com/store/apps/details?id=com.seazon.feedme) (Closed source) * [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) diff --git a/docs/en/users/07_Frequently_Asked_Questions.md b/docs/en/users/07_Frequently_Asked_Questions.md index 6391c55f5..427da7bd9 100644 --- a/docs/en/users/07_Frequently_Asked_Questions.md +++ b/docs/en/users/07_Frequently_Asked_Questions.md @@ -4,10 +4,10 @@ We may not have answered all of your questions in the previous sections. The FAQ Of course, ```/i``` has a purpose! We used it for performance and usability: -* it allows to serve icons, images, styles and scripts without cookies. Whitout that trick, those files will be downloaded more often, specially when the form or the Personna authentications are used. Also, HTTP requests will be heavier. +* It allows for serving icons, images, styles and scripts without cookies. Without that trick, those files would be downloaded more often, especially when form authentication is used. Also, HTTP requests would be heavier. * ```./p/``` public root can be served without any HTTP access restrictions. Whereas it could be implemented in ```./p/i/```. -* It spares from having problems while serving public resources like ```favicon.ico```, ```robots.txt```, etc. -* It allows to display the logo instead of a white page while hitting a restriction or a delay during the loading process. +* It avoids problems while serving public resources like ```favicon.ico```, ```robots.txt```, etc. +* It allows the logo to be displayed instead of a white page while hitting a restriction or a delay during the loading process. ## Why robots.txt is located in a sub-folder? @@ -28,8 +28,8 @@ Here are the steps to follow: 1. __Verify SimplePie validation__ with the [SimplePie on-line tool](http://simplepie.org/demo/ "SimplePie official demo"). If it is not recognized, there is nothing we can do. 1. __Verify FreshRSS integration__ with the [demo](http://demo.freshrss.org "FreshRSS official demo"). If it is not working, you need to [create an issue on Github](https://github.com/FreshRSS/FreshRSS/issues/new "Create an issue for FreshRSS") so we can have a look at it. If it is working, there is probably something fishy with the hosting server. -Here is a list of feed which don't work: +Here is a list of feeds which don't work: * http://foulab.org/fr/rss/Foulab_News: is not a W3C valid feed (November 2014) * http://eu.battle.net/hearthstone/fr/feed/news: is not a W3C valid feed (Novembre 2014) -* http://webseriesmag.blogs.liberation.fr/we/atom.xml: is not working for the user but succeed on all the described validations (November 2014)
\ No newline at end of file +* http://webseriesmag.blogs.liberation.fr/we/atom.xml: is not working for the user but succeed on all the described validations (November 2014) |
