From e4cb20f66741e526f9c5bac34138048e90972e46 Mon Sep 17 00:00:00 2001 From: manetta Date: Tue, 23 Feb 2021 13:01:45 +0100 Subject: [PATCH] switching API/feeds order on the webpage --- templates/index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/templates/index.html b/templates/index.html index 3e1add9..fcd5d79 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,17 +11,6 @@
(Add a feed)
-
-

Currently feeding

-

The following feeds are rendered in the Multifeeder. The feeds in this list include streams of projects and activities in and around Varia.

- {% for x, feed in db['feeds'].items() %} -
-
{{ feed.title }}
-
{{ feed.description }}
- -
- {% endfor %} -

Aggregated Publishing Interface (API)

This is the Multifeeder API :---), an Aggregated Publishing Interface supporting any kinds of publishing experiments. Currently the API is used to feed Varia's TeleVex.

@@ -50,6 +39,17 @@ Format: JSON
+
+

Currently feeding

+

The following feeds are rendered in the Multifeeder. The feeds in this list include streams of projects and activities in and around Varia.

+ {% for x, feed in db['feeds'].items() %} +
+
{{ feed.title }}
+
{{ feed.description }}
+ +
+ {% endfor %} +