From 15ea3e975595133eebe180ced9d605e3d55175df Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 14 Feb 2016 11:47:50 +0100 Subject: Changed some strane URLs, maybe due to the renaming of pyAggr3g470r to JARR... --- src/bootstrap.py | 2 +- src/crawler/classic_crawler.py | 2 +- src/runserver.py | 2 +- src/web/controllers/feed.py | 2 +- src/web/emails.py | 2 +- src/web/export.py | 2 +- src/web/forms.py | 2 +- src/web/models/__init__.py | 2 +- src/web/models/article.py | 2 +- src/web/models/feed.py | 2 +- src/web/models/role.py | 2 +- src/web/models/user.py | 2 +- src/web/notifications.py | 2 +- src/web/utils.py | 2 +- src/web/views/views.py | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) (limited to 'src') 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 # -- cgit