{% 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 %(start_link_source)ssource code%(end_link_source)s according to the %(start_link_affero)sAffero GPL%(end_link_affero)s license.", start_link_source=""|safe, end_link_source=""|safe, start_link_affero=""|safe, end_link_affero=""|safe) }}

{{ _("Found a bug? Report it %(start_link)shere%(end_link)s.", start_link=""|safe, end_link=""|safe) }}

{{ _("Help") }}

{{ _("If you have any problem, %(start_link)scontact%(end_link)s the administrator.", start_link=""|safe, end_link=""|safe) }}

{{ _("The documentation of the RESTful API is %(start_link)shere%(end_link)s.", start_link=""|safe, end_link=""|safe) }}

{{ _("You can subscribe to new feeds with a bookmarklet. Drag the following button to your browser bookmarks.") }}

{{ _("Subscribe to this feed using pyAggr3g470r") }}

{{ _("Donation") }}

{{ _("If you wish and if you like pyAggr3g470r, you can donate via bitcoin %(start_link)s1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ%(end_link)s. Thank you!", start_link=""|safe, end_link=""|safe) }}

{% endblock %}