From 00cb7b3b00cdd028e3ca1ee28ecad5ef15a5cd1f Mon Sep 17 00:00:00 2001 From: ijackson Date: Wed, 23 Jun 1999 16:07:46 +0000 Subject: [PATCH] Use different URL for home page. --- config.pl | 7 ++++++- notice.txt | 2 +- template.html | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/config.pl b/config.pl index a87407e..bd09cb6 100644 --- 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; diff --git a/notice.txt b/notice.txt index 4fdf0fb..aac9c77 100644 --- a/notice.txt +++ b/notice.txt @@ -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:@@@ diff --git a/template.html b/template.html index 830333b..e0a6a97 100644 --- a/template.html +++ b/template.html @@ -554,7 +554,7 @@ There are no matching entries in the database. @@@endif:@@@
-@@@whose@@@ G-RIN
+@@@whose@@@ G-RIN
Queries or problems ? Contact the administrator, @@@adminname@@@.
-- 2.30.2