Browse Source

removing references to the format of an API

master
mb 2 years ago
parent
commit
b9bdc2042c
  1. 7
      templates/index.html

7
templates/index.html

@ -12,8 +12,7 @@
</h1>
<div class="add">(<a href="https://git.vvvvvvaria.org/varia/multifeeder/src/branch/master/feeds.txt" target="_blank">Add a feed</a>)</div>
<section id="api">
<h1>Aggregated Publishing Interface (API)</h1>
<p>This is the Multifeeder API :---), an Aggregated Publishing Interface supporting any kinds of publishing experiments. Currently the API is used to feed <a href="https://televex.vvvvvvaria.org">Varia's TeleVex</a>.</p>
<p>This is the Multifeeder, This is the Multifeeder, a feed aggregator supporting any kinds of publishing experiments.</p>
<div class="accesspoint">
<h2>/API/latest/[num]</h2>
For example: <a href="/API/latest/5" target="_blank">https://multi.vvvvvvaria.org/API/latest/5</a>
@ -41,7 +40,7 @@
</section>
<section id="feeds">
<h1>Currently feeding</h1>
<p>The following feeds are rendered in the Multifeeder. The feeds in this list include streams of projects and activities in and around Varia. The API is updated every 10 minutes.</p>
<p>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.</p>
{% for x, feed in db['feeds'].items() %}
<div class="feed el{{ x }}">
<div class="title">{{ feed.title }}</div>
@ -51,7 +50,7 @@
{% endfor %}
</section>
<footer>
<div>Multifeeding RSS streams into a point of access.</div>
<div>Multifeeding RSS streams into points of access.</div>
<a href="https://git.vvvvvvaria.org/varia/multifeeder" target="_blank">https://git.vvvvvvaria.org/varia/multifeeder</a></footer>
</body>
</html>
Loading…
Cancel
Save