diff options
-rw-r--r-- | README.cvs | 25 | ||||
-rw-r--r-- | README.md | 10 |
2 files changed, 10 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> - diff --git a/README.md b/README.md new file mode 100644 index 0000000..d73ee62 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# W3C Markup Validator + +The Markup Validator is a free service by W3C that helps check the validity of Web documents. +Most Web documents are written using markup languages, such as HTML or XHTML. +These languages are defined by technical specifications, which usually include a machine-readable formal grammar (and vocabulary). +The act of checking a document against these constraints is called validation, and this is what the Markup Validator does. + +## Copyright + +[W3C Software License and Notice](http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231). |