diff options
-rwxr-xr-x | htdocs/docs/install.html | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index f2b103b..2e8e49b 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.30 2007-08-17 02:25:06 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-08-17 02:25:06 $" +<!--#set var="revision" value="\$Id: install.html,v 1.31 2007-08-31 02:12:51 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-08-31 02:12:51 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -11,8 +11,8 @@ <div id="toc"> <ul> - <li><a href="#otherguides">This guide, and other guides</a></li> <li><a href="#install-package">Installing on packaged systems</a></li> + <li><a href="#otherguides">This guide, and other guides</a></li> <li><a href="#install-fromsource">Install from source</a> (generic case) <ul> <li><a href="#install-download">Download</a></li> @@ -32,6 +32,13 @@ <div id="install" class="stb"> <a name="skip" id="skip"> </a> + <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: Mac OS X, openSUSE/SUSE Linux, Debian GNU/Linux and Fedora/Red Hat packages are + <a href="../source/">available</a>.</p> + + <h3 id="otherguides">This guide, and other guides</h3> <h4>Other installation guides</h4> <p>The installation guide we provide here is a rather generic set of instructions, @@ -52,11 +59,6 @@ <p>We recommend that <a href="devel.html">developers</a> wishing to contribute on the Markup Validator or modify it go through this installation procedure once, to get familiar with the system.</p> - <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/Red Hat packages are - <a href="../source/">available</a>.</p> <h3 id="install-fromsource">Installing from source (generic case)</h3> <p>These instructions are strongly inspired from Nick Talbott's guide for Slackware Linux. Thanks Nick!</p> @@ -91,7 +93,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-08-17 02:25:06 $</code>. <tt>:-)</tt> + <code>$Date: 2007-08-31 02:12:51 $</code>. <tt>:-)</tt> </p> <p> One easy - and strongly recommended - way to take care of all these |