]> i-scream Git - www.i-scream.org.git/commitdiff
New CVS page.
authorTim Bishop <tim@bishnet.net>
Mon, 4 Jun 2001 14:28:28 +0000 (14:28 +0000)
committerTim Bishop <tim@bishnet.net>
Mon, 4 Jun 2001 14:28:28 +0000 (14:28 +0000)
www/cvs.shtml [new file with mode: 0644]
www/cvs.xhtml [new file with mode: 0644]
www/devcvs.shtml

diff --git a/www/cvs.shtml b/www/cvs.shtml
new file mode 100644 (file)
index 0000000..01a3f8d
--- /dev/null
@@ -0,0 +1,89 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<!--
+    cvs.shtml
+    Created by tdb1 04/06/2001
+    Last edited 04/06/2001
+-->
+
+
+<html>
+
+<head>
+ <title>i-scream cvs repository</title>
+ <meta name="description" content="A list of those who helped to develop the i-scream central monitoring system.">
+ <meta name="keywords" content="i-scream, project, credits, central,monitoring,system, unix, linux, nt, server, alert, acknowledgements">
+</head>
+
+<body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000000">
+
+<table border="0" cellpadding="2" cellspacing="2">
+ <tr>
+  <td valign="top">
+<!--#include virtual="left.inc" -->
+  </td>
+  <td valign="top">
+<!--#include virtual="title.inc" -->
+
+<font face="Arial" size="2">
+<h2>i-scream CVS Repository</h2>
+
+<p>The i-scream CVS Repository contains all code,
+documentation, and other stuff pertaining to all i-scream projects.</p>
+
+<h3>Web Access</h3>
+
+<p>There is a web interface to the i-scream CVS
+repository allowing you to view any file, and diffs between them.</p>
+
+<p><a href="http://www.i-scream.org.uk/cgi-bin/cvs/viewcvs.cgi">http://www.i-scream.org.uk/cgi-bin/cvs/viewcvs.cgi</a></p>
+
+<h3>Anonymous CVS Access (read-only)</h3>
+
+<p>Anyone can access the i-scream CVS repository in
+anonymous mode read-only mode. The following commands will allow you to check
+out a portion of the CVS repository. To see what is available it is recommended
+that you first look at the web frontend.</p>
+</font>
+
+<pre>cvs -d :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream login
+cvs -d :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream checkout [module]</pre>
+
+<font face="Arial" size="2">
+<p>When asked for a password, simply press enter.
+Replace [module] with the section you wish to checkout.</p>
+
+<h3>Developer CVS Access (write)</h3>
+
+<p>The i-scream development team have full write
+access to the CVS repository. This is only available over SSH, and can be done
+on most clients. First the following environment variables need to be set.</p>
+</font>
+
+<pre>CVS_RSH = ssh
+CVSROOT = :ext:username@cvs.i-scream.org.uk:/cvs/i-scream</pre>
+
+<font face="Arial" size="2">
+<p>You should know your username and password
+already. After setting these you will need to enter your password each time you
+use a CVS command. Obviously this is a time wasting event, so an RSA key can be
+generated and placed on the server for you. Please view the relevant ssh
+manpages on how to generate an RSA key pair.</p>
+
+<p>After this you will be able to work with CVS as
+normal.</p>
+
+<h3>Other means of accessing CVS</h3>
+
+<p>At this stage there are no other means of CVS
+access, although CVSup support will hopefully be provided in the future.</p>
+</font>
+
+<!--#include virtual="bottom.inc" -->
+  </td>
+ </tr>
+</table>
+
+</body>
+
+</html>
diff --git a/www/cvs.xhtml b/www/cvs.xhtml
new file mode 100644 (file)
index 0000000..01a3f8d
--- /dev/null
@@ -0,0 +1,89 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<!--
+    cvs.shtml
+    Created by tdb1 04/06/2001
+    Last edited 04/06/2001
+-->
+
+
+<html>
+
+<head>
+ <title>i-scream cvs repository</title>
+ <meta name="description" content="A list of those who helped to develop the i-scream central monitoring system.">
+ <meta name="keywords" content="i-scream, project, credits, central,monitoring,system, unix, linux, nt, server, alert, acknowledgements">
+</head>
+
+<body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000000">
+
+<table border="0" cellpadding="2" cellspacing="2">
+ <tr>
+  <td valign="top">
+<!--#include virtual="left.inc" -->
+  </td>
+  <td valign="top">
+<!--#include virtual="title.inc" -->
+
+<font face="Arial" size="2">
+<h2>i-scream CVS Repository</h2>
+
+<p>The i-scream CVS Repository contains all code,
+documentation, and other stuff pertaining to all i-scream projects.</p>
+
+<h3>Web Access</h3>
+
+<p>There is a web interface to the i-scream CVS
+repository allowing you to view any file, and diffs between them.</p>
+
+<p><a href="http://www.i-scream.org.uk/cgi-bin/cvs/viewcvs.cgi">http://www.i-scream.org.uk/cgi-bin/cvs/viewcvs.cgi</a></p>
+
+<h3>Anonymous CVS Access (read-only)</h3>
+
+<p>Anyone can access the i-scream CVS repository in
+anonymous mode read-only mode. The following commands will allow you to check
+out a portion of the CVS repository. To see what is available it is recommended
+that you first look at the web frontend.</p>
+</font>
+
+<pre>cvs -d :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream login
+cvs -d :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream checkout [module]</pre>
+
+<font face="Arial" size="2">
+<p>When asked for a password, simply press enter.
+Replace [module] with the section you wish to checkout.</p>
+
+<h3>Developer CVS Access (write)</h3>
+
+<p>The i-scream development team have full write
+access to the CVS repository. This is only available over SSH, and can be done
+on most clients. First the following environment variables need to be set.</p>
+</font>
+
+<pre>CVS_RSH = ssh
+CVSROOT = :ext:username@cvs.i-scream.org.uk:/cvs/i-scream</pre>
+
+<font face="Arial" size="2">
+<p>You should know your username and password
+already. After setting these you will need to enter your password each time you
+use a CVS command. Obviously this is a time wasting event, so an RSA key can be
+generated and placed on the server for you. Please view the relevant ssh
+manpages on how to generate an RSA key pair.</p>
+
+<p>After this you will be able to work with CVS as
+normal.</p>
+
+<h3>Other means of accessing CVS</h3>
+
+<p>At this stage there are no other means of CVS
+access, although CVSup support will hopefully be provided in the future.</p>
+</font>
+
+<!--#include virtual="bottom.inc" -->
+  </td>
+ </tr>
+</table>
+
+</body>
+
+</html>
index 4f5cd6e93e159106a76d5b3f4fd9503095edcd13..664084142ccb2fdddcbb4677565e166ccbdf968a 100644 (file)
@@ -24,6 +24,9 @@
 
 <h2>Website management using CVS</h2>
 
+<i>nb. this process will soon hopefully be automated, making
+this page redundant.</i><br>
+
 This site is managed using CVS. The following options are available;
 
 <h3>Main Website (http://www.i-scream.org.uk)</h3>