aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2023-07-05 14:29:09 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2023-07-05 14:29:09 +0000
commit15f0a2d2577949cd250aea54561b29634943468f (patch)
tree383cc9c6810e3dd2e0eac6b98de463536b78fbb2 /README.md
parent73bd3c0840f706ee619eeae9c1ec0009f3a900d7 (diff)
downloadtagrss-15f0a2d2577949cd250aea54561b29634943468f.tar
tagrss-15f0a2d2577949cd250aea54561b29634943468f.tar.gz
tagrss-15f0a2d2577949cd250aea54561b29634943468f.zip
Add pagination UI, list of all feeds
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5db23d6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# TagRSS
+
+Extremely simple RSS reader with support for tags, which can be applied to multiple feeds.
+
+This project is not in a finished state, but the core functionality is present.
+
+## To do
+
+* Add filtering by tag/feed
+* Do more user input validation
+* Handle more `requests` and `feedparser` error conditions
+* Add logging
+* Add some reasonably high internal limit on tag count
+* Add support for authentication
+* Allow specifying update interval on a per-feed basis