From: Dan Brook Date: Sun, 2 May 2010 18:55:09 +0000 (+0100) Subject: Correct example link and FCGI script. X-Git-Tag: 0.002001_01~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f9d6e4f1f351a9cd7540cc0a4c1faaf34ec4b8ba;hp=7546a03cc62c80d2113704c721b78e4e04759ae5;p=catagits%2FGitalist.git Correct example link and FCGI script. As we've got local::lib baked in now the setting of PERL5LIB is no longer necessary for the FCGI script. --- diff --git a/README b/README index 2de1bfa..4564aaa 100644 --- a/README +++ b/README @@ -108,12 +108,11 @@ RUNNING ".gitignore" so you can have your own copy): #!/bin/sh - export PERL5LIB=/home/t0m/public_html/Gitalist/lib:/home/t0m/perl5/lib/perl5:$PERL5LIB exec /home/t0m/public_html/Gitalist/script/gitalist_fastcgi.pl This example can be seen live here: - http://goatse.co.uk/~bobtfish/Gitalist/script/gitalist.fcgi/ + http://example.gitalist.com CONTRIBUTING Patches are welcome, please feel free to fork on github and send pull diff --git a/lib/Gitalist.pm b/lib/Gitalist.pm index 6145f06..13a50ae 100644 --- a/lib/Gitalist.pm +++ b/lib/Gitalist.pm @@ -171,12 +171,11 @@ are running from a git checkout, adding a trivial FCGI script as C