Revision: 3562
http://svn.sourceforge.net/winmerge/?rev=3562&view=rev
Author: gerundt
Date: 2006-09-14 14:22:50 -0700 (Thu, 14 Sep 2006)
Log Message:
-----------
PATCH: [ 1558862 ] Web: Tidying web-pages (Part 1)
Modified Paths:
--------------
trunk/Web/2.0/index.php
trunk/Web/2.2/index.php
trunk/Web/2.4/index.php
trunk/Web/Changes.txt
trunk/Web/index.php
Modified: trunk/Web/2.0/index.php
===================================================================
--- trunk/Web/2.0/index.php 2006-09-13 21:36:42 UTC (rev 3561)
+++ trunk/Web/2.0/index.php 2006-09-14 21:22:50 UTC (rev 3562)
@@ -30,7 +30,7 @@
<h2>Installation</h2>
<p>Just download the <a href="http://prdownloads.sourceforge.net/winmerge/WinMergeSetup202.exe">installer</a> and double-click it.</p>
<p>Or you may simply unzip the <a href="http://prdownloads.sourceforge.net/winmerge/WinMerge202-exe.zip">binary zip package</a> into the desired location, and run
-<code>WinMerge.exe</code> or <code>WinMergeU.exe</code> (the latter is the Unicode version, only for use on NT/2000/XP).</p>
+<code>WinMergeU.exe</code> (except for Windows 98/ME users who should use <code>WinMerge.exe</code>).</p>
<h2>Using WinMerge</h2>
<p>You can use the <a href="docs/index.html">online User's Guide</a>, or you can
@@ -43,7 +43,7 @@
subscription to the <a href="http://lists.sourceforge.net/lists/listinfo/winmerge-support">WinMerge-support mailing list</a>.
In addition, SourceForge has bug tracking capabilities, so please report any
bugs <a href="http://sourceforge.net/bugs/?group_id=13216">here</a>. Wish list items on the
-<a href="http://sourceforge.net/tracker/?group_id=13216&atid=363216">RFE list</a> will also be considered, but we make
+<a href="http://sourceforge.net/tracker/?group_id=13216&atid=363216">feature request list</a> will also be considered, but we make
absolutely no promises.</p>
<p>Here is the current <a href="changes.php">change history</a>.</p>
Modified: trunk/Web/2.2/index.php
===================================================================
--- trunk/Web/2.2/index.php 2006-09-13 21:36:42 UTC (rev 3561)
+++ trunk/Web/2.2/index.php 2006-09-14 21:22:50 UTC (rev 3562)
@@ -32,7 +32,7 @@
<h2>Installation</h2>
<p>Just download the <a href="http://prdownloads.sourceforge.net/winmerge/WinMerge-2.2.4-Setup.exe">installer</a> and double-click it.</p>
<p>Or you may simply unzip the <a href="http://prdownloads.sourceforge.net/winmerge/WinMerge-2.2.4-exe.zip">binary zip package</a> into the desired location, and run
-<code>WinMerge.exe</code> or <code>WinMergeU.exe</code> (the latter is the Unicode version, only for use on NT/2000/XP).</p>
+<code>WinMergeU.exe</code> (except for Windows 98/ME users who should use <code>WinMerge.exe</code>).</p>
<p>For more details please look at the <a href="manual/installing.html">Installation section</a> from the <a href="manual/index.html">Manual</a>.</p>
<h2>Using WinMerge</h2>
@@ -46,7 +46,7 @@
subscription to the <a href="http://lists.sourceforge.net/lists/listinfo/winmerge-support">WinMerge-support mailing list</a>.
In addition, SourceForge has bug tracking capabilities, so please report any
bugs <a href="http://sourceforge.net/bugs/?group_id=13216">here</a>. Wish list items on the
-<a href="http://sourceforge.net/tracker/?group_id=13216&atid=363216">RFE list</a> will also be considered, but we make
+<a href="http://sourceforge.net/tracker/?group_id=13216&atid=363216">feature request list</a> will also be considered, but we make
absolutely no promises.</p>
<p>Here is the current <a href="changes.php">change history</a>.</p>
Modified: trunk/Web/2.4/index.php
===================================================================
--- trunk/Web/2.4/index.php 2006-09-13 21:36:42 UTC (rev 3561)
+++ trunk/Web/2.4/index.php 2006-09-14 21:22:50 UTC (rev 3562)
@@ -31,7 +31,7 @@
<h2>Installation</h2>
<p>Just download the <a href="http://prdownloads.sourceforge.net/winmerge/WinMerge-2.4.10-Setup.exe">installer</a> and double-click it.</p>
<p>Or you may simply unzip the <a href="http://prdownloads.sourceforge.net/winmerge/WinMerge-2.4.10-exe.zip">binary zip package</a> into the desired location, and run
-<code>WinMerge.exe</code> or <code>WinMergeU.exe</code> (the latter is the Unicode version, only for use on NT/2000/XP).</p>
+<code>WinMergeU.exe</code> (except for Windows 98/ME users who should use <code>WinMerge.exe</code>).</p>
<p>For more information, please see the <a href="manual/installing.html">Installation section</a> of the <a href="manual/index.html">Manual</a>.</p>
<h2>Using WinMerge</h2>
@@ -45,7 +45,7 @@
subscription to the <a href="http://lists.sourceforge.net/lists/listinfo/winmerge-support">WinMerge-support mailing list</a>.
In addition, SourceForge has bug tracking capabilities, so please report any
bugs <a href="http://sourceforge.net/bugs/?group_id=13216">here</a>. Wish list items on the
-<a href="http://sourceforge.net/tracker/?group_id=13216&atid=363216">RFE list</a> will also be considered, but we make
+<a href="http://sourceforge.net/tracker/?group_id=13216&atid=363216">feature request list</a> will also be considered, but we make
absolutely no promises.</p>
<p>We prefer that you <a href="http://sourceforge.net/account/newuser_emailverify.php">register</a>
with <a href="http://sourceforge.net/">SourceForge</a> before posting a bug report (registration is
Modified: trunk/Web/Changes.txt
===================================================================
--- trunk/Web/Changes.txt 2006-09-13 21:36:42 UTC (rev 3561)
+++ trunk/Web/Changes.txt 2006-09-14 21:22:50 UTC (rev 3562)
@@ -1,3 +1,10 @@
+2006-09-14 Tim
+ PATCH: [ 1558862 ] Web: Tidying web-pages (Part 1)
+ Web: index.php
+ Web\2.4: index.php
+ Web\2.2: index.php
+ Web\2.0: index.php
+
2006-09-12 Tim
PATCH: [ 1557373 ] Japanese and Swedish translations are ready for 2.6
Web\developer\l10n: status.php status.xml
Modified: trunk/Web/index.php
===================================================================
--- trunk/Web/index.php 2006-09-13 21:36:42 UTC (rev 3561)
+++ trunk/Web/index.php 2006-09-14 21:22:50 UTC (rev 3562)
@@ -35,7 +35,7 @@
<h2>Installation</h2>
<p>Just download the <a href="http://prdownloads.sourceforge.net/winmerge/WinMerge-2.4.10-Setup.exe">installer</a> and double-click it.</p>
<p>Or you may simply unzip the <a href="http://prdownloads.sourceforge.net/winmerge/WinMerge-2.4.10-exe.zip">binary zip package</a> into the desired location, and run
-<code>WinMerge.exe</code> or <code>WinMergeU.exe</code> (the latter is the Unicode version, only for use on NT/2000/XP).</p>
+<code>WinMergeU.exe</code> (except for Windows 98/ME users who should use <code>WinMerge.exe</code>).</p>
<p>For more information, please see the <a href="2.4/manual/installing.html">Installation section</a> of the <a href="2.4/manual/index.html">Manual</a>.</p>
<h2>Using WinMerge</h2>
@@ -49,7 +49,7 @@
subscription to the <a href="http://lists.sourceforge.net/lists/listinfo/winmerge-support">WinMerge-support mailing list</a>.
In addition, SourceForge has bug tracking capabilities, so please report any
bugs <a href="http://sourceforge.net/bugs/?group_id=13216">here</a>. Wish list items on the
-<a href="http://sourceforge.net/tracker/?group_id=13216&atid=363216">RFE list</a> will also be considered, but we make
+<a href="http://sourceforge.net/tracker/?group_id=13216&atid=363216">feature request list</a> will also be considered, but we make
absolutely no promises.</p>
<p>We prefer that you <a href="http://sourceforge.net/account/newuser_emailverify.php">register</a>
with <a href="http://sourceforge.net/">SourceForge</a> before posting a bug report (registration is
@@ -65,7 +65,7 @@
to support the continued development of WinMerge.</p>
<h2>Developers</h2>
-<p>As we said, WinMerge is an open source project, which means that the program is maintained and developed by
+<p>WinMerge is an open source project, which means that the program is maintained and developed by
volunteers. If you''re interested in contributing work to the project, see our <a href="developer/needed.php">developer page</a>
for forther information on how you may contribute.</p>
<p>In addition, WinMerge is translated into a number of different languages. <a href="developer/translate.php">Click here for more information on translating WinMerge</a> into your own language.</p>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|