[m-rev.] For review: Website updates.

Paul Bone pbone at csse.unimelb.edu.au
Thu Aug 18 11:03:21 AEST 2011


For review by anyone:

Mention CVS access on download page of the website.

include/download.inc:
    As above.

information/developers/remote_cvs.html:
    Update CVS access information.

    Use the csse.unimelb.edu.au domain name in examples.

    Fix obsolete information.

    Make an absolute link relative.

Index: include/download.inc
===================================================================
RCS file: /home/mercury1/repository/w3/include/download.inc,v
retrieving revision 1.13
diff -u -p -b -r1.13 download.inc
--- include/download.inc	29 Jun 2011 01:06:00 -0000	1.13
+++ include/download.inc	18 Aug 2011 00:45:32 -0000
@@ -52,3 +52,11 @@ Each ROTD is given a version number
 <p>
 The <a href="download/rotd.html">current release of the day</a>
 is version <? echo $rotd_version; ?>.
+
+<h3>CVS access</h3>
+<p>
+CVS access is also available for developers and for users (anonymous cvs).
+Details can be found on the
+<a href="information/developers/remote_cvs.html">CVS access</a> page.
+</p>
+
Index: information/developers/remote_cvs.html
===================================================================
RCS file: /home/mercury1/repository/w3/information/developers/remote_cvs.html,v
retrieving revision 1.9
diff -u -p -b -r1.9 remote_cvs.html
--- information/developers/remote_cvs.html	25 Jul 2007 06:59:31 -0000	1.9
+++ information/developers/remote_cvs.html	18 Aug 2011 00:58:14 -0000
@@ -28,19 +28,19 @@ You need:
 
 Anonymous Access:
 <ul>
-	<li> The CVS server is running on <b>cvs.mercury.cs.mu.oz.au</b>,
+	<li> The CVS server is running on <b>cvs.mercury.csse.unimelb.edu.au</b>,
 	and the
 	repository is in the directory <b>/home/mercury/mercury1/repository</b>
 	<li> The anonymous access account is called <i>guest</i> with a
 		password of <i>guest</i>
 	<li> To login (you need to do this just once)
 <pre>
-	cvs -d :pserver:guest at cvs.mercury.cs.mu.oz.au:/home/mercury/mercury1/repository login
+	cvs -d :pserver:guest at cvs.mercury.csse.unimelb.edu.au:/home/mercury/mercury1/repository login
 </pre>
 	<li> The password is <i>guest</i>
 	<li> To checkout a module 
 <pre>
-	cvs -d :pserver:guest at cvs.mercury.cs.mu.oz.au:/home/mercury/mercury1/repository checkout mercury
+	cvs -d :pserver:guest at cvs.mercury.csse.unimelb.edu.au:/home/mercury/mercury1/repository checkout mercury
 </pre>
 	<li> There is a list of modules later in this page.
 
@@ -91,13 +91,8 @@ Getting Write Access:
 	
 	<ol>
 		<li>
-			Create an account for the new user on
-			cvs.mercury.cs.mu.oz.au (a.k.a jupiter).
-			The password field in <tt>/etc/passwd</tt> should
-			contain only an asterisk (<tt>*</tt>)
-			to prevent the user logging in.
-			A good place for the user's home directory
-			is <tt>/home/jupiter/<i>username</i></tt>.
+			Create an account for the new user using LDAP;
+            this is or should be documented elsewhere.
 		</li>
 		<li> Create a file <tt>.ssh/authorized_keys</tt> in the
 			user's home directory and add the user's public key to
@@ -127,7 +122,7 @@ Then (once your account is set up):
 
 	<li> Set your CVSROOT environment variable to
 	<pre>
-	:ext:username at cvs.mercury.cs.mu.oz.au:/home/mercury/mercury1/repository
+	:ext:username at cvs.mercury.csse.unimelb.edu.au:/home/mercury/mercury1/repository
 	</pre>
 	  Make sure this environment variable is exported (in sh
 	  based shells, "export CVSROOT", in csh based shells, use
@@ -142,7 +137,7 @@ Then (once your account is set up):
 	to turn on X forwarding by adding the following to your
 	<tt>~/.ssh/config</tt> file:
 	<pre>
-	Host cvs.mercury.cs.mu.oz.au
+	Host cvs.mercury.csse.unimelb.edu.au
 	ForwardX11 yes
 	</pre>
 	If you are not running an X server and you are having problems
@@ -165,10 +160,12 @@ Then (once your account is set up):
 		<dl>
 	  	<dt>mercury	<dd> the mercury compiler, runtime, library,
 				  extras and documentation (big)
+        <!-- I don't think we use mercury-gcc anymore
 	  	<dt>mercury-gcc	<dd> the mercury-gcc distribution;
 				  this contains part of the source for the
 				  <a href="http://www.mercury.cs.mu.oz.au/download/gcc-backend.html">native code
 				  back-end</a>
+        -->
 	  	<dt>tests	<dd> test cases for the compiler (big)
 		<dt>w3		<dd> the www page (several Mb - lots of papers)
 		</dl>
@@ -201,7 +198,7 @@ NOTE:
 	  </ul>
 	  or
 	  <ul>
-	  	<li>on the <a href="http://www.mercury.cs.mu.oz.au/information/doc-latest/reviews.html">web</a>
+	  	<li>on the <a href="../doc-latest/reviews.html">web</a>
 	  </ul>
 	  Basically, we don't commit broken code into the repository,
 	  and we don't commit un-reviewed code.
@@ -219,10 +216,9 @@ NOTE:
 <p>
 <hr>
 <p>
-Comments? Mail <a href = "mailto:mercury at cs.mu.oz.au">mercury at cs.mu.oz.au</a>,
-or see our <a href = "../../contact.html" >contact</a> page.<br>
+Comments? See our <a href = "../../contact.html" >contact</a> page.<br>
 
-Last update was $Date: 2007-07-25 06:59:31 $ by $Author: zs $@cs.mu.oz.au
+Last update was $Date: 2007-07-25 06:59:31 $ by $Author: zs $@csse.unimelb.edu.au
 </body>
 </html>
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: Digital signature
URL: <http://lists.mercurylang.org/archives/reviews/attachments/20110818/d48d9f62/attachment.sig>


More information about the reviews mailing list