[GRASS-SVN] r59829 - in grass/trunk/lib: cairodriver htmldriver pngdriver psdriver

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 20 03:40:19 PDT 2014


Author: martinl
Date: 2014-04-20 03:40:19 -0700 (Sun, 20 Apr 2014)
New Revision: 59829

Modified:
   grass/trunk/lib/cairodriver/cairodriver.html
   grass/trunk/lib/htmldriver/htmldriver.html
   grass/trunk/lib/pngdriver/pngdriver.html
   grass/trunk/lib/psdriver/psdriver.html
Log:
use standardized header and footer for display drivers manual pages


Modified: grass/trunk/lib/cairodriver/cairodriver.html
===================================================================
--- grass/trunk/lib/cairodriver/cairodriver.html	2014-04-20 10:28:15 UTC (rev 59828)
+++ grass/trunk/lib/cairodriver/cairodriver.html	2014-04-20 10:40:19 UTC (rev 59829)
@@ -1,19 +1,8 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
- <title>Cairo 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: Cairo DISPLAY DRIVER -->
 
-<img src="grass_logo.png" alt="GRASS logo">
-<hr class="header">
+<em>Cairo display driver</em> for bitmap or vector output using the
+Cairo graphics library.
 
-<h2>NAME</h2>
-<em><b>Cairo driver</b></em> - display driver for bitmap or vector
-output using the Cairo graphics library.
-
 <h2>DESCRIPTION</h2>
 
 The Cairo driver generates PNG, BMP, PPM, PS, PDF or SVG images by
@@ -183,3 +172,5 @@
 Lars Ahlzen <<i>lars (at) ahlzen.com</i>><br>
 and the GRASS Development Team.
 
+<p>
+<i>Last changed: $Date$</i>

Modified: grass/trunk/lib/htmldriver/htmldriver.html
===================================================================
--- grass/trunk/lib/htmldriver/htmldriver.html	2014-04-20 10:28:15 UTC (rev 59828)
+++ grass/trunk/lib/htmldriver/htmldriver.html	2014-04-20 10:40:19 UTC (rev 59829)
@@ -1,19 +1,7 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
- <title>HTML 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: HTML DISPLAY DRIVER -->
 
-<img src="grass_logo.png" alt="GRASS logo">
-<hr class="header">
+<em>HTML display driver</em> to create HTML image maps.
 
-<h2>NAME</h2>
-
-<em><b>HTML driver</b></em> - display driver to create HTML image maps.
-
 <h2>DESCRIPTION</h2>
 
 The HTML driver allows the generation of HTML image maps for area
@@ -203,4 +191,5 @@
   <a href="d.redraw.html">d.redraw</a>
 </em>
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>

Modified: grass/trunk/lib/pngdriver/pngdriver.html
===================================================================
--- grass/trunk/lib/pngdriver/pngdriver.html	2014-04-20 10:28:15 UTC (rev 59828)
+++ grass/trunk/lib/pngdriver/pngdriver.html	2014-04-20 10:40:19 UTC (rev 59829)
@@ -1,18 +1,7 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
- <title>PNG 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: PNG DISPLAY DRIVER -->
 
-<img src="grass_logo.png" alt="GRASS logo">
-<hr class="header">
+<em>PNG display driver</em> to create PNG, PPM, or BMP images.
 
-<h2>NAME</h2>
-<em><b>PNG driver</b></em> - display driver to create PNG, PPM, or BMP images.
-
 <h2>DESCRIPTION</h2>
 
 The PNG driver generates PNG, PPM, or BMP images from GRASS display

Modified: grass/trunk/lib/psdriver/psdriver.html
===================================================================
--- grass/trunk/lib/psdriver/psdriver.html	2014-04-20 10:28:15 UTC (rev 59828)
+++ grass/trunk/lib/psdriver/psdriver.html	2014-04-20 10:40:19 UTC (rev 59829)
@@ -1,18 +1,7 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
- <title>PS 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: PostScript DISPLAY DRIVER -->
 
-<img src="grass_logo.png" alt="GRASS logo">
-<hr class="header">
+<em>PS display driver</em> to create PostScript files.
 
-<h2>NAME</h2>
-<em><b>PS driver</b></em> - display driver to create PostScript files.
-
 <h2>DESCRIPTION</h2>
 
 The PS driver generates a PostScript file from GRASS display commands.
@@ -107,4 +96,5 @@
 
 Glynn Clements, 2007
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list