From ad25559d62b460c83e57a343184c610bec4667b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Reuh=20Fildadut?= Date: Wed, 15 Oct 2025 15:09:31 +0200 Subject: [PATCH] docs: update README --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 48af6fd..86b82da 100644 --- a/README.md +++ b/README.md @@ -212,14 +212,11 @@ Spaghetti alla carbonara is often a safe choice; even if you substitutes all of While I mostly started this project for fun, it ended up actually quite usable, so I'm at least going to maintain it. As for new features, unless an incredible idea comes I'd like to keep this project simple (try your luck in the issue tracker!). But still, here's still some things that I wrote down during development that _may_ be done at some point: - [ ] Store & expose article attachments in the templates -- [x] Use inotify for real-time article mark-as-read action, or other ways to make the synchronization more responsive in daemon mode (e.g. use a min-max range for synchronization periodicity, and trigger it before reaching max if a inotify event happened) -- [ ] Partial synchronization (using since_id for ttrss and start_time for googlereader) - +- [ ] Partial synchronization (using since_id for ttrss (article updates?) and start_time for googlereader) +- [ ] Think of a third one, two is a bit sad # TODO before publishing - [ ] Write documentation -- [ ] Share the fun somewhere -- [x] Test with FreshRSS - - [x] Feed & category order for googlereader ?? - doesn't seem to be available, sorry +- [ ] Publish