small under-construction notes lol

This commit is contained in:
m455 2022-12-07 15:51:16 -05:00
parent a67a26548f
commit 2628ce3ef9

View file

@ -5,16 +5,15 @@ a post-receive hook that generates an html view of a git repository.
## features
- static html files
- image support
- svg support
- markdown files are rendered as html
- image support (we're working on this)
- svg support (we're working on this)
- markdown files are rendered as html (we're working on this)
- no background process other than git-daemon
- default repository view is an html-rendered README.md file
## caveats
- binary file contents are just... shown
- images don't render
- directory tree is shown as a flat list of files, so git repositories with
many files and directories will look awful
- no commit log (yet?)