- From: <bugzilla@farnsworth.w3.org>
- Date: Mon, 12 May 2008 03:53:37 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5682 akinss@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |akinss@gmail.com ------- Comment #3 from akinss@gmail.com 2008-05-12 03:53 ------- Hi Oliver, Here's the patch for version 1.16. It looks like the 1.15 version described something similar to what I'm doing here. For some reason it was changed in 1.16. I'm sorry but I don't have a huge amount of time or resources to help a whole lot and I don't have CVS or a UNIX environment. I hope the output below from WinMerge is enough. Cheers, Steve 91,92c91 < <code>C:\www\pmm</code>, the validator itself in <code>C:\www\validator</code> and finally < the DTD-Collection in <code>C:\www\sgml-lib</code></p> --- > <code>C:\www\pmm</code>, the validator along with the DTD-Collection in <code>C:\www\validator</code></p> 248a248,260 > <h3 id="install-components">Install the various necessary components:</h3> > <p>In a previous step you created a directory for the validator's installation called <code>C:\www\validator</code>. > This directory will be referred to as <code>[validatorpath]</code> > throughout this guide.</p> > <p>Unpack the archives of the validator and DTD library 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> into > <code>[validatorpath]</code>.</p> > <p>The <code>[validatorpath]</code> directory should now have > subdirectories named <code>cgi-bin</code>, <code>htdocs</code>, and and > <code>share</code>.</p> > <p>Within <code>[validatorpath]\htdocs</code> there should be an <code>sgml-lib</code> directory containing all the directories and files from the DTD archive.</p> > 253,257c265,266 < <p>For the SGML <code>Library</code>, <code>c:/www/sgml-lib</code> < is declared. Notice that slashes are used here instead of < windows-like back slashes.</p> < < <p>The option <code>Home Page</code> has to be changed to the URL of --- > Uncomment and set the Base Path variable to <code>C:/www/validator</code>, notice that slashes are used here instead of windows-like > back slashes.<p>The option <code>Home Page</code> has to be changed to the URL of 288c297 < #Base = /usr/local/validator --- > Base = C:/www/validator 300c309 < Library = C:/www/sgml-lib --- > Library = $Base/htdocs/sgml-lib
Received on Monday, 12 May 2008 03:54:11 UTC