- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 31 Aug 2007 02:12:53 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv22578
Modified Files:
install.html
Log Message:
moving link to easy-to-installed pre-packaged systems up. Mentioning SUSE and Mac OS
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- install.html 17 Aug 2007 02:25:06 -0000 1.30
+++ install.html 31 Aug 2007 02:12:51 -0000 1.31
@@ -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>
Received on Friday, 31 August 2007 02:12:56 UTC