diff --git a/README.md b/README.md index ea62ae0..1d6e209 100644 --- a/README.md +++ b/README.md @@ -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?)