diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-05 21:38:09 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-02-05 21:38:09 +0100 |
commit | ca349c230f8d671b359947384e9f0f4a4d65b62b (patch) | |
tree | 75a3ec29d626e0edd8fb74a0e6407218cf277267 | |
parent | Updated Copyright years. (diff) | |
download | newspipe-ca349c230f8d671b359947384e9f0f4a4d65b62b.tar.gz newspipe-ca349c230f8d671b359947384e9f0f4a4d65b62b.tar.bz2 newspipe-ca349c230f8d671b359947384e9f0f4a4d65b62b.zip |
Updated README.
-rw-r--r-- | README.rst | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -5,7 +5,8 @@ JARR Presentation ------------ -`JARR (Just Another RSS Reader) <https://github.com/JARR-aggregator/JARR>`_ is a web-based news aggregator and reader. +`JARR (Just Another RSS Reader) <https://github.com/JARR-aggregator/JARR>`_ +is a web-based news aggregator and reader. Main features ------------- @@ -20,7 +21,10 @@ Main features * detection of inactive feeds; * 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 `SQLAlchemy <http://www.sqlalchemy.org>`_. +The core technologies are `Flask <http://flask.pocoo.org>`_, +`asyncio <https://www.python.org/dev/peps/pep-3156/>`_ , +`SQLAlchemy <http://www.sqlalchemy.org>`_ +and `React <https://facebook.github.io/react/>`_. Python 3.5 is recommended. |