[GRASS-SVN] r49139 - grass/branches/releasebranch_6_4/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Nov 8 05:14:25 EST 2011
Author: neteler
Date: 2011-11-08 02:14:25 -0800 (Tue, 08 Nov 2011)
New Revision: 49139
Modified:
grass/branches/releasebranch_6_4/lib/init/grass6.html
Log:
avoid caps HTML tags
Modified: grass/branches/releasebranch_6_4/lib/init/grass6.html
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/grass6.html 2011-11-08 10:09:10 UTC (rev 49138)
+++ grass/branches/releasebranch_6_4/lib/init/grass6.html 2011-11-08 10:14:25 UTC (rev 49139)
@@ -12,7 +12,7 @@
<h2>NAME</h2>
-<em><b>grass64</b></em> - The GRASS startup program<BR>
+<em><b>grass64</b></em> - The GRASS startup program<br>
<h2>SYNOPSIS</h2>
@@ -21,7 +21,7 @@
[[[<b><GISDBASE>/</b>]<b><LOCATION_NAME>/</b>]
<b><MAPSET></b>]
-<BR>
+<br>
<h2>DESCRIPTION</h2>
@@ -54,56 +54,56 @@
<p>
All command line options are optional.
-<H3>Flags:</H3>
+<h3>Flags:</h3>
-<DL>
+<dl>
-<DT><b>-</b>
-<DD> Tries to start GRASS using location environment variables (see below)
+<dt><b>-</b>
+<dd> Tries to start GRASS using location environment variables (see below)
-<DT><b>-h</b> <b>-help</b> <b>--help</b>
-<DD> Prints a brief usage message
+<dt><b>-h</b> <b>-help</b> <b>--help</b>
+<dd> Prints a brief usage message
-<DT><b>-text</b>
-<DD> Indicates that the text based user interface should be used
+<dt><b>-text</b>
+<dd> Indicates that the text based user interface should be used
-<DT><b>-gui</b> (or <b>-tcltk</b>)
-<DD> Indicates that the old Tcl/Tk based graphical user interface should be used
+<dt><b>-gui</b> (or <b>-tcltk</b>)
+<dd> Indicates that the old Tcl/Tk based graphical user interface should be used
-<DT><b>-oldtcltk</b>
-<DD> Indicates that the even older Tcl/Tk based graphical user interface should be used
+<dt><b>-oldtcltk</b>
+<dd> Indicates that the even older Tcl/Tk based graphical user interface should be used
-<DT><b>-wxpython</b> (or <b>-wx</b>)
-<DD> Indicates that the new Python based graphical user interface should be used
+<dt><b>-wxpython</b> (or <b>-wx</b>)
+<dd> Indicates that the new Python based graphical user interface should be used
-<DT><b>-v</b> <b>--version</b>
-<DD> Prints the version of GRASS and exits
+<dt><b>-v</b> <b>--version</b>
+<dd> Prints the version of GRASS and exits
-</DL>
+</dl>
-<H3>Parameters:</H3>
+<h3>Parameters:</h3>
-<DL>
-<DT><b>GISDBASE</b>
-<DD> Initial database directory which should be a fully qualified path
+<dl>
+<dt><b>GISDBASE</b>
+<dd> Initial database directory which should be a fully qualified path
(e.g., /usr/local/share/grassdata)
-<DT><b>LOCATION_NAME</b>
-<DD> Initial location directory which is a subdirectory of GISDBASE
+<dt><b>LOCATION_NAME</b>
+<dd> Initial location directory which is a subdirectory of GISDBASE
-<DT><b>MAPSET</b>
-<DD> Initial mapset directory which is a subdirectory of LOCATION_NAME
-</DL>
+<dt><b>MAPSET</b>
+<dd> Initial mapset directory which is a subdirectory of LOCATION_NAME
+</dl>
-<BR>
+<br>
<b><i>Note</i></b>- These parameters must be specified in one of the
following ways:
-<DL><DD>
- MAPSET<BR>
- LOCATION_NAME/MAPSET<BR>
- GISDBASE/LOCATION_NAME/MAPSET<BR>
+<dl><dd>
+ MAPSET<br>
+ LOCATION_NAME/MAPSET<br>
+ GISDBASE/LOCATION_NAME/MAPSET<br>
-</DL>
+</dl>
<h2>ENVIRONMENT VARIABLES</h2>
@@ -122,7 +122,7 @@
The rest of this help page will only consider shell environment variables.
-<H3>User Interface Environment Variable</H3>
+<h3>User Interface Environment Variable</h3>
<p>
The <em>grass64</em> program will check for the existence of an environment
@@ -138,31 +138,31 @@
interface to use. The following is the hierarchy from highest precedence to
lowest.
-<DL>
- <DT><b>Interface precedence</b>
- <DD>• Command line argument<BR>
- • Environment variable GRASS_GUI<BR>
- • Value set in <tt>$HOME/.grassrc6</tt><BR>
+<dl>
+ <dt><b>Interface precedence</b>
+ <dd>• Command line argument<br>
+ • Environment variable GRASS_GUI<br>
+ • Value set in <tt>$HOME/.grassrc6</tt><br>
• Default value - currently gis.m
-</DL>
+</dl>
-<H3>Tcl/Tk and Python Environment Variables</H3>
+<h3>Tcl/Tk and Python Environment Variables</h3>
<p>
If you choose to use the Tcl/Tk graphical user interface, then the following
environment variables can be used to override your system default
<tt>tclsh</tt> and <tt>wish</tt> commands.
-<DL>
-<DT><b>GRASS_TCLSH</b>
-<DD> Command to use to override <tt>tclsh</tt>
+<dl>
+<dt><b>GRASS_TCLSH</b>
+<dd> Command to use to override <tt>tclsh</tt>
-<DT><b>GRASS_WISH</b>
-<DD> Command to use to override <tt>wish</tt>
+<dt><b>GRASS_WISH</b>
+<dd> Command to use to override <tt>wish</tt>
-<DT><b>GRASS_PYTHON</b>
-<DD> Command to use to override <tt>python</tt>
-</DL>
+<dt><b>GRASS_PYTHON</b>
+<dd> Command to use to override <tt>python</tt>
+</dl>
<H4>Example Use of GRASS Tcl/Tk Environment Variables</H4>
@@ -187,7 +187,7 @@
-<H3>Addon path to extra local GRASS modules</H3>
+<h3>Addon path to extra local GRASS modules</h3>
This environment variable allows the user to extend the GRASS program search
paths to include locally developed/installed addon modules which are not
@@ -203,13 +203,13 @@
environment.
-<H3>HTML browser variable</H3>
+<h3>HTML browser variable</h3>
The GRASS_HTML_BROWSER environment variable allows the user to set the HTML
web browser to use for dispalying help pages.
-<H3>Location Environment Variables</H3>
+<h3>Location Environment Variables</h3>
<p>
The Synopsis and Options sections above describe options that can be used to
@@ -218,27 +218,27 @@
variables on the command line will override these environment variables. The
available variables are as follows:
-<DL>
+<dl>
-<DT><b>LOCATION</b>
-<DD> A fully qualified path to a mapset
+<dt><b>LOCATION</b>
+<dd> A fully qualified path to a mapset
(eg /usr/local/share/grassdata/spearfish60/PERMANENT). This environment variable
overrides the GISDBASE, LOCATION_NAME, and MAPSET variables.
-<DT><b>GISDBASE</b>
-<DD> Initial database directory which should be a fully qualified path
+<dt><b>GISDBASE</b>
+<dd> Initial database directory which should be a fully qualified path
(eg /usr/local/share/grassdata)
-<DT><b>LOCATION_NAME</b>
-<DD> Initial location directory which is a subdirectory of GISDBASE
+<dt><b>LOCATION_NAME</b>
+<dd> Initial location directory which is a subdirectory of GISDBASE
-<DT><b>MAPSET</b>
-<DD> Initial mapset directory which is a subdirectory of LOCATION_NAME
+<dt><b>MAPSET</b>
+<dd> Initial mapset directory which is a subdirectory of LOCATION_NAME
-</DL>
+</dl>
-<H3>Running non-interactive batch jobs</H3>
+<h3>Running non-interactive batch jobs</h3>
If the <tt>GRASS_BATCH_JOB</tt> environment variable is set to the <i>full</i>
path and filename of a shell script then GRASS will be launched in a
@@ -248,7 +248,7 @@
The script file must have its executable bit set.
-<H3>Note</H3>
+<h3>Note</h3>
<p>
Note that you will need to set these variables using the appropriate method
@@ -261,116 +261,116 @@
<p>
The following are some examples of how you could start GRASS
-<DL>
+<dl>
-<DT><b>grass64</b>
-<DD> Start GRASS using the default user interface. The user will be prompted
+<dt><b>grass64</b>
+<dd> Start GRASS using the default user interface. The user will be prompted
to choose the appropriate location and mapset.
-<DT><b>grass64 -gui</b>
-<DD> Start GRASS using the Tcl/Tk based user interface. The user will be
+<dt><b>grass64 -gui</b>
+<dd> Start GRASS using the Tcl/Tk based user interface. The user will be
prompted to choose the appropriate location and mapset.
-<DT><b>grass64 -text</b>
-<DD> Start GRASS using the text based user interface. The user will be
+<dt><b>grass64 -text</b>
+<dd> Start GRASS using the text based user interface. The user will be
prompted to choose the appropriate location and mapset.
-<DT><b>grass64 ~/grassdata/spearfish60/user1</b>
-<DD> Start GRASS using the default user interface and automatically launch
+<dt><b>grass64 ~/grassdata/spearfish60/user1</b>
+<dd> Start GRASS using the default user interface and automatically launch
into the given mapset, bypassing the mapset selection menu.
-<DT><b>grass64 -gui -</b>
-<DD> Start GRASS using the Tcl/Tk based user interface and try to obtain
+<dt><b>grass64 -gui -</b>
+<dd> Start GRASS using the Tcl/Tk based user interface and try to obtain
the location and mapset from environment variables.
-</DL>
+</dl>
-<H3>Other examples</H3>
+<h3>Other examples</h3>
There are a variety of ways in which the <i>location environment
variables</i> (see above) can be used to specify the mapset to use.
The following are some possible examples.
-<DL>
+<dl>
-<DT><b>Example 1</b>
-<DD> The environment variables are defined as follows:<BR><BR>
+<dt><b>Example 1</b>
+<dd> The environment variables are defined as follows:<br><br>
- LOCATION = /usr/local/share/grassdata/spearfish60/PERMANENT<BR>
- GISDBASE = /usr/local/share/grassdata<BR>
- LOCATION_NAME = spearfish60<BR>
- MAPSET = PERMANENT<BR><BR>
+ LOCATION = /usr/local/share/grassdata/spearfish60/PERMANENT<br>
+ GISDBASE = /usr/local/share/grassdata<br>
+ LOCATION_NAME = spearfish60<br>
+ MAPSET = PERMANENT<br><br>
- Start GRASS with the following command:<BR><BR>
+ Start GRASS with the following command:<br><br>
- grass64 -<BR><BR>
+ grass64 -<br><br>
GRASS will start with the mapset defined by LOCATION since the LOCATION
- variable overrides the other variables.<BR><BR>
+ variable overrides the other variables.<br><br>
-<DT><b>Example 2</b>
-<DD> The environment variables are defined as follows:<BR><BR>
+<dt><b>Example 2</b>
+<dd> The environment variables are defined as follows:<br><br>
- GISDBASE = /usr/local/share/grassdata<BR>
- LOCATION_NAME = spearfish60<BR>
- MAPSET = PERMANENT<BR><BR>
+ GISDBASE = /usr/local/share/grassdata<br>
+ LOCATION_NAME = spearfish60<br>
+ MAPSET = PERMANENT<br><br>
- Start GRASS with the following command:<BR><BR>
+ Start GRASS with the following command:<br><br>
- grass64 -<BR><BR>
+ grass64 -<br><br>
GRASS will start with the mapset defined by
- GISDBASE/LOCATION_NAME/MAPSET.<BR><BR>
+ GISDBASE/LOCATION_NAME/MAPSET.<br><br>
-<DT><b>Example 3</b>
-<DD> The environment variables are defined as follows:<BR><BR>
+<dt><b>Example 3</b>
+<dd> The environment variables are defined as follows:<br><br>
- LOCATION = /usr/local/share/grassdata/spearfish60/PERMANENT<BR>
- GISDBASE = /usr/local/share/grassdata<BR>
- LOCATION_NAME = spearfish60<BR>
- MAPSET = PERMANENT<BR><BR>
+ LOCATION = /usr/local/share/grassdata/spearfish60/PERMANENT<br>
+ GISDBASE = /usr/local/share/grassdata<br>
+ LOCATION_NAME = spearfish60<br>
+ MAPSET = PERMANENT<br><br>
- Start GRASS with the following command:<BR><BR>
+ Start GRASS with the following command:<br><br>
- grass64 /usr/home/grass/data/thailand/forests<BR><BR>
+ grass64 /usr/home/grass/data/thailand/forests<br><br>
GRASS will start with the mapset /home/grass/data/thailand/forests which
- overrides the environment variables.<BR><BR>
+ overrides the environment variables.<br><br>
-<DT><b>Example 4</b>
-<DD> The environment variables are defined as follows:<BR><BR>
+<dt><b>Example 4</b>
+<dd> The environment variables are defined as follows:<br><br>
- LOCATION = /usr/local/share/grassdata/spearfish60/PERMANENT<BR>
- GISDBASE = /usr/local/share/grassdata<BR>
- LOCATION_NAME = spearfish60<BR>
- MAPSET = PERMANENT<BR><BR>
+ LOCATION = /usr/local/share/grassdata/spearfish60/PERMANENT<br>
+ GISDBASE = /usr/local/share/grassdata<br>
+ LOCATION_NAME = spearfish60<br>
+ MAPSET = PERMANENT<br><br>
- Start GRASS with the following command:<BR><BR>
+ Start GRASS with the following command:<br><br>
- grass64 swamps<BR><BR>
+ grass64 swamps<br><br>
GRASS will start with the mapset defined by GISDBASE/LOCATION_NAME/swamps
since the command line argument for the mapset overrides the environment
- variable MAPSET.<BR><BR>
+ variable MAPSET.<br><br>
-<DT><b>Example 5</b>
-<DD> The environment variables are defined as follows:<BR><BR>
+<dt><b>Example 5</b>
+<dd> The environment variables are defined as follows:<br><br>
- LOCATION = /usr/local/share/grassdata/spearfish60/PERMANENT<BR>
- GISDBASE = /usr/local/share/grassdata<BR>
- LOCATION_NAME = spearfish60<BR>
- MAPSET = PERMANENT<BR><BR>
+ LOCATION = /usr/local/share/grassdata/spearfish60/PERMANENT<br>
+ GISDBASE = /usr/local/share/grassdata<br>
+ LOCATION_NAME = spearfish60<br>
+ MAPSET = PERMANENT<br><br>
- Start GRASS with the following command:<BR><BR>
+ Start GRASS with the following command:<br><br>
- grass64 thailand/forests<BR><BR>
+ grass64 thailand/forests<br><br>
GRASS will start with the mapset defined by GISDBASE/thailand/forests
since the command line arguments for the location and mapset overrides
- the environment variables LOCATION_NAME and MAPSET.<BR><BR>
+ the environment variables LOCATION_NAME and MAPSET.<br><br>
-</DL>
+</dl>
<h2>CAVEAT</h2>
@@ -397,12 +397,12 @@
<h2>FILES</h2>
-<em>$UNIX_BIN/grass64</em> - GRASS startup program (Linux, MacOSX etc.)<BR>
-<em>$WINDOWS_BIN/grass64.bat</em> - GRASS startup program (MS-Windows)<BR>
+<em>$UNIX_BIN/grass64</em> - GRASS startup program (Linux, MacOSX etc.)<br>
+<em>$WINDOWS_BIN/grass64.bat</em> - GRASS startup program (MS-Windows)<br>
<em>$GISBASE/etc/Init.sh</em> - GRASS initialization script called by
- <em>grass64</em><BR>
+ <em>grass64</em><br>
<em>$GISBASE/etc/gis_set.tcl</em> - Tcl/Tk script to set the
- location and mapset to use. Called by <em>Init.sh</em><BR><BR>
+ location and mapset to use. Called by <em>Init.sh</em><br><br>
<h2>SEE ALSO</h2>
More information about the grass-commit
mailing list