Move project parameters to separate page.
authorshort <>
Wed, 15 Oct 2003 11:12:12 +0000 (11:12 +0000)
committershort <>
Wed, 15 Oct 2003 11:12:12 +0000 (11:12 +0000)
project/captive/Index.html.pl
project/captive/Makefile.am

index 4f80b43..8ff2221 100755 (executable)
@@ -34,6 +34,7 @@ Wuse 'project::captive::ListItem';
 my $W=My::Project->init_project(
                "__PACKAGE__"=>__PACKAGE__,
                "ListItem"=>\@project::captive::ListItem::ListItem,
+               "no_project_data"=>1,
                "head_css"=>"
 .reqpkg { font-style: italic; }
 .stuff  { font-style: italic; font-size: larger; margin-left: 20%; margin-right: 10%; }
@@ -315,7 +316,8 @@ class="quote">/usr/share/lufs/prepmod</span>.</p>
 
 <h1>See also</h1>
 <ul>
-       <li>@{[ a_href 'Preview.html.pl','Technology Preview' ]}</li>
+       <li>@{[ a_href 'Preview.html.pl','<span style="font-size: larger;">Technology Preview</span>' ]}</li>
+       <li>@{[ a_href 'CVS.html.pl','CVS Repository' ]}</li>
        <li>@{[ a_href 'doc/','Developer Documentation' ]}; highlights:<ul>
                <li>@{[ a_href 'doc/About.html.pl#versions','Microsoft Windows Versions Compatibility' ]}</li>
                <li>@{[ a_href 'doc/Architecture.html.pl#law','Laws and Licensing Conditions' ]}</li>
index 3911c6c..ca94e91 100644 (file)
@@ -26,4 +26,5 @@ EXTRA_DIST+= \
                Index.html.pl \
                Thanks.html.pl \
                Resources.html.pl \
-               Preview.html.pl
+               Preview.html.pl \
+               CVS.html.pl