summaryrefslogtreecommitdiffstats
path: root/htdocs/source/index.html
diff options
context:
space:
mode:
authorgerald <gerald@localhost>1998-11-29 22:31:43 +0000
committergerald <gerald@localhost>1998-11-29 22:31:43 +0000
commitf466c2e5709f35fc7e07dc7fb4435c34529b8ee2 (patch)
treef6680d9c6b29c91174713a0368586ed0975d4982 /htdocs/source/index.html
parent34b12487f13e8e77b47fb5077ac6b0794dd11228 (diff)
downloadmarkup-validator-f466c2e5709f35fc7e07dc7fb4435c34529b8ee2.zip
markup-validator-f466c2e5709f35fc7e07dc7fb4435c34529b8ee2.tar.gz
markup-validator-f466c2e5709f35fc7e07dc7fb4435c34529b8ee2.tar.bz2
fixed the cvs documentation a bit; moved the "why" paragraph higher
Diffstat (limited to 'htdocs/source/index.html')
-rwxr-xr-xhtdocs/source/index.html50
1 files changed, 30 insertions, 20 deletions
diff --git a/htdocs/source/index.html b/htdocs/source/index.html
index 01aa1df..f0ee90c 100755
--- a/htdocs/source/index.html
+++ b/htdocs/source/index.html
@@ -8,7 +8,7 @@
W3C HTML Validation Service, Source Code">
<meta name="description" content="Source Code for W3C's Validation Service.">
<meta name="revision"
- content="$Id: index.html,v 1.4 1998-08-27 03:22:31 gerald Exp $">
+ content="$Id: index.html,v 1.5 1998-11-29 22:31:43 gerald Exp $">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b">
@@ -29,6 +29,15 @@
</p>
<p>
+ The purpose of making the source code available is partly to allow
+ others to set up mirrors of the service (either publicly or within
+ an intranet behind a firewall), but also to allow us to collaborate
+ on making the service better -- there are <a
+ href="/todo.html">many ways the service could be improved</a> but I
+ only have a small amount of time to work on it myself.
+</p>
+
+<p>
You can retrieve the code a number of ways:
</p>
@@ -61,27 +70,28 @@
href="http://www.loria.fr/~molli/">Pascal Molli</a>.</p>
<p>
- Our CVS base is available read-only, using the CVS pserver authentification:
-
- <blockquote><code>
- CVSROOT=:pserver:anonymous@dev.w3.org:/sources/public
- </code></blockquote>
-
- <blockquote><code>
- password: anonymous
- </code></blockquote>
+ Our CVS base is available read-only, using CVS pserver authentication
+ a la:
+
+ <blockquote><samp>
+ bash$ <kbd><b>export
+ CVSROOT=":pserver:anonymous@dev.w3.org:/sources/public"</b></kbd><br>
+ bash$ <kbd><b>cvs login</b></kbd><br>
+ (Logging in to anonymous@dev.w3.org)<br>
+ CVS password: <kbd><b>anonymous</b></kbd><br>
+ bash$ <kbd><b>cvs get validator</b></kbd><br>
+ cvs server: Updating validator<br>
+ cvs server: Updating validator/htdocs<br>
+ U validator/htdocs/about.html<br>
+ ...
+ </samp></blockquote>
+
+ <!-- using <b> above is evil, but the default kbd style in Netscape is
+ goofy, and having that text boldfaced is ever so much clearer. - Gerald
+ -->
</ul>
-<p>
- The purpose of making the source code available is partly to allow
- others to set up mirrors of the service (either publicly or within
- an intranet behind a firewall), but also to allow us to collaborate
- on making the service better -- there are <a
- href="/todo.html">many ways the service could be improved</a> but I
- only have a small amount of time to work on it myself.
-</p>
-
<h2>Prerequisites</h2>
<p>
@@ -145,7 +155,7 @@
src="http://validator.w3.org/images/vh40.gif" height=31 width=88
align=right border=0 alt="Valid W3C HTML 4.0!"></a>
<a href="/feedback.html">Gerald Oskoboiny</A><br>
- $Date: 1998-08-27 03:22:31 $
+ $Date: 1998-11-29 22:31:43 $
</address>
</body>