This commit is contained in:
Thomas Koch 2025-01-10 11:39:54 +02:00
commit b422ece932
9 changed files with 2419 additions and 0 deletions

View file

@ -0,0 +1,18 @@
Simple planet like planet venus but in rust and maintained.
** todo
Also see todos in the source files
*** do clippy and rustfmt
*** TODO error handling everywhere
*** write templates for html and atom/rss feeds
*** use a nice lib to process the config file
- should check whether dirs exists and are writeable
- should check whether feed urls can be parsed
** Credits
While writing this, I read and also copied code from:
- [[https://docs.rs/crate/agro/0.1.1][agro]]
- [[https://github.com/kitallis/hades][haded]] by Akshay Gupta
- [[https://github.com/djc/planetrs][planetrs]] by Vagdish/Adau, Dirkjan Ochtman, Josh Matthews