From 59ae98170d11ae19af4ffecaa7b69f451720dc88 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 29 Nov 2015 00:03:21 +0100 Subject: Updated about page. --- web/templates/about.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'web/templates') diff --git a/web/templates/about.html b/web/templates/about.html index bb2b7e58..8bf2ac6e 100644 --- a/web/templates/about.html +++ b/web/templates/about.html @@ -4,19 +4,19 @@

{{ _('About') }}

- {{ _('JARR is a news aggregator platform and can be shared between several users.') }} + {{ _('JARR is a news aggregator platform.') }} {{ _('You can easily install JARR 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') }}

-

{{ _('If you have any problem, contact the administrator.') }}

-

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

+

{{ _('If you have any problem, contact the administrator.') }}

+

{{ _('The documentation of the RESTful 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)) }}
-- cgit