From 1ab08b99bc44718e742428fd1da62aab13b92bae Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 28 Oct 2019 08:41:16 +0100 Subject: Updated old links. --- README.md | 16 ++++++++-------- app.json | 6 +++--- package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 4273f1fc..b2aed962 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Presentation -[Newspipe](https://gitlab.com/newspipe/newspipe) is a web-based news +[Newspipe](https://git.sr.ht/~cedric/Newspipe) is a web-based news aggregator and reader. ## Main features @@ -31,24 +31,24 @@ provides different ways to Test Newspipe on Heroku: -[![Deploy Newspipe on Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://builds.sr.ht/~cedric/Stegano) +[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://builds.sr.ht/~cedric/Stegano) It is important to specify an application name and the URL of your instance (*PLATFORM_URL*) through the Heroku form. -## Contributions - -Contributions are welcome. If you want to contribute to Newspipe I highly -recommend you to install it in a Python virtual environment. For example: +## Deployment +### Requirements ```bash $ sudo apt-get install postgresql npm ``` +## Configure and install the application + ```bash -$ git clone https://gitlab.com/newspipe/newspipe.git +$ git clone https://git.sr.ht/~cedric/Newspipe $ cd newspipe/ $ pipenv install ✨🍰✨ @@ -62,7 +62,7 @@ $ python src/runserver.py ## License -[Newspipe](https://gitlab.com/newspipe/newspipe) is under the +[Newspipe](https://git.sr.ht/~cedric/Newspipe) is under the [GNU Affero General Public License version 3](https://www.gnu.org/licenses/agpl-3.0.html). diff --git a/app.json b/app.json index 181d6e40..48e1b6e5 100644 --- a/app.json +++ b/app.json @@ -6,9 +6,9 @@ "news", "RSS" ], - "website": "https://github.com/newspipe/", - "repository": "https://github.com/newspipe/newspipe", - "logo": "https://raw.githubusercontent.com/newspipe/newspipe/master/src/web/static/img/newspipe.png", + "website": "https://git.sr.ht/~cedric/Newspipe", + "repository": "https://git.sr.ht/~cedric/Newspipe", + "logo": "https://git.sr.ht/~cedric/Newspipe/blob/master/src/web/static/img/newspipe.png", "scripts": { "postdeploy": "python src/manager.py db_create" }, diff --git a/package.json b/package.json index bc68f16d..fd8f648f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "description": "Newspipe is a web-based news aggregator.", "repository": { "type": "git", - "url": "https://gitlab.com/newspipe/newspipe" + "url": "https://git.sr.ht/~cedric/Newspipe" }, "license": "AGPL-3.0", "engines": { -- cgit