summaryrefslogtreecommitdiffstats
path: root/htdocs/docs/install.html
diff options
context:
space:
mode:
authorMichael[tm] Smith <mike@w3.org>2015-07-27 20:17:43 +0900
committerMichael[tm] Smith <mike@w3.org>2015-07-27 23:14:25 +0900
commit1977e99b15f5e6a9cb15fa7e9ab0493315e10a1c (patch)
tree6d841aba2bece67d195757448c05a2d79991768d /htdocs/docs/install.html
parent53209e37699d09f793266a00afd4d9f98dbbf94d (diff)
downloadmarkup-validator-1977e99b15f5e6a9cb15fa7e9ab0493315e10a1c.zip
markup-validator-1977e99b15f5e6a9cb15fa7e9ab0493315e10a1c.tar.gz
markup-validator-1977e99b15f5e6a9cb15fa7e9ab0493315e10a1c.tar.bz2
Update the docs, particularly with regard to API.origin/sideshowbarker/docs-api
Diffstat (limited to 'htdocs/docs/install.html')
-rwxr-xr-xhtdocs/docs/install.html33
1 files changed, 16 insertions, 17 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html
index 4ce3e19..ae0f565 100755
--- a/htdocs/docs/install.html
+++ b/htdocs/docs/install.html
@@ -3,14 +3,16 @@
--><!--#include virtual="../header.html" -->
<div class="doc">
-<h2>Installation information <br />for the W3C Markup Validator</h2>
-
-<h3 id="TableOfContents">Table of Contents</h3>
+ <h2>Installation information <br />for the W3C Markup Validator</h2>
+<!--#include virtual="../htmlchecker.html" -->
+ <p>
+ If for some reason you'd rather install and run a service based on the same source as
+ the W3C Markup Validator, this page provides the following information:
+ </p>
<div id="toc">
<ul>
<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-prereq">Step 0: Prerequisites</a></li>
@@ -31,17 +33,8 @@
<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>
-
+ <a id="skip"> </a>
- <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,
which should work on most systems. To our knowledge, the following platform-specific
guides are also available and can be of interest :</p>
@@ -53,12 +46,19 @@
by Nick Talbott</li>
</ul>
<h4>Related documentation</h4>
- <p>This installation guides presumes knowledge of the <a href="../source/">Source availability</a> for the
+ <p>This installation guides presumes knowledge of the <a href="../source/">source availability</a> for the
Markup Validator.</p>
<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: Mac OS X, openSUSE/SUSE Linux, 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>
@@ -325,8 +325,7 @@ HTML5 = http://localhost:8888/html5/
</p>
<p>
This can be done by inserting the contents of the
- <code>httpd/conf/httpd.conf</code> file (from where you
- unpacked the validator's tarball above) in your
+ <code>httpd/conf/httpd.conf</code> file in your
<code>httpd.conf</code>, or by copying the file somewhere
and including it like:
</p>