From e3499ba1dab00c7f6fac834dcb8dbd5379e7f921 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 7 Jul 2014 21:30:45 +0200 Subject: It is now possible to add new feeds with a bookmarklet. --- pyaggr3g470r/templates/about.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html index 3c4304e5..0a33e9aa 100644 --- a/pyaggr3g470r/templates/about.html +++ b/pyaggr3g470r/templates/about.html @@ -2,11 +2,22 @@ {% block content %}
+

{{ _('About') }}

{{ _('pyAggr3g470r is a simple news aggregator you can use everywhere.') }}

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

+
+

{{ _('Help') }}

+

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

+

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

+

{{ _('You can subscribe to new feeds with a bookmarklet. Drag this link to your browser bookmarks.', bookmarklet='javascript:window.location="https://pyaggr3g470r.herokuapp.com/bookmarklet?url="+encodeURIComponent(document.location)') }}

+
+
+

{{ _('Donation') }}

+

{{ _('If you wish and if you like pyAggr3g470r, you can donate via bitcoin 1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ. Thank you!') }}

+
-{% endblock %} +{% endblock %} \ No newline at end of file -- cgit