[GRASS-SVN] r40582 - in grass/branches/releasebranch_6_4: lib/init
raster/r.mapcalc
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 20 09:49:18 EST 2010
Author: neteler
Date: 2010-01-20 09:49:17 -0500 (Wed, 20 Jan 2010)
New Revision: 40582
Modified:
grass/branches/releasebranch_6_4/lib/init/variables.html
grass/branches/releasebranch_6_4/raster/r.mapcalc/r.mapcalc.html
grass/branches/releasebranch_6_4/raster/r.mapcalc/r3.mapcalc.html
Log:
HTML fixes
Modified: grass/branches/releasebranch_6_4/lib/init/variables.html
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/variables.html 2010-01-20 14:49:12 UTC (rev 40581)
+++ grass/branches/releasebranch_6_4/lib/init/variables.html 2010-01-20 14:49:17 UTC (rev 40582)
@@ -105,28 +105,23 @@
<dd>directory where GRASS lives. This is set automatically by the
startup script.</dd>
- <br>
<dt>GISRC</dt>
<dd>name of <tt>.grassrc6</tt> file. Defines the system wide value
while in a GRASS session.</dd>
- <br>
<dt>GRASS_ADDON_PATH</dt>
<dd>[grass startup script]<br>
allows to specify additional paths to local GRASS modules extra
to standard distribution.</dd>
- <br>
<dt>GRASS_ADDON_ETC</dt>
<dd>[libgis, g.findetc]<br>
specify paths where support files (etc/) may be found external to
standard distribution.</dd>
- <br>
<dt>GRASS_BATCH_JOB</dt>
<dd>defines the name (path) of a shell script to be processed as batch job.</dd>
- <br>
<dt>GIS_ERROR_LOG</dt>
<dd>If set, $GIS_ERROR_LOG should be the absolute path to the log file (a
relative path will be interpreted relative to the process' cwd, not
@@ -134,20 +129,17 @@
$HOME/GIS_ERROR_LOG is used instead. The file will only be used if
it already exists.</dd>
- <br>
<dt>GRASS_ERROR_MAIL</dt>
<dd>set to any value to send user mail on an error or warning that
happens while stderr is being redirected.</dd>
- <br>
<dt>GRASS_GNUPLOT</dt>
<dd>[<!-- m.svfit, s.probplt, s.sv -->i.spectral]<br>
program to use for plotting <em>gnuplot</em> data.</dd>
- <br>
<dt>GRASS_GUI</dt>
<dd>either <tt>text</tt> or <tt>gui</tt> to define non-/graphical startup.
- <br><br>
+ <br>
Can also specify the name of the GUI to use, e.g. <tt>tcltk</tt>
(<em><a href="gis.m.html">gis.m</a></em>), <tt>oldtcltk</tt>
(<em><a href="d.m.html">d.m</a></em>) or <tt>wxpython</tt>
@@ -156,18 +148,15 @@
startup, it will determine the GUI used. If it is not defined startup
will default to the last GUI used.</dd>
- <br>
<dt>GRASS_FONT_CAP</dt>
<dd>[g.mkfontcap, d.font, display drivers]<br>
specifies an alternative location (to $GISBASE/etc/fontcap) for
the font configuration file.</dd>
- <br>
<dt>GRASS_HEIGHT</dt>
<dd>[d.mon]<br>
defines the height of GRASS monitor, see also GRASS_WIDTH.</dd>
- <br>
<dt>GRASS_HTML_BROWSER</dt>
<dd>[init.sh, d.m, gis.m]<br>
defines name of HTML browser. For most platforms this should be
@@ -182,45 +171,38 @@
The signature is the <string> following the <key>,
without the bracketing <string> tags.</dd>
- <br>
<dt>G_INFO_FORMAT_STANDARD</dt>
<dd>[init.sh, wxgui]<br>
sets percentage output and message formatting style to standard formatting.</dd>
- <br>
<dt>G_INFO_FORMAT_GUI</dt>
<dd>[init.sh, wxgui]<br>
sets percentage output and message formatting style to GUI formatting.</dd>
- <br>
<dt>G_INFO_FORMAT_SILENT</dt>
<dd>[init.sh, wxgui]<br>
disables percentage output and error messages.</dd>
- <br>
<dt>G_INFO_FORMAT_PLAIN</dt>
<dd>[init.sh, wxgui]<br>
sets percentage output and message formatting style to ASCII output without rewinding control characters.</dd>
- <br>
<dt>GRASS_INT_ZLIB</dt>
<dd>[libgis]<br>
if the environment variable GRASS_INT_ZLIB exists, new compressed
rasters will be compressed using zlib instead of RLE
compression. Such rasters will have a <tt>compressed</tt> value of 2 in the
cellhd file.
- <br><br>
+ <br>
Obviously, decompression is controlled by the
raster's <tt>compressed</tt> value, not the environment variable.
</dd>
- <br>
<dt>GRASS_MESSAGE_FORMAT</dt>
<dd>[various modules]<br>
maybe set to either <tt>standard</tt> or <tt>gui</tt> (normally
GRASS takes care).</dd>
- <br>
<dt>GRASS_MOUSE_BUTTON</dt>
<dd>[various modules]<br>
swaps mouse buttons for two-button or left-handed mice. Its value
@@ -229,17 +211,14 @@
that this variable should be set before a display driver is initialized (e.g.,
<tt>d.mon x0</tt>).</dd>
- <br>
<dt>GRASS_PAGER</dt>
<dd>[various modules]<br>
maybe set to either <tt>less</tt> or <tt>more</tt>.</dd>
- <br>
<dt>GRASS_PERL</dt>
<dd>[used during install process for generating man pages]<br>
set Perl with path.</dd>
- <br>
<dt>GRASS_RND_SEED</dt>
<dd>set random seed
for <em><a href="r.mapcalc.html">r.mapcalc</a></em> rand()
@@ -249,18 +228,16 @@
<p>GRASS_STDERR
<br> set to any value to prevent user mail on error
-->
- <br>
+
<dt>GRASS_SH</dt>
<dd>[shell scripts on Windows]<br>
path to bourne shell interpreter used to run shell scripts.</dd>
- <br>
<dt>GRASS_PYTHON</dt>
<dd>[wxGUI, Python SWIG]<br>
set to override Python executable.<br>
On Mac OS X this should be the pythonw executable for the wxGUI to work.</dd>
- <br>
<dt>GRASS_WXBUNDLED</dt>
<dd>[wxGUI]<br>
set to tell wxGUI that a bundled wxPython will be used.<br>
@@ -268,12 +245,10 @@
function is incompatible with a bundled wxPython. It is up to the
packager to make sure that a compatible wxPython version is bundled.</dd>
- <br>
<dt>GRASS_TCLSH</dt>
<dd>[nviz]<br>
set tclsh shell name to override 'tclsh'.</dd>
- <br>
<dt>GRASS_XTERM</dt>
<dd>[lib/init/grass-xterm-wrapper, lib/init/grass-xterm-mac]<br>
set to any value (e.g. rxvt, aterm, gnome-terminal, konsole) to
@@ -282,31 +257,25 @@
which emulates the necessary xterm functionality in
Terminal.app.</dd>
- <br>
<dt>GRASS_UI_TERM</dt>
<dd>set to any value to use the terminal based parser.</dd>
- <br>
<dt>GRASS_VERSION</dt>
<dd>reports the current version number (used by R-stats interface etc);
should not be changed by user.</dd>
- <br>
<dt>GRASS_WIDTH</dt>
<dd>[d.mon]<br>
defines the width of GRASS monitor, see also GRASS_HEIGHT.</dd>
- <br>
<dt>GRASS_WISH</dt>
<dd>[d.m, nviz]<br>
set wish shell name to override 'wish'.</dd>
- <br>
<dt>GRASS_NO_GLX_PBUFFERS</dt>
<dd>[nviz]<br>
set to any value to disable the use of GLX Pbuffers.</dd>
- <br>
<dt>GRASS_NO_GLX_PIXMAPS</dt>
<dd>[nviz]<br>
Set to any value to disable the use of GLX Pixmaps.</dd>
@@ -446,13 +415,13 @@
GRASS_RENDER_IMMEDIATE=TRUE is set, there is no need to run
<tt>d.mon start=PNG</tt>.</dd>
- <br>
+
<dt>GRASS_FONT</dt>
<dd>specifies the font as either the name of a font from
$GISBASE/etc/fontcap (or alternative fontcap file specified by GRASS_FONT_CAP),
or alternatively the full path to a FreeType font file.</dd>
- <br>
+
<dt>GRASS_ENCODING</dt>
<dd>the encoding to be assumed for text which is drawn using a
freetype font; may be any encoding know to <em>iconv</em>.</dd>
@@ -484,7 +453,7 @@
GRASS_OVERWRITE environment variable or the OVERWRITE gisenv variable detailed
below will cause maps with identical names to be overwritten.</dd>
- <br>
+
<dt>GRASS_VERBOSE</dt>
<dd>[all modules]<br>
toggles verbosity level
@@ -498,14 +467,14 @@
so that the <tt>--verbose</tt> or <tt>--quiet</tt> flags will be inherited
by dependent modules as the script runs.</dd>
- <br>
+
<dt>GRASS_REGION</dt>
<dd>[libgis]<br>
override region settings, separate parameters with a ";". Format
is the same as in the WIND region settings file. Otherwise use is the same as
WIND_OVERRIDE.</dd>
- <br>
+
<dt>WIND_OVERRIDE</dt>
<dd>[libgis]<br>
it causes programs to use the specified named region (created with
@@ -532,29 +501,29 @@
g.gisenv set=DEBUG=0
</pre></div>
- <br>
+
<dt>DM_FORM_MODE</dt>
<dd>[d.m]<br>
sets default form mode (<tt>txt</tt> or <tt>gui</tt>)</dd>
- <br>
+
<dt>GISDBASE</dt>
<dd>initial database</dd>
- <br>
+
<dt>GIS_LOCK</dt>
<dd>lock ID to prevent parallel GRASS use,
- <br>process id of the start-up shell script</dd>
+ process id of the start-up shell script</dd>
- <br>
+
<dt>GRASS_DB_ENCODING</dt>
<dd>[d.what.vect/forms library]<br>
encoding of query form (utf-8, ascii, iso8859-1, koi8-r)</dd>
- <br>
+
<dt>GRASS_GUI</dt>
<dd>either <tt>text</tt> or <tt>gui</tt> to define non-/graphical startup.
- <br><br> Can also specify the name of the GUI to use,
+ <br> Can also specify the name of the GUI to use,
e.g. <tt>tcltk</tt>
(<em><a href="gis.m.html">gis.m</a></em>), <tt>oldtcltk</tt>
(<em><a href="d.m.html">d.m</a></em>) or <tt>wxpython</tt>
@@ -563,19 +532,19 @@
startup, it will determine the GUI used. If it is not defined
startup will default to the last GUI used.</dd>
- <br>
+
<dt>LOCATION</dt>
<dd>full path to location directory</dd>
- <br>
+
<dt>LOCATION_NAME</dt>
<dd>initial location name</dd>
- <br>
+
<dt>MAPSET</dt>
<dd>initial mapset</dd>
- <br>
+
<dt>OVERWRITE</dt>
<dd>[all modules]<br>
toggles map overwrite.
@@ -598,12 +567,12 @@
<dt>$HOME/.grassrc6</dt>
<dd>stores the GRASS variables (but not environment variables)</dd>
- <br>
+
<dt>$HOME/.grasslogin6</dt>
<dd>stores the DBMI passwords in this hidden file.
Only the file owner can access this file.</dd>
- <br>
+
<dt>$HOME/GIS_ERROR_LOG</dt>
<dd>if this file exists then all GRASS error and warning messages are
logged here. Applies to current user. To generate the file, use:
@@ -616,7 +585,7 @@
<em>
<a href="displaydrivers.html">Display drivers</a>
- <br>
+
<a href="g.gisenv.html">g.gisenv</a>,
<a href="g.parser.html">g.parser</a>
</em>
Modified: grass/branches/releasebranch_6_4/raster/r.mapcalc/r.mapcalc.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.mapcalc/r.mapcalc.html 2010-01-20 14:49:12 UTC (rev 40581)
+++ grass/branches/releasebranch_6_4/raster/r.mapcalc/r.mapcalc.html 2010-01-20 14:49:17 UTC (rev 40582)
@@ -526,7 +526,6 @@
EOF
</pre></div>
as the latter will read each input map only once.
-</p>
If the input comes directly from the keyboard and the <em>result</em> raster
map layer exists, the user will be asked if it can be overwritten.
Modified: grass/branches/releasebranch_6_4/raster/r.mapcalc/r3.mapcalc.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.mapcalc/r3.mapcalc.html 2010-01-20 14:49:12 UTC (rev 40581)
+++ grass/branches/releasebranch_6_4/raster/r.mapcalc/r3.mapcalc.html 2010-01-20 14:49:17 UTC (rev 40582)
@@ -266,7 +266,7 @@
<h2>NULL support</H2>
-<menu>
+<ul>
<li>Division by zero should result in NULL.
<li>Modulus by zero should result in NULL.
<li> NULL-values in any arithmetic or logical operation should result
@@ -303,7 +303,7 @@
sqrt(-2)
pow(a,b) where a is negative and b is not an integer
</PRE></div>
-</menu>
+</ul>
<P>
NULL support: Please note that any math performed with NULL cells always
results in a NULL value for these cells. If you want to replace a NULL cell
More information about the grass-commit
mailing list