planet-mars/README.md

28 lines
864 B
Markdown
Raw Normal View History

2025-01-13 09:26:36 +02:00
Simple successor to Planet Venus but in Rust and maintained.
2025-01-12 13:02:45 +02:00
Please see the rustdoc of main.rs for further information.
2025-01-13 09:26:36 +02:00
## Todo
2025-01-12 13:02:45 +02:00
2025-01-13 09:26:36 +02:00
* find and use a nice lib to process the config file
2025-01-12 13:02:45 +02:00
* should check whether dirs exists and are writeable
* should check whether feed urls can be parsed
2025-01-13 09:26:36 +02:00
## Planet Venus
Planet Venus is used by many planets on the internet. However its code has not
been maintained since ~2011 and it uses Python 2.
Planet Mars should be a lightweight successor to Planet Venus.
Still the Planet Venus documentation contains some useful information on
[Etiquette](https://intertwingly.net/code/venus/docs/etiquette.html) for
Planet hosters.
2025-01-12 13:02:45 +02:00
## Credits
While writing this, I read and also copied code from:
* [agro](https://docs.rs/crate/agro/0.1.1)
* [hades](https://github.com/kitallis/hades)
* [planetrs](https://github.com/djc/planetrs)