[GRASS-SVN] r61544 - in grass/branches/releasebranch_7_0: . doc

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 5 15:51:24 PDT 2014


Author: neteler
Date: 2014-08-05 15:51:24 -0700 (Tue, 05 Aug 2014)
New Revision: 61544

Modified:
   grass/branches/releasebranch_7_0/INSTALL
   grass/branches/releasebranch_7_0/doc/debugging.txt
Log:
updated supporting docs

Modified: grass/branches/releasebranch_7_0/INSTALL
===================================================================
--- grass/branches/releasebranch_7_0/INSTALL	2014-08-05 22:51:14 UTC (rev 61543)
+++ grass/branches/releasebranch_7_0/INSTALL	2014-08-05 22:51:24 UTC (rev 61544)
@@ -98,7 +98,10 @@
 
     make       
 
+Detailed Wiki notes for various operating systems:
+http://grasswiki.osgeo.org/wiki/Compile_and_Install
 
+
 Note for Solaris users:
 
 To configure GRASS correctly on a system which doesn't have a suitable
@@ -164,10 +167,11 @@
 See the ReadMe.rtf in the ./macosx/ folder.
 
 
-(F) RUNNING GRASS
+(F) RUNNING GRASS GIS
 
 Download a sample data package from the GRASS web site, see
-http://grass.osgeo.org/download/data.php
+http://grass.osgeo.org/download/sample-data/
+
 Extract the data set and point "database" in the
 GRASS startup menu to the directory.
 
@@ -260,8 +264,8 @@
 
   CFLAGS="-g -Wall" ./configure
 
-See also the file
-./doc/debugging.txt
+See also the file ./doc/debugging.txt and the Wiki page
+http://grasswiki.osgeo.org/wiki/GRASS_Debugging
 
 
 (K) LARGE FILE SUPPORT (for raster maps)
@@ -271,17 +275,18 @@
   configure [...] --enable-largefile
 you should be able to have raster and vector maps which are larger than 2GB.
 
-Individual programs may or may not work with large files - please report.
+While most code has been updated, individual programs may not yet work with
+large files - please report.
 
 
 (L) SUPPORT
 
 Note that this code is still actively being developed and errors inevitably
 turn up. If you find a bug, please report it to the GRASS bug tracking system
-so we can fix it. See http://grass.osgeo.org/bugtracking/index.php
+so we can fix it. See http://grass.osgeo.org/development/bug-tracking/
 
 If you are interested in helping to develop GRASS, please join the GRASS
-developers mailing list. See http://grass.osgeo.org/devel/index.php
+developers mailing list. See http://grass.osgeo.org/development/
 
 
 (M) GRASS PROGRAMMER'S MANUAL
@@ -292,14 +297,15 @@
 
 (N) CONTRIBUTING CODE AND PATCHES
 
-Please see ./SUBMITTING, ./SUBMITTING_DOCS, ./SUBMITTING_PYTHON,
-and ./SUBMITTING_SCRIPTS in this directory.
+Please see ./SUBMITTING in this directory, or better,
+http://trac.osgeo.org/grass/wiki/Submitting
 
 
 (O) DRAFT TUTORIAL
 
-http://grass.osgeo.org/wiki/GRASS_6_Tutorial
+http://grass.osgeo.org/documentation/first-time-users/
 
 ------------------
-(C) 1999-2010 by The GRASS Development Team
-$Date$
+(C) 1999-2014 by The GRASS Development Team
+
+Last changed: $Date$

Modified: grass/branches/releasebranch_7_0/doc/debugging.txt
===================================================================
--- grass/branches/releasebranch_7_0/doc/debugging.txt	2014-08-05 22:51:14 UTC (rev 61543)
+++ grass/branches/releasebranch_7_0/doc/debugging.txt	2014-08-05 22:51:24 UTC (rev 61544)
@@ -1,5 +1,9 @@
-GRASS Debugging:
+GRASS GIS Debugging:
 
+See also
+http://grasswiki.osgeo.org/wiki/GRASS_Debugging
+
+----------------------------------------------------
 At user level:
 
  Print debugging message if variable DEBUG
@@ -140,3 +144,4 @@
 
 Note that when 'make distclean' is run, the manual changes to 
 include/Make/Platform.make are also removed.
+



More information about the grass-commit mailing list