(Add a feed)

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

/feeds/latest/[num]

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

Format: JSON (default), Markdown

/feeds/today

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

Format: JSON (default), Markdown

/feeds/past/[days]

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

Format: JSON (default), Markdown

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. The feeds are updated every 10 minutes.

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