cerrado @ v0.0.11

 1### Cerrado
 2
 3Self host single user mail based forge.
 4
 5### Goals
 6
 7Keep it simple and lightweight, that includes the application itself,
 8development process and the deployment.
 9
10The application requires no javascript to run, and it is light and fast to
11render.
12
13This project is also easy to iterate on. There are only two dev dependencies: go
14and sassc so it compiles fast. Codewise it strives for easy to understand.
15Easy to read code is better than clever.
16
17The deployment process should be easy to wrap the head around and
18straightforward to set up. To achieve that it uses a simple file format[^1] to
19configure everything. Also to reduce the moving parts the whole application,
20including its statics file, is bundled into a single binary.
21
22To run the project you just need to do a make run.
23
24### TODO
25
26- Add message to tags
27- Add link to tar browser from commit page
28- Add patch to the commit page
29- Add log pagination
30- Add tag pagination
31
32### Milestone
33- Mail patch / mailing list
34- Code snippet support
35- Setup manual (man feature perhaps?)
36- Add authentication
37    - Enforce public property
38- Add metrics
39
40[^1]: https://git.sr.ht/~emersion/scfg