{% extends "layout.html" %} {% block content %}

{{ _('About') }}

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

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

{{ _('Donation') }}

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

{% endblock %}