small under-construction notes lol
This commit is contained in:
parent
a67a26548f
commit
2628ce3ef9
1 changed files with 3 additions and 4 deletions
|
@ -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?)
|
||||
|
|
Loading…
Reference in a new issue