minor updates
This commit is contained in:
parent
79314d0465
commit
b20ee2ff52
2 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@
|
|||
This is where guides and details about RSSCAR will be.
|
||||
|
||||
|
||||
-[Planned Features](planned_features.md)
|
||||
-[Planned Features](./planned_features.md)
|
||||
Loading…
Reference in a new issue