[GRASS-SVN] r39740 - grass/trunk/display

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 15 09:12:34 EST 2009


Author: neteler
Date: 2009-11-15 09:12:34 -0500 (Sun, 15 Nov 2009)
New Revision: 39740

Added:
   grass/trunk/display/displaydrivers.html
Log:
docs

Added: grass/trunk/display/displaydrivers.html
===================================================================
--- grass/trunk/display/displaydrivers.html	                        (rev 0)
+++ grass/trunk/display/displaydrivers.html	2009-11-15 14:12:34 UTC (rev 39740)
@@ -0,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+ <title>GRASS GIS Reference Manual</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="Author" content="GRASS Development Team">
+ <link rel="stylesheet" href="grassdocs.css" type="text/css">
+</head>
+<body bgcolor="#FFFFFF">
+
+<!-- meta page description: Display drivers -->
+<h2>GRASS GIS Reference Manual</h2>
+
+This reference manual details the use of modules distributed with
+Geographic Resources Analysis Support System (GRASS), an open source (GNU
+GPL'ed), image processing and geographic information system (GIS).
+<p>
+
+The current command line rendering mechanism is direct rendering into
+a file. The driver is selected by setting the <em>GRASS_RENDER_IMMEDIATE</em> variable.
+
+<p>
+<b>Display drivers:</b>
+<ul>
+<li><a href="cairodriver.html">CAIRO driver</a>
+<li><a href="pngdriver.html">PNG driver</a>
+<li><a href="psdriver.html">PostScript driver</a>
+</ul>
+<p>
+<hr>
+<a href="index.html">Help Index</a> | <a href="full_index.html">Full Index</a>
+<br>
+&copy; 2009 <a href="http://grass.osgeo.org">GRASS Development Team</a>
+
+</body>
+</html>



More information about the grass-commit mailing list