[GRASS-SVN] r29419 - grass-addons
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 12 08:06:30 EST 2007
Author: martinl
Date: 2007-12-12 08:06:30 -0500 (Wed, 12 Dec 2007)
New Revision: 29419
Modified:
grass-addons/README
Log:
Cosmetics in README file
Modified: grass-addons/README
===================================================================
--- grass-addons/README 2007-12-12 13:01:32 UTC (rev 29418)
+++ grass-addons/README 2007-12-12 13:06:30 UTC (rev 29419)
@@ -1,23 +1,31 @@
GRASS Addons SVN repository
+====================================================
To submit your GRASS project here, please write to
- Markus Neteler <neteler * itc it>
+ Markus Neteler <neteler * fbk.eu>
+
The submmission must be compliant with the GRASS
-submission rules as found in the GRASS 6 source code
+submission rules as found in the GRASS source code
and RFC2 (Legal aspects of submission):
- http://mpa.itc.it/markus/grass63progman/rfc/pages.html
+ http://trac.osgeo.org/grass/wiki/RfcList
+Also read submitting instructions before committing any changes!
+
+ http://trac.osgeo.org/grass/browser/grass/trunk/SUBMITTING
+ http://trac.osgeo.org/grass/browser/grass/trunk/SUBMITTING_DOCS
+ http://trac.osgeo.org/grass/browser/grass/trunk/SUBMITTING_SCRIPTS
+ http://trac.osgeo.org/grass/browser/grass/trunk/SUBMITTING_TCLTK
Read access is granted to the public, write access
must be requested.
Checkout of repository:
- svn co https://grasssvn.itc.it/svn/grassaddons/trunk/grassaddons grassaddons
+ svn checkout https://svn.osgeo.org/grass/grass-addons grass-addons
-###############
Compilation
+###########
The easiest way to compile modules against your GRASS code is
by setting MODULE_TOPDIR on the fly to tell 'make' where to
@@ -25,12 +33,13 @@
make MODULE_TOPDIR=$HOME/grass63/
-(adapt to your /path/to/grass6/ )
+(adapt to your /path/to/grass6/)
-#########################################
+Mime-types
+##########
# To avoid PDF mime-type recognition problems,
# each new (!) PDF file has to be modified like this:
-# (unsure how to exclude PDF from the 'diff' email
+# (unsure how to exclude PDF from the 'diff' email)
svn propset svn:mime-type application/x-pdf *.pdf
svn commit *.pdf
More information about the grass-commit
mailing list