diff options
Diffstat (limited to 'src/web')
-rw-r--r-- | src/web/export.py | 6 | ||||
-rw-r--r-- | src/web/forms.py | 2 | ||||
-rwxr-xr-x | src/web/lib/misc_utils.py | 2 | ||||
-rw-r--r-- | src/web/models/__init__.py | 2 | ||||
-rw-r--r-- | src/web/models/article.py | 2 | ||||
-rw-r--r-- | src/web/models/feed.py | 2 | ||||
-rw-r--r-- | src/web/models/role.py | 2 | ||||
-rw-r--r-- | src/web/models/user.py | 2 | ||||
-rw-r--r-- | src/web/templates/about.html | 6 | ||||
-rw-r--r-- | src/web/translations/fr/LC_MESSAGES/messages.mo | bin | 17338 -> 17292 bytes | |||
-rw-r--r-- | src/web/translations/fr/LC_MESSAGES/messages.po | 6 |
11 files changed, 16 insertions, 16 deletions
diff --git a/src/web/export.py b/src/web/export.py index 41ee839c..9d9448df 100644 --- a/src/web/export.py +++ b/src/web/export.py @@ -1,10 +1,10 @@ #! /usr/bin/env python #-*- coding: utf-8 -*- -# jarr - A Web based news aggregator. +# JARR - A Web based news aggregator. # Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/JARR-aggregator/JARR/ +# For more information : https://github.com/JARR/JARR # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -57,7 +57,7 @@ def HTML_HEADER(title="jarr", css="./style.css"): HTML_FOOTER = """<hr /> <p>This archive has been generated with -<a href="https://github.com/JARR-aggregator/JARR">jarr</a>. +<a href="https://github.com/JARR/JARR">jarr</a>. A software under AGPLv3 license. You are welcome to copy, modify or redistribute the source code according to the <a href="https://www.gnu.org/licenses/agpl-3.0.txt">AGPLv3</a> license.</p> diff --git a/src/web/forms.py b/src/web/forms.py index d1999b8b..85980791 100644 --- a/src/web/forms.py +++ b/src/web/forms.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: utf-8 -*- -# jarr - A Web based news aggregator. +# JARR - A Web based news aggregator. # Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information : http://github.com/JARR-aggregator/JARR/ diff --git a/src/web/lib/misc_utils.py b/src/web/lib/misc_utils.py index 92bdde8a..07cb6ed5 100755 --- a/src/web/lib/misc_utils.py +++ b/src/web/lib/misc_utils.py @@ -4,7 +4,7 @@ # JARR - A Web based news aggregator. # Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/JARR-aggregator/JARR +# For more information : https://github.com/JARR/JARR # # 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/src/web/models/__init__.py b/src/web/models/__init__.py index 260f3263..acec0a93 100644 --- a/src/web/models/__init__.py +++ b/src/web/models/__init__.py @@ -4,7 +4,7 @@ # jarr - A Web based news aggregator. # Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/JARR-aggregator/JARR/ +# For more information : https://github.com/JARR/JARR # # 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/src/web/models/article.py b/src/web/models/article.py index 0ab35b20..f4314d8b 100644 --- a/src/web/models/article.py +++ b/src/web/models/article.py @@ -4,7 +4,7 @@ # jarr - A Web based news aggregator. # Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/JARR-aggregator/JARR +# For more information : https://github.com/JARR/JARR # # 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/src/web/models/feed.py b/src/web/models/feed.py index cc734c41..a866ac57 100644 --- a/src/web/models/feed.py +++ b/src/web/models/feed.py @@ -4,7 +4,7 @@ # jarr - A Web based news aggregator. # Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/JARR-aggregator/JARR/ +# For more information : https://github.com/JARR/JARR # # 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/src/web/models/role.py b/src/web/models/role.py index 028f439e..e8ea4ce9 100644 --- a/src/web/models/role.py +++ b/src/web/models/role.py @@ -4,7 +4,7 @@ # jarr - A Web based news aggregator. # Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/JARR-aggregator/JARR/ +# For more information : https://github.com/JARR/JARR # # 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/src/web/models/user.py b/src/web/models/user.py index 8ad9440b..96556b98 100644 --- a/src/web/models/user.py +++ b/src/web/models/user.py @@ -4,7 +4,7 @@ # jarr - A Web based news aggregator. # Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org # -# For more information : https://github.com/JARR-aggregator/JARR/ +# For more information : https://github.com/JARR/JARR # # 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/src/web/templates/about.html b/src/web/templates/about.html index 8d042077..1b0db5d7 100644 --- a/src/web/templates/about.html +++ b/src/web/templates/about.html @@ -7,11 +7,11 @@ {{ _('JARR is a news aggregator platform.') }} {{ _('You can easily <a href="https://jarr.readthedocs.org/en/latest/deployment.html">install JARR on your server</a>.') }} {{ _('Alternatively, you can deploy your own copy using this button:') }}</p> - <a class="reference external image-reference" href="https://heroku.com/deploy?template=https://github.com/JARR-aggregator/JARR.git"><img alt="https://www.herokucdn.com/deploy/button.png" src="https://www.herokucdn.com/deploy/button.png" /></a></p> + <a class="reference external image-reference" href="https://heroku.com/deploy?template=https://github.com/JARR/JARR.git"><img alt="https://www.herokucdn.com/deploy/button.png" src="https://www.herokucdn.com/deploy/button.png" /></a></p> <p>{{ _('This software is under AGPLv3 license. You are welcome to copy, modify or - redistribute the <a href="https://github.com/JARR-aggregator/JARR">source code</a> + redistribute the <a href="https://github.com/JARR/JARR">source code</a> according to the <a href="https://www.gnu.org/licenses/agpl-3.0.html">Affero GPL</a> license.') }}</p> - <p>{{ _('Found a bug? Report it <a href="https://github.com/JARR-aggregator/JARR/issues">here</a>.') }}</p> + <p>{{ _('Found a bug? Report it <a href="https://github.com/JARR/JARRissues">here</a>.') }}</p> </div> <div class="well"> <h1>{{ _('Help') }}</h1> diff --git a/src/web/translations/fr/LC_MESSAGES/messages.mo b/src/web/translations/fr/LC_MESSAGES/messages.mo Binary files differindex 434275dc..03a45ed8 100644 --- a/src/web/translations/fr/LC_MESSAGES/messages.mo +++ b/src/web/translations/fr/LC_MESSAGES/messages.mo diff --git a/src/web/translations/fr/LC_MESSAGES/messages.po b/src/web/translations/fr/LC_MESSAGES/messages.po index 9b6b8c9a..76a76578 100644 --- a/src/web/translations/fr/LC_MESSAGES/messages.po +++ b/src/web/translations/fr/LC_MESSAGES/messages.po @@ -173,19 +173,19 @@ msgstr "" #: src/web/templates/about.html:11 msgid "" "This software is under AGPLv3 license. You are welcome to copy, modify or\n" -" redistribute the <a href=\"https://github.com/JARR-aggregator/JARR" +" redistribute the <a href=\"https://github.com/JARR/JARR" "\">source code</a>\n" " according to the <a href=\"https://www.gnu.org/licenses/agpl-3.0.html" "\">Affero GPL</a> license." msgstr "" "Ce logiciel est sous licence AGPLv3. Vous êtes invité à copier, modifier ou " -"redistribuer le <a href=\"https://github.com/JARR-aggregator/JARR\">code " +"redistribuer le <a href=\"https://github.com/JARR/JARR\">code " "source</a> selon la licence <a href=\"https://www.gnu.org/licenses/agpl-3.0." "html\">Affero GPL</a>." #: src/web/templates/about.html:14 msgid "" -"Found a bug? Report it <a href=\"https://github.com/JARR-aggregator/JARR/" +"Found a bug? Report it <a href=\"https://github.com/JARR/JARR" "issues\">here</a>." msgstr "" "Vous avez trouvé un bug? Signalez-le <a href=\"https://github.com/JARR-" |