[GRASS-SVN] r32846 - in grass/trunk: db/base db/drivers/odbc
db/drivers/postgres display/d.colorlist display/d.graph
display/d.nviz display/d.rast.arrow general/g.proj
imagery/i.atcorr imagery/i.cca imagery/i.fft imagery/i.gensig
imagery/i.gensigset imagery/i.ifft imagery/i.smap/shapiro
lib/cairodriver lib/db/sqlp lib/htmldriver lib/init
lib/pngdriver lib/psdriver ps/ps.map raster/r.flow
raster/r.grow raster/r.grow.distance raster/r.in.bin
raster/r.in.mat raster/r.in.xyz raster/r.lake
raster/r.li/r.li.edgedensity raster/r.li/r.li.padcv
raster/r.li/r.li.setup raster/r.neighbors raster/r.out.bin
raster/r.out.mpeg raster/r.profile raster/r.proj
raster/r.quantile raster/r.random.surface raster/r.reclass
raster/r.sum raster/r.sunmask raster/r.surf.area
raster/r.surf.idw raster/r.terraflow raster/r.timestamp
raster/r.topidx raster/r.topmodel raster3d/base
raster3d/r3.mkdspf scripts/r.in.wms scripts/r.mask
scripts/r.tileset scripts/v.db.update scripts/v.in.e00
scripts/v.in.gns scripts/v.in.wfs vector/v.clean
vector/v.in.ascii vector/v.in.dxf vector/v.kernel
vector/v.proj vector/v.voronoi
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 17 14:42:21 EDT 2008
Author: glynn
Date: 2008-08-17 14:42:20 -0400 (Sun, 17 Aug 2008)
New Revision: 32846
Modified:
grass/trunk/db/base/db.select.html
grass/trunk/db/drivers/odbc/grass-odbc.html
grass/trunk/db/drivers/postgres/grass-pg.html
grass/trunk/display/d.colorlist/d.colorlist.html
grass/trunk/display/d.graph/d.graph.html
grass/trunk/display/d.nviz/d.nviz.html
grass/trunk/display/d.rast.arrow/d.rast.arrow.html
grass/trunk/general/g.proj/g.proj.html
grass/trunk/imagery/i.atcorr/i.atcorr.html
grass/trunk/imagery/i.cca/i.cca.html
grass/trunk/imagery/i.fft/i.fft.html
grass/trunk/imagery/i.gensig/i.gensig.html
grass/trunk/imagery/i.gensigset/i.gensigset.html
grass/trunk/imagery/i.ifft/i.ifft.html
grass/trunk/imagery/i.smap/shapiro/i.smap.html
grass/trunk/lib/cairodriver/cairodriver.html
grass/trunk/lib/db/sqlp/sql.html
grass/trunk/lib/htmldriver/htmldriver.html
grass/trunk/lib/init/variables.html
grass/trunk/lib/pngdriver/pngdriver.html
grass/trunk/lib/psdriver/psdriver.html
grass/trunk/ps/ps.map/ps.map.html
grass/trunk/raster/r.flow/r.flow.html
grass/trunk/raster/r.grow.distance/r.grow.distance.html
grass/trunk/raster/r.grow/r.grow.html
grass/trunk/raster/r.in.bin/r.in.bin.html
grass/trunk/raster/r.in.mat/r.in.mat.html
grass/trunk/raster/r.in.xyz/r.in.xyz.html
grass/trunk/raster/r.lake/r.lake.html
grass/trunk/raster/r.li/r.li.edgedensity/r.li.edgedensity.html
grass/trunk/raster/r.li/r.li.padcv/r.li.padcv.html
grass/trunk/raster/r.li/r.li.setup/r.li.setup.html
grass/trunk/raster/r.neighbors/r.neighbors.html
grass/trunk/raster/r.out.bin/r.out.bin.html
grass/trunk/raster/r.out.mpeg/r.out.mpeg.html
grass/trunk/raster/r.profile/r.profile.html
grass/trunk/raster/r.proj/r.proj.html
grass/trunk/raster/r.quantile/r.quantile.html
grass/trunk/raster/r.random.surface/r.random.surface.html
grass/trunk/raster/r.reclass/r.reclass.html
grass/trunk/raster/r.sum/r.sum.html
grass/trunk/raster/r.sunmask/r.sunmask.html
grass/trunk/raster/r.surf.area/r.surf.area.html
grass/trunk/raster/r.surf.idw/r.surf.idw.html
grass/trunk/raster/r.terraflow/r.terraflow.html
grass/trunk/raster/r.timestamp/r.timestamp.html
grass/trunk/raster/r.topidx/r.topidx.html
grass/trunk/raster/r.topmodel/r.topmodel.html
grass/trunk/raster3d/base/r3.timestamp.html
grass/trunk/raster3d/r3.mkdspf/r3.mkdspf.html
grass/trunk/scripts/r.in.wms/r.in.wms.html
grass/trunk/scripts/r.mask/r.mask.html
grass/trunk/scripts/r.tileset/r.tileset.html
grass/trunk/scripts/v.db.update/v.db.update.html
grass/trunk/scripts/v.in.e00/v.in.e00.html
grass/trunk/scripts/v.in.gns/v.in.gns.html
grass/trunk/scripts/v.in.wfs/v.in.wfs.html
grass/trunk/vector/v.clean/v.clean.html
grass/trunk/vector/v.in.ascii/v.in.ascii.html
grass/trunk/vector/v.in.dxf/v.in.dxf.html
grass/trunk/vector/v.kernel/v.kernel.html
grass/trunk/vector/v.proj/v.proj.html
grass/trunk/vector/v.voronoi/v.delaunay.html
grass/trunk/vector/v.voronoi/v.voronoi.html
Log:
More HTML fixes
Modified: grass/trunk/db/base/db.select.html
===================================================================
--- grass/trunk/db/base/db.select.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/db/base/db.select.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -32,7 +32,7 @@
<em>Select some string attribute, exclude others:</em><br>
<div class="code"><pre>
-echo "SELECT * FROM archsites WHERE str1 <> 'No Name'" | db.select
+echo "SELECT * FROM archsites WHERE str1 <> 'No Name'" | db.select
</pre></div>
<P>
Modified: grass/trunk/db/drivers/odbc/grass-odbc.html
===================================================================
--- grass/trunk/db/drivers/odbc/grass-odbc.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/db/drivers/odbc/grass-odbc.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -25,11 +25,11 @@
<td align="center" bgcolor="#ffbb99" valign="top">RDBMS</td>
</tr>
<tr>
- <td rowspan="3" align="center" bgcolor="#bbffbb" valign="center"><i><b>GRASS</b></i></td>
+ <td rowspan="3" align="center" bgcolor="#bbffbb" valign="middle"><i><b>GRASS</b></i></td>
- <td rowspan="3" align="center" bgcolor="#bbffbb" valign="center"><i><b>DBMI driver</b></i></td>
- <td rowspan="3" align="center" valign="center"><i><b>unixODBC</b></i></td>
- <td rowspan="3" align="center" valign="center"><i><b>ODBC driver</b></i></td>
+ <td rowspan="3" align="center" bgcolor="#bbffbb" valign="middle"><i><b>DBMI driver</b></i></td>
+ <td rowspan="3" align="center" valign="middle"><i><b>unixODBC</b></i></td>
+ <td rowspan="3" align="center" valign="middle"><i><b>ODBC driver</b></i></td>
<td align="center" bgcolor="#ffffbb" valign="top"><i><b>PostgreSQL</b></i></td>
</tr>
<tr>
@@ -62,7 +62,7 @@
Configure ODBC driver for selected database (manually or with 'ODBCConfig').
ODBC drivers are defined in /etc/odbcinst.ini. Here is example:</li>
-<div class="code"><pre>
+<li><div class="code"><pre>
[PostgreSQL]
Description = ODBC for PostgreSQL
Driver = /usr/lib/libodbcpsql.so
@@ -75,7 +75,7 @@
appears twice and also for the PostgreSQL protocol version]. Omit blanks at
the beginning of lines:</li>
-<div class="code"><pre>
+<li><div class="code"><pre>
[grass6test]
Description = PostgreSQL
Driver = PostgreSQL
Modified: grass/trunk/db/drivers/postgres/grass-pg.html
===================================================================
--- grass/trunk/db/drivers/postgres/grass-pg.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/db/drivers/postgres/grass-pg.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -64,7 +64,7 @@
COPY t1 FROM 'filename' USING DELIMITERS ',';
</pre></div>
-<a href=http://www.klaban.torun.pl/prog/pg2xbase/>pg2xbase</a>:
+<a href="http://www.klaban.torun.pl/prog/pg2xbase/">pg2xbase</a>:
DBF to PostgreSQL converter.
<BR>
@@ -75,7 +75,7 @@
<h2>PostGIS: PostgreSQL with vector geometry</h2>
-<a href=http://postgis.refractions.net/>PostGIS</a>:
+<a href="http://postgis.refractions.net/">PostGIS</a>:
adds geographic object support to PostgreSQL.
<h3>Example: Import from PostGIS</h3>
@@ -113,13 +113,13 @@
<h4>Geometry Converters</h4>
<ul>
-<li><a href=http://postgis.refractions.net/download/>PostGIS with shp2pgsql</a>:<br>
+<li><a href="http://postgis.refractions.net/download/">PostGIS with shp2pgsql</a>:<br>
<tt>shp2pgsql -D lakespy2 lakespy2 test > lakespy2.sql</tt>
<BR><BR>
-<li><a href=http://e00pg.sourceforge.net/>e00pg</a>: E00 to PostGIS filter,
+<li><a href="http://e00pg.sourceforge.net/">e00pg</a>: E00 to PostGIS filter,
see also <em><a href="v.in.e00.html">v.in.e00</a></em>.
<BR><BR>
-<li>GDAL/OGR <a href=http://www.gdal.org/ogr/>ogrinfo and ogr2ogr</a>:
+<li>GDAL/OGR <a href="http://www.gdal.org/ogr/">ogrinfo and ogr2ogr</a>:
GIS vector format converter and library, e.g. ArcInfo or SHAPE to PostGIS.<br>
<tt>ogr2ogr -f "PostgreSQL" shapefile ??</tt>
<BR><BR>
@@ -139,9 +139,11 @@
<em>
<a href="http://www.PostgreSQL.org">PostgreSQL web site</a>,<BR>
<a href="http://www.pgadmin.org/">pgAdmin graphical user interface</a>
+</em>
<p>
Book: <a href="http://www.postgresql.org/docs/books/awbook.html">PostgreSQL:
Introduction and Concepts</a> by Bruce Momjian<BR>
+<em>
<a href="http://www.postgresql.org/docs/">PostgreSQL Documentation</a><BR>
<a href="http://techdocs.postgresql.org/">PostgreSQL Technical Documentation</a><BR>
<a href="http://www.gdal.org/ogr/drv_pg.html">GDAL/OGR PostgreSQL driver documentation</a><BR>
Modified: grass/trunk/display/d.colorlist/d.colorlist.html
===================================================================
--- grass/trunk/display/d.colorlist/d.colorlist.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/display/d.colorlist/d.colorlist.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -6,7 +6,7 @@
<H2>SEE ALSO</H2>
-<EM><A HREF="d.colors.html">d.colors</A>
+<EM><A HREF="d.colors.html">d.colors</A></EM><BR>
<H2>AUTHOR</H2>
Modified: grass/trunk/display/d.graph/d.graph.html
===================================================================
--- grass/trunk/display/d.graph/d.graph.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/display/d.graph/d.graph.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -43,6 +43,7 @@
<P>
The graphics language is simple, and uses the following commands:
<BR>
+<DL>
<DD>[
<a href="#comment">#</a> |
<a href="#move">move</a> |
@@ -57,15 +58,14 @@
<a href="#icon">icon</a> |
<a href="#width">width</a>
]</DD>
+</DL>
<DL>
-<a name="comment"></a>
-<DT><B>#</B> <EM>comment</EM>
+<DT><a name="comment"></a><B>#</B> <EM>comment</EM>
<DD>A line of comment which is ignored in the processing.
-<a name="move"></a>
-<DT><B>move</B> <EM>xpos ypos</EM>
+<DT><a name="move"></a><B>move</B> <EM>xpos ypos</EM>
<DD>The current location is updated to <EM>xpos ypos</EM>.
Unless the <B>-m</B> flag is used,
@@ -74,8 +74,7 @@
and may be floating point values. Values are between 0-100.
<B>Note.</B> A space must separate <EM>xpos</EM> and <EM>ypos</EM>.
-<a name="draw"></a>
-<DT><B>draw</B> <EM>xpos ypos</EM>
+<DT><a name="draw"></a><B>draw</B> <EM>xpos ypos</EM>
<DD>A line is drawn in the current color from the current location to the new
location <EM>xpos ypos</EM>, which then becomes the current location.
Unless the <B>-m</B> flag is used,
@@ -84,8 +83,7 @@
and may be floating point values. Values are between 0-100.
<B>Note.</B> A space must separate <EM>xpos</EM> and <EM>ypos</EM>.
-<a name="polygon"></a>
-<DT><B>polygon</B>
+<DT><a name="polygon"></a><B>polygon</B>
<BR> <EM> xpos ypos</EM>
<BR> <EM> xpos ypos</EM>
<BR> ...
@@ -94,8 +92,7 @@
one pair per line,
circumscribe a polygon that is to be filled with the current color.
-<a name="polyline"></a>
-<DT><B>polyline</B>
+<DT><a name="polyline"></a><B>polyline</B>
<BR> <EM> xpos ypos</EM>
<BR> <EM> xpos ypos</EM>
<BR> ...
@@ -104,8 +101,7 @@
one pair per line,
circumscribe a polygon that is not to be filled with color.
-<a name="color"></a>
-<DT><B>color</B> <EM>color</EM>
+<DT><a name="color"></a><B>color</B> <EM>color</EM>
<DD>Sets the current color to that stated; subsequent graphics will be drawn
in the stated color, until the current color is set to a different color.
Options are <EM>red</EM>,
@@ -123,8 +119,7 @@
an R:G:B triplet (separated by colons),
or the word "none" (draws in the default background color).
-<a name="text"></a>
-<DT><B>text</B> <EM>line-of-text</EM>
+<DT><a name="text"></a><B>text</B> <EM>line-of-text</EM>
<DD>The stated text is drawn at the current location using the current color,
and the new current location is then positioned at the end of the text string.
@@ -139,8 +134,7 @@
<BR>
<B>Note.</B> A space must separate <EM>xper</EM> and <EM>yper</EM>.
-<a name="symbol"></a>
-<DT><B>symbol</B> <EM>type size xper yper [line_color [fill_color]]</EM>
+<DT><a name="symbol"></a><B>symbol</B> <EM>type size xper yper [line_color [fill_color]]</EM>
<DD>A symbol is drawn at the given size on the display monitor. The
<EM>xper</EM> and <EM>yper</EM> options define the center of the icon and
are given as a percentage of the display frame (<tt>0,0</tt> is lower left).
@@ -152,20 +146,17 @@
If not specified the default <EM>line_color</EM> is black and the default
<EM>fill_color</EM> is grey.
-<a name="rotation"></a>
-<DT><B>rotation</B> <EM>angle</EM>
+<DT><a name="rotation"></a><B>rotation</B> <EM>angle</EM>
<DD>Subsequent text and symbols will be drawn such that they are rotated
<em>angle</em> degrees counter-clockwise from east.
-<a name="icon"></a>
-<DT><B>icon</B> <EM>type size x y</EM>
+<DT><a name="icon"></a><B>icon</B> <EM>type size x y</EM>
<DD>Draws an icon of types <EM>o</EM>, <EM>x</EM>, or <EM>+</EM>
with specified <EM>size</EM> (in %) at location <EM>x,y</EM>.
Note: type <EM>o</EM> designates a square.
<BR>
-<a name="width"></a>
-<DT><B>width</B> <EM>value</EM>
+<DT><a name="width"></a><B>width</B> <EM>value</EM>
<DD>Subsequent lines (including non-FreeType text) will be drawn with
the given pixel thickness.
<BR>The default value is 0.
Modified: grass/trunk/display/d.nviz/d.nviz.html
===================================================================
--- grass/trunk/display/d.nviz/d.nviz.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/display/d.nviz/d.nviz.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -140,5 +140,5 @@
<H2>AUTHOR</H2>
-<A HREF=mailto:bcovill at tekmap.ns.ca>Bob Covill</A>
+<A HREF="mailto:bcovill at tekmap.ns.ca">Bob Covill</A>
<p><i>Last changed: $Date$</i>
Modified: grass/trunk/display/d.rast.arrow/d.rast.arrow.html
===================================================================
--- grass/trunk/display/d.rast.arrow/d.rast.arrow.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/display/d.rast.arrow/d.rast.arrow.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -44,13 +44,11 @@
<P>
GRASS aspect maps are measured using Cartesian conventions, i.e. in degrees
counterclockwise from east. e.g.:
-<UL>
<pre>
90 North
180 West
270 South
0,360 East</pre>
-</UL>
<P>
They can be created from a raster elevation map with <em>r.slope.aspect</em>.
<P>
Modified: grass/trunk/general/g.proj/g.proj.html
===================================================================
--- grass/trunk/general/g.proj/g.proj.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/general/g.proj/g.proj.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -13,6 +13,7 @@
<em>wkt</em>, <em>proj4</em> or <em>epsg</em> is specified, rather than the
projection information being read from the current location it is imported
from an external source as follows:
+</P>
<dl>
<dt>georef=<em>filename</em></dt>
<dd><em>g.proj</em> attempts to invoke GDAL and OGR in turn to read a
@@ -41,7 +42,6 @@
${GISBASE}/etc/ogr_csv. These can be updated if necessary to support future
revisions of the EPSG database.</dd>
</dl>
-</P>
<P>The -p, -j, -w, etc. flags are all functional when importing projection
information from an external source, meaning that <em>g.proj</em> can be
Modified: grass/trunk/imagery/i.atcorr/i.atcorr.html
===================================================================
--- grass/trunk/imagery/i.atcorr/i.atcorr.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/imagery/i.atcorr/i.atcorr.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -3,7 +3,7 @@
<b>i.atcorr</b> performs atmospheric correction on the input raster using the
6S algorithm (Second Simulation of Satellite Signal in the Solar Spectrum). A
detailed algorithm description is available at the
-<a href=http://modis-sr.ltdri.org/index.html>Land Surface Reflectance Science
+<a href="http://modis-sr.ltdri.org/index.html">Land Surface Reflectance Science
Computing Facility website</a> and Mauro A. Homem Antunes <a
href="http://www.ltid.inpe.br/dsr/mauro/6s/download_6s.html">website about his
6s version</a>.
@@ -72,7 +72,7 @@
<h3>A. Geometrical conditions:</h3>
-<table BORDERWIDTH="AUTO" CELLPADDING="3">
+<table CELLPADDING="3">
<tr>
<td>Code</td>
@@ -162,7 +162,7 @@
<br><h3>B. Atmospheric model</h3>
-<table BORDERWIDTH="AUTO" CELLPADDING="3">
+<table CELLPADDING="3">
<tr>
<td>Code</td>
@@ -234,7 +234,7 @@
<br><h3>C. Aerosols model</h3>
-<table BORDERWIDTH="AUTO" CELLPADDING="3">
+<table CELLPADDING="3">
<tr>
<td>Code</td>
@@ -377,7 +377,7 @@
<p>Define your own spectral conditions:
<p>
-<table BORDERWIDTH="AUTO" CELLPADDING="3">
+<table CELLPADDING="3">
<tr>
<td>Code</td>
@@ -411,7 +411,7 @@
<p>Pre-defined satellite bands:
<p>
-<table BORDERWIDTH="AUTO" CELLPADDING="3">
+<table CELLPADDING="3">
<tr><td>Code</td><td>Meaning</td></tr>
Modified: grass/trunk/imagery/i.cca/i.cca.html
===================================================================
--- grass/trunk/imagery/i.cca/i.cca.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/imagery/i.cca/i.cca.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -6,7 +6,7 @@
raster band files transformed to provide maximum separability of the
categories indicated by the signatures. This implementation of the
canonical components transformation is based on the algorithm contained in
-the <a href=http://dbwww.essc.psu.edu/lasdoc/user/canal.html>LAS image
+the <a href="http://dbwww.essc.psu.edu/lasdoc/user/canal.html">LAS image
processing system</a>. CCA is also known as "Canonical components
transformation".
Modified: grass/trunk/imagery/i.fft/i.fft.html
===================================================================
--- grass/trunk/imagery/i.fft/i.fft.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/imagery/i.fft/i.fft.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -41,7 +41,7 @@
<H2>SEE ALSO</H2>
M. Frigo and S. G. Johnson (1998): "FFTW: An Adaptive Software Architecture
-for the FFT". See <a href=>www.FFTW.org</a>: FFTW is a C subroutine library
+for the FFT". See <a href="http://www.fftw.org/">www.fftw.org</a>: FFTW is a C subroutine library
for computing the Discrete Fourier Transform (DFT) in one or more
dimensions, of both real and complex data, and of arbitrary input size.
Modified: grass/trunk/imagery/i.gensig/i.gensig.html
===================================================================
--- grass/trunk/imagery/i.gensig/i.gensig.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/imagery/i.gensig/i.gensig.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -64,7 +64,7 @@
<P>
-<A NAME="subgroup"><DT><B>subgroup=</B><EM>name</EM></A>
+<DT><A NAME="subgroup"></A><B>subgroup=</B><EM>name</EM>
<DD>subgroup containing image files
Modified: grass/trunk/imagery/i.gensigset/i.gensigset.html
===================================================================
--- grass/trunk/imagery/i.gensigset/i.gensigset.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/imagery/i.gensigset/i.gensigset.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -150,7 +150,7 @@
<P>
-<A NAME="notes"><H2>NOTES</H2></A>
+<A NAME="notes"></A><H2>NOTES</H2>
The algorithm in <EM>i.gensigset</EM> determines the
parameters of a spectral class model known as a Gaussian
Modified: grass/trunk/imagery/i.ifft/i.ifft.html
===================================================================
--- grass/trunk/imagery/i.ifft/i.ifft.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/imagery/i.ifft/i.ifft.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -39,7 +39,7 @@
<H2>SEE ALSO</H2>
M. Frigo and S. G. Johnson (1998): "FFTW: An Adaptive Software Architecture
-for the FFT". See <a href=>www.FFTW.org</a>: FFTW is a C subroutine library
+for the FFT". See <a href="http://www.fftw.org/">www.fftw.org</a>: FFTW is a C subroutine library
for computing the Discrete Fourier Transform (DFT) in one or more
dimensions, of both real and complex data, and of arbitrary input size.
Modified: grass/trunk/imagery/i.smap/shapiro/i.smap.html
===================================================================
--- grass/trunk/imagery/i.smap/shapiro/i.smap.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/imagery/i.smap/shapiro/i.smap.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -123,7 +123,7 @@
<EM>i.smap</EM> will interactively prompt for the names of
the maps and files.
-<A NAME="notes"><H2>NOTES</H2></A>
+<A NAME="notes"></A><H2>NOTES</H2>
The SMAP algorithm exploits the fact that nearby pixels in
an image are likely to have the same class. It works by
@@ -187,7 +187,7 @@
<H2>AUTHORS</H2>
-<a href=http://dynamo.ecn.purdue.edu/~bouman/software/segmentation/>Charles Bouman,
+<a href="http://dynamo.ecn.purdue.edu/~bouman/software/segmentation/">Charles Bouman,
School of Electrical Engineering, Purdue University</a>
<BR>
Modified: grass/trunk/lib/cairodriver/cairodriver.html
===================================================================
--- grass/trunk/lib/cairodriver/cairodriver.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/lib/cairodriver/cairodriver.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -36,10 +36,10 @@
<UL>
<LI><B>GRASS_WIDTH=xxx</B><BR>
the width of the image.
- </LI><BR>
+ </LI>
<LI><B>GRASS_HEIGHT=yyy</B><BR>
the height of the image.
- </LI><BR>
+ </LI>
<LI><B>GRASS_CAIROFILE=filename</B><BR>
the name and format of the resulting image file, default is
<tt>map.png</tt>.<BR>
@@ -58,26 +58,26 @@
</UL>
(Note: Some formats may not be available, depending on your platform and
the Cairo library that GRASS was built with.)
- </LI><BR>
+ </LI>
<LI><B>GRASS_BACKGROUNDCOLOR=RRGGBB</B><BR>
specifies the background color to use in RGB
notation (hex values). Default is <b>FFFFFF</b> (white).
- </LI><BR>
+ </LI>
<LI><B>GRASS_TRANSPARENT=[TRUE|FALSE]</B><BR>
sets transparent background on (TRUE) or off (FALSE, default).
- </LI><BR>
+ </LI>
<LI><B>GRASS_AUTO_WRITE=[TRUE|FALSE]</B><BR>
if set to <tt>TRUE</tt>, the image file will be written after each
operation (i.e. whenever a client disconnects), rather than
only being written out when the driver terminates.<BR>
(Note: This only applies to bitmap formats - vector formats
are always written directly to file).
- </LI><BR>
+ </LI>
<LI><B>GRASS_CAIRO_READ</B><BR>
if <tt>TRUE</tt>, the Cairo driver will initialize the image from
the contents of GRASS_CAIROFILE.<BR>
(Note: This is only supported for bitmap formats)
- </LI><BR>
+ </LI>
<LI><B>GRASS_CAIRO_MAPPED</B><BR>
if <tt>TRUE</tt>, the Cairo driver will map GRASS_CAIROFILE as its framebuffer,
rather than using memory. This only works with BMP files.
Modified: grass/trunk/lib/db/sqlp/sql.html
===================================================================
--- grass/trunk/lib/db/sqlp/sql.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/lib/db/sqlp/sql.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -71,7 +71,7 @@
Display all vector points except for LAMAR valley and <i>extensive trapping</i> (brackets are superfluous in this example):
<div class="code"><pre>
d.vect trapping_sites_points fcol=black icon=basic/diamond col=white size=13 \
- where="valley <> 'LAMAR' OR (valley = 'LAMAR' AND description = 'extensive trapping')"
+ where="valley <> 'LAMAR' OR (valley = 'LAMAR' AND description = 'extensive trapping')"
</pre></div>
<p>
@@ -138,8 +138,8 @@
<a href="databaseintro.html">Database management in GRASS GIS</a>,<BR>
<a href="database.html">Help pages for database modules</a>,<BR>
-<a href=http://www.redhat.com/docs/manuals/database/RHDB-2.1-Manual/sql/sqlreference.html>SQL
- Guide and Reference</a> (Red Hat)
+<a href="http://www.redhat.com/docs/manuals/database/RHDB-2.1-Manual/sql/sqlreference.html">
+SQL Guide and Reference</a> (Red Hat)
<p><i>Last changed: $Date$</i></p>
Modified: grass/trunk/lib/htmldriver/htmldriver.html
===================================================================
--- grass/trunk/lib/htmldriver/htmldriver.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/lib/htmldriver/htmldriver.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -52,13 +52,13 @@
<UL>
<LI><B>GRASS_WIDTH=xxx</B><BR>the width of the image map (default is
640).
- </LI><BR>
+ </LI>
<LI><B>GRASS_HEIGHT=yyy</B><BR>the height of the image map (default is
480).
- </LI><BR>
+ </LI>
<LI><B>GRASS_HTMLTYPE=type</B><BR>the type of image mape to create (default is
CLIENT):
- <UL>
+ <DL>
<DD><TT><B>CLIENT</B></TT> Netscape/IE client-side image map.
(NAME="map")<BR>
<DD><TT><B>APACHE</B></TT> Apache/NCSA server-side image
@@ -67,8 +67,8 @@
and polygon vertices ( <I>url x1 y1 x2 y2
..... </I>), suitable for conversion to CERN server format, or any other
format with user supplied conversion program.</DD>
- </UL>
- </LI><BR>
+ </DL>
+ </LI>
<LI><B>GRASS_HTMLFILE=filename</B><BR>
specifies the resulting file to store
the html image map, default is <tt>htmlmap</tt>. Files without absolute path
@@ -76,26 +76,26 @@
<BR>
<em>Any existing file of the same name is overwritten without
warning.</em>
- </LI><BR>
+ </LI>
<LI><B>GRASS_HTMLMINDIST=n</B><BR>specifies the minimum distance in pixels
that a point must change from the previous point to keep in the list of
vertices for a polygon. The default is <tt>2</tt>, which means that a
point's x and y difference from the previous point must change by a number
of pixels greater than this value. This parameter helps to eliminate
closely spaced points.
- </LI><BR>
+ </LI>
<LI><B>GRASS_HTMLMINBBOX=n</B><BR>specifies the minimum bounding box
dimensions to record a polygon as a clickable area.
The default is <tt>2</tt>, which means that a polygon with a bounding box
of less than this value is not included. This parameter helps to eliminate
polygons than are a point or line.
- </LI><BR>
+ </LI>
<LI><B>GRASS_HTMLMAXPOINTS=n</B><BR>specifies the maximum number of
vertices included in a polygon's clickable area.
The default is <tt>99</tt>. Some browsers can only accomodate polygons of
100 vertices or less. The HTMLMAP driver automatically ensures that a
polygon is closed by making the last point the same as the first
- point.</LI><BR>
+ point.</LI>
</UL>
<H3>Typical usage</H3>
Modified: grass/trunk/lib/init/variables.html
===================================================================
--- grass/trunk/lib/init/variables.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/lib/init/variables.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -105,38 +105,31 @@
<dd>directory where GRASS lives. This is set automatically by the
startup script.</dd>
- <br>
<dt>GISRC</dt>
<dd>name of <tt>.grassrc7</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>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>
@@ -148,18 +141,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
@@ -174,7 +164,6 @@
The signature is the <string> following the <key>,
without the bracketing <string> tags.</dd>
- <br>
<dt>GRASS_INT_ZLIB</dt>
<dd>[libgis]<br>
if the environment variable GRASS_INT_ZLIB exists, new compressed
@@ -186,13 +175,11 @@
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
@@ -201,17 +188,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()
@@ -221,22 +205,18 @@
<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.</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<br>
lib/init/grass-xterm-mac<br>
@@ -246,31 +226,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>
@@ -287,7 +261,7 @@
list of the variables.
<!--
- 2008/03 -- variables are described in PNG driver manual
+ 2008/03 -- -- variables are described in PNG driver manual
page. The link should be enough here.
<P></P>
@@ -338,7 +312,7 @@
list of the variables.
<!--
- 2008/03 -- variables are described in PS driver manual
+ 2008/03 -- -- variables are described in PS driver manual
page. The link should be enough here.
<P></P>
@@ -410,13 +384,11 @@
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>
@@ -448,7 +420,6 @@
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
@@ -462,14 +433,12 @@
so that the <tt>--verbose</tt> or <tt>--quiet</tt> flags will be inherited
by dependant 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
@@ -496,26 +465,21 @@
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>
- <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,
@@ -527,19 +491,15 @@
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.
@@ -562,18 +522,15 @@
<dt>$HOME/.grassrc7</dt>
<dd>stores the GRASS variables (but not environment variables)</dd>
- <br>
<dt>$HOME/.grasslogin7</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:
<tt>touch $HOME/GIS_ERROR_LOG</tt></dd>
- <br>
<dt>$GISBASE/GIS_ERROR_LOG</dt>
<dd>if this file exists then all GRASS error and warning messages are
logged here. Applies to all users. (proper write permissions must be in place)
Modified: grass/trunk/lib/pngdriver/pngdriver.html
===================================================================
--- grass/trunk/lib/pngdriver/pngdriver.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/lib/pngdriver/pngdriver.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -27,9 +27,9 @@
of the PNG driver.
<UL>
<LI><B>GRASS_WIDTH=xxx</B><BR>
- the width of the image map (default is 640).</LI><BR>
+ the width of the image map (default is 640).</LI>
<LI><B>GRASS_HEIGHT=yyy</B><BR>
- the height of the image map (default is 480).</LI><BR>
+ the height of the image map (default is 480).</LI>
<LI><B>GRASS_PNGFILE=filename</B><BR>
the filename to put the resulting image in, default is <tt>map.png</tt>.
If you set GRASS_PNGFILE to a filename which ends in ".ppm", a PPM
@@ -38,21 +38,21 @@
specifies the background color to use in RGB
notation (hex values). Default is <b>000000</b> (black).<br><br>
<LI><B>GRASS_TRANSPARENT=[TRUE|FALSE]</B><BR>
- sets transparent background on (TRUE) or off (FALSE, default).</LI><BR>
+ sets transparent background on (TRUE) or off (FALSE, default).</LI>
<LI><B>GRASS_TRUECOLOR=[TRUE|FALSE]</B><BR>
- sets true-color support</LI><BR>
+ sets true-color support</LI>
<LI><B>GRASS_PNG_COMPRESSION=[0|1|9]</B><BR>
- compression level of PNG files (0 = none, 1 = fastest, 9 = best, default is 6)</LI><BR>
+ compression level of PNG files (0 = none, 1 = fastest, 9 = best, default is 6)</LI>
<LI><B>GRASS_PNG_AUTO_WRITE=[TRUE|FALSE]</B><BR>
if set to <tt>TRUE</tt>, the image file will be written after each
operation (i.e. whenever a client disconnects), rather than
- only being written out when the driver terminates.</LI><BR>
+ only being written out when the driver terminates.</LI>
<LI><B>GRASS_PNG_READ</B><BR>
if <tt>TRUE</tt>, the PNG driver will initialize the image from
- the contents of GRASS_PNGFILE.</LI><BR>
+ the contents of GRASS_PNGFILE.</LI>
<LI><B>GRASS_PNG_MAPPED</B><BR>
if <tt>TRUE</tt>, the PNG driver will map GRASS_PNGFILE as its framebuffer,
- rather than using memory. This only works with BMP files.</LI><BR>
+ rather than using memory. This only works with BMP files.</LI>
<LI><B>GRASS_RENDER_IMMEDIATE=[TRUE|FALSE]</B><BR>
tells the raster library to use its built-in PNG driver rather
than connecting to an external monitor process using sockets. If
Modified: grass/trunk/lib/psdriver/psdriver.html
===================================================================
--- grass/trunk/lib/psdriver/psdriver.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/lib/psdriver/psdriver.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -28,24 +28,24 @@
<UL>
<LI><B>GRASS_PSFILE</B><BR>
name of output file. If it ends with ".eps" an EPS file
- will be created.</LI><BR>
+ will be created.</LI>
<LI><B>GRASS_PAPER</B><BR>
sets the screen dimensions and margins to
- fit a standard paper size, see also GRASS_WIDTH, GRASS_HEIGHT.</LI><BR>
+ fit a standard paper size, see also GRASS_WIDTH, GRASS_HEIGHT.</LI>
<LI><B>GRASS_WIDTH</B><BR>
- defines the width of the screen, see also GRASS_HEIGHT</LI><BR>
+ defines the width of the screen, see also GRASS_HEIGHT</LI>
<LI><B>GRASS_HEIGHT</B><BR>
- defines the height of the screen, see also GRASS_WIDTH</LI><BR>
+ defines the height of the screen, see also GRASS_WIDTH</LI>
<LI><B>GRASS_TRUECOLOR</B><BR>
if <tt>TRUE</tt>, the PS driver generates color output, otherwise
- monochrome.</LI><BR>
+ monochrome.</LI>
<LI><B>GRASS_LANDSCAPE</B><BR>
if <tt>TRUE</tt>, the screen is rotated 90 degrees
counter-clockwise so that a "landscape" screen fits better on
- "portrait" paper.</LI><BR>
+ "portrait" paper.</LI>
<LI><B>GRASS_PS_HEADER</B><BR>
if <tt>FALSE</tt>, the output is appended to any existing file,
- and no prolog or setup sections are generated.</LI><BR>
+ and no prolog or setup sections are generated.</LI>
<LI><B>GRASS_PS_TRAILER</B><BR>
if <tt>FALSE</tt>, no trailer section is generated.</LI>
</UL>
Modified: grass/trunk/ps/ps.map/ps.map.html
===================================================================
--- grass/trunk/ps/ps.map/ps.map.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/ps/ps.map/ps.map.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -154,8 +154,7 @@
</DD>
-<a name="NAMED_COLORS"></a>
-<DT><B>color</B> <EM>name</EM>
+<DT><a name="NAMED_COLORS"></a><B>color</B> <EM>name</EM>
<DD>The following colors names are accepted by <EM>ps.map</EM>:
<tt>
Modified: grass/trunk/raster/r.flow/r.flow.html
===================================================================
--- grass/trunk/raster/r.flow/r.flow.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.flow/r.flow.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -147,11 +147,11 @@
<p>Mitasova, H., L. Mitas, 1993, Interpolation by regularized spline with
tension : I. Theory and implementation. Mathematical Geology 25, p. 641-655.
-(<a href=http://skagit.meas.ncsu.edu/~helena/gmslab/papers/lmg.rev1.ps>online</a>)
+(<a href="http://skagit.meas.ncsu.edu/~helena/gmslab/papers/lmg.rev1.ps">online</a>)
<p>Mitasova and Hofierka 1993 : Interpolation by Regularized Spline with
Tension: II. Application to Terrain Modeling and Surface Geometry Analysis.
-Mathematical Geology 25(6), 657-669. (<a href=http://skagit.meas.ncsu.edu/~helena/gmslab/papers/hmg.rev1.ps>online</a>)
+Mathematical Geology 25(6), 657-669. (<a href="http://skagit.meas.ncsu.edu/~helena/gmslab/papers/hmg.rev1.ps">online</a>)
<p>Mitasova, H., Mitas, L., Brown, W.M., Gerdes, D.P., Kosinovsky, I.,
Baker, T., 1995: Modeling spatially and temporally distributed phenomena:
@@ -187,7 +187,7 @@
<p><i>The current version of the program (adapted for GRASS5.0)</i>:
<br>Joshua Caplan, Mark Ruesink, Helena Mitasova, University of Illinois
at Urbana-Champaign with support from USA CERL.<br>
-<a href=http://skagit.meas.ncsu.edu/~helena/gmslab/>GMSL/University of Illinois at
+<a href="http://skagit.meas.ncsu.edu/~helena/gmslab/">GMSL/University of Illinois at
Urbana-Champaign</a>
<p><i>Last changed: $Date$</i>
Modified: grass/trunk/raster/r.grow/r.grow.html
===================================================================
--- grass/trunk/raster/r.grow/r.grow.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.grow/r.grow.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -64,8 +64,8 @@
<p>
-<em><a href="http://en.wikipedia.org/wiki/Euclidean_metric">Wikipedia Entry: Euclidean Metric</a><br>
-<em><a href="http://en.wikipedia.org/wiki/Manhattan_metric">Wikipedia Entry: Manhattan Metric</a>
+<em><a href="http://en.wikipedia.org/wiki/Euclidean_metric">Wikipedia Entry: Euclidean Metric</a></em><br>
+<em><a href="http://en.wikipedia.org/wiki/Manhattan_metric">Wikipedia Entry: Manhattan Metric</a></em>
<h2>AUTHORS</h2>
Modified: grass/trunk/raster/r.grow.distance/r.grow.distance.html
===================================================================
--- grass/trunk/raster/r.grow.distance/r.grow.distance.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.grow.distance/r.grow.distance.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -59,8 +59,8 @@
<p>
-<em><a href="http://en.wikipedia.org/wiki/Euclidean_metric">Wikipedia Entry: Euclidean Metric</a><br>
-<em><a href="http://en.wikipedia.org/wiki/Manhattan_metric">Wikipedia Entry: Manhattan Metric</a>
+<em><a href="http://en.wikipedia.org/wiki/Euclidean_metric">Wikipedia Entry: Euclidean Metric</a></em><br>
+<em><a href="http://en.wikipedia.org/wiki/Manhattan_metric">Wikipedia Entry: Manhattan Metric</a></em>
<h2>AUTHORS</h2>
Modified: grass/trunk/raster/r.in.bin/r.in.bin.html
===================================================================
--- grass/trunk/raster/r.in.bin/r.in.bin.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.in.bin/r.in.bin.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -15,7 +15,7 @@
are the coordinates of the edges of the geographic region.
The rows and cols field values entered describe the dimensions
of the matrix of data to follow. If input is a
-<a href=http://gmt.soest.hawaii.edu/>GMT</a> binary array
+<a href="http://gmt.soest.hawaii.edu/">GMT</a> binary array
(-h flag), the six dimension fields are obtained from the GMT header.
If the bytes field is entered incorrectly an error will be generated
suggesting a closer bytes value.
@@ -64,7 +64,7 @@
<h3>GTOPO30 DEM</h3>
The following is a sample call of <em>r.in.bin</em> to import
-<a href=http://edcdaac.usgs.gov/gtopo30/gtopo30.asp>GTOPO30 DEM</a>
+<a href="http://edcdaac.usgs.gov/gtopo30/gtopo30.asp">GTOPO30 DEM</a>
data:
<p>
<div class="code"><pre>
@@ -95,7 +95,7 @@
<h3>ETOPO2</h3>
The following is a sample call of <em>r.in.bin</em> to import
-<a href=http://www.ngdc.noaa.gov/mgg/image/2minrelief.html>ETOPO2 DEM</a> data (here full data set):
+<a href="http://www.ngdc.noaa.gov/mgg/image/2minrelief.html">ETOPO2 DEM</a> data (here full data set):
<p>
<div class="code"><pre>
r.in.bin ETOPO2.dos.bin out=ETOPO2min r=5400 c=10800 n=90 s=-90 w=-180 e=180 bytes=2
Modified: grass/trunk/raster/r.in.mat/r.in.mat.html
===================================================================
--- grass/trunk/raster/r.in.mat/r.in.mat.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.in.mat/r.in.mat.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -114,14 +114,17 @@
<h2>SEE ALSO</h2>
-<i>
+<em>
<a href="r.out.mat.html">r.out.mat</a>,
<a href="r.in.ascii.html">r.in.ascii</a>,
<a href="r.in.bin.html">r.in.bin</a>,
<a href="r.mapcalc.html">r.mapcalc</a>,
-<a href="r.null.html">r.null</a>.<p>
+<a href="r.null.html">r.null</a>.
+</em>
+<p>
+<em>
The <a href="http://www.octave.org">Octave</a> project
-</i>
+</em>
<h2>AUTHOR</h2>
Modified: grass/trunk/raster/r.in.xyz/r.in.xyz.html
===================================================================
--- grass/trunk/raster/r.in.xyz/r.in.xyz.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.in.xyz/r.in.xyz.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -12,6 +12,7 @@
Available statistics for populating the raster are:<br>
<ul>
+<li>
<table>
<tr><td><em>n</em></td> <td>number of points in cell</td></tr>
<tr><td><em>min</em></td> <td>minimum value of points in cell</td></tr>
Modified: grass/trunk/raster/r.lake/r.lake.html
===================================================================
--- grass/trunk/raster/r.lake/r.lake.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.lake/r.lake.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -7,13 +7,13 @@
<p>This module uses a 3x3 moving window approach to find all cells that
match three criteria and to define the lake:
+</p>
<ul>
<li>cells are below the specified elevation (i.e., water level);</li>
<li>cells are connected with an initial cell (seed or E,N value);</li>
<li>cells are not NULL or masked.</li>
</ul>
-</p>
<p>The water level must be in DEM units.</p>
Modified: grass/trunk/raster/r.li/r.li.edgedensity/r.li.edgedensity.html
===================================================================
--- grass/trunk/raster/r.li/r.li.edgedensity/r.li.edgedensity.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.li/r.li.edgedensity/r.li.edgedensity.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -3,11 +3,11 @@
<em>r.li.edgedensity </em>calculates:<br>
<br>
<ul>
- <li> the density of all the edge of patch i<br></li>
- <img alt="" src="rliEdgeDensity_formula1.png"><br>
- or<br><br>
- <li> the density of all the edge in the sampling area if i isn't specified<br></li>
- <img alt="" src="rliEdgeDensity_formula2.png"><br></ul>
+ <li> the density of all the edge of patch i<br>
+ <img src="rliEdgeDensity_formula1.png"><br>
+ or<br><br></li>
+ <li> the density of all the edge in the sampling area if i isn't specified<br>
+ <img src="rliEdgeDensity_formula2.png"><br></li></ul>
<p>with:</p>
<ul>
<li><b>k</b>: patch type<br></li>
Modified: grass/trunk/raster/r.li/r.li.padcv/r.li.padcv.html
===================================================================
--- grass/trunk/raster/r.li/r.li.padcv/r.li.padcv.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.li/r.li.padcv/r.li.padcv.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -5,8 +5,8 @@
<img src="rlipadcv_formula1.png"> <br>
with:<br>
<ul>
- <li><b>SD</b>: standard deviation of patch area size <br></li>
- <img src="rlipadcv_formula2.png"> <br>
+ <li><b>SD</b>: standard deviation of patch area size <br>
+ <img src="rlipadcv_formula2.png"> <br></li>
<li><b>MPS</b>: mean patch area size<br></li>
<li><b>a<small><small>i</small></small></b>: area of patch i<br></li>
<li><b>N<small>patch</small></b>: number of patch<br></li>
Modified: grass/trunk/raster/r.li/r.li.setup/r.li.setup.html
===================================================================
--- grass/trunk/raster/r.li/r.li.setup/r.li.setup.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.li/r.li.setup/r.li.setup.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -113,6 +113,7 @@
<li>mouse: the user chooses the shape and then draws the
specified number of sample areas on map.
</ul>
+ </ul>
<li><em>Moving Window:</em> the user defines a rectangular or
circular area, it is moved over all the raster increasing only
of a cell for every move(in columns if possible, if not in rows).
Modified: grass/trunk/raster/r.neighbors/r.neighbors.html
===================================================================
--- grass/trunk/raster/r.neighbors/r.neighbors.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.neighbors/r.neighbors.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -129,7 +129,7 @@
<br>
<em>Neighborhood Size:</em>
-<dd>The neighborhood <b>size</b> specifies which cells surrounding any given
+The neighborhood <b>size</b> specifies which cells surrounding any given
cell fall into the neighborhood for that cell.
The <b>size</b> must be an odd integer.
For example,
@@ -140,11 +140,10 @@
|_|_|_|
</pre>
-</dd>
<p>
<em>Matrix weights:</em>
-<dd>A custom matrix can be used if none of the neighborhood operation
+A custom matrix can be used if none of the neighborhood operation
methods are desirable by using the <b>weight</b>. This option must
be used in conjunction with the <b>size</b> option to specify the
matrix size. The weights desired are to be entered into a text file.
@@ -175,7 +174,7 @@
<p>
<h3>FLAGS</h3>
-
+<dl>
<dt><b>-a</b>
<dd>If specified, <em><b>r.neighbors</b></em> will not align the output
@@ -226,8 +225,8 @@
(i.e., without printing to standard output notes on the program's progress).
If unspecified, the program will print messages to standard output by default.
</dd>
+</dl>
-
<h2>NOTES</h2>
The <em><b>r.neighbors</b></em> program works in the current geographic region
Modified: grass/trunk/raster/r.out.bin/r.out.bin.html
===================================================================
--- grass/trunk/raster/r.out.bin/r.out.bin.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.out.bin/r.out.bin.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -9,7 +9,7 @@
<h2>NOTES</h2>
With the -h flag, data can be directly used by
-<a href=http://gmt.soest.hawaii.edu/>GMT</a> as Grid Format 1 (float) or
+<a href="http://gmt.soest.hawaii.edu/">GMT</a> as Grid Format 1 (float) or
2 (short). For example:
<div class="code"><pre>
@@ -38,6 +38,6 @@
<h2>AUTHOR</h2>
This program is derived from <em><a href="r.out.ascii.html">r.out.ascii</a></em>
with a few modifications. <br>
-Author: <a href=mailto:bcovill at tekmap.ns.ca>Bob Covill</a>
+Author: <a href="mailto:bcovill at tekmap.ns.ca">Bob Covill</a>
<p><i>Last changed: $Date$</i>
Modified: grass/trunk/raster/r.out.mpeg/r.out.mpeg.html
===================================================================
--- grass/trunk/raster/r.out.mpeg/r.out.mpeg.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.out.mpeg/r.out.mpeg.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -72,7 +72,7 @@
(Version 1.3; March 14, 1994)
<p>
Lawrence A. Rowe, Kevin Gong, Ketan Patel, and Dan Wallach Computer Science
-Division-EECS, <dd>Univ. of Calif. at Berkeley</dd>
+Division-EECS, Univ. of Calif. at Berkeley
<p>
Available from Berkeley:
<a href="http://bmrc.berkeley.edu/frame/research/mpeg/mpeg_encode.html">http://bmrc.berkeley.edu/frame/research/mpeg/mpeg_encode.html</a>
Modified: grass/trunk/raster/r.profile/r.profile.html
===================================================================
--- grass/trunk/raster/r.profile/r.profile.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.profile/r.profile.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -140,7 +140,7 @@
<em><a href="gm_profile.html">gis.m: PROFILE TOOL</a></em>
<h2>AUTHOR</h2>
-<a href=mailto:bcovill at tekmap.ns.ca>Bob Covill</a>
+<a href="mailto:bcovill at tekmap.ns.ca">Bob Covill</a>
<p>
<i>Last changed: $Date$</i>
Modified: grass/trunk/raster/r.proj/r.proj.html
===================================================================
--- grass/trunk/raster/r.proj/r.proj.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.proj/r.proj.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -159,7 +159,7 @@
Richards, John A. (1993), Remote Sensing Digital Image Analysis,
Springer-Verlag, Berlin, 2nd edition.
<p>
-<a href=http://proj.maptools.org/>PROJ.4</a>: Projection/datum support library.
+<a href="http://proj.maptools.org/">PROJ.4</a>: Projection/datum support library.
<p>
<b>Further reading</b>
<ul>
Modified: grass/trunk/raster/r.quantile/r.quantile.html
===================================================================
--- grass/trunk/raster/r.quantile/r.quantile.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.quantile/r.quantile.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -12,6 +12,6 @@
<h2>AUTHOR</h2>
-Glynn Clements <glynn gclements.plus.com>
+Glynn Clements
<p>
<i>Last changed: $Date: 2007-04-06 21:49:26 +0200 (Fri, 06 Apr 2007) $</i>
Modified: grass/trunk/raster/r.random.surface/r.random.surface.html
===================================================================
--- grass/trunk/raster/r.random.surface/r.random.surface.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.random.surface/r.random.surface.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -122,7 +122,7 @@
"<a href="http://www.geo.hunter.cuny.edu/~chuck/acm/paper.html">Dealing with Uncertainty in Categorical Coverage Maps: Defining, Visualizing, and Managing Data Errors</a>", by Charles Ehlschlaeger and Michael Goodchild. Proceedings, Workshop on Geographic Information Systems at the Conference on Information and Knowledge Management, Gaithersburg MD, 1994.
<p>
-"<a href="http://www.geo.hunter.cuny.edu/~chuck/gislis/gislis.html>Uncertainty in Spatial Data: Defining, Visualizing, and Managing Data Errors</a>", by Charles Ehlschlaeger and Michael Goodchild. Proceedings, GIS/LIS'94, pp. 246-253, Phoenix AZ,
+"<a href="http://www.geo.hunter.cuny.edu/~chuck/gislis/gislis.html">Uncertainty in Spatial Data: Defining, Visualizing, and Managing Data Errors</a>", by Charles Ehlschlaeger and Michael Goodchild. Proceedings, GIS/LIS'94, pp. 246-253, Phoenix AZ,
1994.
<p>
Modified: grass/trunk/raster/r.reclass/r.reclass.html
===================================================================
--- grass/trunk/raster/r.reclass/r.reclass.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.reclass/r.reclass.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -148,6 +148,7 @@
The following examples may help clarify the reclass rules.
<p>
+<dl>
<dt>
<dd>1. This example reclassifies categories 1, 2 and 3 in the input raster
map layer "roads" to category 1 with category label "good quality" in the output map
@@ -209,6 +210,7 @@
25 = 3 good quality
</pre>
</dd>
+</dl>
<p>
The final example was given to show how the labels are handled. If a new
Modified: grass/trunk/raster/r.sum/r.sum.html
===================================================================
--- grass/trunk/raster/r.sum/r.sum.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.sum/r.sum.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -9,6 +9,6 @@
<em><a href="r.surf.area.html">r.surf.area</a></em>
<h2>AUTHOR</h2>
-<a href=mailto:brown at gis.uiuc.edu>Bill Brown</a>, UIUC GIS Laboratory
+<a href="mailto:brown at gis.uiuc.edu">Bill Brown</a>, UIUC GIS Laboratory
<p><i>Last changed: $Date$</i>
Modified: grass/trunk/raster/r.sunmask/r.sunmask.html
===================================================================
--- grass/trunk/raster/r.sunmask/r.sunmask.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.sunmask/r.sunmask.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -5,7 +5,7 @@
cast shadow areas arising from sun shine and elevations. The user can define
the sun position either directly or the module calculates it from given
location and date/time parameters using the
-<a href=http://rredc.nrel.gov/>NREL</a> sun position algorithm. So either
+<a href="http://rredc.nrel.gov/">NREL</a> sun position algorithm. So either
"A:"-parameters to specify the exact known sun position or "B:-parameters"
to specify date/time for sun position calculation by r.sunmask itself have
to be used.
@@ -56,7 +56,8 @@
<h2>Acknowledgements</h2>
-Acknowledgements: National Renewable Energy Laboratory for their <a href=http://rredc.nrel.gov/solar/codes_algs/solpos/>SOLPOS 2.0</a> sun position
+Acknowledgements: National Renewable Energy Laboratory for their
+<a href="http://rredc.nrel.gov/solar/codes_algs/solpos/">SOLPOS 2.0</a> sun position
algorithm.
<h2>SEE ALSO</h2>
Modified: grass/trunk/raster/r.surf.area/r.surf.area.html
===================================================================
--- grass/trunk/raster/r.surf.area/r.surf.area.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.surf.area/r.surf.area.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -25,8 +25,8 @@
<p>
+Reported totals are:
<ol>
-<lh>Reported totals are:
<li>"Plan" area of <tt>NULL</tt> values within the current GRASS region
<li>"Plan" area within calculation region (rows-1 * cols-1 * cellarea)
<li>Average of the minimum and maximum calculated 3d triangle area
Modified: grass/trunk/raster/r.surf.idw/r.surf.idw.html
===================================================================
--- grass/trunk/raster/r.surf.idw/r.surf.idw.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.surf.idw/r.surf.idw.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -24,7 +24,7 @@
The <b>npoints</b> parameter defines the number of nearest data points used
to determine the interpolated value of an output raster cell.
-<A NAME="notes.html"><h2>NOTES</h2></a>
+<A NAME="notes.html"></a><h2>NOTES</h2>
<em>r.surf.idw</em> is a surface generation utility which
uses inverse distance squared weighting (as described in
Modified: grass/trunk/raster/r.terraflow/r.terraflow.html
===================================================================
--- grass/trunk/raster/r.terraflow/r.terraflow.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.terraflow/r.terraflow.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -26,7 +26,7 @@
downslope neighbors.
<p>
-<table width=80% align=center>
+<table width="80%" align=center>
<tr>
<th><img src="rterraflow_dir2.png" alt="[SFD]" border=0></th>
<th><img src="rterraflow_dir3.png" alt="[SFD]" border=0></th>
Modified: grass/trunk/raster/r.timestamp/r.timestamp.html
===================================================================
--- grass/trunk/raster/r.timestamp/r.timestamp.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.timestamp/r.timestamp.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -45,9 +45,9 @@
<p>
<b>Absolute</b><p>
The general format for absolute values is:
-<p><tt>
+<tt>
day month year [bc] hour:minute:seconds timezone
-<p>
+<br>
day is 1-31<br>
month is jan,feb,...,dec<br>
year is 4 digit year<br>
@@ -56,16 +56,15 @@
mintue is 0-59<br>
second is 0-59.9999 (fractions of second allowed)<br>
timezone is +hhmm or -hhmm (eg, -0600)<br>
-<p>
+</tt><p>
parts can be missing
-<p>
+<p><tt>
1994 [bc]<br>
Jan 1994 [bc]<br>
15 jan 1000 [bc]<br>
15 jan 1994 [bc] 10 [+0000]<br>
15 jan 1994 [bc] 10:00 [+0100]<br>
15 jan 1994 [bc] 10:00:23.34 [-0500]<br>
-<p>
</tt>
<b>Relative</b><p>
There are two types of relative datetime values, year-
Modified: grass/trunk/raster/r.topidx/r.topidx.html
===================================================================
--- grass/trunk/raster/r.topidx/r.topidx.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.topidx/r.topidx.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -36,7 +36,7 @@
<br>
Thanks to Keith Beven.
<p>
-GRASS port by <a href=mailto:grass4u gmail com>Huidae Cho</a><br>
+GRASS port by <a href="mailto:grass4u at gmail com">Huidae Cho</a><br>
Hydro Laboratory, Kyungpook National University, South Korea
<p><i>Last changed: $Date$</i></p>
Modified: grass/trunk/raster/r.topmodel/r.topmodel.html
===================================================================
--- grass/trunk/raster/r.topmodel/r.topmodel.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster/r.topmodel/r.topmodel.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -22,25 +22,21 @@
</pre></div>
This option can be omitted if [elevation] map is already depressionless.
</dd>
-<p>
<dt><b>belevation</b> map is created from [elevation] with [basin] mask applied:</dt>
<dd><div class="code"><pre>
r.mapcalc "belevation = if(basin == 0 || isnull(basin), null(), elevation)"
</pre></div></dd>
-<p>
<dt><b>topidx</b> map is created as follows:</dt>
<dd><div class="code"><pre>
r.topidx input=elevation output=topidx
</pre></div></dd>
-<p>
<dt><b>Qobs</b></dt>
<dd>Compare simulated flows with observed flows and calculate model
efficiency.
</dd>
-<p>
</dl>
<h2>SEE ALSO</h2>
@@ -54,7 +50,7 @@
<br>
Thanks to Keith Beven.
<p>
-GRASS port by <a href=mailto:grass4u gmail com>Huidae Cho</a><br>
+GRASS port by <a href="mailto:grass4u at gmail com">Huidae Cho</a><br>
Hydro Laboratory, Kyungpook National University, South Korea
<p><i>Last changed: $Date$</i>
Modified: grass/trunk/raster3d/base/r3.timestamp.html
===================================================================
--- grass/trunk/raster3d/base/r3.timestamp.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster3d/base/r3.timestamp.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -49,7 +49,7 @@
The general format for absolute values is
<p><tt>
day month year [bc] hour:minute:seconds timezone
-<p>
+<br>
day is 1-31<br>
month is jan,feb,...,dec<br>
year is 4 digit year<br>
@@ -58,16 +58,16 @@
mintue is 0-59<br>
second is 0-59.9999 (fractions of second allowed)<br>
timezone is +hhmm or -hhmm (eg, -0600)<br>
-<p>
+<br>
parts can be missing
-<p>
+<br>
1994 [bc]<br>
Jan 1994 [bc]<br>
15 jan 1000 [bc]<br>
15 jan 1994 [bc] 10 [+0000]<br>
15 jan 1994 [bc] 10:00 [+0100]<br>
15 jan 1994 [bc] 10:00:23.34 [-0500]<br>
-<p>
+<br>
</tt>
<b> Relative</b>
There are two types of relative datetime values, year-
@@ -94,7 +94,7 @@
<tt>
3 months 15 days<br>
3 years 10 days
-<p>
+</tt>
<H2>BUGS</H2>
Spaces in the timestamp value are required.
Modified: grass/trunk/raster3d/r3.mkdspf/r3.mkdspf.html
===================================================================
--- grass/trunk/raster3d/r3.mkdspf/r3.mkdspf.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/raster3d/r3.mkdspf/r3.mkdspf.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -61,8 +61,8 @@
copy them to their mapset.
<H2>AUTHOR</H2>
-<SIGNATURE>Bill Brown,
+<p>Bill Brown,
<A HREF="mailto:brown at gis.uiuc.edu">bbrown at gis.uiuc.edu</A>
-</SIGNATURE>
+</p>
<p><i>Last changed: $Date$</i>
Modified: grass/trunk/scripts/r.in.wms/r.in.wms.html
===================================================================
--- grass/trunk/scripts/r.in.wms/r.in.wms.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/scripts/r.in.wms/r.in.wms.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -81,12 +81,11 @@
layers=us_ned styles=feet_real -o region=panhandle-90ft -d method=cubic
</pre></div>
-<dd><b>-d</b> skips ahead to downloading. This could be used to try
+<b>-d</b> skips ahead to downloading. This could be used to try
downloading again (if some files failed last time) or to import the data
differently. Since downloaded files are remembered those already received
successfully are not re-requested. In this case we are reimporting the
data using the cubic interpolation method instead of nearest neighbor.
-</dd>
<H3>LANDSAT from OnEarth server download</H3>
Modified: grass/trunk/scripts/r.mask/r.mask.html
===================================================================
--- grass/trunk/scripts/r.mask/r.mask.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/scripts/r.mask/r.mask.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -76,7 +76,7 @@
Removing a raster mask with the -r flag:
<div class="code"><pre>
<b>r.mask -r input=</b>anything_you_wish
-Removing raster <MASK>
+Removing raster <MASK>
Raster MASK removed
</pre></div>
@@ -88,6 +88,7 @@
Removing or renaming raster file named MASK will
restore raster operations to normal
[Raster MASK present]
+</pre></div>
<h2>SEE ALSO</h2>
<em>
Modified: grass/trunk/scripts/r.tileset/r.tileset.html
===================================================================
--- grass/trunk/scripts/r.tileset/r.tileset.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/scripts/r.tileset/r.tileset.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -35,7 +35,7 @@
<dt>
<div class="code"><pre>
-bbox=5,125,45,175&width=80&height=100
+bbox=5,125,45,175&width=80&height=100
</pre></div>
<dd>
Modified: grass/trunk/scripts/v.db.update/v.db.update.html
===================================================================
--- grass/trunk/scripts/v.db.update/v.db.update.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/scripts/v.db.update/v.db.update.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -33,7 +33,7 @@
Type cast (type conversion) of strings to double precision (unsupported by DBF driver):
<div class="code"><pre>
v.db.update mygeodetic_pts col=zval qcol="CAST(z_value AS double precision)" \
- where="z_value <> 'N/A'"
+ where="z_value <> 'N/A'"
</pre></div>
<h2>SEE ALSO</h2>
Modified: grass/trunk/scripts/v.in.e00/v.in.e00.html
===================================================================
--- grass/trunk/scripts/v.in.e00/v.in.e00.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/scripts/v.in.e00/v.in.e00.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -20,6 +20,6 @@
<h2>AUTHOR</h2>
-Markus Neteler, Otto Dassau, <a href=http://www.gdf-hannover.de>GDF Hannover bR</a>, Germany
+Markus Neteler, Otto Dassau, <a href="http://www.gdf-hannover.de/">GDF Hannover bR</a>, Germany
<p><i>Last changed: $Date$</i>
Modified: grass/trunk/scripts/v.in.gns/v.in.gns.html
===================================================================
--- grass/trunk/scripts/v.in.gns/v.in.gns.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/scripts/v.in.gns/v.in.gns.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -34,7 +34,7 @@
<h2>AUTHOR</h2>
-Markus Neteler, <a href=http://mpa.itc.it>MPBA Group, ITC-irst</a>
+Markus Neteler, <a href="http://mpa.itc.it/">MPBA Group, ITC-irst</a>
<p>
<i>Last changed: $Date$</i>
Modified: grass/trunk/scripts/v.in.wfs/v.in.wfs.html
===================================================================
--- grass/trunk/scripts/v.in.wfs/v.in.wfs.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/scripts/v.in.wfs/v.in.wfs.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -10,7 +10,7 @@
<div class="code"><pre>
# run in LatLong location:
v.in.wfs \
- wfs="http://mapserver.gdf-hannover.de/cgi-bin/grassuserwfs?REQUEST=GetFeature&SERVICE=WFS&VERSION=1.0.0" out=grass_users
+ wfs="http://mapserver.gdf-hannover.de/cgi-bin/grassuserwfs?REQUEST=GetFeature&SERVICE=WFS&VERSION=1.0.0" out=grass_users
v.db.select grass_users where="name ~ 'Markus'"
</pre></div>
Modified: grass/trunk/vector/v.clean/v.clean.html
===================================================================
--- grass/trunk/vector/v.clean/v.clean.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/vector/v.clean/v.clean.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -15,7 +15,6 @@
is 0. The user cannot change this threshold. The following figure should help
demonstrate what the tool does.
<P>
-<ul>
<table><tr><td>
<img src="v_clean_rmsa.png" border=1>
</td></tr>
@@ -23,7 +22,6 @@
<font size=-1><em>tool=rmsa</em></font>
</td></tr>
</table>
-</ul>
<h3>What is a bridge?</h3>
A bridge is an area type connection of an island (polygon in a polygon) to the outer
Modified: grass/trunk/vector/v.in.ascii/v.in.ascii.html
===================================================================
--- grass/trunk/vector/v.in.ascii/v.in.ascii.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/vector/v.in.ascii/v.in.ascii.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -182,10 +182,10 @@
<div class="code"><pre>
# Print out the column number for each field, supposing the file has a header
-head -1 input_file | tr '<the_field_separator_character>' '\n' | cat -n
+head -1 input_file | tr '<the_field_separator_character>' '\n' | cat -n
# From the listing, select the columns you want and feed them to v.in.ascii
# do not use the input= option
-cut -d<the_field_separator_character> -f<comma-separated_list_of_columns> input_file | v.in.ascii <your_options>
+cut -d<the_field_separator_character> -f<comma-separated_list_of_columns> input_file | v.in.ascii <your_options>
</pre></div>
Modified: grass/trunk/vector/v.in.dxf/v.in.dxf.html
===================================================================
--- grass/trunk/vector/v.in.dxf/v.in.dxf.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/vector/v.in.dxf/v.in.dxf.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -4,23 +4,23 @@
<ul>
<li>GRASS point type:</li>
- <ul>
+ <li><ul>
<li><B>DXF POINT</B></li>
- </ul>
+ </ul></li>
<li>GRASS line type:</li>
- <ul>
+ <li><ul>
<li><B>DXF LINE</B></li>
<li><B>DXF POLYLINE</B></li>
<li><B>DXF LWPOLYLINE</B></li>
<li><B>DXF ARC</B></li>
<li><B>DXF CIRCLE</B></li>
<li><B>DXF TEXT</B></li>
- </ul>
+ </ul></li>
<li>GRASS face type:</li>
- <ul>
+ <li><ul>
<li><B>DXF POLYFACE MESHES</B></li>
<li><B>DXF 3DFACE</B></li>
- </ul>
+ </ul></li>
</ul>
Capital column names are changed to lowercase characters as for easier
Modified: grass/trunk/vector/v.kernel/v.kernel.html
===================================================================
--- grass/trunk/vector/v.kernel/v.kernel.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/vector/v.kernel/v.kernel.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -26,7 +26,7 @@
<H2>AUTHOR</H2>
-Stefano Menegon, <a href=http://mpa.itc.it>ITC-irst</a>, Trento, Italy
+Stefano Menegon, <a href="http://mpa.itc.it/">ITC-irst</a>, Trento, Italy
<BR>
Radim Blazek (network part)
Modified: grass/trunk/vector/v.proj/v.proj.html
===================================================================
--- grass/trunk/vector/v.proj/v.proj.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/vector/v.proj/v.proj.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -33,7 +33,7 @@
<H2>REFERENCES</H2>
-<a href=http://proj.maptools.org/>PROJ 4</a>: Projection/datum support library.
+<a href="http://proj.maptools.org/">PROJ 4</a>: Projection/datum support library.
<P>
<B>Further reading</B>
Modified: grass/trunk/vector/v.voronoi/v.delaunay.html
===================================================================
--- grass/trunk/vector/v.voronoi/v.delaunay.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/vector/v.voronoi/v.delaunay.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -57,7 +57,7 @@
<H2>AUTHORS</H2>
James Darrell McCauley, Purdue University<br>
-GRASS 5 update, improvements: <a href=mailto:aaime at libero.it>Andrea Aime</a>,
+GRASS 5 update, improvements: <a href="mailto:aaime at libero.it">Andrea Aime</a>,
Modena, Italy<br>
GRASS 5.7 update: Radim Blazek
Modified: grass/trunk/vector/v.voronoi/v.voronoi.html
===================================================================
--- grass/trunk/vector/v.voronoi/v.voronoi.html 2008-08-17 18:39:17 UTC (rev 32845)
+++ grass/trunk/vector/v.voronoi/v.voronoi.html 2008-08-17 18:42:20 UTC (rev 32846)
@@ -74,7 +74,7 @@
<H2>AUTHORS</H2>
James Darrell McCauley, Purdue University<br>
-GRASS 5 update, improvements: <a href=mailto:aaime at libero.it>Andrea Aime</a>, Modena, Italy<br>
+GRASS 5 update, improvements: <a href="mailto:aaime at libero.it">Andrea Aime</a>, Modena, Italy<br>
GRASS 5.7 update: Radim Blazek
<p>
More information about the grass-commit
mailing list