aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-10 07:51:28 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-10 07:51:28 +0200
commit95fabeef5de9a1512cca462aadf01b6b76243793 (patch)
treeeff3c440adf5120aea10f0a9c425bec83bde152c
parentnew name: the last one. (diff)
downloadnewspipe-95fabeef5de9a1512cca462aadf01b6b76243793.tar.gz
newspipe-95fabeef5de9a1512cca462aadf01b6b76243793.tar.bz2
newspipe-95fabeef5de9a1512cca462aadf01b6b76243793.zip
new name: the last one.
-rw-r--r--README.rst16
-rw-r--r--app.json10
-rw-r--r--package.json6
-rw-r--r--src/web/static/img/newspipe.png (renamed from src/web/static/img/jarr.png)bin733 -> 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
diff --git a/README.rst b/README.rst
index f6ec7857..f6d68a28 100644
--- a/README.rst
+++ b/README.rst
@@ -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
diff --git a/app.json b/app.json
index 992d7428..ad7bd5c6 100644
--- a/app.json
+++ b/app.json
@@ -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
index 35344645..35344645 100644
--- a/src/web/static/img/jarr.png
+++ b/src/web/static/img/newspipe.png
Binary files differ
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
bgstack15