Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
htdocs/ | H | 03-May-2022 | - | 87,158 | 58,690 | |
httpd/ | H | 10-Mar-2012 | - | 4,200 | 2,855 | |
misc/ | H | 10-Mar-2012 | - | 2,753 | 2,206 | |
share/templates/en_US/ | H | 10-Mar-2012 | - | 5,259 | 4,997 | |
Makefile | H A D | 10-Mar-2012 | 2.1 KiB | 66 | 48 | |
README.cvs | H A D | 10-Mar-2012 | 917 | 26 | 19 |
README.cvs
1<p> 2This is the code for the <a href="http://validator.w3.org/">W3C 3markup validation service</a>. For information on installing it, 4please see the <a href="http://validator.w3.org/source/">source 5code page</a>. 6</p> 7 8<p> 9 Our Mercurial base is available read-only. 10</p> 11 12<p>In order to get the latest development code:</p> 13 14 <pre> 15 bash$ <kbd>hg clone https://dvcs.w3.org/hg/markup-validator</kbd> 16 </pre> 17 18<p>Note that the latest development code may be broken at any time. If you want a working version, 19you should get the latest release version from the tar balls available from the <a href="http://validator.w3.org/source/">source code availability</a> page at validator.w3.org. 20Alternatively, you can get the latest released version, v1.3, via Mercurial:</p> 21 22 <pre> 23 bash$ <kbd>hg clone -b validator-1_3-release https://dvcs.w3.org/hg/markup-validator</kbd> 24 </pre> 25 26