summaryrefslogtreecommitdiffstats
path: root/README.cvs
blob: 6d3ecc711d366db9391c202a5df79d8034d079eb (plain)
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
26
27
28
29
30
31
32
33
34
35
<p>
This is the code for the <a href="http://validator.w3.org/">W3C
HTML 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 CVS base is available read-only, using CVS pserver
            authentication a la:
          </p>
          <pre>
    bash$ <kbd>export CVSROOT=":pserver:anonymous@dev.w3.org:/sources/public"</kbd>
    bash$ <kbd>cvs login</kbd>
    (Logging in to anonymous@dev.w3.org)
    CVS password: <kbd>anonymous</kbd>
    bash$ <kbd>cvs get -r validator-0_6_6-release validator</kbd>
    cvs server: Updating validator
    cvs server: Updating validator/htdocs
    U validator/htdocs/about.html
    ...
          </pre>
          <p>
            This will get you the latest released version, v0.6.6.
	  </p>

	  <p>
	    If you are looking for development code, you should note that 
	    we are still in the process of fixing <code>HEAD</code> after a lot
	    of advanced development, so for intermediate updates, we strongly 
	    recommend to use the <code>validator-0_6_0-branch</code> branch tag
            instead. This is <strong>really what you want if you wish to install
	    a working version!</strong></p>
	  <p>