--- loncom/build/doc_template.pl 2002/02/04 14:43:52 1.1 +++ loncom/build/doc_template.pl 2002/04/23 15:28:03 1.5 @@ -18,7 +18,9 @@ $d=~/\(.*?)\<\/title.*?\>/s; my $title=$1; $t=~s/\/$title/g; $d=~/\$(.*?)\$/; -my $cvsdate="<i>CVS: $1</i>"; +my $e=$1; +$e=~s/\S*\s\S*\s+\S*$/ updated by Scott Harrison/; +my $cvsdate="<p><font size=\"-2\"><i>CVS $e</i></font></p>"; $t=~s/\<DATE \/\>/$cvsdate/g; $d=~/\<\!\-\- pdfahref (.*?) \-\-\>/; my $pdfahref="<a href='$1'>"; @@ -32,6 +34,7 @@ my %bhash=( 'DOWNLOADS' => '/docs/downloads/index.html', 'CONTACT' => '/docs/contact/index.html', 'MAIN-SITE' => 'http://install.lon-capa.org', + 'LICENSE' => '/docs/license/index.html', ); $d=~/\<\!\-\- button (.*?) \-\-\>/;