(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.

/API/latest/[num]

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

Format: JSON

/API/today/

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

Format: JSON

/API/past/[days]

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

Format: JSON