update README and HTML files

This commit is contained in:
Daniel Langbein 2022-12-14 20:01:04 +01:00
parent 844eba0386
commit f670f2db81
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ See [requirements.txt](requirements.txt).
- [Flask](https://flask.palletsprojects.com): Provide a web API (JSON, RSS+XML, HTML).
- [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):

View File

@ -17,7 +17,7 @@
In the following you can generate a link to follow a conversation on Mastodon.
</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).
</p>
<p>
@ -37,7 +37,7 @@
</p>
<ul>
<li>
<button onclick="rss_button()">Atom/RSS feed</button>
<button onclick="rss_button()">RSS feed</button>
</li>
<li>
<button onclick="json_button()">News as JSON file</button>