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

{{ _('About') }}

{{ _('pyAggr3g470r is a news aggregator platform and can be shared between several users.') }} {{ _('You can easily install pyAggr3g470r 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 this link to your browser bookmarks.', bookmarklet='javascript:window.location="%s?url="+encodeURIComponent(document.location)' % url_for('feed.bookmarklet', _external=True)) }}

{{ _('Donation') }}

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

{% endblock %}