From f670f2db8183862fcd59bee5451dffffb85d31f1 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 14 Dec 2022 20:01:04 +0100 Subject: [PATCH] update README and HTML files --- README.md | 2 +- templates/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bec9f64..76c285d 100644 --- a/README.md +++ b/README.md @@ -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): diff --git a/templates/index.html b/templates/index.html index b26bc9d..61fde81 100644 --- a/templates/index.html +++ b/templates/index.html @@ -17,7 +17,7 @@ In the following you can generate a link to follow a conversation on Mastodon.

- 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).

@@ -37,7 +37,7 @@