X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=e7e9663a2bbb7217d68e4bfad50ea90d44609fa4;hb=1e19ad67eb3b16fa57999f8160d20c98c67b857f;hp=33e62bde3dc975ddb65e845b248a1ef28f185298;hpb=67f7ad5d34618932e26d189a6edd90edf8aa2fbb;p=catagits%2FGitalist.git diff --git a/README b/README index 33e62bd..e7e9663 100644 --- a/README +++ b/README @@ -147,9 +147,11 @@ CONFIGURATION The Gitalist config is loaded with Catalyst::Plugin::ConfigLoader and the available config options are: - Model::CollectionOfRepos - git Path to the "git" binary. + no_gravatars + If true don't display gravatars. May be desirable if you are worried + about leaking repo names via the browser referer headers. + Model::CollectionOfRepos repo_dir A directory containing the directories to show. @@ -220,9 +222,15 @@ CONFIGURATION "GITALIST_DEBUG=1" to the top of your gitalist.fcgi file (just below the shebang line). - Also, note that Apache will refuse %2F in Gitalist URLs unless - configured otherwise. Make sure "AllowEncodedSlashes On" is in your - httpd.conf file in order for this to run smoothly. + Apache config + Apache will refuse %2F in Gitalist URLs unless configured otherwise. + Make sure "AllowEncodedSlashes On" is in your httpd.conf file in order + for this to run smoothly. + + To have the static content served statically by Apache, instead of + Gitalist, then add something like following line to your httpd.conf: + + Alias /static /usr/local/share/perl/5.10.1/Gitalist/root/static CONTRIBUTING Patches are welcome, please feel free to fork on github and send pull