[GRASS-SVN] r48383 - grass/trunk/display
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 20 10:05:13 EDT 2011
Author: martinl
Date: 2011-09-20 07:05:12 -0700 (Tue, 20 Sep 2011)
New Revision: 48383
Added:
grass/trunk/display/displaydrivers.html
Modified:
grass/trunk/display/Makefile
Log:
re-add displaydrivers.html - r48353
Modified: grass/trunk/display/Makefile
===================================================================
--- grass/trunk/display/Makefile 2011-09-20 13:55:44 UTC (rev 48382)
+++ grass/trunk/display/Makefile 2011-09-20 14:05:12 UTC (rev 48383)
@@ -1,6 +1,8 @@
MODULE_TOPDIR = ..
+PGM = displaydrivers
+
SUBDIRS = \
d.barscale \
d.colorlist \
@@ -41,4 +43,6 @@
include $(MODULE_TOPDIR)/include/Make/Dir.make
-default: parsubdirs
+default: htmldir
+
+htmldir: parsubdirs
Added: grass/trunk/display/displaydrivers.html
===================================================================
--- grass/trunk/display/displaydrivers.html (rev 0)
+++ grass/trunk/display/displaydrivers.html 2011-09-20 14:05:12 UTC (rev 48383)
@@ -0,0 +1,20 @@
+<!-- meta page description: Display drivers -->
+<!-- meta page index: display -->
+This reference manual details the use of modules distributed with
+<b>Geographic Resources Analysis Support System</b> (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">PS driver (Postscript)</a>
+<li><a href="htmldriver.html">HTMLMAP driver</a>
+</ul>
Property changes on: grass/trunk/display/displaydrivers.html
___________________________________________________________________
Added: svn:mime-type
+ text/html
Added: svn:keywords
+ Author Date Id
Added: svn:eol-style
+ native
More information about the grass-commit
mailing list