On Monday 04 March 2002 3:04 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> 
> | Good idea. Is this the correct way to reference it:
> 
> | 
http://www.lyx.org/cgi-bin/viewcvs.cgi/*checkout*/lyx-devel/development/Code_rules/Rules
> 
> If that is the url you get after walking to the file in viewcvs.cgi
> then yes.

Well when walking I get "?rev=1.12" or something on the end. I just stripped 
that off and I get the file.

Anyway, here it is. Please test and apply.

Angus
? references.diff
Index: ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/www-devel/ChangeLog,v
retrieving revision 1.125
diff -u -p -r1.125 ChangeLog
--- ChangeLog	2002/03/01 18:48:15	1.125
+++ ChangeLog	2002/03/04 15:24:34
@@ -1,3 +1,8 @@
+2002-03-04  Angus Leeming <[EMAIL PROTECTED]>
+
+	* references.php3: update the introduction to point to the maintained
+	description of the coding rules.
+
 2002-03-01  John Levon  <[EMAIL PROTECTED]>
 
 	* guii.php3: update
Index: references.php3
===================================================================
RCS file: /usr/local/lyx/cvsroot/www-devel/references.php3,v
retrieving revision 1.7
diff -u -p -r1.7 references.php3
--- references.php3	2001/09/11 00:23:55	1.7
+++ references.php3	2002/03/04 15:24:34
@@ -13,21 +13,20 @@ include("start.php3");
 ?>
 
 <p>
-We have tailored a set of documents for developers only. If you want to 
-contribute to the code effort you should have a look to them:</p>
+If you want to contribute to the code effort then get the latest version of 
+the code from <a href="cvs.php3">cvs</a>. You'll discover that LyX is written
+in C++. We would expect, therefore, that you have some skill with C++ and
+Object Oriented programming.</p>
 
-<ol>
-<li><a href="devel/devguide.html">Developers guide</a></li>
-<li><a href="gui-indep/gui-indep.html">GUI Independence: The LyX way</a></li>
-</ol>
-
-<p> We expect that you have some skill with C++ and Object Oriented
-programming. Since LyX version 1.1 the Standard Template Library (STL) is being
-used for most data structures. See some <a href="#online">online references</a>
-recommended by our developers.</p>
+<p>
+Since LyX version 1.1 the Standard Template Library (STL) is being used for 
+most data structures. See some <a href="#online">online references</a>
+recommended by our developers. We also have some simple
+<a href="http://www.lyx.org/cgi-bin/viewcvs.cgi/*checkout*/lyx-devel/development/Code_rules/Rules";>coding rules</a>
+that we try and adhere to.</p>
 
 <p>
-We also recommend you to read some of these books:</p>
+We also recommend that you read some of these books:</p>
 
 <table>
 <tr><td>Author(s)</td><td>Title</td><td>Review</td></tr>

Reply via email to