From f53453069d81989670586ef54130b026dd31a1e1 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 31 Oct 2018 22:18:19 +0100 Subject: Improved the import/export functions for data liberation. It is now possible to export all feeds to OPML with ou without enabled and private feeds. --- src/web/templates/management.html | 39 +++++++++++++++++++++++++++++++-------- src/web/templates/opml.xml | 2 +- 2 files changed, 32 insertions(+), 9 deletions(-) (limited to 'src/web/templates') diff --git a/src/web/templates/management.html b/src/web/templates/management.html index 375b8f37..9c6a2e1c 100644 --- a/src/web/templates/management.html +++ b/src/web/templates/management.html @@ -20,24 +20,47 @@
-

{{ _('Data liberation') }}

+

{{ _('Your data') }}

+
+
+
+
+

{{ _('Articles') }}

+

{{ _('Import') }}

{{ _('Import a Newspipe account') }} (*.json)
-
- {{ _('Export your Newspipe account to JSON') }} -

- {{ _('Export your bookmarks to JSON') }} +

{{ _('Export') }}

+ {{ _('Export your Newspipe account to JSON') }}
-

{{ _('OPML import/export') }}

+

{{ _('OPML') }}

+

{{ _('Import') }}

{{ _('Batch import feeds from OPML') }} (*.xml {{ _('or') }} *.opml)
-
- {{ _('Export your feeds to OPML') }} +

{{ _('Export') }}

+
+
+
+ + +
+
+ + +
+
+ +
+
+
+
+
+

{{ _('Bookmarks') }}

+ {{ _('Export your bookmarks to JSON') }}
diff --git a/src/web/templates/opml.xml b/src/web/templates/opml.xml index 3862772d..7159e279 100644 --- a/src/web/templates/opml.xml +++ b/src/web/templates/opml.xml @@ -8,6 +8,6 @@ {{ user.nickname }} - {% for feed in user.feeds %} + {% for feed in feeds %} {% endfor %} -- cgit