updated description and features
This commit is contained in:
parent
2628ce3ef9
commit
954f411d4e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue