diff --git a/templates/index.html b/templates/index.html index 26855fb..d4aa269 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,28 +14,28 @@

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

-

/API/latest/[num]

- For example: https://multi.vvvvvvaria.org/API/latest/5 +

/feeds/latest/[num]

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

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

/API/today

- For example: https://multi.vvvvvvaria.org/API/today/ +

/feeds/today

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

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

/API/past/[days]

- For example: https://multi.vvvvvvaria.org/API/past/30 +

/feeds/past/[days]

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

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