- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 29 Nov 2007 02:08:35 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv16602
Modified Files:
install.html
Log Message:
following suggestions by Robin Daugherty to mention the sgml-lib tarball more clearly
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- install.html 6 Sep 2007 05:54:26 -0000 1.32
+++ install.html 29 Nov 2007 02:08:33 -0000 1.33
@@ -62,7 +62,7 @@
<p>These instructions are strongly inspired from Nick Talbott's guide for Slackware Linux. Thanks Nick!</p>
<h4><a id="install-download" name="install-download"></a>Download</h4>
<p>Download the <a href="http://validator.w3.org/validator.tar.gz">Validator's Tar Ball</a>
- and the <a href="http://validator.w3.org/sgml-lib.tar.gz">DTD library</a> from our site.</p>
+ and the sgml-lib <a href="http://validator.w3.org/sgml-lib.tar.gz">DTD library</a> from our site.</p>
<p>Alternatively, if you want to work on the latest development version, you can download
both from our CVS repository, but you should be aware that this version may not work at all.</p>
<p>(<a href="../source/">Read more</a> about retrieving the source)</p>
@@ -213,7 +213,7 @@
<li>
<p>
- Unpack the archives of the validator and DTD library into a
+ Unpack the two archives of the validator and sgml-lib into a
temporary directory, and copy the directories
<code>htdocs</code>, <code>httpd/cgi-bin</code>, and
<code>share</code> from <code>validator-<em>X.X.X</em></code>
Received on Thursday, 29 November 2007 02:08:43 UTC