[GRASSweb-list]markus: web/devel devel.inc,1.21,1.22

grass at intevation.de grass at intevation.de
Sun Jan 15 15:44:31 EST 2006


Author: markus

Update of /grassrepository/web/devel
In directory doto:/tmp/cvs-serv5665

Modified Files:
	devel.inc 
Log Message:
updated

Index: devel.inc
===================================================================
RCS file: /grassrepository/web/devel/devel.inc,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- devel.inc	4 Jan 2006 16:36:34 -0000	1.21
+++ devel.inc	15 Jan 2006 20:44:29 -0000	1.22
@@ -149,22 +149,27 @@
 (which you find in the GRASS source code).
 
 <ul>
-<li> Coding standards: Check your code against the rules defined in the
+<li> C language Coding standards: Check your code against the rules defined in the
      'SUBMITTING' file (find it in the main directory of the GRASS source
      code and also <a href=../grass61/source/SUBMITTING>here</a>). This ensures
      a smooth integration into the standard GRASS code base.
+<li> Shell script Coding standards: Check your code against the rules defined in the
+     'SUBMITTING_SCRIPTS' file (find it in the main directory of the GRASS source
+     code and also <a href=../grass61/source/SUBMITTING_SCRIPTS>here</a>). This ensures
+     a smooth integration into the standard GRASS code base and avoids portability
+     problems.
 <li> Code submission: Please contact a member of the 
-     <A HREF="http://freegis.org/cgi-bin/viewcvs.cgi/~checkout~/grass/AUTHORS">GRASS Development Team</a>
+     <A HREF="http://freegis.org/cgi-bin/viewcvs.cgi/~checkout~/grass6/AUTHORS">GRASS Development Team</a>
      or write to the development mailing list (see <A HREF="#list">above</a>).<br>
      In general, please generate differences to the current CVS instead of sending
      full files:<br>
-     <tt>cvs diff [file.c] > diff</tt><br>
-     This file 'diff' you may send to a member of the
-     <A HREF="http://freegis.org/cgi-bin/viewcvs.cgi/~checkout~/grass/AUTHORS">GRASS Development Team</a>.
-<li> GRASS Add-on submission: <a href=../download/addons.php>go here</a> (Add-on code
+     <tt>cvs diff -u [file.c] > grassdiff</tt><br>
+     This file 'grassdiff' you may send to a member of the
+     <A HREF="http://freegis.org/cgi-bin/viewcvs.cgi/~checkout~/grass6/AUTHORS">GRASS Development Team</a>.
+<li> GRASS Add-on submission: <a href="http://grass.gdf-hannover.de/twiki/bin/view/GRASS/GrassAddOns">go here</a> (Add-on code
      is hosted on your server)
-<li> Alredy submitted code which is not (yet) integrated: <a href=../outgoing/>OUTGOING
-     directory</a>
+<li> Already submitted code which is not (yet) integrated: <a href=../outgoing/>OUTGOING
+     directory</a> - maybe you can work on this?
 <li> GRASS <a href="http://freegis.org//grass/howto_grass-sshcvs.en.html">CVS write access</a> for developers
 </ul>
 





More information about the grass-web mailing list