aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-14 11:47:50 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-14 11:47:50 +0100
commit15ea3e975595133eebe180ced9d605e3d55175df (patch)
tree5c44caab89f2aa5a29136625ecc9bedcd89e8ba8 /src
parentRemoved proxy support. Not so used and better to set at the system level. (diff)
downloadnewspipe-15ea3e975595133eebe180ced9d605e3d55175df.tar.gz
newspipe-15ea3e975595133eebe180ced9d605e3d55175df.tar.bz2
newspipe-15ea3e975595133eebe180ced9d605e3d55175df.zip
Changed some strane URLs, maybe due to the renaming of pyAggr3g470r to JARR...
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap.py2
-rw-r--r--src/crawler/classic_crawler.py2
-rwxr-xr-xsrc/runserver.py2
-rw-r--r--src/web/controllers/feed.py2
-rw-r--r--src/web/emails.py2
-rw-r--r--src/web/export.py2
-rw-r--r--src/web/forms.py2
-rw-r--r--src/web/models/__init__.py2
-rw-r--r--src/web/models/article.py2
-rw-r--r--src/web/models/feed.py2
-rw-r--r--src/web/models/role.py2
-rw-r--r--src/web/models/user.py2
-rw-r--r--src/web/notifications.py2
-rwxr-xr-xsrc/web/utils.py2
-rw-r--r--src/web/views/views.py2
15 files changed, 15 insertions, 15 deletions
diff --git a/src/bootstrap.py b/src/bootstrap.py
index cd1e71e4..24d6ff27 100644
--- a/src/bootstrap.py
+++ b/src/bootstrap.py
@@ -23,7 +23,7 @@ from flask.ext.sqlalchemy import SQLAlchemy
# Create Flask application
application = Flask('web')
-if os.environ.get('PYAGG_TESTING', False) == 'true':
+if os.environ.get('JARR_TESTING', False) == 'true':
application.debug = logging.DEBUG
application.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///:memory:'
application.config['TESTING'] = True
diff --git a/src/crawler/classic_crawler.py b/src/crawler/classic_crawler.py
index 1628852f..249c8343 100644
--- a/src/crawler/classic_crawler.py
+++ b/src/crawler/classic_crawler.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -
# jarr - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.JARR-aggregator.org
+# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/JARR-aggregator/JARR/
#
diff --git a/src/runserver.py b/src/runserver.py
index d2e41430..43b46657 100755
--- a/src/runserver.py
+++ b/src/runserver.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# jarr - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.JARR-aggregator.org
+# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/JARR-aggregator/JARR/
#
diff --git a/src/web/controllers/feed.py b/src/web/controllers/feed.py
index d14f4ede..78caf2e1 100644
--- a/src/web/controllers/feed.py
+++ b/src/web/controllers/feed.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# jarr - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.JARR-aggregator.org
+# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/JARR-aggregator/JARR/
#
diff --git a/src/web/emails.py b/src/web/emails.py
index 095e3e21..7be65995 100644
--- a/src/web/emails.py
+++ b/src/web/emails.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# jarr - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.JARR-aggregator.org
+# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/JARR-aggregator/JARR/
#
diff --git a/src/web/export.py b/src/web/export.py
index 133dcb8e..220f8a42 100644
--- a/src/web/export.py
+++ b/src/web/export.py
@@ -2,7 +2,7 @@
#-*- coding: utf-8 -*-
# jarr - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.JARR-aggregator.org
+# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/JARR-aggregator/JARR/
#
diff --git a/src/web/forms.py b/src/web/forms.py
index 9dbf1b5f..172f31a8 100644
--- a/src/web/forms.py
+++ b/src/web/forms.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# jarr - A Web based news aggregator.
-# Copyright (C) 2010-2013 Cédric Bonhomme - https://www.JARR-aggregator.org
+# Copyright (C) 2010-2013 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : http://github.com/JARR-aggregator/JARR/
#
diff --git a/src/web/models/__init__.py b/src/web/models/__init__.py
index a3bb4c33..e6615ab4 100644
--- a/src/web/models/__init__.py
+++ b/src/web/models/__init__.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# jarr - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.JARR-aggregator.org
+# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/JARR-aggregator/JARR/
#
diff --git a/src/web/models/article.py b/src/web/models/article.py
index 3f1db731..1fee7096 100644
--- a/src/web/models/article.py
+++ b/src/web/models/article.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# jarr - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.JARR-aggregator.org
+# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/JARR-aggregator/JARR
#
diff --git a/src/web/models/feed.py b/src/web/models/feed.py
index 6c2a5945..cb78f7ad 100644
--- a/src/web/models/feed.py
+++ b/src/web/models/feed.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# jarr - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.JARR-aggregator.org
+# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/JARR-aggregator/JARR/
#
diff --git a/src/web/models/role.py b/src/web/models/role.py
index 7c50b810..028f439e 100644
--- a/src/web/models/role.py
+++ b/src/web/models/role.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# jarr - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.JARR-aggregator.org
+# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/JARR-aggregator/JARR/
#
diff --git a/src/web/models/user.py b/src/web/models/user.py
index 104f1aaa..cdbfb457 100644
--- a/src/web/models/user.py
+++ b/src/web/models/user.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# jarr - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.JARR-aggregator.org
+# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/JARR-aggregator/JARR/
#
diff --git a/src/web/notifications.py b/src/web/notifications.py
index 64c9ff43..c0d4fb1c 100644
--- a/src/web/notifications.py
+++ b/src/web/notifications.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# jarr - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.JARR-aggregator.org
+# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/JARR-aggregator/JARR/
#
diff --git a/src/web/utils.py b/src/web/utils.py
index f770f597..2d9378c0 100755
--- a/src/web/utils.py
+++ b/src/web/utils.py
@@ -2,7 +2,7 @@
#-*- coding: utf-8 -*-
# jarr - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.JARR-aggregator.org
+# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/JARR-aggregator/JARR
#
diff --git a/src/web/views/views.py b/src/web/views/views.py
index a4631d7d..b31322eb 100644
--- a/src/web/views/views.py
+++ b/src/web/views/views.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# jarr - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.JARR-aggregator.org
+# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/JARR-aggregator/JARR
#
bgstack15