-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.cvs
More file actions
25 lines (19 loc) · 917 Bytes
/
Copy pathREADME.cvs
File metadata and controls
25 lines (19 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<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.3, via Mercurial:</p>
<pre>
bash$ <kbd>hg clone -b validator-1_3-release https://dvcs.w3.org/hg/markup-validator</kbd>
</pre>