aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-12-07 12:50:16 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-12-07 12:50:16 +0100
commitcd553ba7e2f113dd5a000ad8d6812c79f5b0617b (patch)
treea501ce2933ccf0fd7099a2a1ef3f1540532d3141 /README.rst
parentUse the Python 3.5.0 runtime for Heroku. (diff)
parentUpdated README. (diff)
downloadnewspipe-cd553ba7e2f113dd5a000ad8d6812c79f5b0617b.tar.gz
newspipe-cd553ba7e2f113dd5a000ad8d6812c79f5b0617b.tar.bz2
newspipe-cd553ba7e2f113dd5a000ad8d6812c79f5b0617b.zip
Merge branch 'master' of github.com:JARR-aggregator/JARR
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 45c9d2c6..ca9dc44d 100644
--- a/README.rst
+++ b/README.rst
@@ -13,14 +13,13 @@ Main features
* can be easily deployed on Heroku or on a traditional server;
* multiple users can use a JARR instance;
-* a RESTful API to manage your articles;
+* a RESTful API to manage your articles (or connect your own crawler);
* data liberation: export and import all your account with a JSON file;
* export and import feeds with OPML files;
* export articles to HTML;
* favorite articles;
* detection of inactive feeds;
-* share articles with Google +, Pinboard and reddit;
-* HTTP proxy support.
+* share articles with Google +, Pinboard and reddit.
The core technologies are `Flask <http://flask.pocoo.org>`_,
`asyncio <https://www.python.org/dev/peps/pep-3156/>`_ and
bgstack15