• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

htdocs/H03-May-2022-87,15858,690

httpd/H10-Mar-2012-4,2002,855

misc/H10-Mar-2012-2,7532,206

share/templates/en_US/H10-Mar-2012-5,2594,997

MakefileH A D10-Mar-20122.1 KiB6648

README.cvsH A D10-Mar-2012917 2619

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