aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-05-01 14:09:34 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-05-01 14:09:34 +0200
commitcc627221afc4f27f650f7134d06e68074ee87789 (patch)
treeef400b2aeb831fcd3a3e2aa92fcda5c5027e509d
parentBump jquery from 3.4.1 to 3.5.0. (diff)
downloadnewspipe-cc627221afc4f27f650f7134d06e68074ee87789.tar.gz
newspipe-cc627221afc4f27f650f7134d06e68074ee87789.tar.bz2
newspipe-cc627221afc4f27f650f7134d06e68074ee87789.zip
Updated URL of the project home page.
-rw-r--r--README.md4
-rw-r--r--newspipe/crawler/default_crawler.py2
-rw-r--r--newspipe/lib/data.py2
-rwxr-xr-xnewspipe/lib/misc_utils.py2
-rw-r--r--newspipe/models/__init__.py2
-rw-r--r--newspipe/models/article.py2
-rw-r--r--newspipe/models/bookmark.py2
-rw-r--r--newspipe/models/feed.py2
-rw-r--r--newspipe/models/role.py2
-rw-r--r--newspipe/models/user.py2
-rw-r--r--newspipe/notifications/emails.py2
-rw-r--r--newspipe/notifications/notifications.py2
-rw-r--r--newspipe/static/js/articles.js2
-rw-r--r--newspipe/web/views/bookmark.py2
-rwxr-xr-xrunserver.py2
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
bgstack15