From 4e307d3076d88b0a8e096e23df8c78077542ab3e Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sat, 15 Jul 2017 13:50:24 +0200 Subject: improve example, add initial post-receive example --- example.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'example.sh') diff --git a/example.sh b/example.sh index 84ccffd..57290d3 100644 --- a/example.sh +++ b/example.sh @@ -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 -- cgit v1.2.3