[GRASSweb-list]markus: web/grass51 tutorial.html,NONE,1.1 attrib_storage.html,1.2,1.3 examples.html,1.18,1.19 geom_storage.html,1.2,1.3
grass at intevation.de
grass at intevation.de
Tue Dec 17 08:14:56 EST 2002
Author: markus
Update of /grassrepository/web/grass51
In directory doto:/tmp/cvs-serv24292
Modified Files:
attrib_storage.html examples.html geom_storage.html
Added Files:
tutorial.html
Log Message:
tutorial.html is new main page
--- NEW FILE: tutorial.html ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<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</title>
</head>
<body>
<!-- HEADER -->
<table width=100%><tr><td width=80>
<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
</H1></td></tr></table>
<!-- END OF HEADER -->
Welcome to this draft tutorial.
GRASS 5.1 is currently under development. It is neither complete (it still
contains only a few modules) nor it is intended to productional usage.
Development releases are provided for people who want to help test, debug,
and improve GRASS 5.1. Knowing this, please read on.
<ol>
<li><a href="geom_storage.html">Geometry management, optionally with connections to DBMS</a>
<li><a href="attrib_storage.html">Attribute management with connections to DBMS</a>
<li><a href="examples.html">Examples to use the GRASS 5.1 vector engine</a>
</ol>
<hr>
<b>Further Links:</b>
<ul>
<li><a href=index.html>GRASS 5.1 main page</a>
</ul>
<!-- FOOTER -->
<p>
<hr>
<DIV ALIGN=right>© 2002 GRASS Development Team/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>
<i>Last change:
$Date: 2002/12/17 13:14:54 $
</i></DIV>
</body>
</html>
Index: attrib_storage.html
===================================================================
RCS file: /grassrepository/web/grass51/attrib_storage.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- attrib_storage.html 13 Dec 2002 10:22:15 -0000 1.2
+++ attrib_storage.html 17 Dec 2002 13:14:54 -0000 1.3
@@ -10,7 +10,7 @@
<!-- HEADER -->
<table width=100%><tr><td width=80>
-<A HREF="../index.html">
+<A HREF="tutorial.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
@@ -244,7 +244,7 @@
<p>
<hr>
<DIV ALIGN=right>© 2002 GRASS Development Team/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=examples.html>5.1 examples</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=tutorial.html>5.1 tutorial</a><br>
<i>Last change:
$Date$
</i></DIV>
Index: examples.html
===================================================================
RCS file: /grassrepository/web/grass51/examples.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- examples.html 14 Dec 2002 08:31:51 -0000 1.18
+++ examples.html 17 Dec 2002 13:14:54 -0000 1.19
@@ -10,7 +10,7 @@
<!-- HEADER -->
<table width=100%><tr><td width=80>
-<A HREF="../index.html">
+<A HREF="tutorial.html">
<DEFANGED_IMG src="../images/grass.smlogo.gif" alt="HOME" border="0" align=middle></A>
</td><td><H1>
GRASS 5.1 Usage Examples
@@ -310,7 +310,7 @@
<p>
<hr>
<DIV ALIGN=right>© 2002 GRASS Development Team/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=tutorial.html>5.1 tutorial</a><br>
<i>Last change:
$Date$
</i></DIV>
Index: geom_storage.html
===================================================================
RCS file: /grassrepository/web/grass51/geom_storage.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- geom_storage.html 13 Dec 2002 10:22:15 -0000 1.2
+++ geom_storage.html 17 Dec 2002 13:14:54 -0000 1.3
@@ -10,7 +10,7 @@
<!-- HEADER -->
<table width=100%><tr><td width=80>
-<A HREF="../index.html">
+<A HREF="tutorial.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
@@ -132,7 +132,7 @@
<p>
<hr>
<DIV ALIGN=right>© 2002 GRASS Development Team/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=examples.html>5.1 examples</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=tutorial.html>5.1 tutorial</a><br>
<i>Last change:
$Date$
</i></DIV>
More information about the grass-web
mailing list