From 6ae2c03c039ea936b407499e5aa765f51f2481a9 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 6 Mar 2020 23:05:36 +0100 Subject: Updated README. --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ca03af71..cbf8df90 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,17 @@ aggregator and reader. For reporting issues, visit the tracker here: https://todo.sr.ht/~cedric/newspipe -For contributions the list is here: +For contributions, use the mailing list to send your patches: https://lists.sr.ht/~cedric/newspipe +Newspipe is written in Python. The core technologies are +[Flask](http://flask.pocoo.org), +[asyncio](https://www.python.org/dev/peps/pep-3156/) and +[SQLAlchemy](http://www.sqlalchemy.org). + + ## Main features -* easy to deploy; * multiple users can use a Newspipe instance; * an API to manage your feeds (you can connect your own crawler); * data liberation: export and import your account with a JSON file; @@ -23,13 +28,11 @@ https://lists.sr.ht/~cedric/newspipe * share on Pinboard and reddit; * management of bookmarks (with import from Pinboard). -The core technologies are [Flask](http://flask.pocoo.org), -[asyncio](https://www.python.org/dev/peps/pep-3156/), -[SQLAlchemy](http://www.sqlalchemy.org). - ## Deployment +Newspipe is really easy to deploy. + ### Requirements ```bash -- cgit