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 ## features
- static html files - static html files
- image support - image support (we're working on this)
- svg support - svg support (we're working on this)
- markdown files are rendered as html - markdown files are rendered as html (we're working on this)
- no background process other than git-daemon - no background process other than git-daemon
- default repository view is an html-rendered README.md file - default repository view is an html-rendered README.md file
## caveats ## caveats
- binary file contents are just... shown - binary file contents are just... shown
- images don't render
- directory tree is shown as a flat list of files, so git repositories with - directory tree is shown as a flat list of files, so git repositories with
many files and directories will look awful many files and directories will look awful
- no commit log (yet?) - no commit log (yet?)