sgw | Static git web (fork of stagit) |
| download: https://git.y1.nz/archives/sgw.tar.gz | |
| README | Files | Log | Refs | LICENSE |
TODO
1
2 [ ] Separate repo page generation out of main.c
3 [ ] clean up directory configurations (whether to show all files on files.html)
4 - allow creation of both dir pages, and "all files" page?
5 [ ] enforce lack of trailing/leading slashes in -o and -b options
6 [ ] Remove globals / replace them with passed structs
7 [ ] Caching
8 - but it needs to also not increase complexity.
9 - it's ok to duplicate storage
10 - method: save every reusable intermediate into a file.
11 then, check for changes and reuse if there aren't any.
12
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.