diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2017-07-15 13:50:24 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2017-07-15 13:50:24 +0200 |
commit | 4e307d3076d88b0a8e096e23df8c78077542ab3e (patch) | |
tree | f8cfb2f8fc056d563139c6d65fd0e3a5f933a14d /example.sh | |
parent | 0f428f1b5abb7b6f42944a15e680980d18101353 (diff) |
improve example, add initial post-receive example
Diffstat (limited to 'example.sh')
-rw-r--r-- | example.sh | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |