Added note about how to access CVS, to be linked from cvs.infodrom.org
authorJoey Schulze <joey@infodrom.org>
Tue, 25 Sep 2001 15:31:08 +0000 (15:31 +0000)
committerJoey Schulze <joey@infodrom.org>
Tue, 25 Sep 2001 15:31:08 +0000 (15:31 +0000)
src/cvs.wml [new file with mode: 0644]
src/submenu.inc

diff --git a/src/cvs.wml b/src/cvs.wml
new file mode 100644 (file)
index 0000000..c7cc759
--- /dev/null
@@ -0,0 +1,55 @@
+#include <luonnotar.style>
+
+<page title="Public CVS Repositories">
+
+<p>We are proud to announce the availability to browse our CVS
+repositories anonymously.
+
+<h3>Using any web browser</h3>
+
+<p>Just go to <a href="http://cvs.infodrom.org/">cvs.infodrom.org</a>
+and select the proper repository and files.
+
+<h3>Using »cvs«</h3>
+
+<p>We are providing access through the :pserver: subsystem that »cvs«
+provides.  All public repositories contain an anonymous account with
+an empty password.  Before accessing the repository you'll have to log
+in into the repository.  Here is a step-by-step description how to
+achieve this:
+
+<p><code>cvs -d :pserver:anonymous@cvs.infodrom.org:/var/cvs/$repository login</code>
+
+<p>Simply hit enter when »cvs« asks for a password.
+
+<p><code>cvs -d :pserver:anonymous@cvs.infodrom.org:/var/cvs/$repository co $module</code>
+
+<p>The following repositories are accessible, each of them has
+different modules.  The easiest way to find out which modules are
+available is to browse <a
+href="http://cvs.infodrom.org/">cvs.infodrom.org</a>.  Repositories
+contain:
+
+<p><ul>
+
+<li> <strong>/var/cvs/debian</strong> - Debian
+<li> <strong>/var/cvs/infodrom</strong> - Infodrom-Tools
+<li> <strong>/var/cvs/infodrom.org</strong> - Infodrom.org
+<li> <strong>/var/cvs/linuxger.de</strong> - #LinuxGER
+<li> <strong>/var/cvs/ltev</strong> - LinuxTag
+
+</ul>
+
+<p>After your work is done and you want to clear your passwd (in
+<code>~/.cvspass</code>) you may log out again by using the following
+command.
+
+<p><code>cvs -d :pserver:anonymous@cvs.infodrom.org:/var/cvs/$repository logout</code>
+
+</page>
+
+# Local variables:
+# mode: text
+# mode: auto-fill
+# mode: iso-accents
+# end:
index df29e09..ebffab9 100644 (file)
@@ -5,3 +5,8 @@
   Webserver
 ><br>
 
+&nbsp;<ifneq <get-var WML_SRC_BASENAME> "cvs"
+  <a href="cvs.html">CVS</a>
+  CVS
+><br>
+