[GRASSweb-list]markus: web/grass51/tutorial attrib_storage.html,1.18,1.19 demo.html,1.11,1.12 ex_basic.html,1.8,1.9 ex_complex.html,1.10,1.11 examples.html,1.27,1.28 geom_storage.html,1.18,1.19 index.html,1.20,1.21 intro.html,1.5,1.6 links.html,1.12,1.13 n

grass at intevation.de grass at intevation.de
Fri Sep 12 04:05:11 EDT 2003


Author: markus

Update of /grassrepository/web/grass51/tutorial
In directory doto:/tmp/cvs-serv30935/grass51/tutorial

Modified Files:
	attrib_storage.html demo.html ex_basic.html ex_complex.html 
	examples.html geom_storage.html index.html intro.html 
	links.html network.html techdocs.html troubleshooting.html 
	usa_demo.html vectoroverlay.html 
Log Message:
more 5.1 -> 5.7

Index: attrib_storage.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/attrib_storage.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- attrib_storage.html	31 May 2003 19:23:05 -0000	1.18
+++ attrib_storage.html	12 Sep 2003 08:05:09 -0000	1.19
@@ -4,7 +4,7 @@
    <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <DEFANGED_meta name="Author" content="Markus Neteler">
    <DEFANGED_link rel="stylesheet" type="text/css" href="../../sitestyle.css">
-   <title>GRASS 5.1: Attribute management with connections to DBMS</title>
+   <title>GRASS 5.7: Attribute management with connections to DBMS</title>
 </head>
 <body>
 
@@ -13,7 +13,7 @@
 <A HREF="index.html">
 <DEFANGED_IMG src="../../images/grass.smlogo.gif" alt="HOME" border="0" align=middle></A>
 </td><td><H1>
-GRASS 5.1: Attribute management with connections to DBMS
+GRASS 5.7: Attribute management with connections to DBMS
 </H1></td></tr></table>
 <!-- END OF HEADER -->
 
@@ -24,10 +24,10 @@
 <hr>
 
 <i><b>README:</b>
-GRASS 5.1 is currently under development. It is neither complete (it still
+GRASS 5.7 is currently under development. It is neither complete (it still
 contains only a few modules) nor it is intended for productional usage. 
 Development releases are provided for people who want to help test, debug,
-and improve GRASS 5.1. Knowing this, please read on.</i><br>
+and improve GRASS 5.7. Knowing this, please read on.</i><br>
 <i>
 These examples described here may work or not. You are kindly invited to
 send us further examples and/or code bugfixes/enhancements.</i>
@@ -44,7 +44,7 @@
 Attribute management introduction
 <DIV ALIGN=right><a href="#toc">[UP]</a></DIV>
 </b></big></font></td></tr></table>
-The attribute management was completely changed in GRASS 5.1 to achieve
+The attribute management was completely changed in GRASS 5.7 to achieve
 multi-attribute capabilities managed within external databases. The former
 dig_cats/ files are not used any more and all vector attributes are stored
 in external database. Connection with database is done through DBMI library
@@ -61,7 +61,7 @@
 The connection of a vector map to an attribute table (except for SHAPE) is
 internally defined in a <tt>dbln</tt> file (an ASCII file in the vector map
 directory). This file is created when importing/converting a map into GRASS
-5.1 or can be generated with 'v.db.connect'. The current connection for a
+5.7 or can be generated with 'v.db.connect'. The current connection for a
 map can be printed with <br>
 
 <div class="code"><pre>
@@ -150,7 +150,7 @@
 <DIV ALIGN=right><a href="#toc">[UP]</a></DIV>
 </b></big></font></td></tr></table>
 
-Possible communication between GRASS 5.1 and PostgreSQL database for
+Possible communication between GRASS 5.7 and PostgreSQL database for
     attribute management (ODBC can connect to other RDBMS as well): <br>
 
 <table cellpadding="2" cellspacing="2" border="1" align="center">
@@ -180,7 +180,7 @@
 <p>
 
 Example: Connection of SHAPE file with attributes in PostgreSQL table which
-get's connected through ODBC to GRASS 5.1. The name of the PostgreSQL
+get's connected through ODBC to GRASS 5.7. The name of the PostgreSQL
 database is 'grass51test' which contains the imported DBF file as table
 'markveggy'.
 <p>
@@ -266,7 +266,7 @@
 connection is really established.
 </ul>
 
-Note that you can also connect mySQL, Oracle etc. through ODBC to GRASS 5.1.
+Note that you can also connect mySQL, Oracle etc. through ODBC to GRASS 5.7.
 
 You can also check the vector map itself concerning a current link to a
 table:
@@ -286,7 +286,7 @@
 </b></big></font></td></tr></table>
 
 Example: Connection of SHAPE file with attributes in PostgreSQL database table
-directly connected to GRASS 5.1.<p>
+directly connected to GRASS 5.7.<p>
 
 If not yet done, create a new database if not yet existing ('-h host'
 defines the PostgreSQL server host if not localhost). Here we
@@ -312,7 +312,7 @@
              database='pgserver,dbname=grass51test,user=neteler' driver=pg
 </pre></div>
 
-Connect GRASS 5.1 to the table:
+Connect GRASS 5.7 to the table:
 <div class="code"><pre>
 db.tables -p
 db.describe -c markveggy
@@ -384,7 +384,7 @@
 </pre></div>
 
 Then select the ID column and change it's type to "Number" (alias Integer).
-Save the table. Now GRASS 5.1 can use the ID column as it is of Integer
+Save the table. Now GRASS 5.7 can use the ID column as it is of Integer
 type.
 
 
@@ -419,7 +419,7 @@
 </pre></div>
 
 Select the column and change the type to "Number" (alias Integer). Save the
-table. Now GRASS 5.1 can use the ID column as it is of Integer type.
+table. Now GRASS 5.7 can use the ID column as it is of Integer type.
 <br>
 PROBLEM: In OpenOffice 1.0.1 Number/Integer doesn't seem to exist!! So you better
 go with StarOffice.
@@ -432,7 +432,7 @@
 <p>
 <hr>
 <DIV ALIGN=right>&copy; 2002-2003 Markus Neteler<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.1 Tutorial Home</a><br>
+<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.7 Tutorial Home</a><br>
 <i>Last change:
 $Date$
 </i></DIV>

Index: demo.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/demo.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- demo.html	31 Jul 2003 09:19:49 -0000	1.11
+++ demo.html	12 Sep 2003 08:05:09 -0000	1.12
@@ -4,7 +4,7 @@
    <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <DEFANGED_meta name="Author" content="Markus Neteler">
    <DEFANGED_link rel="stylesheet" type="text/css" href="../../sitestyle.css">
-   <title>GRASS 5.1: A quick demo tour</title>
+   <title>GRASS 5.7: A quick demo tour</title>
 </head>
 <body>
 
@@ -13,7 +13,7 @@
 <A HREF="index.html">
 <DEFANGED_IMG src="../../images/grass.smlogo.gif" alt="HOME" border="0" align=middle></A>
 </td><td><H1>
-GRASS 5.1: A quick demo tour
+GRASS 5.7: A quick demo tour
 </H1></td></tr></table>
 <!-- END OF HEADER -->
 
@@ -24,10 +24,10 @@
 <hr>
 
 <i><b>README:</b>
-GRASS 5.1 is currently under development. It is neither complete (it still
+GRASS 5.7 is currently under development. It is neither complete (it still
 contains only a few modules) nor it is intended for productional usage. 
 Development releases are provided for people who want to help test, debug,
-and improve GRASS 5.1. Knowing this, please read on.</i><br>
+and improve GRASS 5.7. Knowing this, please read on.</i><br>
 <i>
 These examples described here may work or not. You are kindly invited to
 send us further examples and/or code bugfixes/enhancements.</i>
@@ -39,11 +39,11 @@
 <DIV ALIGN=right><a href="#toc">[UP]</a></DIV>
 </b></big></font></td></tr></table>
 
-First download the <a href="http://mpa.itc.it/radim/g51/">Sample GRASS 5.1
+First download the <a href="http://mpa.itc.it/radim/g51/">Sample GRASS 5.7
 LOCATION</a> which is used throughout this tutorial.
 <p>
 The sample LOCATION "g51test" contains a script which demonstrates most
-features of the new vector engine. To run this demo, start GRASS 5.1 with
+features of the new vector engine. To run this demo, start GRASS 5.7 with
 the sample LOCATION "g51test-X" (X is the current version of the data set)
 and the mapset "test". In the LOCATION directory you will find the
 <tt>./tour</tt> shell script (example):
@@ -65,7 +65,7 @@
 <p>
 
 Note: If the tour fails at a certain step, the version of the "g51test-X"
-LOCATION does not correspond to current GRASS 5.1 version as installed on
+LOCATION does not correspond to current GRASS 5.7 version as installed on
 your computer. Be sure to use latest code and sample data set. If this
 doesn't help: congratulations, you have found a bug. Please report it to the
 development team.
@@ -78,7 +78,7 @@
 <DIV ALIGN=right><a href="#toc">[UP]</a></DIV>
 </b></big></font></td></tr></table>
 
-Who feels confident with GRASS (5.1) may try further tests
+Who feels confident with GRASS (5.7) may try further tests
 with following scripts in the same directory:
 
 <ul>
@@ -228,7 +228,7 @@
 <p>
 <hr>
 <DIV ALIGN=right>&copy; 2002-2003 Markus Neteler<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.1 Tutorial Home</a><br>
+<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.7 Tutorial Home</a><br>
 <i>Last change:
 $Date$
 </i></DIV>

Index: ex_basic.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/ex_basic.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ex_basic.html	19 Jun 2003 14:38:40 -0000	1.8
+++ ex_basic.html	12 Sep 2003 08:05:09 -0000	1.9
@@ -4,7 +4,7 @@
    <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <DEFANGED_meta name="Author" content="Markus Neteler">
    <DEFANGED_link rel="stylesheet" type="text/css" href="../../sitestyle.css">
-   <title>GRASS 5.1 Usage examples</title>
+   <title>GRASS 5.7 Usage examples</title>
 </head>
 <body>
 
@@ -13,7 +13,7 @@
 <A HREF="index.html">
 <DEFANGED_IMG src="../../images/grass.smlogo.gif" alt="HOME" border="0" align=middle></A>
 </td><td><H1>
-GRASS 5.1 Usage Examples - basics
+GRASS 5.7 Usage Examples - basics
 </H1></td></tr></table>
 <!-- END OF HEADER -->
 
@@ -23,10 +23,10 @@
 <a href="index.html#toc">Table of contents</a>
 <hr>
 
-GRASS 5.1 is currently under development. It is neither complete (it still
+GRASS 5.7 is currently under development. It is neither complete (it still
 contains only a few modules) nor it is intended for productional usage. 
 Development releases are provided for people who want to help test, debug,
-and improve GRASS 5.1. Knowing this, please read on.
+and improve GRASS 5.7. Knowing this, please read on.
 <p>
 
 <i><b>Disclaimer:</b> These examples described here may work or
@@ -42,11 +42,11 @@
 </b></big></font></td></tr></table>
 
 <b>
-Convert 5.0 vector maps to 5.1
+Convert 5.0 vector maps to 5.7
 </b><p>
 
-You can run 5.1 (at the same time) on a 5.0 location without problems.<br>
-To convert 5.0 vector data to 5.1, run:
+You can run 5.7 (at the same time) on a 5.0 location without problems.<br>
+To convert 5.0 vector data to 5.7, run:
 <div class="code"><pre>
 v.convert in=vectormap_from_50 out=vectormap
 v.db.connect -p vectormap
@@ -55,11 +55,11 @@
 d.m
 </pre></div>
 
-Vector maps from 5.0 and 5.1 do not interfere (different directories),
+Vector maps from 5.0 and 5.7 do not interfere (different directories),
 so you can use the  same names.
 
 <p><b>
-Convert 5.1 vector map back to GRASS 5.0
+Convert 5.7 vector map back to GRASS 5.0
 </b><p>
 
 <div class="code"><pre>
@@ -75,17 +75,17 @@
 <DIV ALIGN=right><a href="#toc">[UP]</a></DIV>
 </b></big></font></td></tr></table>
 
-There are various possibilities to store vector geometry in GRASS 5.1:
+There are various possibilities to store vector geometry in GRASS 5.7:
 
 <ul>
-<li>native 5.1 format (default)
+<li>native 5.7 format (default)
 <li>SHAPE format
 <li>PostGRASS format (using PostgreSQL/PostGIS)
 <li>OGR supported formats (under development)
 </ul>
 
 Read on here about <a href=geom_storage.html>storing vector geometry in
-GRASS 5.1</a>.
+GRASS 5.7</a>.
 
 
 <p><table width="100%" cellpadding="3" border="0">
@@ -95,7 +95,7 @@
 <DIV ALIGN=right><a href="#toc">[UP]</a></DIV>
 </b></big></font></td></tr></table>
 
-There are various possibilities to store attributes in GRASS 5.1:
+There are various possibilities to store attributes in GRASS 5.7:
 
 <ul>
 <li>DBF file (default)
@@ -105,7 +105,7 @@
 </ul>
 
 Read on here about <a href=attrib_storage.html>storing attributes in
-GRASS 5.1</a>.
+GRASS 5.7</a>.
 
 <p><table width="100%" cellpadding="3" border="0">
 <tr><td align="left" bgcolor="#B0F0B0"><font color="#00000"><big><b>
@@ -117,7 +117,7 @@
 [for this exercise we use the Spearfish data set from the GRASS web site]<br>
 [The WATRTOWR.DXF can be found <a href=http://www.3dcafe.com/asp/architex.asp#DXF>here</a>]
 <P>
-Since GRASS 5.1 supports 3D vector data, we can easily import DXF and DWG
+Since GRASS 5.7 supports 3D vector data, we can easily import DXF and DWG
 files and display them with NVIZ:
 
 <div class="code"><pre>
@@ -274,7 +274,7 @@
 <DIV ALIGN=right><a href="#toc">[UP]</a></DIV>
 </b></big></font></td></tr></table>
 
-#Export of GRASS 5.1 vector map to SHAPE format (generates /tmp/testogr.shp
+#Export of GRASS 5.7 vector map to SHAPE format (generates /tmp/testogr.shp
 #and related files):
 
 <div class="code"><pre>
@@ -322,7 +322,7 @@
 d.what.vect -a
 </pre></div>
 
-You see that it is the same! After connecting a GRASS 5.1 vector map, all
+You see that it is the same! After connecting a GRASS 5.7 vector map, all
 db.* modules work in the same way independent from the connected RDBMS.
 <p>
 Hints for GRASS-PostGIS: see e.g. <a
@@ -392,7 +392,7 @@
 <p><table width="100%" cellpadding="3" border="0">
 <tr><td align="left" bgcolor="#B0F0B0"><font color="#00000"><big><b>
 <a name="db_copy"></a>
-Example: Copying a database table from one DBMS to another within GRASS 5.1
+Example: Copying a database table from one DBMS to another within GRASS 5.7
 <DIV ALIGN=right><a href="#toc">[UP]</a></DIV>
 </b></big></font></td></tr></table>
 
@@ -424,7 +424,7 @@
 <p>
 <hr>
 <DIV ALIGN=right>&copy; 2002-2003 Markus Neteler<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.1 Tutorial Home</a><br>
+<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.7 Tutorial Home</a><br>
 <i>Last change:
 $Date$
 </i></DIV>

Index: ex_complex.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/ex_complex.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ex_complex.html	31 Jul 2003 13:17:41 -0000	1.10
+++ ex_complex.html	12 Sep 2003 08:05:09 -0000	1.11
@@ -4,7 +4,7 @@
    <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <DEFANGED_meta name="Author" content="Markus Neteler">
    <DEFANGED_link rel="stylesheet" type="text/css" href="../../sitestyle.css">
-   <title>GRASS 5.1 Usage examples</title>
+   <title>GRASS 5.7 Usage examples</title>
 </head>
 <body>
 
@@ -13,7 +13,7 @@
 <A HREF="index.html">
 <DEFANGED_IMG src="../../images/grass.smlogo.gif" alt="HOME" border="0" align=middle></A>
 </td><td><H1>
-GRASS 5.1 Usage Examples
+GRASS 5.7 Usage Examples
 </H1></td></tr></table>
 <!-- END OF HEADER -->
 
@@ -23,10 +23,10 @@
 <a href="index.html#toc">Table of contents</a>
 <hr>
 
-GRASS 5.1 is currently under development. It is neither complete (it still
+GRASS 5.7 is currently under development. It is neither complete (it still
 contains only a few modules) nor it is intended for productional usage. 
 Development releases are provided for people who want to help test, debug,
-and improve GRASS 5.1. Knowing this, please read on.
+and improve GRASS 5.7. Knowing this, please read on.
 <p>
 
 <i><b>Disclaimer:</b> These examples described here may work or
@@ -56,7 +56,7 @@
 </pre></div>
 
 <br>
-Now we change the GRASS 5.1 default setting for geometry data storage
+Now we change the GRASS 5.7 default setting for geometry data storage
 from the internal native format to PostGRASS:
 
 <div class="code"><pre>
@@ -69,7 +69,7 @@
 </pre></div>
 
 <br>
-Next we change the GRASS 5.1 default setting for attribute data storage
+Next we change the GRASS 5.7 default setting for attribute data storage
 from the internal DBF format to PostgreSQL:
 
 <div class="code"><pre>
@@ -272,7 +272,7 @@
 <p><table width="100%" cellpadding="3" border="0">
 <tr><td align="left" bgcolor="#B0F0B0"><font color="#00000"><big><b>
 <a name="shape_conversion"></a>
-Example: Conversion of SHAPE map to GRASS 5.1 vector map
+Example: Conversion of SHAPE map to GRASS 5.7 vector map
 <DIV ALIGN=right><a href="#toc">[UP]</a></DIV>
 </b></big></font></td></tr></table>
 
@@ -311,7 +311,7 @@
 <p>
 <hr>
 <DIV ALIGN=right>&copy; 2002-2003 Markus Neteler<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.1 Tutorial Home</a><br>
+<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.7 Tutorial Home</a><br>
 <i>Last change:
 $Date$
 </i></DIV>

Index: examples.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/examples.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- examples.html	11 Sep 2003 17:30:49 -0000	1.27
+++ examples.html	12 Sep 2003 08:05:09 -0000	1.28
@@ -4,7 +4,7 @@
    <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <DEFANGED_meta name="Author" content="Markus Neteler">
    <DEFANGED_link rel="stylesheet" type="text/css" href="../../sitestyle.css">
-   <title>GRASS 5.1 Usage examples</title>
+   <title>GRASS 5.7 Usage examples</title>
 </head>
 <body>
 
@@ -13,7 +13,7 @@
 <A HREF="index.html">
 <DEFANGED_IMG src="../../images/grass.smlogo.gif" alt="HOME" border="0" align=middle></A>
 </td><td><H1>
-GRASS 5.1 Usage Examples
+GRASS 5.7 Usage Examples
 </H1></td></tr></table>
 <!-- END OF HEADER -->
 
@@ -28,10 +28,10 @@
 <a href="links.html">Links</a>
 <hr>
 
-GRASS 5.1 is currently under development. It is neither complete (it still
+GRASS 5.7 is currently under development. It is neither complete (it still
 contains only a few modules) nor it is intended for productional usage. 
 Development releases are provided for people who want to help test, debug,
-and improve GRASS 5.1. Knowing this, please read on.
+and improve GRASS 5.7. Knowing this, please read on.
 <p>
 
 <i><b>Disclaimer:</b> These examples described here may work or
@@ -71,7 +71,7 @@
 <p>
 <hr>
 <DIV ALIGN=right>&copy; 2002-2003 Markus Neteler<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.1 Tutorial Home</a><br>
+<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.7 Tutorial Home</a><br>
 <i>Last change:
 $Date$
 </i></DIV>

Index: geom_storage.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/geom_storage.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- geom_storage.html	31 Jul 2003 16:04:26 -0000	1.18
+++ geom_storage.html	12 Sep 2003 08:05:09 -0000	1.19
@@ -4,7 +4,7 @@
    <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <DEFANGED_meta name="Author" content="Markus Neteler">
    <DEFANGED_link rel="stylesheet" type="text/css" href="../../sitestyle.css">
-   <title>GRASS 5.1: Geometry management with connections to DBMS</title>
+   <title>GRASS 5.7: Geometry management with connections to DBMS</title>
 </head>
 <body>
 
@@ -13,7 +13,7 @@
 <A HREF="index.html">
 <DEFANGED_IMG src="../../images/grass.smlogo.gif" alt="HOME" border="0" align=middle></A>
 </td><td><H1>
-GRASS 5.1: Geometry management, optionally with connections to DBMS
+GRASS 5.7: Geometry management, optionally with connections to DBMS
 </H1></td></tr></table>
 <!-- END OF HEADER -->
 
@@ -24,10 +24,10 @@
 <hr>
 
 <i><b>README:</b>
-GRASS 5.1 is currently under development. It is neither complete (it still
+GRASS 5.7 is currently under development. It is neither complete (it still
 contains only a few modules) nor it is intended for productional usage. 
 Development releases are provided for people who want to help test, debug,
-and improve GRASS 5.1. Knowing this, please read on.</i><br>
+and improve GRASS 5.7. Knowing this, please read on.</i><br>
 <i>
 These examples described here may work or not. You are kindly invited to
 send us further examples and/or code bugfixes/enhancements.</i>
@@ -44,12 +44,12 @@
 <DIV ALIGN=right><a href="#toc">[UP]</a></DIV>
 </b></big></font></td></tr></table>
 
-The vector geometry management was completely changed in GRASS 5.1 to
+The vector geometry management was completely changed in GRASS 5.7 to
 achieve more flexibility, support for 3D vectors etc. At time of this
 writing following options for vector geometry storage are available:
 
 <ul>
-<li>native 5.1 vector format (default)
+<li>native 5.7 vector format (default)
 <li>PostGRASS (PostgreSQL/PostGIS based in a database)
 <li>SHAPE format
 <li>OGR supported formats (ArcInfo, GML etc)
@@ -65,7 +65,7 @@
 <DIV ALIGN=right><a href="#toc">[UP]</a></DIV>
 </b></big></font></td></tr></table>
 
-Per default vector map geometry is stored locally in native 5.1 format.
+Per default vector map geometry is stored locally in native 5.7 format.
 This default definition can be modified with:
 
 <div class="code"><pre>
@@ -91,14 +91,14 @@
 </b></big></font></td></tr></table>
 In GIS the vector data model is used for geographic phenomena which may be
 represented by geometric entities (primitives) like points, lines, and
-areas. In GRASS 5.1 the vector data model includes the description of
+areas. In GRASS 5.7 the vector data model includes the description of
 topology, where besides the coordinates describing the location of the
 points, lines, boundaries and centroids also their spatial relations are
 stored. In general topological GIS require a data structure, where common
 boundary between two adjacent areas is stored as a single line, simplifying
 the map maintenance. 
 
-The new GRASS 5.1 vector architecture overcomes the vector limitations of
+The new GRASS 5.7 vector architecture overcomes the vector limitations of
 GRASS 4.x-5.0 by extending the vector support with attributes stored in
 external relational databases and by new 3D capabilities. Besides internal
 file based storage the geometry may alternatively be stored in PostGIS
@@ -107,10 +107,10 @@
 without necessity of format conversion.
 
 <center>
-<DEFANGED_IMG src="51vectorarch.jpg" alt="GRASS 5.1 vector architecture">
+<DEFANGED_IMG src="51vectorarch.jpg" alt="GRASS 5.7 vector architecture">
 </center>
 <P>
-There are various possibilities to store vector geometry in GRASS 5.1:
+There are various possibilities to store vector geometry in GRASS 5.7:
 
 <ul>
 <li>native format (default)
@@ -128,7 +128,7 @@
 <DIV ALIGN=right><a href="#toc">[UP]</a></DIV>
 </b></big></font></td></tr></table>
 
-Per default the vector geometry is stored in the GRASS 5.1 location
+Per default the vector geometry is stored in the GRASS 5.7 location
 in native format.
 <p>
 For attributes management, see <a href="attrib_storage.html">various
@@ -144,7 +144,7 @@
 </b></big></font></td></tr></table>
 
 Direct SHAPE file support is implemented, i.e. maps in SHAPE format can be
-used directly in GRASS 5.1 without importing them. But you have to register
+used directly in GRASS 5.7 without importing them. But you have to register
 the SHAPE file, it may be useful to copy them into the LOCATION:
 
 <div class="code"><pre>
@@ -198,7 +198,7 @@
 </pre></div>
 
 <br>
-Now we change the GRASS 5.1 default setting for geometry data storage
+Now we change the GRASS 5.7 default setting for geometry data storage
 from the internal native format to PostGRASS:
 
 <div class="code"><pre>
@@ -211,7 +211,7 @@
 </pre></div>
 
 <br>
-Next we change the GRASS 5.1 default setting for attribute data storage
+Next we change the GRASS 5.7 default setting for attribute data storage
 from the internal DBF format to PostgreSQL:
 
 <div class="code"><pre>
@@ -249,7 +249,7 @@
 <DIV ALIGN=right><a href="#toc">[UP]</a></DIV>
 </b></big></font></td></tr></table>
 
-One day this will be implemented in GRASS 5.1. Then full MapServer/PostGIS
+One day this will be implemented in GRASS 5.7. Then full MapServer/PostGIS
 support will be available.
 
 <p><table width="100%" cellpadding="3" border="0">
@@ -310,7 +310,7 @@
 <p>
 <hr>
 <DIV ALIGN=right>&copy; 2002-2003 Markus Neteler<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.1 Tutorial Home</a><br>
+<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.7 Tutorial Home</a><br>
 <i>Last change:
 $Date$
 </i></DIV>

Index: index.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/index.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- index.html	19 Aug 2003 16:17:25 -0000	1.20
+++ index.html	12 Sep 2003 08:05:09 -0000	1.21
@@ -7,9 +7,9 @@
          Analysis Support System) is an open source, free software
          Geographical Information System (GIS) with raster, topological
          vector, image processing, and visualization functionality">
-   <DEFANGED_META Name="keywords" Content="gis, GIS, GRASS, 5.1, vector, tutorial, DBMS, RDBMS, PostGIS, PostgreSQL, mySQL, DBF">
+   <DEFANGED_META Name="keywords" Content="gis, GIS, GRASS, 5.7, vector, tutorial, DBMS, RDBMS, PostGIS, PostgreSQL, mySQL, DBF">
    <DEFANGED_link rel="stylesheet" type="text/css" href="../../sitestyle.css">
-   <title>GRASS 5.1 tutorial</title>
+   <title>GRASS 5.7 tutorial</title>
 </head>
 <body>
 
@@ -18,28 +18,28 @@
 <A HREF="../index.html">
 <DEFANGED_IMG src="../../images/grass.smlogo.gif" alt="HOME" border="0" align=middle></A>
 </td><td><H1>
-GRASS 5.1 Tutorial
+GRASS 5.7 Tutorial
 </H1></td></tr></table>
 <!-- END OF HEADER -->
 <p>
 Welcome to this draft tutorial.
-GRASS 5.1 is currently under development. It is neither complete (it still
+GRASS 5.7 is currently under development. It is neither complete (it still
 contains only a few modules) nor it is intended for productional usage. 
 Development releases are provided for people who want to help test, debug,
-and improve GRASS 5.1. Knowing this, please read on.
+and improve GRASS 5.7. Knowing this, please read on.
 
-<h2>GRASS 5.1 Tutorial</h2>
+<h2>GRASS 5.7 Tutorial</h2>
 <a name="toc"></a>
 <ol>
 <li><a href="intro.html">Introduction</a>
 
-<li>A demo tour through GRASS 5.1
+<li>A demo tour through GRASS 5.7
  <ol>
   <li><a href="demo.html#demotour">A quick demo tour</a>
   <li><a href="demo.html#expertstests">Further tests - for GRASS experts</a>
  </ol>
 
-<li>Vector data management in GRASS 5.1:
+<li>Vector data management in GRASS 5.7:
 <ul>
  <li><a href="geom_storage.html">Geometry management, optionally with connections to DBMS</a>
  <ol>
@@ -87,14 +87,14 @@
   <li><a href="ex_basic.html#map_from_points">Example: Generating a vector map from a point
    data set</a>
   <li><a href="ex_basic.html#db_copy">Example: Copying a database table from one DBMS to another
-   within GRASS 5.1</a>
+   within GRASS 5.7</a>
  </ol>
  <li><a href="ex_complex.html">Complex</a> examples
   <ol>
    <li><a href="ex_complex.html#postgismapserver">Example: Writing the GRASS 5.0 Spearfish
     'streams' map into PostGIS with MapServer access</a>
    <li><a href="ex_complex.html#shape_conversion">Example: Conversion of SHAPE map to GRASS
-    5.1 vector map</a>
+    5.7 vector map</a>
   </ol>
  <li><a href="network.html">Vector network analysis</a> examples
  <ol>
@@ -121,7 +121,7 @@
 <p>
 <hr>
 <DIV ALIGN=right>&copy; 2002-2003 Markus Neteler<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=../index.html>5.1 HOME</a><br>
+<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=../index.html>5.7 HOME</a><br>
 <i>Last change:
 $Date$
 </i></DIV>

Index: intro.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/intro.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- intro.html	11 Sep 2003 17:30:49 -0000	1.5
+++ intro.html	12 Sep 2003 08:05:09 -0000	1.6
@@ -4,7 +4,7 @@
    <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <DEFANGED_meta name="Author" content="Markus Neteler">
    <DEFANGED_link rel="stylesheet" type="text/css" href="../../sitestyle.css">
-   <title>GRASS 5.1 tutorial introduction</title>
+   <title>GRASS 5.7 tutorial introduction</title>
 </head>
 <body>
 
@@ -13,7 +13,7 @@
 <A HREF="index.html">
 <DEFANGED_IMG src="../../images/grass.smlogo.gif" alt="HOME" border="0" align=middle></A>
 </td><td><H1>
-GRASS 5.1 tutorial introduction
+GRASS 5.7 tutorial introduction
 </H1></td></tr></table>
 <!-- END OF HEADER -->
 
@@ -23,10 +23,10 @@
 <a href="index.html#toc">Table of contents</a>
 <hr>
 
-GRASS 5.1 is currently under development. It is neither complete (it still
+GRASS 5.7 is currently under development. It is neither complete (it still
 contains only a few modules) nor it is intended for productional usage. 
 Development releases are provided for people who want to help test, debug,
-and improve GRASS 5.1. Knowing this, please read on.
+and improve GRASS 5.7. Knowing this, please read on.
 <p>
 
 <i><b>Disclaimer:</b> These examples described here may work or
@@ -38,7 +38,7 @@
 
 <b>Default settings for vector geometry:</b><p>
 
-Per default all GRASS 5.1 vectors are stored in native 5.1 format within the
+Per default all GRASS 5.7 vectors are stored in native 5.7 format within the
 directory $GISDBASE/$LOCATION_NAME/$MAPSET/vector/$MAP/. All map related
 data such as geometry data, spatial index, DB-connection (dbln file) info
 etc. are stored in this directory. Geometry can be also read from SHAPE
@@ -48,7 +48,7 @@
 
 <b>Default settings for vector attributes</b><p>
 
-Per default all GRASS 5.1 vector attributes are stored in a DBF table within
+Per default all GRASS 5.7 vector attributes are stored in a DBF table within
 the directory $GISDBASE/$LOCATION_NAME/$MAPSET/dbf. <b>The default settings
 for attribute storage can be modified with 'v.database'.</b>
 If required, a map can be linked to a certain table with 'v.db.connect'.
@@ -169,7 +169,7 @@
 <p>
 <hr>
 <DIV ALIGN=right>&copy; 2003 Markus Neteler<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.1 Tutorial Home</a><br>
+<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.7 Tutorial Home</a><br>
 <i>Last change:
 $Date$
 </i></DIV>

Index: links.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/links.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- links.html	11 Sep 2003 17:30:49 -0000	1.12
+++ links.html	12 Sep 2003 08:05:09 -0000	1.13
@@ -4,7 +4,7 @@
    <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <DEFANGED_meta name="Author" content="Markus Neteler">
    <DEFANGED_link rel="stylesheet" type="text/css" href="../../sitestyle.css">
-   <title>GRASS 5.1 Usage examples</title>
+   <title>GRASS 5.7 Usage examples</title>
 </head>
 <body>
 
@@ -13,7 +13,7 @@
 <A HREF="index.html">
 <DEFANGED_IMG src="../../images/grass.smlogo.gif" alt="HOME" border="0" align=middle></A>
 </td><td><H1>
-GRASS 5.1 Usage Examples
+GRASS 5.7 Usage Examples
 </H1></td></tr></table>
 <!-- END OF HEADER -->
 
@@ -47,7 +47,7 @@
                   MS-ACCESS data to SQL, DBF etc.)<br>
           <tt>gmdb dbfile.mdb</tt>
 </ul>
-<li> <a href=http://www.unixodbc.org/>unixODBC</a> to connect GRASS 5.1
+<li> <a href=http://www.unixodbc.org/>unixODBC</a> to connect GRASS 5.7
                   to database servers such as PostgreSQL, Oracle etc.
 </ul>
 
@@ -83,16 +83,16 @@
 <h3>Related:</h3>
 
 <ul>
-<li><a href=../index.html>GRASS 5.1 main page</a></li>
-<li><a href=../manuals/>GRASS 5.1 Draft Programmer's Manual</a></li>
+<li><a href=../index.html>GRASS 5.7 main page</a></li>
+<li><a href=../manuals/>GRASS 5.7 Draft Programmer's Manual</a></li>
 <li> Implementation of new <a
  href="http://freegis.org/cgi-bin/viewcvs.cgi/~checkout~/grass51/doc/vector/vector.html">GRASS
- 5.1 vector API</a> (3D vectors, DBMS support, 32/64bit support)</li>
+ 5.7 vector API</a> (3D vectors, DBMS support, 32/64bit support)</li>
 </ul>
 
 <h3>Bibliography:</h3>
 
-R. Blazek, M. Neteler, and R. Micarelli, 2002. The new GRASS 5.1 vector
+R. Blazek, M. Neteler, and R. Micarelli, 2002. The new GRASS 5.7 vector
 architecture. In <i>Open Source GIS - GRASS users conference 2002, Trento,
 Italy, 11-13 September 2002. University of Trento, Italy</i>.
 <a target="top" href="http://www.ing.unitn.it/~grass/conferences/GRASS2002/proceedings/proceedings/pdfs/Blazek_Radim.pdf">http://www.ing.unitn.it/~grass/conferences/GRASS2002/proceedings/proceedings/pdfs/Blazek_Radim.pdf</a>
@@ -102,7 +102,7 @@
 <p>
 <hr>
 <DIV ALIGN=right>&copy; 2002-2003 Markus Neteler<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.1 Tutorial Home</a><br>
+<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.7 Tutorial Home</a><br>
 <i>Last change:
 $Date$
 </i></DIV>

Index: network.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/network.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- network.html	13 Aug 2003 16:58:23 -0000	1.10
+++ network.html	12 Sep 2003 08:05:09 -0000	1.11
@@ -4,7 +4,7 @@
    <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <DEFANGED_meta name="Author" content="Markus Neteler">
    <DEFANGED_link rel="stylesheet" type="text/css" href="../../sitestyle.css">
-   <title>GRASS 5.1: Vector networking tutorial</title>
+   <title>GRASS 5.7: Vector networking tutorial</title>
 </head>
 <body>
 
@@ -13,7 +13,7 @@
 <A HREF="index.html">
 <DEFANGED_IMG src="../../images/grass.smlogo.gif" alt="HOME" border="0" align=middle></A>
 </td><td><H1>
-GRASS 5.1: Vector networking tutorial
+GRASS 5.7: Vector networking tutorial
 </H1></td></tr></table>
 <!-- END OF HEADER -->
 
@@ -24,10 +24,10 @@
 <hr>
 
 <i><b>README:</b>
-GRASS 5.1 is currently under development. It is neither complete (it still
+GRASS 5.7 is currently under development. It is neither complete (it still
 contains only a few modules) nor it is intended for productional usage. 
 Development releases are provided for people who want to help test, debug,
-and improve GRASS 5.1. Knowing this, please read on.</i><br>
+and improve GRASS 5.7. Knowing this, please read on.</i><br>
 <i>
 These examples described here may work or not. You are kindly invited to
 send us further examples and/or code bugfixes/enhancements.</i>
@@ -49,7 +49,7 @@
 (supported are cost assignments for both arcs and nodes). 
 
 <P> We want to use the 'roads' map of the Spearfish demo location (if
-needed, convert to 5.1 format with 'v.convert'). A simple example
+needed, convert to 5.7 format with 'v.convert'). A simple example
 is to use the vector length as costs:
 
 <div class="code"><pre>
@@ -114,7 +114,7 @@
 Gauss-Kr&uuml;ger, 700kb).<br>
 
 After downloading the dataset (SHAPE files) and extracting the 
-<a href="osnabrueck_location.tar.gz">related GRASS location</a>, we can start. Enter GRASS 5.1 with
+<a href="osnabrueck_location.tar.gz">related GRASS location</a>, we can start. Enter GRASS 5.7 with
 that <tt>osnabrueck</tt> LOCATION and <tt>user1</tt> mapset.
 <P>
 Translation aid for the map names:
@@ -208,7 +208,7 @@
 But the tables are not linked yet (v.patch won't do it for various reasons).
 
 So we add the related two database tables to the patched map.
-GRASS 5.1 allows us to connect two tables to the same map.
+GRASS 5.7 allows us to connect two tables to the same map.
 <b>NOTE:</b> <i>key</i> must be an integer column!<br>
 
 Now we link the patched map to the DBF tables generated during the 'v.in.ogr'
@@ -513,7 +513,7 @@
 <p>
 <hr>
 <DIV ALIGN=right>&copy; 2003 Markus Neteler<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.1 Tutorial Home</a><br>
+<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.7 Tutorial Home</a><br>
 <i>Last change:
 $Date$
 </i></DIV>

Index: techdocs.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/techdocs.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- techdocs.html	31 May 2003 19:23:05 -0000	1.4
+++ techdocs.html	12 Sep 2003 08:05:09 -0000	1.5
@@ -4,7 +4,7 @@
    <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <DEFANGED_meta name="Author" content="Markus Neteler">
    <DEFANGED_link rel="stylesheet" type="text/css" href="../../sitestyle.css">
-   <title>GRASS 5.1: Some vector API docs</title>
+   <title>GRASS 5.7: Some vector API docs</title>
 </head>
 <body>
 
@@ -13,7 +13,7 @@
 <A HREF="index.html">
 <DEFANGED_IMG src="../../images/grass.smlogo.gif" alt="HOME" border="0" align=middle></A>
 </td><td><H1>
-GRASS 5.1: Some vector API docs
+GRASS 5.7: Some vector API docs
 </H1></td></tr></table>
 <!-- END OF HEADER -->
 
@@ -23,15 +23,15 @@
 <hr>
 
 <i><b>README:</b>
-GRASS 5.1 is currently under development. It is neither complete (it still
+GRASS 5.7 is currently under development. It is neither complete (it still
 contains only a few modules) nor it is intended for productional usage. 
 Development releases are provided for people who want to help test, debug,
-and improve GRASS 5.1. Knowing this, please read on.</i><br>
+and improve GRASS 5.7. Knowing this, please read on.</i><br>
 <i>
 These examples described here may work or not. You are kindly invited to
 send us further examples and/or code bugfixes/enhancements.</i>
 
-<h3>Why is the 5.1 vector engine faster than 5.0?</h3>
+<h3>Why is the 5.7 vector engine faster than 5.0?</h3>
 
 One reason is that the 'cat's are stored in the geometry file now (in 5.0 it
 was in a separate file), the second reason is the use of a spatial index.
@@ -54,7 +54,7 @@
 The following text describes some API internals.
 
 <center>
-<DEFANGED_IMG src="51attributes.jpg" alt="GRASS 5.1 attributes model">
+<DEFANGED_IMG src="51attributes.jpg" alt="GRASS 5.7 attributes model">
 </center>
 
 Each vector element may have none, one or more categories (cats). If many
@@ -111,7 +111,7 @@
 <p>
 <hr>
 <DIV ALIGN=right>&copy; 2003 Markus Neteler<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.1 Tutorial Home</a><br>
+<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.7 Tutorial Home</a><br>
 <i>Last change:
 $Date$
 </i></DIV>

Index: troubleshooting.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/troubleshooting.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- troubleshooting.html	31 May 2003 19:23:05 -0000	1.5
+++ troubleshooting.html	12 Sep 2003 08:05:09 -0000	1.6
@@ -4,7 +4,7 @@
    <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <DEFANGED_meta name="Author" content="Markus Neteler">
    <DEFANGED_link rel="stylesheet" type="text/css" href="../../sitestyle.css">
-   <title>GRASS 5.1 Usage examples</title>
+   <title>GRASS 5.7 Usage examples</title>
 </head>
 <body>
 
@@ -13,7 +13,7 @@
 <A HREF="index.html">
 <DEFANGED_IMG src="../../images/grass.smlogo.gif" alt="HOME" border="0" align=middle></A>
 </td><td><H1>
-GRASS 5.1 Troubleshooting
+GRASS 5.7 Troubleshooting
 </H1></td></tr></table>
 <!-- END OF HEADER -->
 
@@ -23,10 +23,10 @@
 <a href="index.html#toc">Table of contents</a>
 <hr>
 
-GRASS 5.1 is currently under development. It is neither complete (it still
+GRASS 5.7 is currently under development. It is neither complete (it still
 contains only a few modules) nor it is intended for productional usage. 
 Development releases are provided for people who want to help test, debug,
-and improve GRASS 5.1. Knowing this, please read on.
+and improve GRASS 5.7. Knowing this, please read on.
 <p>
 
 <i><b>Disclaimer:</b> These examples described here may work or
@@ -48,7 +48,7 @@
 <p>
 <hr>
 <DIV ALIGN=right>&copy; 2003 Markus Neteler<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.1 Tutorial Home</a><br>
+<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.7 Tutorial Home</a><br>
 <i>Last change:
 $Date$
 </i></DIV>

Index: usa_demo.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/usa_demo.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- usa_demo.html	22 Aug 2003 13:19:57 -0000	1.2
+++ usa_demo.html	12 Sep 2003 08:05:09 -0000	1.3
@@ -4,7 +4,7 @@
    <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <DEFANGED_meta name="Author" content="Markus Neteler">
    <DEFANGED_link rel="stylesheet" type="text/css" href="../../sitestyle.css">
-   <title>GRASS 5.1: Examples from US National Atlas</title>
+   <title>GRASS 5.7: Examples from US National Atlas</title>
 </head>
 <body>
 
@@ -13,7 +13,7 @@
 <A HREF="index.html">
 <DEFANGED_IMG src="../../images/grass.smlogo.gif" alt="HOME" border="0" align=middle></A>
 </td><td><H1>
-GRASS 5.1: Examples from US National Atlas
+GRASS 5.7: Examples from US National Atlas
 </H1></td></tr></table>
 <!-- END OF HEADER -->
 
@@ -24,10 +24,10 @@
 <hr>
 
 <i><b>README:</b>
-GRASS 5.1 is currently under development. It is neither complete (it still
+GRASS 5.7 is currently under development. It is neither complete (it still
 contains only a few modules) nor it is intended for productional usage. 
 Development releases are provided for people who want to help test, debug,
-and improve GRASS 5.1. Knowing this, please read on.</i><br>
+and improve GRASS 5.7. Knowing this, please read on.</i><br>
 <i>
 These examples described here may work or not. You are kindly invited to
 send us further examples and/or code bugfixes/enhancements.</i>
@@ -169,7 +169,7 @@
 <p>
 <hr>
 <DIV ALIGN=right>&copy; 2003 Markus Neteler<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.1 Tutorial Home</a><br>
+<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.7 Tutorial Home</a><br>
 <i>Last change:
 $Date$
 </i></DIV>

Index: vectoroverlay.html
===================================================================
RCS file: /grassrepository/web/grass51/tutorial/vectoroverlay.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- vectoroverlay.html	14 Aug 2003 15:25:05 -0000	1.1
+++ vectoroverlay.html	12 Sep 2003 08:05:09 -0000	1.2
@@ -4,7 +4,7 @@
    <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <DEFANGED_meta name="Author" content="Markus Neteler">
    <DEFANGED_link rel="stylesheet" type="text/css" href="../../sitestyle.css">
-   <title>GRASS 5.1: Vector overlay/clipping tutorial</title>
+   <title>GRASS 5.7: Vector overlay/clipping tutorial</title>
 </head>
 <body>
 
@@ -13,7 +13,7 @@
 <A HREF="index.html">
 <DEFANGED_IMG src="../../images/grass.smlogo.gif" alt="HOME" border="0" align=middle></A>
 </td><td><H1>
-GRASS 5.1: Vector overlay/clipping tutorial
+GRASS 5.7: Vector overlay/clipping tutorial
 </H1></td></tr></table>
 <!-- END OF HEADER -->
 
@@ -24,10 +24,10 @@
 <hr>
 
 <i><b>README:</b>
-GRASS 5.1 is currently under development. It is neither complete (it still
+GRASS 5.7 is currently under development. It is neither complete (it still
 contains only a few modules) nor it is intended for productional usage. 
 Development releases are provided for people who want to help test, debug,
-and improve GRASS 5.1. Knowing this, please read on.</i><br>
+and improve GRASS 5.7. Knowing this, please read on.</i><br>
 <i>
 These examples described here may work or not. You are kindly invited to
 send us further examples and/or code bugfixes/enhancements.</i>
@@ -113,7 +113,7 @@
 <p>
 <hr>
 <DIV ALIGN=right>&copy; 2003 Markus Neteler<br>
-<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.1 Tutorial Home</a><br>
+<a href="mailto:weblist at grass.itc.it">Comments</a> about this page | <a href="../../faq/index.html">FAQ</a> | <a href="../../download.html">Download</a> | <a href="../../support.html">Support</a> | <a href="../../gdp/index.html">Docs</a>  | <a href="../../grassdevel.html">Programming</a> | Back <a href=index.html>5.7 Tutorial Home</a><br>
 <i>Last change:
 $Date$
 </i></DIV>





More information about the grass-web mailing list