chiark / gitweb /
Use different URL for home page.
authorijackson <ijackson>
Wed, 23 Jun 1999 16:07:46 +0000 (16:07 +0000)
committerijackson <ijackson>
Wed, 23 Jun 1999 16:07:46 +0000 (16:07 +0000)
config.pl
notice.txt
template.html

index a87407e9363e6f3b8d087a9bb45c98a76de7c5d5..bd09cb6b48abbbdc6b22dd3a64147b62fbc8482a 100644 (file)
--- a/config.pl
+++ b/config.pl
@@ -5,7 +5,12 @@ $nameboxlen= 55;
 $contactboxlen= 55;
 $emailboxlen= 55;
 $nullemail= 'discard-all@chiark.greenend.org.uk';
-$cgi= 'http://www.chiark.greenend.org.uk/ucgi/~ijackson/cam-grin';
+
+$site= 'http://www.chiark.greenend.org.uk';
+$whoabbrev= 'cam';
+$user= 'ijackson';
+$home= "$site/$whoabbrev-grin/";
+$cgi= "$site/ucgi/~$user/$whoabbrev-grin";
 
 $expire_noconfirm= 48*3600;
 $renew_interval= 356*86400;
index 4fdf0fb050d5ffed89f510c4a9ed1e49908092e9..aac9c7753b2e9daa4856c34eab1083baf17f6428 100644 (file)
@@ -81,6 +81,6 @@ me if you have any problems.
 @@@adminname@@@
 <@@@adminemail@@@>
 administrator, @@@whose@@@ G-RIN
-@@@cgi@@@
+@@@home@@@
 (Geeks' Registry of Internet Numbers - BCP5 (RFC1918) registry)
 @@@eof:@@@
index 830333b896b75c84185181d5ff9731198dc13b03..e0a6a97799772f1c583b2c287af34a1ac530877e 100644 (file)
@@ -554,7 +554,7 @@ There are no matching entries in the database.
 @@@endif:@@@
 
 <hr><address>
-<a href="@@@cgi@@@">@@@whose@@@ G-RIN</a><br>
+<a href="@@@home@@@">@@@whose@@@ G-RIN</a><br>
 Queries or problems ?  Contact the administrator,
 <a href="mailto:@@@adminemail@@@">@@@adminname@@@</a>.
 </address>