[GRASS-SVN] r56434 - in grass/trunk/db/drivers: dbf mysql odbc ogr postgres sqlite

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 27 06:48:46 PDT 2013


Author: neteler
Date: 2013-05-27 06:48:46 -0700 (Mon, 27 May 2013)
New Revision: 56434

Modified:
   grass/trunk/db/drivers/dbf/grass-dbf.html
   grass/trunk/db/drivers/mysql/grass-mesql.html
   grass/trunk/db/drivers/mysql/grass-mysql.html
   grass/trunk/db/drivers/odbc/grass-odbc.html
   grass/trunk/db/drivers/ogr/grass-ogr.html
   grass/trunk/db/drivers/postgres/grass-pg.html
   grass/trunk/db/drivers/sqlite/grass-sqlite.html
Log:
DB driver meta manuals: header/footer completed

Modified: grass/trunk/db/drivers/dbf/grass-dbf.html
===================================================================
--- grass/trunk/db/drivers/dbf/grass-dbf.html	2013-05-27 13:41:30 UTC (rev 56433)
+++ grass/trunk/db/drivers/dbf/grass-dbf.html	2013-05-27 13:48:46 UTC (rev 56434)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<title>GRASS-DBF driver</title>
+<title>GRASS GIS manual: GRASS-DBF driver</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link rel="stylesheet" href="grassdocs.css" type="text/css">
 </head>
@@ -13,6 +13,13 @@
 <!-- meta page description: DBF driver -->
 <h1>DBF driver in GRASS</h1>
 
+<h2>KEYWORDS</h2>
+database, attribute table, driver
+
+<h2>DESCRIPTION</h2>
+
+The DBF driver is a file based attribute table driver.
+
 <h2>Defining the DBF driver</h2>
 
 The DBF driver is a file based driver, in theory no user interaction is
@@ -140,9 +147,7 @@
 
 <p><i>Last changed: $Date$</i>
 <hr>
-<br>
-<a href="index.html">Main index</a> -
-<a href="database.html">database index</a> -
-<a href="full_index.html">full index</a>
+<p><a href="index.html">Main index</a> - <a href="database.html">Database index</a> - <a href="topics.html">Topics index</a> - <a href="keywords.html">Keywords Index</a> - <a href="full_index.html">Full index</a></p>
+<p>© 2003-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
 </body>
 </html>

Modified: grass/trunk/db/drivers/mysql/grass-mesql.html
===================================================================
--- grass/trunk/db/drivers/mysql/grass-mesql.html	2013-05-27 13:41:30 UTC (rev 56433)
+++ grass/trunk/db/drivers/mysql/grass-mesql.html	2013-05-27 13:48:46 UTC (rev 56434)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<title>GRASS-MySQL embedded driver</title>
+<title>GRASS GIS manual: GRASS-MySQL embedded driver</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link rel="stylesheet" href="grassdocs.css" type="text/css">
 </head>
@@ -12,6 +12,11 @@
 <!-- meta page description: MySQL embedded driver -->
 <h1>MySQL embedded driver in GRASS</h1>
 
+<h2>KEYWORDS</h2>
+database, attribute table, driver
+
+<h2>DESCRIPTION</h2>
+
 MySQL database driver in GRASS enables GRASS to store vector
 attributes in MySQL embedded database without necessity 
 to run MySQL server.
@@ -69,9 +74,7 @@
 
 <p><i>Last changed: $Date$</i>
 <hr>
-<br>
-<a href="index.html">Main index</a> -
-<a href="database.html">database index</a> -
-<a href="full_index.html">full index</a>
+<p><a href="index.html">Main index</a> - <a href="database.html">Database index</a> - <a href="topics.html">Topics index</a> - <a href="keywords.html">Keywords Index</a> - <a href="full_index.html">Full index</a></p>
+<p>© 2003-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
 </body>
 </html>

Modified: grass/trunk/db/drivers/mysql/grass-mysql.html
===================================================================
--- grass/trunk/db/drivers/mysql/grass-mysql.html	2013-05-27 13:41:30 UTC (rev 56433)
+++ grass/trunk/db/drivers/mysql/grass-mysql.html	2013-05-27 13:48:46 UTC (rev 56434)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<title>GRASS-MySQL driver</title>
+<title>GRASS GIS manual: GRASS-MySQL driver</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link rel="stylesheet" href="grassdocs.css" type="text/css">
 </head>
@@ -12,6 +12,11 @@
 <!-- meta page description: MySQL driver -->
 <h1>MySQL driver in GRASS</h1>
 
+<h2>KEYWORDS</h2>
+database, attribute table, driver
+
+<h2>DESCRIPTION</h2>
+
 MySQL database driver in GRASS enables GRASS to store vector
 attributes in MySQL server.
 <p>
@@ -122,9 +127,7 @@
 
 <p><i>Last changed: $Date$</i>
 <hr>
-<br>
-<a href="index.html">Main index</a> -
-<a href="database.html">database index</a> -
-<a href="full_index.html">full index</a>
+<p><a href="index.html">Main index</a> - <a href="database.html">Database index</a> - <a href="topics.html">Topics index</a> - <a href="keywords.html">Keywords Index</a> - <a href="full_index.html">Full index</a></p>
+<p>© 2003-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
 </body>
 </html>

Modified: grass/trunk/db/drivers/odbc/grass-odbc.html
===================================================================
--- grass/trunk/db/drivers/odbc/grass-odbc.html	2013-05-27 13:41:30 UTC (rev 56433)
+++ grass/trunk/db/drivers/odbc/grass-odbc.html	2013-05-27 13:48:46 UTC (rev 56434)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<title>GRASS-ODBC driver</title>
+<title>GRASS GIS manual: GRASS-ODBC driver</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link rel="stylesheet" href="grassdocs.css" type="text/css">
 </head>
@@ -13,6 +13,11 @@
 <!-- meta page description: ODBC driver -->
 <h1>ODBC driver in GRASS</h1>
 
+<h2>KEYWORDS</h2>
+database, attribute table, driver
+
+<h2>DESCRIPTION</h2>
+
 Communication between GRASS and ODBC database for attribute management: <br>
 
 <table align="center" border="1" cellpadding="2" cellspacing="2">
@@ -182,9 +187,7 @@
 <i>Last changed: $Date$</i>
 
 <hr>
-<br>
-<a href="index.html">Main index</a> -
-<a href="database.html">database index</a> -
-<a href="full_index.html">full index</a>
+<p><a href="index.html">Main index</a> - <a href="database.html">Database index</a> - <a href="topics.html">Topics index</a> - <a href="keywords.html">Keywords Index</a> - <a href="full_index.html">Full index</a></p>
+<p>© 2003-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
 </body>
 </html>

Modified: grass/trunk/db/drivers/ogr/grass-ogr.html
===================================================================
--- grass/trunk/db/drivers/ogr/grass-ogr.html	2013-05-27 13:41:30 UTC (rev 56433)
+++ grass/trunk/db/drivers/ogr/grass-ogr.html	2013-05-27 13:48:46 UTC (rev 56434)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<title>GRASS-OGR driver</title>
+<title>GRASS GIS manual: GRASS-OGR driver</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link rel="stylesheet" href="grassdocs.css" type="text/css">
 </head>
@@ -13,6 +13,11 @@
 <!-- meta page description: OGR driver -->
 <h1>OGR driver in GRASS</h1>
 
+<h2>KEYWORDS</h2>
+database, attribute table, driver
+
+<h2>DESCRIPTION</h2>
+
 This driver is principally only used by <em>v.external</em>.
 
 <h2>SEE ALSO</h2>
@@ -24,9 +29,7 @@
 
 <p><i>Last changed: $Date$</i>
 <hr>
-<br>
-<a href="index.html">Main index</a> -
-<a href="database.html">database index</a> -
-<a href="full_index.html">full index</a>
+<p><a href="index.html">Main index</a> - <a href="database.html">Database index</a> - <a href="topics.html">Topics index</a> - <a href="keywords.html">Keywords Index</a> - <a href="full_index.html">Full index</a></p>
+<p>© 2003-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
 </body>
 </html>

Modified: grass/trunk/db/drivers/postgres/grass-pg.html
===================================================================
--- grass/trunk/db/drivers/postgres/grass-pg.html	2013-05-27 13:41:30 UTC (rev 56433)
+++ grass/trunk/db/drivers/postgres/grass-pg.html	2013-05-27 13:48:46 UTC (rev 56434)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<title>GRASS-PostgreSQL DB driver</title>
+<title>GRASS GIS manual: GRASS-PostgreSQL DB driver</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link rel="stylesheet" href="grassdocs.css" type="text/css">
 </head>
@@ -13,6 +13,11 @@
 <!-- meta page description: PostgreSQL driver -->
 <h1>PostgreSQL DB driver in GRASS</h1>
 
+<h2>KEYWORDS</h2>
+database, attribute table, driver
+
+<h2>DESCRIPTION</h2>
+
 The DB (database) driver name in GRASS is <b>pg</b>.
 
 <h2>Creating a PostgreSQL database</h2>
@@ -147,9 +152,7 @@
 <p>
 <i>Last changed: $Date$</i>
 <hr>
-<br>
-<a href="index.html">Main index</a> -
-<a href="database.html">database index</a> -
-<a href="full_index.html">full index</a>
+<p><a href="index.html">Main index</a> - <a href="database.html">Database index</a> - <a href="topics.html">Topics index</a> - <a href="keywords.html">Keywords Index</a> - <a href="full_index.html">Full index</a></p>
+<p>© 2003-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
 </body>
 </html>

Modified: grass/trunk/db/drivers/sqlite/grass-sqlite.html
===================================================================
--- grass/trunk/db/drivers/sqlite/grass-sqlite.html	2013-05-27 13:41:30 UTC (rev 56433)
+++ grass/trunk/db/drivers/sqlite/grass-sqlite.html	2013-05-27 13:48:46 UTC (rev 56434)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<title>GRASS-SQLite driver</title>
+<title>GRASS GIS manual: GRASS-SQLite driver</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link rel="stylesheet" href="grassdocs.css" type="text/css">
 </head>
@@ -13,9 +13,15 @@
 <!-- meta page description: SQLite driver -->
 <h1>SQLite driver in GRASS</h1>
 
+<h2>KEYWORDS</h2>
+database, attribute table, driver
+
+<h2>DESCRIPTION</h2>
+
+The SQLite driver is the default DBMI backend.
+
 <h2>Creating a SQLite database</h2>
 
-The SQLite driver is the default DBMI backend.
 GRASS is automatically creating the SQLite database if it is not yet
 existing when the first table is created in the SQLite database. It
 is sufficient to define the connection (see next step).
@@ -92,9 +98,7 @@
 <p>
 <i>Last changed: $Date$</i>
 <hr>
-<br>
-<a href="index.html">Main index</a> -
-<a href="database.html">database index</a> -
-<a href="full_index.html">full index</a>
+<p><a href="index.html">Main index</a> - <a href="database.html">Database index</a> - <a href="topics.html">Topics index</a> - <a href="keywords.html">Keywords Index</a> - <a href="full_index.html">Full index</a></p>
+<p>© 2003-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
 </body>
 </html>



More information about the grass-commit mailing list