X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;fp=README;h=61bb97c241bdac8243268e610040eac6a5ac2f7a;hb=5111a8abac4a2ebace393327e51599f4fbd213ff;hp=94f299290aa6afc7fd0621157c47833a32b8c2c9;hpb=1891c7741653bd5c20f52aa7176157afeb2e0121;p=catagits%2FGitalist.git diff --git a/README b/README index 94f2992..61bb97c 100644 --- a/README +++ b/README @@ -137,6 +137,39 @@ RUNNING http://example.gitalist.com +CONFIGURATION + The Gitalist config is loaded with Catalyst::Plugin::ConfigLoader and + the available config options are: + + Model::CollectionOfRepos + git Path to the "git" binary. + + repo_dir + A directory containing the directories to show. + + If no repositories are found in this directory then Gitalist will + search recursively in that directory for repositories. + + search_recursively + A boolean indicating whether to always search recursively for + repositories within "repo_dir". + + whitelist + Path a file containing a list of repositories that can be shown. + Each line in the file will represent the name of a repo to show e.g + + Gitalist + some-bare-repo.git + + This is compatible with "gitweb"'s "projects.list". + + export_ok + If provided every must contain a file of the same name to be + visible. This is similar to "gitweb"'s functionality. + + paging + log The number of commits to show in the + FASTCGI Running Gitalist in FastCGI mode requires a webserver with FastCGI support (such as apache with or ). Below is a