]> i-scream Git - www.i-scream.org.git/commitdiff
Update CGI's to know about new site.
authorTim Bishop <tim@bishnet.net>
Thu, 25 Mar 2004 22:48:47 +0000 (22:48 +0000)
committerTim Bishop <tim@bishnet.net>
Thu, 25 Mar 2004 22:48:47 +0000 (22:48 +0000)
cgi-bin/cvslog.cgi
cgi-bin/docs.cgi
cgi-bin/logo.cgi
cgi-bin/logo.jpg

index e71e471ef9251032047df0a8034cf170e845335f..20816565c1fb45e37d59f9d37abb18c722ccf204 100755 (executable)
@@ -48,7 +48,7 @@ my($cvs2clargs) = "--stdout --no-wrap --no-common-dir -r -t -w -S -U $cvsroot/CV
 my($updatecmd) = "/home/iscream/bin/fullcvsupdate.sh $modulelist";
 my($logcmd) = "cd /tmp/i-scream/cvstmp && $cvs2clpath $cvs2clargs";
 
-my ($incdir) = "../nwww";
+my ($incdir) = "../htdocs";
 
 # Include files
 my ($doctype) = "$incdir/doctype.inc";
index 8acae25ba31a5d9903178fd981afcabf2f552b94..2d7703aa9b923503918a582984cff1c8f9ce69bb 100755 (executable)
@@ -6,7 +6,7 @@ use CGI;
 $| = 1;
 
 # Settings
-my ($incdir) = "../nwww";
+my ($incdir) = "../htdocs";
 
 # Include files
 my ($doctype) = "$incdir/doctype.inc";
index 837e1eb147eda5ffbd0222df8bab26cc557b7c6a..25ab78dfed206dfd9bea15cde2c18461e295b302 100755 (executable)
@@ -4,15 +4,15 @@ use strict;
 $| = 1;
 
 # Directory to find images in
-my($dir) = "/web/i-scream/nwww/logos";
+my($dir) = "/web/i-scream/htdocs/logos";
 # Pattern to match images - remember to escape
 my($pattern) = "\\.jpg\$";
 
 # URL to images - must match $dir
-my($url) = "http://nwww.i-scream.org/logos";
+my($url) = "http://www.i-scream.org/logos";
 
 # Where the setbg command is
-my($setbg) = "/web/i-scream/nwww.bin/setbg.pl";
+my($setbg) = "/web/i-scream/bin/setbg.pl";
 
 # Code...
 my($imagepath) = `$setbg -r -p \'$pattern\' -b echo -f \' \' $dir`;
index d5984384974abb5d742c91f846595c4840dcdbb0..2503d4e5840e567fa71f1c90529e0271dd799988 100755 (executable)
@@ -4,12 +4,12 @@ use strict;
 $| = 1;
 
 # Directory to find images in
-my($dir) = "/web/i-scream/nwww/logos";
+my($dir) = "/web/i-scream/htdocs/logos";
 # Pattern to match images - remember to escape
 my($pattern) = "\\.jpg\$";
 
 # Where the setbg command is
-my($setbg) = "/web/i-scream/nwww.bin/setbg.pl";
+my($setbg) = "/web/i-scream/bin/setbg.pl";
 
 # Code...
 print "Content-type: image/jpeg\n\n";