From cc627221afc4f27f650f7134d06e68074ee87789 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 1 May 2020 14:09:34 +0200 Subject: Updated URL of the project home page. --- README.md | 4 ++-- newspipe/crawler/default_crawler.py | 2 +- newspipe/lib/data.py | 2 +- newspipe/lib/misc_utils.py | 2 +- newspipe/models/__init__.py | 2 +- newspipe/models/article.py | 2 +- newspipe/models/bookmark.py | 2 +- newspipe/models/feed.py | 2 +- newspipe/models/role.py | 2 +- newspipe/models/user.py | 2 +- newspipe/notifications/emails.py | 2 +- newspipe/notifications/notifications.py | 2 +- newspipe/static/js/articles.js | 2 +- newspipe/web/views/bookmark.py | 2 +- runserver.py | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 91cf7922..ee043633 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Presentation -[Newspipe](https://git.sr.ht/~cedric/newspipe) is a web news aggregator. +[Newspipe](https://sr.ht/~cedric/newspipe) is a web news aggregator. ![Newspipe Home page](docs/static/newspipe_home-page.png "Newspipe Home page") @@ -93,7 +93,7 @@ The login will be *admin* and the password *password*. ## License -[Newspipe](https://git.sr.ht/~cedric/newspipe) is under the +[Newspipe](https://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/newspipe/crawler/default_crawler.py b/newspipe/crawler/default_crawler.py index a76eca9c..8353b5b8 100644 --- a/newspipe/crawler/default_crawler.py +++ b/newspipe/crawler/default_crawler.py @@ -4,7 +4,7 @@ # Newspipe - A web news aggregator. # Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information: https://git.sr.ht/~cedric/newspipe +# For more information: https://sr.ht/~cedric/newspipe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/newspipe/lib/data.py b/newspipe/lib/data.py index 52d05cd2..a335d040 100644 --- a/newspipe/lib/data.py +++ b/newspipe/lib/data.py @@ -4,7 +4,7 @@ # Newspipe - A web news aggregator. # Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information: https://git.sr.ht/~cedric/newspipe +# For more information: https://sr.ht/~cedric/newspipe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/newspipe/lib/misc_utils.py b/newspipe/lib/misc_utils.py index ea5eb826..c6fea0f2 100755 --- a/newspipe/lib/misc_utils.py +++ b/newspipe/lib/misc_utils.py @@ -4,7 +4,7 @@ # Newspipe - A web news aggregator. # Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information: https://git.sr.ht/~cedric/newspipe +# For more information: https://sr.ht/~cedric/newspipe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/newspipe/models/__init__.py b/newspipe/models/__init__.py index c2078cea..95c42b69 100644 --- a/newspipe/models/__init__.py +++ b/newspipe/models/__init__.py @@ -4,7 +4,7 @@ # Newspipe - A web news aggregator. # Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information: https://git.sr.ht/~cedric/newspipe +# For more information: https://sr.ht/~cedric/newspipe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/newspipe/models/article.py b/newspipe/models/article.py index 09a39775..50afd067 100644 --- a/newspipe/models/article.py +++ b/newspipe/models/article.py @@ -4,7 +4,7 @@ # Newspipe - A web news aggregator. # Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information: https://git.sr.ht/~cedric/newspipe +# For more information: https://sr.ht/~cedric/newspipe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/newspipe/models/bookmark.py b/newspipe/models/bookmark.py index ddf7924d..cb8661c4 100644 --- a/newspipe/models/bookmark.py +++ b/newspipe/models/bookmark.py @@ -4,7 +4,7 @@ # Newspipe - A web news aggregator. # Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information: https://git.sr.ht/~cedric/newspipe +# For more information: https://sr.ht/~cedric/newspipe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/newspipe/models/feed.py b/newspipe/models/feed.py index 1521d362..4d067163 100644 --- a/newspipe/models/feed.py +++ b/newspipe/models/feed.py @@ -4,7 +4,7 @@ # Newspipe - A web news aggregator. # Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information: https://git.sr.ht/~cedric/newspipe +# For more information: https://sr.ht/~cedric/newspipe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/newspipe/models/role.py b/newspipe/models/role.py index 3f02c009..57709030 100644 --- a/newspipe/models/role.py +++ b/newspipe/models/role.py @@ -4,7 +4,7 @@ # Newspipe - A web news aggregator. # Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information: https://git.sr.ht/~cedric/newspipe +# For more information: https://sr.ht/~cedric/newspipe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/newspipe/models/user.py b/newspipe/models/user.py index 179474a6..f01086bb 100644 --- a/newspipe/models/user.py +++ b/newspipe/models/user.py @@ -4,7 +4,7 @@ # Newspipe - A web news aggregator. # Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information: https://git.sr.ht/~cedric/newspipe +# For more information: https://sr.ht/~cedric/newspipe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/newspipe/notifications/emails.py b/newspipe/notifications/emails.py index 44b1d8b3..db68bf4e 100644 --- a/newspipe/notifications/emails.py +++ b/newspipe/notifications/emails.py @@ -4,7 +4,7 @@ # Newspipe - A web news aggregator. # Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information: https://git.sr.ht/~cedric/newspipe +# For more information: https://sr.ht/~cedric/newspipe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/newspipe/notifications/notifications.py b/newspipe/notifications/notifications.py index debbee61..e1bedbcd 100644 --- a/newspipe/notifications/notifications.py +++ b/newspipe/notifications/notifications.py @@ -4,7 +4,7 @@ # Newspipe - A web news aggregator. # Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information: https://git.sr.ht/~cedric/newspipe +# For more information: https://sr.ht/~cedric/newspipe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/newspipe/static/js/articles.js b/newspipe/static/js/articles.js index 7e2a477d..5fb84b46 100644 --- a/newspipe/static/js/articles.js +++ b/newspipe/static/js/articles.js @@ -2,7 +2,7 @@ * Newspipe - A web news aggregator. * Copyright (C) 2010-2020 Cédric Bonhomme - https://cedricbonhomme.org * -* For more information: https://git.sr.ht/~cedric/newspipe +* For more information: https://sr.ht/~cedric/newspipe * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/newspipe/web/views/bookmark.py b/newspipe/web/views/bookmark.py index 1d07f7e8..805e899d 100644 --- a/newspipe/web/views/bookmark.py +++ b/newspipe/web/views/bookmark.py @@ -4,7 +4,7 @@ # Newspipe - A web news aggregator. # Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information: https://git.sr.ht/~cedric/newspipe +# For more information: https://sr.ht/~cedric/newspipe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/runserver.py b/runserver.py index 2fe093f0..78bb8c4d 100755 --- a/runserver.py +++ b/runserver.py @@ -4,7 +4,7 @@ # Newspipe - A web news aggregator. # Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information: https://git.sr.ht/~cedric/newspipe +# For more information: https://sr.ht/~cedric/newspipe # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as -- cgit