aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-04 21:58:25 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-04 21:58:25 +0100
commit1eb41e8ea86dc510f80f3d492dc4df070319e8bb (patch)
tree910dd1eea00254e944a8c095f1ac6cc206bc29f2
parentRetrun the bookmarks saved during the last 365 days, starting from the date o... (diff)
downloadnewspipe-1eb41e8ea86dc510f80f3d492dc4df070319e8bb.tar.gz
newspipe-1eb41e8ea86dc510f80f3d492dc4df070319e8bb.tar.bz2
newspipe-1eb41e8ea86dc510f80f3d492dc4df070319e8bb.zip
Renmoved some useless blank spaces.
-rw-r--r--newspipe/crawler/default_crawler.py2
-rw-r--r--newspipe/lib/data.py4
-rwxr-xr-xnewspipe/lib/misc_utils.py4
-rw-r--r--newspipe/notifications/emails.py4
-rw-r--r--newspipe/notifications/notifications.py4
-rwxr-xr-xnewspipe/runserver.py4
-rw-r--r--newspipe/web/forms.py4
-rw-r--r--newspipe/web/models/__init__.py4
-rw-r--r--newspipe/web/models/article.py4
-rw-r--r--newspipe/web/models/bookmark.py4
-rw-r--r--newspipe/web/models/feed.py4
-rw-r--r--newspipe/web/models/role.py4
-rw-r--r--newspipe/web/models/user.py4
-rw-r--r--newspipe/web/static/js/articles.js2
-rw-r--r--newspipe/web/views/bookmark.py4
15 files changed, 28 insertions, 28 deletions
diff --git a/newspipe/crawler/default_crawler.py b/newspipe/crawler/default_crawler.py
index 96a8e30e..828066ff 100644
--- a/newspipe/crawler/default_crawler.py
+++ b/newspipe/crawler/default_crawler.py
@@ -4,7 +4,7 @@
# newspipe - A Web based news aggregator.
# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : https://git.sr.ht/~cedric/newspipe
+# For more information: https://git.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 94f98ac4..b8cc3c07 100644
--- a/newspipe/lib/data.py
+++ b/newspipe/lib/data.py
@@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-
# Newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : https://git.sr.ht/~cedric/newspipe
+# For more information: https://git.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 e79bab49..ab57037f 100755
--- a/newspipe/lib/misc_utils.py
+++ b/newspipe/lib/misc_utils.py
@@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-
# Newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : https://git.sr.ht/~cedric/newspipe
+# For more information: https://git.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 6c32ecec..dcfcf771 100644
--- a/newspipe/notifications/emails.py
+++ b/newspipe/notifications/emails.py
@@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-
# Newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : https://git.sr.ht/~cedric/newspipe
+# For more information: https://git.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 2358cdc5..664c19a7 100644
--- a/newspipe/notifications/notifications.py
+++ b/newspipe/notifications/notifications.py
@@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-
# Newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : https://git.sr.ht/~cedric/newspipe
+# For more information: https://git.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/runserver.py b/newspipe/runserver.py
index 963ea681..8880d5b9 100755
--- a/newspipe/runserver.py
+++ b/newspipe/runserver.py
@@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-
# Newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : https://git.sr.ht/~cedric/newspipe
+# For more information: https://git.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/forms.py b/newspipe/web/forms.py
index 9f632c7d..e1921210 100644
--- a/newspipe/web/forms.py
+++ b/newspipe/web/forms.py
@@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-
# Newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : http://gitlab.com/newspipe/newspipe
+# For more information: http://gitlab.com/newspipe/newspipe
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/newspipe/web/models/__init__.py b/newspipe/web/models/__init__.py
index 23c9d831..a58a7ad5 100644
--- a/newspipe/web/models/__init__.py
+++ b/newspipe/web/models/__init__.py
@@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-
# Newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : https://git.sr.ht/~cedric/newspipe
+# For more information: https://git.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/models/article.py b/newspipe/web/models/article.py
index 7fdc4c35..4e623ba2 100644
--- a/newspipe/web/models/article.py
+++ b/newspipe/web/models/article.py
@@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-
# Newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : https://git.sr.ht/~cedric/newspipe
+# For more information: https://git.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/models/bookmark.py b/newspipe/web/models/bookmark.py
index 558049fc..11b2db53 100644
--- a/newspipe/web/models/bookmark.py
+++ b/newspipe/web/models/bookmark.py
@@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-
# Newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : https://git.sr.ht/~cedric/newspipe
+# For more information: https://git.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/models/feed.py b/newspipe/web/models/feed.py
index afebe934..70a5d521 100644
--- a/newspipe/web/models/feed.py
+++ b/newspipe/web/models/feed.py
@@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-
# newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : https://git.sr.ht/~cedric/newspipe
+# For more information: https://git.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/models/role.py b/newspipe/web/models/role.py
index d456f4bc..4a0bd42d 100644
--- a/newspipe/web/models/role.py
+++ b/newspipe/web/models/role.py
@@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-
# newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : https://git.sr.ht/~cedric/newspipe
+# For more information: https://git.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/models/user.py b/newspipe/web/models/user.py
index 288e7ea9..f96c8ccb 100644
--- a/newspipe/web/models/user.py
+++ b/newspipe/web/models/user.py
@@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-
# newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : https://git.sr.ht/~cedric/newspipe
+# For more information: https://git.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/static/js/articles.js b/newspipe/web/static/js/articles.js
index 350723a4..f9f41f14 100644
--- a/newspipe/web/static/js/articles.js
+++ b/newspipe/web/static/js/articles.js
@@ -2,7 +2,7 @@
* pyAggr3g470r - A Web based news aggregator.
* Copyright (C) 2010-2014 Cédric Bonhomme - http://cedricbonhomme.org/
*
-* For more information : https://bitbucket.org/cedricbonhomme/pyaggr3g470r/
+* For more information: https://bitbucket.org/cedricbonhomme/pyaggr3g470r/
*
* 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 071cf260..6e67716f 100644
--- a/newspipe/web/views/bookmark.py
+++ b/newspipe/web/views/bookmark.py
@@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-
# Newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2017 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
-# For more information : https://git.sr.ht/~cedric/newspipe
+# For more information: https://git.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