File: README.cvs

package info (click to toggle)
w3c-markup-validator 1.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,048 kB
  • sloc: javascript: 3,362; perl: 2,888; xml: 1,331; python: 427; sh: 216; makefile: 75
file content (25 lines) | stat: -rw-r--r-- 917 bytes parent folder | download | duplicates (3)
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.3, via Mercurial:</p>

          <pre>
    bash$ <kbd>hg clone -b validator-1_3-release https://dvcs.w3.org/hg/markup-validator</kbd>
          </pre>