aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-06 23:05:36 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-06 23:05:36 +0100
commit6ae2c03c039ea936b407499e5aa765f51f2481a9 (patch)
treea0a02ab1b0d3f1365c880ba59835544edaad22bf /README.md
parentFixe icons in the history template. (diff)
downloadnewspipe-6ae2c03c039ea936b407499e5aa765f51f2481a9.tar.gz
newspipe-6ae2c03c039ea936b407499e5aa765f51f2481a9.tar.bz2
newspipe-6ae2c03c039ea936b407499e5aa765f51f2481a9.zip
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files 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
bgstack15