diff options
| author | 2021-01-10 14:50:54 -0500 | |
|---|---|---|
| committer | 2021-01-10 20:50:54 +0100 | |
| commit | bf344cd30230edbb06fbdaa482a86d3592dc4aa0 (patch) | |
| tree | 20f547f4fcc93cb72b20b232e821b051216c6c07 /docs/en/users/03_Main_view.md | |
| parent | ee7938ed5f26ac48c46269eb16f8e5067605ab27 (diff) | |
Update and add to documentation (#3348)
* remove outdated mailing list information
* add information about normal view
* add information about global and reader view
* fix import section header
* reorder documentation to reflect menu's order
* clarify setting as default in normal view
* add info about reading section for config
* fix heading levels, add info about archive + profile sections
* unfix heading levels
* move section on feed-specific settings to the subscription management page
* update information about adding feeds, add information about feed management
* fix link to security page in installation
* fix broken links
* fix broken link to install page
* add lighttpd from project readme
* add php modules to step 4, add horizontal line to better separate steps from footnotes visually
* fix broken link
* add index page for easier access of other pages
* move first steps document
* make dedicated bug reporting page
* make index page for linking to other pages
* moved fever API to relevant location, linked to index
* remove outdated mailing list information
* add information about normal view
* add information about global and reader view
* fix import section header
* reorder documentation to reflect menu's order
* clarify setting as default in normal view
* add info about reading section for config
* fix heading levels, add info about archive + profile sections
* unfix heading levels
* move section on feed-specific settings to the subscription management page
* update information about adding feeds, add information about feed management
* fix link to security page in installation
* fix broken links
* fix broken link to install page
* add lighttpd from project readme
* add php modules to step 4, add horizontal line to better separate steps from footnotes visually
* fix broken link
* add index page for easier access of other pages
* move first steps document
* make dedicated bug reporting page
* make index page for linking to other pages
* moved fever API to relevant location, linked to index
* re-fix link
* remove mention of defunct mailing list
* grammar fix
* replace stream with feed
* add optional items, replace stream with feed
* replace stream with feed
* fix word choice
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* fix word choice
better reflect age of project
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* grammar fixes
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* remove double headings
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* change single quote to double quote for consistency
* add subreddit link
* change php module list to Dockerfile link
* fix link to developer index, change html links to md for consistency
* update css selector terms
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'docs/en/users/03_Main_view.md')
| -rw-r--r-- | docs/en/users/03_Main_view.md | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/docs/en/users/03_Main_view.md b/docs/en/users/03_Main_view.md index c5800081c..3771a381a 100644 --- a/docs/en/users/03_Main_view.md +++ b/docs/en/users/03_Main_view.md @@ -1,14 +1,36 @@ +FreshRSS has three primary viewing modes: Normal, Global, and Reader view. + # Normal view -**TODO** +Normal view will allow you to view articles in a compressed view. They can be separated by category or individual feed, or viewed in the "main stream" containing all feeds. Clicking a feed in the sidebar (mobile users will need to click the folder icon to open it) will open that feed's view. + +## Article List + +By default, the normal view includes six items per article. From left to right: +* **Read status:** An envalope icon to show if the article has been read or not. Closed envalopes are unread, open envalopes are read. Clicking on the icon will toggle the read status. +* **Favourite status:** A star icon to show if the article has been favourited or not. Filled stars are favourited, empty stars are not. Clicking on the icon will toggle the favourite status. +* **Feed name:** The name of the feed that the article is from. Clicking the feed name will move to that feed's view in normal view. +* **Article title:** The title of the article. Clicking will open the article for viewing within FreshRSS. +* **Article date/time:** The time the article was posted. +* **Link to original article:** A globe icon that can be clicked to go to the article on the original website. + +## Normal View Sidebar + +Clicking the gear icon next to an individual feed will display additional options for that feed. +* **Filter:** Run the defined filter to mark articles as read +* **Statistics:** View statistics about the feed +* **See website:** Open the feed's website in another tab +* **Manage:** Configure the feed +* **Actualize:** Force-update the feed +* **Mark as read:** Mark all items in the feed as read # Global view -**TODO** +Global view allows quick views of feed's statuses at once. Feeds and categories are shown with the number of unread articles next to them. Clicking a feed's name will open it in a view similar to normal view. # Reader view -**TODO** +Reader view will display a feed will all articles already open for reading. Feeds can be switched by clicking the folder icon at the top to bring up the category/feed sidebar. # Refreshing feeds |
