diff options
Diffstat (limited to 'README.cvs')
-rw-r--r-- | README.cvs | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/README.cvs b/README.cvs deleted file mode 100644 index 90c5dcb..0000000 --- a/README.cvs +++ /dev/null @@ -1,25 +0,0 @@ -<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> - |