OSDN Git Service

PATCH: [ 1512744 ] Developer-page download links don't work
authorTim Gerundt <tim@gerundt.de>
Tue, 27 Jun 2006 19:44:26 +0000 (19:44 +0000)
committerTim Gerundt <tim@gerundt.de>
Tue, 27 Jun 2006 19:44:26 +0000 (19:44 +0000)
Web/Changes.txt
Web/developer/wincvs.php
Web/page.inc

index 67a5758..2caf55d 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-27 Tim
+ PATCH: [ 1512744 ] Developer-page download links don't work
+  Web: page.inc
+  Web\developer: wincvs.php
+
 2006-06-13 Tim
  PATCH: [ 1505671 ] Website changes for new stable release 2.4.8
   Web: downloads.php index.php page.inc WinMergePAD.xml
index 199b0bc..6948ea8 100644 (file)
@@ -23,7 +23,7 @@ anonymous CVS server, do the following (note that this does not require SSH).</p
     module name and path on the server" field. Note that 
     capitalization is important. 
   <li>Select the General tab.</li>
-  <li>Enter "<code>:pserver:anonymous@cvs.sourceforge.net:/cvsroot/winmerge</code>" 
+  <li>Enter "<code>:pserver:anonymous@winmerge.cvs.sourceforge.net:/cvsroot/winmerge</code>" 
     in the "Enter the CVSROOT" field (again, no quotes).</li>
   <li>Select "passwd file on the CVS server" in the 
     Authentication section.</li>
index 4c43888..d68d4a4 100644 (file)
           $temp .= "  <li><a href=\"http://sourceforge.net/projects/winmerge/\">Project Home</a></li>\n";
           $temp .= "  <li>CVS\n";
           $temp .= "    <ul>\n";
-          $temp .= "      <li><a href=\"http://cvs.sourceforge.net/viewcvs.py/winmerge/\">Go to CVSWeb</a></li>\n";
+          $temp .= "      <li><a href=\"http://winmerge.cvs.sourceforge.net/winmerge/\">Go to CVSWeb</a></li>\n";
           $temp .= "      <li><a href=\"http://sourceforge.net/cvs/?group_id=13216\">CVS Client Access</a></li>\n";
           $temp .= "      <li><a href=\"/developer/wincvs.php\">WinCVS Hints</a></li>\n";
           $temp .= "    </ul>\n";