aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre.alapetite@alexandra.dk> 2016-12-21 16:47:20 +0100
committerGravatar Alexandre Alapetite <alexandre.alapetite@alexandra.dk> 2016-12-21 16:47:20 +0100
commit17d402da672494f4996ee26912e94cb9d7ec8385 (patch)
tree9b15627830c6aef264de066ce2e0e43d591e61fc /README.md
parentad49d4bdcacfa04a39d2814b7e48aca9262a486d (diff)
Small changes readme extensions
https://github.com/FreshRSS/FreshRSS/pull/1389 @kevinpapst
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 8055711e2..64ced52c9 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,12 @@
# FreshRSS
FreshRSS is a self-hosted RSS feed aggregator such as [Leed](http://projet.idleman.fr/leed/) or [Kriss Feed](http://tontof.net/kriss/feed/).
-It is at the same time lightweight, easy to work with, powerful, customizable and supports [extensions](#extensions).
+It is at the same time lightweight, easy to work with, powerful and customizable.
It is a multi-user application with an anonymous reading mode.
It supports [PubSubHubbub](https://code.google.com/p/pubsubhubbub/) for instant notifications from compatible Web sites.
There is an API for (mobile) clients, and a [Command-Line Interface](./cli/README.md).
+Finally, it supports [extensions](#extensions) for further tuning.
* Official website: http://freshrss.org
* Demo: http://demo.freshrss.org/
@@ -22,10 +23,6 @@ See the [list of releases](../../releases).
* Use [the master branch](https://github.com/FreshRSS/FreshRSS/tree/master/) if you need a stable version.
* For those willing to help testing or developing the latest features, [the dev branch](https://github.com/FreshRSS/FreshRSS/tree/dev) is waiting for you!
-# Extensions
-FreshRSS supports further customizations by adding extensions on top of its core functionality.
-There is a repository dedicated to those extensions [here on GitHub](https://github.com/FreshRSS/Extensions).
-
# Disclaimer
This application was developed to fulfil personal needs primarily, and comes with absolutely no warranty.
Feature requests, bug reports, and other contributions are welcome. The best way is to [open an issue on GitHub](https://github.com/FreshRSS/FreshRSS/issues).
@@ -147,6 +144,11 @@ mysqldump -u user -p --databases freshrss > freshrss.sql
```
+# Extensions
+FreshRSS supports further customizations by adding extensions on top of its core functionality.
+See the [repository dedicated to those extensions](https://github.com/FreshRSS/Extensions).
+
+
# Included libraries
* [SimplePie](http://simplepie.org/)
* [MINZ](https://github.com/marienfressinaud/MINZ)