mylloon.fr/ROADMAP.md

28 lines
1.4 KiB
Markdown
Raw Normal View History

2023-02-07 15:15:04 +01:00
# ROADMAP
- [ ] [actix](https://actix.rs/docs/) -> Serveur HTTP
2023-02-07 15:18:58 +01:00
- [ ] Template ?? [askama](https://github.com/djc/askama) [ramhorns](https://github.com/maciejhirsz/ramhorns)
2023-02-07 15:15:04 +01:00
- [ ] [minify](https://crates.io/crates/minify-html)
2023-02-07 15:18:58 +01:00
- [ ] LaTeX -> que quand on en a besoin ??
2023-02-07 15:15:04 +01:00
- KaTeX ?
- MathJax ?
- MathML ?
2023-02-07 15:18:58 +01:00
- [ ] Diagrams -> que quand on en a besoin ??
2023-02-07 15:15:04 +01:00
- Mermaid
2023-02-07 15:18:58 +01:00
- [ ] Watch -> Recompile les fichiers HTML quand on ^S
- [ ] Syntax highligting
2023-02-08 20:05:56 +01:00
# TODO
| url | info |
| ------------------------------------------ | ----------------------------------- |
| / -> index | index |
| /robots.txt | redirige vers sitemap? ou allow all |
| /sitemap.xml | <urlset><url><loc>url</></></> |
| /humans.txt | humans |
| /security.txt | security |
| /.well-known/security.txt -> /security.txt | security |
| ... | page 404 |
| tor | penser à l'impl avec tor |
| dockerfile | cf tor |