Fixed absolute/relative www/cvs references across the websites.
authorshort <>
Fri, 16 Dec 2005 12:36:40 +0000 (12:36 +0000)
committershort <>
Fri, 16 Dec 2005 12:36:40 +0000 (12:36 +0000)
IndexCVS.pm

index c4327ce..fba29db 100644 (file)
@@ -34,7 +34,6 @@ my $W=My::Web->init(
                "title"=>"CVS Repository",
                "heading"=>0,
                );
-$W->{"args"}{"Wabs"}=1;
 My::Web->heading();
 
 
@@ -44,7 +43,7 @@ print <<"HERE";
 <h2>Access methods</h2>
 <ul>
        <li>CVS pserver <span class="quote">:pserver:pserver:@{[ '@' ]}cvs.jankratochvil.net/cvs</span></li>
-       <li>@{[ a_href 'viewcvs/','ViewCVS',"abs"=>0 ]} web interface</li>
+       <li>@{[ a_href 'viewcvs/','ViewCVS' ]} web interface</li>
 </ul>
 
 <h2>Description</h2>
@@ -56,7 +55,7 @@ utilize it. Credentials are:</p>
        <dt>CVSROOT</dt><dd class="quote">:pserver:pserver@{[ '@' ]}cvs.jankratochvil.net/cvs</dd>
        <dt>password</dt><dd>empty (just hit <span class="keystroke">ENTER</span>)</dd>
        <dt>module</dt><dd>directory name from
-                       @{[ a_href 'viewcvs/','ViewCVS',"abs"=>0 ]} such as &quot;<span class="quote">nethome</span>&quot;</dd>
+                       @{[ a_href 'viewcvs/','ViewCVS' ]} such as &quot;<span class="quote">nethome</span>&quot;</dd>
 </dl>
 <p>The following command will download you directory <b>SOME_MODULE_NAME</b>
 in UNIX environemnt; @{[ a_href 'http://www.cvshome.org/','CVS' ]} version 1.11 or higher