From 62b3afeeedfe054345f86093e2d243e956c1e3c9 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 26 Feb 2020 11:27:31 +0100 Subject: The project is now using Poetry. --- src/web/templates/about.html | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/web/templates/about.html (limited to 'src/web/templates/about.html') diff --git a/src/web/templates/about.html b/src/web/templates/about.html deleted file mode 100644 index 4cfafb79..00000000 --- a/src/web/templates/about.html +++ /dev/null @@ -1,23 +0,0 @@ -{% extends "layout.html" %} -{% block content %} -
-
-

{{ _('About') }}

-

- {{ _('Newspipe is a news aggregator platform.') }} - {{ _('You can easily install Newspipe on your server.') }} -

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

-
-
-

{{ _('Help') }}

-

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