From b20ee2ff526d6f51b33d33d34587d9e0790b086c Mon Sep 17 00:00:00 2001 From: Gabriel Date: Thu, 4 Dec 2025 22:44:00 -0500 Subject: [PATCH] minor updates --- docs/planned-features.md | 8 ++++++-- docs/readme.md | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/planned-features.md b/docs/planned-features.md index 41cd847..6e93a9a 100644 --- a/docs/planned-features.md +++ b/docs/planned-features.md @@ -1,7 +1,8 @@ # Future Plans -I have ambitious plans for the future, there are many features +I have ambitious plans for the future, but there's a lot I have to do before they're realized. +Currently the goal is to make this tool functional, and reasonably useful cross-platform. @@ -21,7 +22,9 @@ At minimum I need to build a functionally complete RSS reader which will include ### Darknet Support Censorship resistance matters! -Tor & I2P sites should be first-class citizens and handled accordingly. This is [currently supported](https://code.gabe.rocks/gabriel/rss-tool/commit/240cb19589bc9d42fbae4331562e0f24413c108c) via the system-wide daemons, but in the future will use mechanisms like [arti-client](https://crates.io/crates/arti-client) +Tor & I2P sites should be first-class citizens and handled accordingly. + +This is [currently supported](https://code.gabe.rocks/gabriel/rss-tool/commit/240cb19589bc9d42fbae4331562e0f24413c108c) via the system-wide daemons, but in the future will use mechanisms like [arti-client](https://crates.io/crates/arti-client) ### Information Management @@ -34,6 +37,7 @@ Manage feeds and put them in logical groups - Can help a great deal with performing as a useful search engine ### Strong Multi-media support +Currently I'm able to detect media, handle it differently, but not display it. ## Phase 2: Enhancements & Polish diff --git a/docs/readme.md b/docs/readme.md index 0885e04..231fbe9 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -3,4 +3,4 @@ This is where guides and details about RSSCAR will be. --[Planned Features](planned_features.md) \ No newline at end of file +-[Planned Features](./planned_features.md) \ No newline at end of file