[GRASS-SVN] r40931 - in grass-addons: ossim_grass/r.planet ossim_grass/v.planet raster/r.ipso raster/r.wf

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 11 04:47:07 EST 2010


Author: epifanio
Date: 2010-02-11 04:47:04 -0500 (Thu, 11 Feb 2010)
New Revision: 40931

Modified:
   grass-addons/ossim_grass/r.planet/description.html
   grass-addons/ossim_grass/v.planet/description.html
   grass-addons/raster/r.ipso/description.html
   grass-addons/raster/r.wf/description.html
Log:
change the html descriptions tags to lower case

Modified: grass-addons/ossim_grass/r.planet/description.html
===================================================================
--- grass-addons/ossim_grass/r.planet/description.html	2010-02-11 08:50:07 UTC (rev 40930)
+++ grass-addons/ossim_grass/r.planet/description.html	2010-02-11 09:47:04 UTC (rev 40931)
@@ -1,29 +1,11 @@
-<H2>DESCRIPTION</H2>
+<h2>DESCRIPTION</h2>
 
 
-<EM><B>r.planet.py : </B></EM> Scripts to generate vrt layer from a selected grass raster layer and add/zoomTo/remove the data to ossimplanet using the ossimplanet tcp listner.
+<em><b>r.planet.py : </b></em> Scripts to generate vrt layer from a selected grass raster layer and add/zoomTo/remove the data to ossimplanet using the ossimplanet tcp listner.
 
-<H2>OPTIONS</H2>
 
-<p>
-<B>[-a] :</B> add map and zoom to it
-<p>
-<B>[-r] :</B> remove map
-<p>
-<B>[map] :</B> input layer
-<p>
-<p>
-<B>[host] :</B> ossimplanet listner settings "host" (default to "loacalhost")
-<p>
-<p>
-<B>[pport] :</B> ossimplanet listner settings "position message port number" (default to "7000")
-<p>
-<p>
-<B>[dport] :</B> ossimplanet listner settings "data port number" (default to "8000")
-<p>
+<h2>EXAMPLE</h2>
 
-<H2>EXAMPLE</H2>
-
 Add selected map to ossimplanet screen and zoom to it :
 <div class="code"><pre>
 r.planet.py map=elevation.10m -a
@@ -36,13 +18,13 @@
 <p>
 
 
-<H2>REFERENCES</H2>
+<h2>REFERENCES</h2>
  
-<EM><A HREF="http://web.me.com/epiesasha/PlanetSasha/">PlanetSasha</A></EM> Google Summer of Code - OSGEO - Massimo Di Stefano.
+<em><A HREF="http://web.me.com/epiesasha/PlanetSasha/">PlanetSasha</A></em> Google Summer of Code - OSGEO - Massimo Di Stefano.
 
-<H2>SEE ALSO</H2>
+<h2>SEE ALSO</h2>
 
-<EM><A HREF="v.planet.html">v.planet.py</A></EM>
+<em><A HREF="v.planet.html">v.planet.py</A></em>
 
 <H2>AUTHOR</H2>
 

Modified: grass-addons/ossim_grass/v.planet/description.html
===================================================================
--- grass-addons/ossim_grass/v.planet/description.html	2010-02-11 08:50:07 UTC (rev 40930)
+++ grass-addons/ossim_grass/v.planet/description.html	2010-02-11 09:47:04 UTC (rev 40931)
@@ -1,44 +1,11 @@
-<H2>DESCRIPTION</H2>
+<h2>DESCRIPTION</h2>
 
 
-<EM><B>v.planet.py : </B></EM> Scripts to generate vrt layer from a selected grass vector layer and add/zoomTo/remove the data to ossimplanet using the ossimplanet tcp listner.
+<em><b>v.planet.py : </b></em> Scripts to generate vrt layer from a selected grass vector layer and add/zoomTo/remove the data to ossimplanet using the ossimplanet tcp listner.
 
-<H2>OPTIONS</H2>
 
-<p>
-<B>[-a] :</B> add map and zoom to it
-<p>
-<B>[-r] :</B> remove map
-<p>
-<B>[map] :</B> input layer
-<p>
-<p>
-<B>[host] :</B> ossimplanet listner settings "host" (default to "loacalhost")
-<p>
-<p>
-<B>[pport] :</B> ossimplanet listner settings "position message port number" (default to "7000")
-<p>
-<p>
-<B>[dport] :</B> ossimplanet listner settings "data port number" (default to "8000")
-<p>
-<p>
-<B>[brush] :</B> brush color -  syntax : 'r,g,b'
-<p>
-<p>
-<B>[pen] :</B> pen color - syntax : 'r,g,b'
-<p>
-<p>
-<B>[size] :</B> point size -  'x,y'
-<p>
-<p>
-<B>[fill] :</B> fill polygons - [0 / 1]
-<p>
-<p>
-<B>[thickness] :</B> thickness - [0 / 1]
-<p>
+<h2>EXAMPLE</h2>
 
-<H2>EXAMPLE</H2>
-
 Add selected map to ossimplanet screen and zoom to it :
 <div class="code"><pre>
 v.planet.py map=elevation.10m -a
@@ -51,17 +18,17 @@
 <p>
 
 
-<H2>REFERENCES</H2>
+<h2>REFERENCES</h2>
  
-<EM><A HREF="http://web.me.com/epiesasha/PlanetSasha/">PlanetSasha</A></EM> Google Summer of Code - OSGEO - Massimo Di Stefano.
+<em><A HREF="http://web.me.com/epiesasha/PlanetSasha/">PlanetSasha</A></em> Google Summer of Code - OSGEO - Massimo Di Stefano.
 
-<H2>SEE ALSO</H2>
+<h2>SEE ALSO</h2>
 
-<EM><A HREF="r.planet.html">r.planet.py</A></EM>
+<em><A HREF="r.planet.html">r.planet.py</A></em>
 
-<H2>AUTHOR</H2>
+<h2>AUTHOR</h2>
 
-Massimo Di Stefano - <EM><A HREF="mailto:massimodisasha at gmail.com">@-mail</A></EM> <br>
+Massimo Di Stefano - <em><A HREF="mailto:massimodisasha at gmail.com">@-mail</A></em> <br>
 
 
 <p><i>Last changed: $Date: 2010-02-07 00:45:10 +0200 (Mon, 9 Feb 2010) $</i>

Modified: grass-addons/raster/r.ipso/description.html
===================================================================
--- grass-addons/raster/r.ipso/description.html	2010-02-11 08:50:07 UTC (rev 40930)
+++ grass-addons/raster/r.ipso/description.html	2010-02-11 09:47:04 UTC (rev 40931)
@@ -1,21 +1,12 @@
-<H2>DESCRIPTION</H2>
+<h2>DESCRIPTION</h2>
 
 
-<EM><B>r.ipso</B></EM> outputs the Ipsometric and Ipsographic curve from elevation dataset and print out percentiles.
+<em><b>r.ipso</b></em> outputs the Ipsometric and Ipsographic curve from elevation dataset and print out percentiles.
 
 
-<H2>Options</H2>
 
-<B>[-a]</B> Output ipsometric graph.
+<h2>NOTES</h2>
 
-<Br>
-<Br>
-<B>[-b]</B> Output ipsographic graph.
-
-</B>
-
-<H2>NOTES</H2>
-
 This curve gives the distribution of surfaces in different altitude ranges. Each
 ipsografica point on the curve has a value of quota as ordered and as the abscissa
 proportion of the surface of the basin placed above the share in question. Having to
@@ -27,7 +18,7 @@
 (2.5%, 5%, 10%, 25%, 50%, 75%, 90%, 95%, 97.5%).
 The ipsometric graph is the same as ipsographic graph but using adimensional axes.
 
-<H2>EXAMPLE</H2>
+<h2>EXAMPLE</h2>
 
 Generate iposographic graph
 
@@ -44,15 +35,15 @@
 
 
 
-<H2>REFERENCES</H2>
+<h2>REFERENCES</h2>
  
 Fractal River Basins - Chance and self organization ( Igatio Rodriguez-Iturbe & Andrea Rinaldo ).
 
-<H2>SEE ALSO</H2>
+<h2>SEE ALSO</h2>
 
-<EM><A HREF="r.wf.html">r.wf.py</A></EM>
+<em><A HREF="r.wf.html">r.wf.py</A></em>
 
-<H2>AUTHOR</H2>
+<h2>AUTHOR</h2>
 
 Massimo Di Stefano, Francesco Di Stefano , Margherita Di Leo <br>
 

Modified: grass-addons/raster/r.wf/description.html
===================================================================
--- grass-addons/raster/r.wf/description.html	2010-02-11 08:50:07 UTC (rev 40930)
+++ grass-addons/raster/r.wf/description.html	2010-02-11 09:47:04 UTC (rev 40931)
@@ -1,10 +1,10 @@
-<H2>DESCRIPTION</H2>
+<h2>DESCRIPTION</h2>
 
 
-<EM><B>r.wf</B></EM> outputs the Width function from the outlet distance map (r.stream.distance output) and print out percentiles.
+<em><b>r.wf</b></em> outputs the Width function from the outlet distance map (r.stream.distance output) and print out percentiles.
 
 
-<H2>NOTES</H2>
+<h2>NOTES</h2>
 
 The width function defined as the number of pixels having equal
 metric distance from the closing section measured by following the directions of drainage.
@@ -12,7 +12,7 @@
 kurtosis) and percentiles, or the percentage of pixels within a certain distance from section
 closure (5%, 15%, 30%, 40%, 50%, 60%, 70%, 85%, 95%).
 
-<H2>EXAMPLE</H2>
+<h2>EXAMPLE</h2>
 
 
 <div class="code"><pre>
@@ -21,15 +21,15 @@
 <p>
 
 
-<H2>REFERENCES</H2>
+<h2>REFERENCES</h2>
  
 Fractal River Basins - Chance and self organization ( Igatio Rodriguez-Iturbe & Andrea Rinaldo ).
 
-<H2>SEE ALSO</H2>
+<h2>SEE ALSO</h2>
 
-<EM><A HREF="r.ipso.html">r.ipso.py</A></EM>
+<em><a HREF="r.ipso.html">r.ipso.py</a></em>
 
-<H2>AUTHOR</H2>
+<h2>AUTHOR</h2>
 
 Massimo Di Stefano, Francesco Di Stefano , Margherita Di Leo <br>
 



More information about the grass-commit mailing list