mirror of
https://codeberg.org/privacy1st/MastodonTootFollower
synced 2024-12-22 23:06:05 +01:00
update README and HTML files
This commit is contained in:
parent
844eba0386
commit
f670f2db81
@ -37,7 +37,7 @@ See [requirements.txt](requirements.txt).
|
|||||||
- [Flask](https://flask.palletsprojects.com): Provide a web API (JSON, RSS+XML, HTML).
|
- [Flask](https://flask.palletsprojects.com): Provide a web API (JSON, RSS+XML, HTML).
|
||||||
- [Waitress](https://docs.pylonsproject.org/projects/waitress/en/stable/): Web server.
|
- [Waitress](https://docs.pylonsproject.org/projects/waitress/en/stable/): Web server.
|
||||||
|
|
||||||
## Test RSS/Atom feed
|
## Test RSS feed
|
||||||
|
|
||||||
Tested with [gfeeds](https://gitlab.gnome.org/World/gfeeds):
|
Tested with [gfeeds](https://gitlab.gnome.org/World/gfeeds):
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
In the following you can generate a link to follow a conversation on Mastodon.
|
In the following you can generate a link to follow a conversation on Mastodon.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
You can either follow a conversation with a feed reader (Atom/RSS) of your choice
|
You can either follow a conversation with a feed reader (RSS) of your choice
|
||||||
or view new replies and edits each time you open the link in your webbrowser (HTML page or JSON file).
|
or view new replies and edits each time you open the link in your webbrowser (HTML page or JSON file).
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@ -37,7 +37,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<button onclick="rss_button()">Atom/RSS feed</button>
|
<button onclick="rss_button()">RSS feed</button>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<button onclick="json_button()">News as JSON file</button>
|
<button onclick="json_button()">News as JSON file</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user