]> i-scream Git - www.i-scream.org.git/blobdiff - cgi-bin/cvslog.cgi
Move to https where possible.
[www.i-scream.org.git] / cgi-bin / cvslog.cgi
index 004161e93000eefdfdb2bc10a2a0dfaad5e25883..49bb105d23840ff7a41f30fd941527448d7007fe 100755 (executable)
@@ -44,18 +44,18 @@ $modulelist = `ls $cvsroot` unless defined $modulelist;
 $modulelist =~ s/[\r\n]/ /gm;
 
 my($cvs2clpath) = "/usr/local/bin/cvs2cl";
-my($cvs2clargs) = "--stdout --no-wrap --no-common-dir -r -t -w -S -U $cvsroot/CVSROOT/users -l \"-d'$firstdate'\" -g \"-d$cvsroot\" -g \"-Q\"";
+my($cvs2clargs) = "--stdout --no-wrap --no-common-dir -r -t -w -S -U $cvsroot/CVSROOT/users -l \"-d$firstdate\" -g \"-d$cvsroot\" -g \"-Q\"";
 my($updatecmd) = "/home/iscream/bin/fullcvsupdate.sh $modulelist";
 my($logcmd) = "cd /tmp/i-scream/cvstmp && $cvs2clpath $cvs2clargs";
 
-my ($incdir) = "../nwww";
+my ($incdir) = "../htdocs";
 
 # Include files
 my ($doctype) = "$incdir/doctype.inc";
 my ($style) = "$incdir/style.inc";
 my ($header) = "$incdir/header.inc";
 my ($footer) = "$incdir/footer.inc";
-my ($menu) = "$incdir/menu.inc" ;
+my ($menu) = "$incdir/menu-static.inc" ;
 
 # Section markers
 my ($secwho) = 1;
@@ -109,7 +109,7 @@ foreach my $module (@modules) {
     print <<"END";
             <div>
               <h3>
-                <a href="http://cvs.i-scream.org/$module/" class="cvsloghead">$module module</a>
+                <a href="https://cvs.i-scream.org/$module/" class="cvsloghead">$module module</a>
               </h3>
 END
 
@@ -189,7 +189,7 @@ END
                 }
                 $file = escapeHTML($file);
                 print <<"END";
-                  <a href="http://cvs.i-scream.org/$file">$file</a>
+                  <a href="https://cvs.i-scream.org/$file">$file</a>
 END
                 if($rev =~ /\(([^\s]+)\.(\d+)(.*)\)/) {
                     my $start = $1;
@@ -212,7 +212,7 @@ END
                         $other = escapeHTML($other);
                         chomp $other;
                         print <<"END";
-                  (<a href="http://cvs.i-scream.org/$file$diff">$startend</a>$other)$ext
+                  (<a href="https://cvs.i-scream.org/$file$diff">$startend</a>$other)$ext
 END
                     }
                     else {