improve example, add initial post-receive example

This commit is contained in:
Hiltjo Posthuma
2017-07-15 13:50:24 +02:00
parent 0f428f1b5a
commit 4e307d3076
2 changed files with 69 additions and 1 deletions

View File

@@ -2,11 +2,14 @@
# - Makes index for repositories in a single directory.
# - Makes static pages for each repository directory.
#
# NOTE, things to do manually (once):
# NOTE, things to do manually (once) before running this script:
# - copy style.css, logo.png and favicon.png manually, a style.css example
# is included.
#
# - write clone url, for example "git://git.codemadness.org/dir" to the "url"
# file for each repo.
# - write owner of repo to the "owner" file.
# - write description in "description" file.
#
# Usage:
# - mkdir -p htmldir && cd htmldir