aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-09 22:20:31 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-09 22:20:31 +0200
commit5d653a5b490ded026161934d9063a3876f451ccf (patch)
tree07248f53ccfb838c4ef58816193311acef2d34e9 /README.rst
parentArticles's link are not unique. (diff)
downloadnewspipe-5d653a5b490ded026161934d9063a3876f451ccf.tar.gz
newspipe-5d653a5b490ded026161934d9063a3876f451ccf.tar.bz2
newspipe-5d653a5b490ded026161934d9063a3876f451ccf.zip
Updated README.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index d1553f86..7cc4458f 100644
--- a/README.rst
+++ b/README.rst
@@ -11,7 +11,8 @@ based on `Flask <http://flask.pocoo.org/>`_.
Features
========
-* the database is managed with `SQLAlchemy <http://www.sqlalchemy.org/>`_;
+* can be deployed both on Heroku and on a traditional server;
+* HTTP proxy support;
* feeds batch import with OPML files;
* export all your feeds to OPML;
* e-mail notification;
bgstack15