blob: f3da3eb51f3461c822c6feb977eaf8a57182fd4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<p>
This is the code for the <a href="http://validator.w3.org/">W3C
markup validation service</a>. For information on installing it,
please see the <a href="http://validator.w3.org/source/">source
code page</a>.
</p>
<p>
Our Mercurial base is available read-only.
</p>
<p>In order to get the latest development code:</p>
<pre>
bash$ <kbd>hg clone https://dvcs.w3.org/hg/markup-validator</kbd>
</pre>
<p>Note that the latest development code may be broken at any time. If you want a working version,
you 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.
Alternatively, you can get the latest released version, v1.2, via Mercurial:</p>
<pre>
bash$ <kbd>hg clone -b validator-1_2-release https://dvcs.w3.org/hg/markup-validator</kbd>
</pre>
|