[kaffe-siteadmin] CVS website (dalibor): tydied up anaonymous CVS page with html tidy
Kaffe CVS
cvs-commits at kaffe.org
Sat Apr 3 11:01:03 PST 2004
PatchSet 186
Date: 2004/04/03 19:00:38
Author: dalibor
Branch: HEAD
Tag: (none)
Log:
tydied up anaonymous CVS page with html tidy
Members:
anoncvs.shtml:1.3->1.4
Index: website/anoncvs.shtml
diff -u website/anoncvs.shtml:1.3 website/anoncvs.shtml:1.4
--- website/anoncvs.shtml:1.3 Wed Aug 6 01:52:22 2003
+++ website/anoncvs.shtml Sat Apr 3 19:00:38 2004
@@ -1,73 +1,64 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
<html>
<head>
-<title>Kaffe.org - Anonymous CVS</title>
-<!--#include virtual="top_and_menu.html"-->
+ <meta name="generator" content="HTML Tidy for Linux/x86 (vers 1st March 2004), see www.w3.org">
+
+ <title>Kaffe.org - Anonymous CVS</title><!--#include virtual="top_and_menu.html"-->
+</head>
+
+<body>
+ <h2>Anonymous CVS</h2><b>Do you know what CVS is and how to use it?</b>
+
+ <p>If not, you should read one or more of the sources below:</p>
+
+ <ul>
+ <li>Jim Blandy's <a href="http://www.cvshome.org/docs/blandy.html">Introduction to CVS</a></li>
+
+ <li>The <a href="http://www.cvshome.org/docs/manual/">CVS Manual</a></li>
+
+ <li>The <a href="http://www.cs.uh.edu/~wjin/cvs/train/cvstrain.html">CVS Training manual</a></li>
+ <li>The <a href="http://ccvs.cvshome.org/fom/fom.cgi">CVS FAQ</a></li>
- <h2>Anonymous CVS</h2>
+ <li><a href="http://www.cvshome.org/">CVSHome.org</a></li>
+ </ul>
- <b>Do you know what CVS is and how to use it?</b><p>
+ <p>The CVSROOT for anonymous read-only access is:</p>
- If not, you should read one or more of the sources below:<p>
-
- <ul>
- <li>Jim Blandy's <a href="http://www.cvshome.org/docs/blandy.html">Introduction to CVS</a>
- <li>The <a href="http://www.cvshome.org/docs/manual/">CVS Manual</a>
- <li>The <a href="http://www.cs.uh.edu/~wjin/cvs/train/cvstrain.html">CVS Training manual</a>
- <li>The <a href="http://ccvs.cvshome.org/fom/fom.cgi">CVS FAQ</a>
- <li><a href="http://www.cvshome.org/">CVSHome.org</a>
- </ul>
- <p>
-
- The CVSROOT for anonymous read-only access is:<p>
-
- <blockquote>
- <font size="2" face="Courier New, Courier, mono">
- :pserver:readonly at cvs.kaffe.org:/cvs/kaffe
- </font>
- </blockquote>
- <p>
-
- The password is "readonly".<p>
-
- Example:<p>
-
- <blockquote>
- <font size="2" face="Courier New, Courier, mono">cvs -d :pserver:readonly at cvs.kaffe.org:/cvs/kaffe
- login <br>
- cvs -d :pserver:readonly at cvs.kaffe.org:/cvs/kaffe co kaffe</font>
- </blockquote>
- <p>
-
- or, if you prefer:<p>
-
- <blockquote>
- <font size="2" face="Courier New, Courier, mono">export CVSROOT=:pserver:readonly at cvs.kaffe.org:/cvs/kaffe
- <br>
- cvs login <br>
- Enter the password <em>readonly</em> <br>
- cvs checkout kaffe</font>
- </blockquote>
+ <blockquote>
+ <font size="2" face="Courier New, Courier, mono">:pserver:readonly at cvs.kaffe.org:/cvs/kaffe</font>
</blockquote>
- <h2>Anonymous rsync</h2>
+ <p>The password is "readonly".</p>
- Anonymous <a href="http://samba.anu.edu.au/rsync/">rsync</a> access to the CVS repository and ftp site is available. Try "rsync www.kaffe.org::".<p>
+ <p>Example:</p>
- <h2>CVSup</h2>
+ <blockquote>
+ <font size="2" face="Courier New, Courier, mono">cvs -d :pserver:readonly at cvs.kaffe.org:/cvs/kaffe login<br>
+ cvs -d :pserver:readonly at cvs.kaffe.org:/cvs/kaffe co kaffe</font>
+ </blockquote>
- You can use <a href="http://www.polstra.com/projects/freeware/CVSup/">CVSup</a> to mirror the CVS repository. Here is an
- example supfile:<p>
+ <p>or, if you prefer:</p>
- <pre>
- kaffe-cvs host=kaffe.org base=./cvs release=kaffe-cvs delete base=.
- </pre>
+ <blockquote>
+ <font size="2" face="Courier New, Courier, mono">export CVSROOT=:pserver:readonly at cvs.kaffe.org:/cvs/kaffe<br>
+ cvs login<br>
+ Enter the password <em>readonly</em><br>
+ cvs checkout kaffe</font>
+ </blockquote>
+ <h2>Anonymous rsync</h2>Anonymous <a href="http://samba.anu.edu.au/rsync/">rsync</a> access to the CVS repository and ftp site is available. Try "rsync www.kaffe.org::".
-<div class="updated">
-<hr>
-<a href="mailto:jim at kaffe.org">Jim Pick</a><br>
-</div>
-<!--#include virtual="bottom.html"-->
-</html>
+ <h2>CVSup</h2>You can use <a href="http://www.polstra.com/projects/freeware/CVSup/">CVSup</a> to mirror the CVS repository. Here is an example supfile:
+ <pre>
+ kaffe-cvs host=kaffe.org base=./cvs release=kaffe-cvs delete base=.
+
+</pre>
+ <div class="updated">
+ <hr>
+ <a href="mailto:jim at kaffe.org">Jim Pick</a><br>
+ </div><!--#include virtual="bottom.html"-->
+</body>
+</html>
More information about the kaffe-siteadmin
mailing list