diff options
-rwxr-xr-x | htdocs/docs/install.html | 8 | ||||
-rwxr-xr-x | htdocs/source/index.html | 41 |
2 files changed, 15 insertions, 34 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 82194b1..7bd34bd 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.20 2007-04-04 03:50:19 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-04-04 03:50:19 $" +<!--#set var="revision" value="\$Id: install.html,v 1.21 2007-04-24 19:59:13 ville Exp $" +--><!--#set var="date" value="\$Date: 2007-04-24 19:59:13 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -55,7 +55,7 @@ <h3 id="install-package">Installing on packaged systems</h3> <p>The easiest way to install released versions of the Markup Validator is to use the packages created - for some platforms by contributors: Debian GNU/Linux and Fedora Core packages are + for some platforms by contributors: Debian GNU/Linux and Fedora/Red Hat packages are <a href="../source/">available</a>.</p> <h3 id="install-fromsource">Installing from source (generic case)</h3> @@ -94,7 +94,7 @@ title="Comprehensive Perl Archive Network">CPAN</acronym></a> (minimum versions in parenthesis after the name). The following list was complete when CVS spit out: - <code>$Date: 2007-04-04 03:50:19 $</code>. <tt>:-)</tt> + <code>$Date: 2007-04-24 19:59:13 $</code>. <tt>:-)</tt> </p> <p> One easy - and strongly recommended - way to take care of all these diff --git a/htdocs/source/index.html b/htdocs/source/index.html index 02b1bf9..ae67eb1 100755 --- a/htdocs/source/index.html +++ b/htdocs/source/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.46 2007-04-17 22:33:30 ville Exp $" ---><!--#set var="date" value="\$Date: 2007-04-17 22:33:30 $" +<!--#set var="revision" value="\$Id: index.html,v 1.47 2007-04-24 19:59:13 ville Exp $" +--><!--#set var="date" value="\$Date: 2007-04-24 19:59:13 $" --><!--#set var="title" value="Source Code Availability for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -78,36 +78,18 @@ </p> <h4><a id="rpm" name="rpm"></a>Fedora/Red Hat RPM package</h4> <p> - Fedora/Red Hat RPM packages are available, courtesy of Ville Skyttä, at - Fedora Extras, - <<a href="http://fedoraproject.org/wiki/Extras">http://fedoraproject.org/wiki/Extras</a>>. + Fedora/Red Hat RPM packages of the validator are available, + courtesy of Ville Skyttä, at Fedora Project, + <<a href="http://fedoraproject.org/">http://fedoraproject.org/</a>>. + The name of the validator package is <tt>w3c-markup-validator</tt>, + use the standard automated package management tools of the + distribution (such as yum) to install it along with its + dependencies. </p> <p> - In addition to different Fedora Core versions, the RPMs + In addition to different Fedora versions, the RPMs should be adaptable to other RPM based systems. </p> - <p> - Note that the Validator RPMs have several dependencies, you'll - have to get at least the following RPMs from Fedora Extras (other - dependencies are included in the Fedora Core distribution): - </p> - <ul id="rpmdeps"> - <li>w3c-markup-validator</li> - <li>w3c-markup-validator-libs</li> - <li>perl-Config-General</li> - <li>perl-HTML-Template</li> - </ul> - <p> - In addition, each of these may have further dependencies that must - be satisfied. All the necessary RPMs are either included in - the Fedora Core distribution(s) or are available from - <a href="http://fedoraproject.org/wiki/Extras">Fedora Extras</a>. - Use of an automated package management tool to install the - packages, such as yum or up2date is <em>strongly</em> - recommended. See the Fedora Extras - <a href="http://fedoraproject.org/wiki/Extras/UsingExtras">documentation</a> - for information about configuring these tools. - </p> <h4><a id="suse" name="suse"></a>openSUSE/SUSE Linux RPM package</h4> <p> openSUSE/SUSE Linux RPM packages are available, courtesy of Sierk @@ -125,8 +107,7 @@ </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. + have to satisfy them. You can get these RPMs from openSUSE (other dependencies are included in the openSUSE distribution) or partly from sierkbornemann.de. |