From 367c4d5aa807839b2106545cf8bc99a274e1a7f4 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 10 Oct 2016 07:36:00 +0200 Subject: new name: the last one. --- src/web/templates/about.html | 14 +++++++------- src/web/templates/emails/new_password.txt | 2 +- src/web/templates/home.html | 2 +- src/web/templates/layout.html | 8 ++++---- src/web/templates/opml.xml | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) (limited to 'src/web/templates') diff --git a/src/web/templates/about.html b/src/web/templates/about.html index 4d1b1e8b..1d51786e 100644 --- a/src/web/templates/about.html +++ b/src/web/templates/about.html @@ -4,20 +4,20 @@

{{ _('About') }}

- {{ _('JARR is a news aggregator platform.') }} - {{ _('You can easily install JARR on your server.') }} + {{ _('Newspipe is a news aggregator platform.') }} + {{ _('You can easily install Newspipe on your server.') }} {{ _('Alternatively, you can deploy your own copy using this button:') }}

- https://www.herokucdn.com/deploy/button.png

+ https://www.herokucdn.com/deploy/button.png

{{ _('This software is under AGPLv3 license. You are welcome to copy, modify or - redistribute the source code + redistribute the source code according to the Affero GPL license.') }}

-

{{ _('Found a bug? Report it here.') }}

+

{{ _('Found a bug? Report it here.') }}

{{ _('Help') }}

-

{{ _('The documentation of the API is here.') }}

+

{{ _('The documentation of the API is here.') }}

{{ _('You can subscribe to new feeds with a bookmarklet. Drag the following button to your browser bookmarks.') }}

- {{ _('Subscribe to this feed using JARR', bookmarklet='javascript:window.location="%s?url="+encodeURIComponent(document.location)' % url_for('feed.bookmarklet', _external=True)) }} + {{ _('Subscribe to this feed using Newspipe', bookmarklet='javascript:window.location="%s?url="+encodeURIComponent(document.location)' % url_for('feed.bookmarklet', _external=True)) }}
{% endblock %} diff --git a/src/web/templates/emails/new_password.txt b/src/web/templates/emails/new_password.txt index 40bdc207..1a04a36d 100644 --- a/src/web/templates/emails/new_password.txt +++ b/src/web/templates/emails/new_password.txt @@ -3,6 +3,6 @@ Hello {{ user.nickname }}, A new password has been generated at your request: {{ password }} -It is advised to replace it as soon as connected to JARR. +It is advised to replace it as soon as connected to Newspipe. See you, diff --git a/src/web/templates/home.html b/src/web/templates/home.html index 64e8140d..fe68861a 100644 --- a/src/web/templates/home.html +++ b/src/web/templates/home.html @@ -4,6 +4,6 @@ {% endblock %} {% block content %} -
+
{% endblock %} diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index 804ec5d6..3e44c4eb 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -4,9 +4,9 @@ {% block head %} - + - JARR{% if head_titles %} - {{ ' - '.join(head_titles) }}{% endif %} + Newspipe{% if head_titles %} - {{ ' - '.join(head_titles) }}{% endif %} @@ -19,7 +19,7 @@ {% block menu %} -