diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-11-29 00:50:34 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-11-29 00:50:34 +0100 |
commit | f51374be97bd370a2c411524cea53eeabe8f9069 (patch) | |
tree | 5a9a1e70904c7e7f05cb4e0119b3e4b9e127fef3 /README.rst | |
parent | New theme for the documentation. (diff) | |
download | newspipe-f51374be97bd370a2c411524cea53eeabe8f9069.tar.gz newspipe-f51374be97bd370a2c411524cea53eeabe8f9069.tar.bz2 newspipe-f51374be97bd370a2c411524cea53eeabe8f9069.zip |
Updated README.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |