Bläddra i källkod

use standardized header and footer for DB drivers manual pages

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59828 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 år sedan
förälder
incheckning
9c8c2e2d14

+ 1 - 26
db/drivers/dbf/grass-dbf.html

@@ -1,23 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<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>
-
-<body bgcolor="white">
-
-<img src="grass_logo.png" alt="GRASS logo">
-<hr class="header">
-
-<!-- meta page description: DBF driver -->
-<h1>DBF driver in GRASS</h1>
-
-<h2>KEYWORDS</h2>
-database, attribute table, driver
-
-<h2>DESCRIPTION</h2>
+<!-- meta page description: DBF DATABASE DRIVER -->
 
 The DBF driver is a file based attribute table driver.
 
@@ -148,9 +129,3 @@ column names on the fly.
 
 <p>
 <i>Last changed: $Date$</i>
-
-<hr class="header">
-<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>&copy; 2003-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
-</body>
-</html>

+ 3 - 25
db/drivers/mysql/grass-mysql.html

@@ -1,24 +1,8 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<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>
-<body bgcolor="white">
+<!-- meta page description: MySQL DATABASE DRIVER -->
 
-<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
+MySQL database driver enables GRASS to store vector attributes in
+MySQL server.
 
-<!-- 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>
 Because vector attribute tables 
 are created automatically when a new vector is written and the 
@@ -133,9 +117,3 @@ Radim Blazek
 
 <p>
 <i>Last changed: $Date$</i>
-
-<hr class="header">
-<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>&copy; 2003-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
-</body>
-</html>

+ 2 - 28
db/drivers/odbc/grass-odbc.html

@@ -1,25 +1,6 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<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>
+<!-- meta page description: ODBC DATABASE DRIVER -->
 
-<body bgcolor="white">
-
-<img src="grass_logo.png" alt="GRASS logo">
-<hr class="header">
-
-<!-- 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>
+Communication between GRASS and ODBC database for attribute management:
 
 <table align="center" border="1" cellpadding="2" cellspacing="2">
   <tbody>
@@ -186,10 +167,3 @@ which should print the database connection through ODBC to the defined RDBMS.
 
 <p>
 <i>Last changed: $Date$</i>
-
-<hr class="header">
-
-<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>&copy; 2003-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
-</body>
-</html>

+ 8 - 28
db/drivers/ogr/grass-ogr.html

@@ -1,38 +1,18 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<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>
+<!-- meta page description: OGR DATABASE DRIVER -->
 
-<body bgcolor="white">
-
-<img src="grass_logo.png" alt="GRASS logo">
-<hr class="header">
-
-<!-- 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>.
+This driver is principally only used
+by <em><a href="v.external.html">v.external</a></em>.
 
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="sql.html">SQL support in GRASS GIS</a>,
+<a href="sql.html">SQL support in GRASS GIS</a>
+<em>
+
+<p>
+<em>
 <a href="v.external.html">v.external</a>
 </em>
 
 <p>
 <i>Last changed: $Date$</i>
-
-<hr class="header">
-<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>&copy; 2003-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
-</body>
-</html>

+ 3 - 27
db/drivers/postgres/grass-pg.html

@@ -1,25 +1,7 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<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>
+<!-- meta page description: PostgreSQL DATABASE DRIVER -->
 
-<body bgcolor="white">
-
-<img src="grass_logo.png" alt="GRASS logo">
-<hr class="header">
-
-<!-- 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>.
+PostgreSQL database driver enables GRASS to store vector attributes in
+PostgreSQL server.
 
 <h2>Creating a PostgreSQL database</h2>
 
@@ -152,9 +134,3 @@ driver documentation</a></li>
 
 <p>
 <i>Last changed: $Date$</i>
-
-<hr class="header">
-<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>&copy; 2003-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
-</body>
-</html>

+ 1 - 26
db/drivers/sqlite/grass-sqlite.html

@@ -1,23 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<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>
-
-<body bgcolor="white">
-
-<img src="grass_logo.png" alt="GRASS logo">
-<hr class="header">
-
-<!-- meta page description: SQLite driver -->
-<h1>SQLite driver in GRASS</h1>
-
-<h2>KEYWORDS</h2>
-database, attribute table, driver
-
-<h2>DESCRIPTION</h2>
+<!-- meta page description: SQLite DATABASE DRIVER -->
 
 The SQLite driver is the default DBMI backend.
 
@@ -98,9 +79,3 @@ echo "
 
 <p>
 <i>Last changed: $Date$</i>
-
-<hr class="header">
-<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>&copy; 2003-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
-</body>
-</html>

+ 5 - 2
lib/db/sqlp/sql.html

@@ -27,12 +27,15 @@ distributions of GRASS:<br><br>
 
 <tr><td><a href="grass-mysql.html">mysql</a></td><td>MySQL RDBMS.</td>
 <td><a href="http://mysql.org/">http://mysql.org/</a></td></tr>
-
+<!--
 <tr><td><a href="grass-mesql.html">mesql</a></td><td>MySQL embedded database.</td>
 <td><a href="http://mysql.org/">http://mysql.org/</a></td></tr>
-
+-->
 <tr><td><a href="grass-odbc.html">odbc</a></td><td>UnixODBC. (PostgreSQL, Oracle, etc.)</td>
 <td><a href="http://www.unixodbc.org/">http://www.unixodbc.org/</a></td></tr>
+
+<tr><td><a href="grass-ogr.html">ogr</a></td><td>OGR files.</td>
+<td><a href="http://gdal.org/ogr">http://gdal.org/ogr</a></td></tr>
 </table>
 
 <h2>NOTES</h2>