From 9a0db58fb611901ffd4f5c33e62a30acd6656f81 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 18 May 2022 14:44:30 +0200 Subject: [PATCH] from api to feeds --- templates/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/index.html b/templates/index.html index d4aa269..e4afa37 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,31 +11,31 @@
(Add a feed)
-
+

This is Multifeeder, a feed aggregator supporting different kinds of publishing experiments.

/feeds/latest/[num]

- For example: https://multi.vvvvvvaria.org/API/latest/5 + For example: https://multi.vvvvvvaria.org/feeds/latest/5
(for the latest 5 posts in all feeds)

- Format: JSON (default), Markdown + Format: JSON (default), Markdown

/feeds/today

- For example: https://multi.vvvvvvaria.org/API/today/ + For example: https://multi.vvvvvvaria.org/feeds/today/
(for the posts published today)

- Format: JSON (default), Markdown + Format: JSON (default), Markdown

/feeds/past/[days]

- For example: https://multi.vvvvvvaria.org/API/past/30 + For example: https://multi.vvvvvvaria.org/feeds/past/30
(for all the posts published in the last 30 days)

- Format: JSON (default), Markdown + Format: JSON (default), Markdown