W3C CVS Root

validator/

This is the old code for the W3C Markup validation service. We've switched the version control system from CVS to Mercurial, see http://dvcs.w3.org/hg/markup-validator/ for information about current source code. For information on installing the validator, 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 that was committed to 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 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 last released version that was committed to CVS, v1.0:

    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-1_0-release validator
    cvs server: Updating validator
    cvs server: Updating validator/htdocs
    U validator/htdocs/about.html
    ...
          

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.

Current directory: [Public] / validator


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/ [show]        
[DIR] htdocs/        
[DIR] httpd/        
[DIR] misc/        
[DIR] share/        
[TXT] README.cvs.html 1.27 13 years ville Update link to Mercurial repo.
[TXT] Makefile 1.11 13 years ville Add target for generating catalog.xml.
[TXT] .cvsignore 1.3 15 years ot ignore python compiled files - cvs

General options
,

Webmaster