diff options
| author | 2019-10-22 05:17:12 -0400 | |
|---|---|---|
| committer | 2019-10-22 11:17:12 +0200 | |
| commit | d7f888392678d711478ed64f4a52f43021d143af (patch) | |
| tree | b8feaed52fa8515c04d1db9be746d51637e00a3b /docs/en/admins/01_Index.md | |
| parent | c1acf196c6565b34c534487920a4340e154b3b92 (diff) | |
Docs update (#2164)
* Update Readme.conf
Add information in Readme.conf to hopefully stop bug reports about intended behavior.
* Update README.md
Co-Authored-By: pattems <patrick@crandol.com>
* Update README.md
Co-Authored-By: pattems <patrick@crandol.com>
* Update README.md
Co-Authored-By: pattems <patrick@crandol.com>
* Update README.md
Co-Authored-By: pattems <patrick@crandol.com>
* Update Readme
* Update Documentation Section
* Add main Documentation link near top of Document
* Make Documentation header a link
* Fix spelling mistake I didn't catch
* Apply suggestions from code review
Co-Authored-By: pattems <patrick@crandol.com>
* Changes per Frenzie comments
* Move non-disclaiming disclaimer
* English Admin Documentation Update
* Add Backup section
* Update wording in Index
* Move Footnotes to End
* Move Footnote
* Add content for todos
* Fix typos
* Fix a bunch of typos
* Remove a duplicated file (forgotten during dev merge)
* Improve the documentation a bit
Diffstat (limited to 'docs/en/admins/01_Index.md')
| -rw-r--r-- | docs/en/admins/01_Index.md | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/docs/en/admins/01_Index.md b/docs/en/admins/01_Index.md index 443bf2ca9..49cd247d5 100644 --- a/docs/en/admins/01_Index.md +++ b/docs/en/admins/01_Index.md @@ -1,10 +1,19 @@ -# FreshRSS administration +# FreshRSS Administration -Learn how to install, update and backup FreshRSS and how to use the command line tools. +Learn how to install, update, and backup FreshRSS, as well as how to use the command line tools. -* [Install FreshRSS](02_Installation.md) on your server -* [Update your installation](03_Updating.md) to the latest stable or dev version -* [The command line interface](https://github.com/FreshRSS/FreshRSS/tree/master/cli) can be used to administrate feeds and users -* [Automatic feed updates](https://github.com/FreshRSS/FreshRSS#automatic-feed-update) using cron is the preferred way to get the latest feeds entries +1. [Prerequisites](02_Prerequisites.md): What you'll need to run FreshRSS +2. [General installation instructions](03_Installation.md) for FreshRSS +3. [Update your installation](04_Updating.md) to the latest stable or development version + +## Tutorials and Examples + +* [Backing up FreshRSS](05_Backup.md) +* [Installation on Debian 9/Ubuntu 16.04](06_LinuxInstall.md) +* [Updating on Debian 9/Ubuntu 16.04](07_LinuxUpdate.md) +* [Setting Up Automatic Feed Updating](08_FeedUpdates.md) +* [Access Control](09_AccessControl.md) +* [Apache/Nginx configuration files](10_ServerConfig.md) +* [Using the command line interface (CLI)](https://github.com/FreshRSS/FreshRSS/tree/master/cli) * [Configuring the email address validation](05_Configuring_email_validation.md) * [Frequently asked questions](04_Frequently_Asked_Questions.md) |
