diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-06 23:05:36 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-06 23:05:36 +0100 |
commit | 6ae2c03c039ea936b407499e5aa765f51f2481a9 (patch) | |
tree | a0a02ab1b0d3f1365c880ba59835544edaad22bf /README.md | |
parent | Fixe icons in the history template. (diff) | |
download | newspipe-6ae2c03c039ea936b407499e5aa765f51f2481a9.tar.gz newspipe-6ae2c03c039ea936b407499e5aa765f51f2481a9.tar.bz2 newspipe-6ae2c03c039ea936b407499e5aa765f51f2481a9.zip |
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -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 |