updated description and features

This commit is contained in:
m455 2022-12-07 15:54:03 -05:00
parent 2628ce3ef9
commit 954f411d4e

View file

@ -1,6 +1,6 @@
# repo2html
a post-receive hook that generates an html view of a git repository.
a command-line tool that turns git repositories in html pages
## features
@ -8,7 +8,7 @@ a post-receive hook that generates an html view of a git repository.
- 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
- no background process (unless you're using this tool as a post-receive hook, then you only need git-daemon running)
- default repository view is an html-rendered README.md file
## caveats