Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.
This is the code for the W3C HTML validation service. For information on installing it, please see the source code page.
Our CVS base is available read-only, using CVS pserver authentication.
In order to get the latest development code:
bash$ export CVSROOT=":pserver:anonymous@dev.w3.org:/sources/public"
bash$ cvs login
(Logging in to anonymous@dev.w3.org)
CVS password: anonymous
bash$ cvs get validator
cvs server: Updating validator
cvs server: Updating validator/htdocs
U validator/htdocs/about.html
...
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 source code availability page at validator.w3.org. Alternatively, you can get the latest released version, v0.8.2, via CVS:
bash$ export CVSROOT=":pserver:anonymous@dev.w3.org:/sources/public"
bash$ cvs login
(Logging in to anonymous@dev.w3.org)
CVS password: anonymous
bash$ cvs get -r validator-0_8_2-release validator
cvs server: Updating validator
cvs server: Updating validator/htdocs
U validator/htdocs/about.html
...
Current directory: [Public] / validator
| File | Rev. | Age | Author | Last log entry |
|---|---|---|---|---|
| 1.20 | 5 months | ot | latest is 0.8.2 | |
| 1.2 | 4 years | link | Merging from branch validator-0_6_0-branch, at tag validator-0_6_5-release. |