{% extends "layout.html" %} {% block content %}
{{ _('Newspipe is a news aggregator platform.') }} {{ _('You can easily install Newspipe on your server.') }} {{ _('Alternatively, you can deploy your own copy using this button:') }}
{{ _('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.') }}
{{ _('More information') }} {{ _('about this instance.') }}
{{ _('The documentation of the API is here.') }}
{{ _('Contact')}}: {{ contact }}
{{ _('You can subscribe to new feeds with a bookmarklet. Drag the following button to your browser bookmarks.') }}
{{ _('Subscribe to this feed using Newspipe', bookmarklet='javascript:window.location="%s?url="+encodeURIComponent(document.location)' % url_for('feed.bookmarklet', _external=True)) }}