from api to feeds
This commit is contained in:
parent
357e9281c5
commit
9a0db58fb6
@ -11,31 +11,31 @@
|
|||||||
<img src="/img/multifeeder.svg">
|
<img src="/img/multifeeder.svg">
|
||||||
</h1>
|
</h1>
|
||||||
<div class="add">(<a href="https://git.vvvvvvaria.org/varia/multifeeder/src/branch/master/feeds.txt" target="_blank">Add a feed</a>)</div>
|
<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">
|
<section id="accesspoints">
|
||||||
<p>This is Multifeeder, a feed aggregator supporting different kinds of publishing experiments.</p>
|
<p>This is Multifeeder, a feed aggregator supporting different kinds of publishing experiments.</p>
|
||||||
<div class="accesspoint">
|
<div class="accesspoint">
|
||||||
<h2>/feeds/latest/[num]</h2>
|
<h2>/feeds/latest/[num]</h2>
|
||||||
For example: <a href="/feeds/latest/5" target="_blank">https://multi.vvvvvvaria.org/API/latest/5</a>
|
For example: <a href="/feeds/latest/5" target="_blank">https://multi.vvvvvvaria.org/feeds/latest/5</a>
|
||||||
<br>
|
<br>
|
||||||
(for the latest 5 posts in all feeds)
|
(for the latest 5 posts in all feeds)
|
||||||
<br><br>
|
<br><br>
|
||||||
Format: <a href="/feeds/latest/5?format=json" target="_blank">JSON</a> (default), <a href="/API/latest/5?format=md" target="_blank">Markdown</a>
|
Format: <a href="/feeds/latest/5?format=json" target="_blank">JSON</a> (default), <a href="/feeds/latest/5?format=md" target="_blank">Markdown</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="accesspoint">
|
<div class="accesspoint">
|
||||||
<h2>/feeds/today</h2>
|
<h2>/feeds/today</h2>
|
||||||
For example: <a href="/feeds/today" target="_blank">https://multi.vvvvvvaria.org/API/today/</a>
|
For example: <a href="/feeds/today" target="_blank">https://multi.vvvvvvaria.org/feeds/today/</a>
|
||||||
<br>
|
<br>
|
||||||
(for the posts published today)
|
(for the posts published today)
|
||||||
<br><br>
|
<br><br>
|
||||||
Format: <a href="/feeds/today" target="_blank">JSON</a> (default), <a href="/API/today?format=md" target="_blank">Markdown</a>
|
Format: <a href="/feeds/today" target="_blank">JSON</a> (default), <a href="/feeds/today?format=md" target="_blank">Markdown</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="accesspoint">
|
<div class="accesspoint">
|
||||||
<h2>/feeds/past/[days]</h2>
|
<h2>/feeds/past/[days]</h2>
|
||||||
For example: <a href="/feeds/past/30" target="_blank">https://multi.vvvvvvaria.org/API/past/30</a>
|
For example: <a href="/feeds/past/30" target="_blank">https://multi.vvvvvvaria.org/feeds/past/30</a>
|
||||||
<br>
|
<br>
|
||||||
(for all the posts published in the last 30 days)
|
(for all the posts published in the last 30 days)
|
||||||
<br><br>
|
<br><br>
|
||||||
Format: <a href="/feeds/past/30?format=json" target="_blank">JSON</a> (default), <a href="/API/past/30?format=md" target="_blank">Markdown</a>
|
Format: <a href="/feeds/past/30?format=json" target="_blank">JSON</a> (default), <a href="/feeds/past/30?format=md" target="_blank">Markdown</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="feeds">
|
<section id="feeds">
|
||||||
|
Loading…
Reference in New Issue
Block a user