aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-06-20 07:33:20 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-06-20 07:33:20 +0200
commitfd31694b47c19c125e2d0e54da481239c8bf9988 (patch)
tree5b5a7c9cad29c5e309948e8ebbdf72d637801a7e /README.rst
parentCheck if the account of the user is activated when accessing via the Web serv... (diff)
downloadnewspipe-fd31694b47c19c125e2d0e54da481239c8bf9988.tar.gz
newspipe-fd31694b47c19c125e2d0e54da481239c8bf9988.tar.bz2
newspipe-fd31694b47c19c125e2d0e54da481239c8bf9988.zip
Updated README.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 263281d8..b8783a3a 100644
--- a/README.rst
+++ b/README.rst
@@ -12,8 +12,10 @@ Features
========
* can be deployed on Heroku or on a traditional server;
-* data liberation: export/import all your account with a JSON file;
-* export/import feeds with OPML files;
+* multiple users can use the platform;
+* articles are accessible via a JSON Web service;
+* data liberation: export and import all your account with a JSON file;
+* export and import feeds with OPML files;
* export articles to HTML;
* e-mail notification;
* favorite articles;
@@ -36,7 +38,7 @@ After installation, you will be able to connect with the email *root@pyAggr3g470
Deploying the application on Heroku
'''''''''''''''''''''''''''''''''''
-An instance of pyAggr3g470r is running `here <https://pyaggr3g470r.herokuapp.com/>`_ .
+An instance of pyAggr3g470r is running `here <https://pyaggr3g470r.herokuapp.com/>`_.
.. code:: bash
bgstack15