fix headers to not mention CVS.

This commit is contained in:
kestes%walrus.com 2003-12-27 21:15:05 +00:00
Родитель f67a384b28
Коммит deb2c781cf
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2,7 +2,7 @@ $::param{'bannerhtml'} = '<TABLE BGCOLOR="#FFFFFF" WIDTH="100%" BORDER=0 CELLPAD
<TR><TD><!-- insert imagery here --></TD></TR></TABLE>
<CENTER><FONT SIZE=-1>Bonsai version %version%
</FONT></CENTER>';
$::param{'blurbhtml'} = 'This is <B>Bonsai_pvcs</B>: a query interface to the PVCS source repository';
$::param{'blurbhtml'} = 'This is <B>Bonsai_PVCS</B>: a query interface to the PVCS source repository';
$::param{'bonsai-daemon'} = 'bonsai-daemon';
$::param{'bonsai-hookinterest'} = 'bonsai-hookinterest';
$::param{'bonsai-messageinterest'} = 'bonsai-messageinterest';

Просмотреть файл

@ -182,7 +182,7 @@ DefParam("blurbhtml",
"A blurb that appears as part of the header of every Bonsai page. This is a place to put brief warnings, pointers to one or two related pages, etc.",
"l",
"This is <B>Bonsai</B>: a query interface to the CVS source repository");
"This is <B>Bonsai</B>: a query interface to the PVCS source repository");