Multifeeding RSS streams into points of access. https://multi.vvvvvvaria.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

39 lines
819 B

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>multifeeder</title>
<link rel="stylesheet" type="text/css" href="/css/stylesheet.css">
</head>
<body>
<h1>multifeeder</h1>
<table>
<tbody>
{% for x, feed in feeds.items() %}
<tr>
<td>{{ feed.title }}</td>
<td>{{ feed.link }}</td>
</tr>
{% endfor %}
</tbody>
</table>
<section id="api">
<h2>API</h2>
<!-- <div class="accesspoint">
/API/latest/[num]
<br><br>
(not there yet)
</div> -->
<div class="accesspoint">
/API/today/
<br><br>
For example: <a href="/API/today/" target="_blank">localhost:5678/API/today/</a>
</div>
<div class="accesspoint">
/API/past/[days]
<br><br>
For example: <a href="/API/past/30" target="_blank">localhost:5678/API/past/30</a>
</div>
</section>
</body>
</html>