aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2023-07-28 22:26:31 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2023-07-28 22:26:31 +0000
commit6e0ea8d6c871bd79e80b87de6cc88ea1cc5e6118 (patch)
treef12756431fcab9ffe4d976f17ce3e98088dc4f98 /README.md
parent5a546a35351362a8da73fbbd1380de6a094069d9 (diff)
downloadtagrss-6e0ea8d6c871bd79e80b87de6cc88ea1cc5e6118.tar
tagrss-6e0ea8d6c871bd79e80b87de6cc88ea1cc5e6118.tar.gz
tagrss-6e0ea8d6c871bd79e80b87de6cc88ea1cc5e6118.zip
Add filtering by tag and feed, improve modularity of some HTML
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 58300e2..2fe658a 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,9 @@ See `LICENSE.txt` in the root of this repository for the text of the license.
## To do
-* Add filtering by tag/feed
+* Add JS to make the feed/tag input situation work like one would normally expect rather than like it's 1985. (Progressive enhancement, though.)
* 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