diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-10 10:29:05 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-10 10:29:05 +0100 |
commit | 3591660778c5436d4fb95dca2f0a46564d893f73 (patch) | |
tree | 0a27f92a451fd95b2ad2c91f8bab5cc43f368264 /README.md | |
parent | Updated README. (diff) | |
download | newspipe-3591660778c5436d4fb95dca2f0a46564d893f73.tar.gz newspipe-3591660778c5436d4fb95dca2f0a46564d893f73.tar.bz2 newspipe-3591660778c5436d4fb95dca2f0a46564d893f73.zip |
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -5,17 +5,17 @@ [Newspipe](https://git.sr.ht/~cedric/newspipe) is a web-based news aggregator and reader. +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). + For reporting issues, visit the tracker here: https://todo.sr.ht/~cedric/newspipe 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 |