validator/htdocs/source index.html,1.39,1.40

Update of /sources/public/validator/htdocs/source
In directory hutz:/tmp/cvs-serv31483/source

Modified Files:
	index.html 
Log Message:
merging from 0.7 branch into trunk at tag validator-0_7_2-release

Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/source/index.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- index.html	20 Oct 2005 06:46:50 -0000	1.39
+++ index.html	31 Mar 2006 05:48:02 -0000	1.40
@@ -13,8 +13,9 @@
        <ul>	
 	<li><a href="#browse">Browsing the code</a></li>
 	<li><a href="#tarball">Download tarballs</a></li>
-	<li><a href="#rpm">RPM package</a></li>
-	<li><a href="#deb">Debian package</a></li>
+	<li><a href="#rpm">Fedora/Red Hat RPM package</a></li>
+	<li><a href="#suse">SuSE Linux (OSS) RPM package</a></li>
+	<li><a href="#deb">Debian GNU/Linux package</a></li>
 	<li><a href="#CVS">CVS repository</a></li>
        </ul>
       </li>
@@ -62,9 +63,9 @@
 	    (~300kB) and <a href="http://validator.w3.org/sgml-lib.tar.gz">the <acronym
               title="Document Type Definitions">DTDs</acronym></a> (~500kB).
           </p>
-        <h4><a id="rpm" name="rpm"></a>RPM package</h4>
+        <h4><a id="rpm" name="rpm"></a>Fedora/Red Hat RPM package</h4>
           <p>
-            RPM packages are available, courtesy of Ville Skytt&auml;, at
+            Fedora/Red Hat RPM packages are available, courtesy of Ville Skytt&auml;, at
             Fedora Extras,
             &lt;<a href="http://fedoraproject.org/wiki/Extras">http://fedoraproject.org/wiki/Extras</a>&gt;.
           </p>
@@ -77,7 +78,7 @@
             have to get at least the following RPMs from Fedora Extras (other
             dependencies are included in the Fedora Core distribution):
           </p>
-          <ul>
+          <ul id="rpmdeps">
             <li>w3c-markup-validator</li>
             <li>w3c-markup-validator-libs</li>
             <li>perl-Config-General</li>
@@ -97,7 +98,34 @@
             <a href="http://fedoraproject.org/wiki/Extras/UsingExtras">documentation</a>
             for information about configuring these tools.
           </p>
-        <h4><a name="deb" id="deb"></a>Debian package</h4>
+        <h4><a id="suse" name="suse"></a>SuSE Linux (OSS) RPM package</h4>
+          <p>
+            RPM packages for SuSE Linux (OSS) are available, courtesy of Sierk
+            Bornemann, at sierkbornemann.de,
+            &lt;<a href="http://sierkbornemann.de/pub/tools/w3c-markup-validator/">http://sierkbornemann.de/pub/tools/w3c-markup-validator/</a>&gt;.
+          </p>
+          <p>
+            The RPM packages from sierkbornemann.de are optimized for use in
+            a local network (recommended running in a VirtualHost) for home
+            office or web agency use.
+          </p>
+          <p>
+            Note that the Validator RPMs have several dependencies, you'll
+            have to satisfy at least the same <a href="#rpmdeps">RPM
+            dependencies</a> as listed above for Fedora/Red Hat.
+            You can get these RPMs from SuSE (other dependencies are included
+            in the SuSE Linux (OSS) distribution) or partly from
+            sierkbornemann.de.
+          </p>
+          <p>
+            In addition, each of these may have further dependencies that must
+            be satisfied. All the necessary RPMs are either included in
+            the SuSE Linux distribution(s) or are available from
+            <a href="http://sierkbornemann.de/pub/tools/w3c-markup-validator/perl-modules/">sierkbornemann.de</a>.
+            Use of an automated package management tool to install the
+            packages, such as YaST, yum or up2date is recommended.
+          </p>
+        <h4><a name="deb" id="deb"></a>Debian GNU/Linux package</h4>
           <p>
             A Debian package is available, courtesy of Fr&eacute;d&eacute;ric
             Sch&uuml;tz. 

Received on Friday, 31 March 2006 05:48:11 UTC