diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-10 07:51:28 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-10 07:51:28 +0200 |
commit | 95fabeef5de9a1512cca462aadf01b6b76243793 (patch) | |
tree | eff3c440adf5120aea10f0a9c425bec83bde152c | |
parent | new name: the last one. (diff) | |
download | newspipe-95fabeef5de9a1512cca462aadf01b6b76243793.tar.gz newspipe-95fabeef5de9a1512cca462aadf01b6b76243793.tar.bz2 newspipe-95fabeef5de9a1512cca462aadf01b6b76243793.zip |
new name: the last one.
-rw-r--r-- | README.rst | 16 | ||||
-rw-r--r-- | app.json | 10 | ||||
-rw-r--r-- | package.json | 6 | ||||
-rw-r--r-- | src/web/static/img/newspipe.png (renamed from src/web/static/img/jarr.png) | bin | 733 -> 733 bytes | |||
-rw-r--r-- | src/web/static/img/newspipe.svg (renamed from src/web/static/img/jarr.svg) | 0 |
5 files changed, 16 insertions, 16 deletions
@@ -1,18 +1,18 @@ -==== -JARR -==== +======== +Newspipe +======== Presentation ------------ -`JARR (Just Another RSS Reader) <https://github.com/JARR/JARR>`_ +`Newspipe (Just Another RSS Reader) <https://github.com/Newspipe/Newspipe>`_ is a web-based news aggregator and reader. Main features ------------- * can be easily deployed on Heroku or on a traditional server; -* multiple users can use a JARR instance; +* multiple users can use a Newspipe instance; * a RESTful API to manage your articles (or connect your own crawler); * data liberation: export and import all your account with a JSON file; * export and import feeds with OPML files; @@ -30,13 +30,13 @@ Python 3.5 is required. Documentation ------------- -A documentation is available `here <https://jarr.readthedocs.io>`_ and provides -different ways to install JARR. +A documentation is available `here <https://newspipe.readthedocs.io>`_ and +provides different ways to install Newspipe. License ------- -`JARR <https://github.com/JARR/JARR>`_ is under the +`Newspipe <https://github.com/Newspipe/Newspipe>`_ is under the `GNU Affero General Public License version 3 <https://www.gnu.org/licenses/agpl-3.0.html>`_. Contact @@ -1,25 +1,25 @@ { - "name": "JARR (Just Another RSS Reader)", + "name": "Newspipe", "description": "A news aggregator that can be deployed on Heroku.", "keywords": [ "aggregator", "news", "RSS" ], - "repository": "https://github.com/JARR/JARR.git", - "logo": "https://raw.githubusercontent.com/JARR/JARR/master/src/web/static/img/jarr.png", + "repository": "https://github.com/newspipe/newspipe.git", + "logo": "https://raw.githubusercontent.com/newspipe/newspipe/master/src/web/static/img/newspipe.png", "scripts": { "postdeploy": "python src/manager.py db_create" }, "env": { "HEROKU": "1", "CDN_ADDRESS": "https://cdn.cedricbonhomme.org/", - "ADMIN_EMAIL": "root@jarr.localhost", + "ADMIN_EMAIL": "root@newspipe.localhost", "ADMIN_PASSWORD": "password", "SECRET_KEY": "a secret token only you know in order to use sessions", "TOKEN_VALIDITY_PERIOD": 3600, "SECURITY_PASSWORD_SALT": "a secret to confirm user account", - "NOTIFICATION_EMAIL": "JARR@no-reply.com", + "NOTIFICATION_EMAIL": "newspipe@no-reply.com", "POSTMARK_API_KEY": "REDACTED" }, "addons": [ diff --git a/package.json b/package.json index 601ed555..b31c2383 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "name": "jarr", + "name": "newspipe", "version": "0.0.1", "author": { "name": "François Schmidts", "email": "francois.schmidts@gmail.com", "url": "1pxsolidblack.pl" }, - "description": "JARR (Just Another RSS Reader) is a web-based news aggregator.", + "description": "Newspipe is a web-based news aggregator.", "repository": { "type": "git", - "url": "https://github.com/JARR/JARR" + "url": "https://github.com/newspipe/newspipe" }, "license": "AGPL-3.0", "engines": { diff --git a/src/web/static/img/jarr.png b/src/web/static/img/newspipe.png Binary files differindex 35344645..35344645 100644 --- a/src/web/static/img/jarr.png +++ b/src/web/static/img/newspipe.png diff --git a/src/web/static/img/jarr.svg b/src/web/static/img/newspipe.svg index f3f5ffa7..f3f5ffa7 100644 --- a/src/web/static/img/jarr.svg +++ b/src/web/static/img/newspipe.svg |