From c143079a384bbdfcf3a37cbf71db588e8cbe2648 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 29 Apr 2016 07:43:46 +0200 Subject: Updated links to ReadTheDocs. --- src/web/templates/about.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/web/templates/about.html') diff --git a/src/web/templates/about.html b/src/web/templates/about.html index 1b0db5d7..2b203c0c 100644 --- a/src/web/templates/about.html +++ b/src/web/templates/about.html @@ -5,18 +5,18 @@

{{ _('About') }}

{{ _('JARR is a news aggregator platform.') }} - {{ _('You can easily install JARR on your server.') }} + {{ _('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

{{ _('This software is under AGPLv3 license. You are welcome to copy, modify or 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.') }}

+

{{ _('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