Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-13 | Remove unnecessary FIXME | xengineering | |
The security advice cares about HTML injected from recipe markup into HTML templates. This is not a considered threat because the user is trusted in this earlx version. | |||
2023-04-12 | Switch to unnested config | xengineering | |
This is now just not needed. | |||
2023-02-12 | Centralize templating | xengineering | |
This makes templating easier and allows to use partial templates. | |||
2023-02-11 | Apply go fmt *.go | xengineering | |
This auto-applies the recommended Go codestyle. | |||
2023-02-08 | Move all sources to package main | xengineering | |
This project is not so big that it needs multiple packages. |