aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-06-21 08:54:35 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-06-21 08:54:35 +0200
commitf2c0b3adb60c99e3450a68bebc5f72a5e88f2c44 (patch)
treef0c1bc67011985227eaea67fd367b89ed4e0afbf
parentDo not fetch articles for blocked users. (diff)
parentUpdated README. (diff)
downloadnewspipe-f2c0b3adb60c99e3450a68bebc5f72a5e88f2c44.tar.gz
newspipe-f2c0b3adb60c99e3450a68bebc5f72a5e88f2c44.tar.bz2
newspipe-f2c0b3adb60c99e3450a68bebc5f72a5e88f2c44.zip
Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470r
-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