From: Dan Brook Date: Sun, 2 May 2010 18:55:09 +0000 (+0100) Subject: Correct example link and FCGI script. X-Git-Tag: 0.002002~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FGitalist.git;a=commitdiff_plain;h=d9f49e9dbe7ea23f576155d46b3c8c77539cc1ee 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