[GRASS-SVN] r41003 - grass/branches/develbranch_6/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 14 16:54:35 EST 2010


Author: neteler
Date: 2010-02-14 16:54:35 -0500 (Sun, 14 Feb 2010)
New Revision: 41003

Modified:
   grass/branches/develbranch_6/tools/build_html_index.sh
Log:
prettified (i.e. reordered) HTML text

Modified: grass/branches/develbranch_6/tools/build_html_index.sh
===================================================================
--- grass/branches/develbranch_6/tools/build_html_index.sh	2010-02-14 21:54:34 UTC (rev 41002)
+++ grass/branches/develbranch_6/tools/build_html_index.sh	2010-02-14 21:54:35 UTC (rev 41003)
@@ -110,33 +110,21 @@
     <tr>
       <td valign=\"top\" bgcolor=\"$BOXCOLOR\" class="box"><h3>&nbsp;Quick Introduction</h3>
       <ul>
-      <li><a href=\"grass6.html\">GRASS startup manual page</a></li>
-      <li><a href=\"helptext.html\">How to start with GRASS</a></li>
-      </ul></td>
-      <td valign=\"top\" bgcolor=\"$BOXCOLOR\" class="box"><h3>&nbsp;General</h3>
+       <li><a href=\"helptext.html\">How to start with GRASS</a></li>
+      </ul>
+     <p>
       <ul>
-      <li><a href=\"general.html\">General commands manual</a></li>
+       <li><a href=\"projectionintro.html\">Intro projections and spatial transformations</a></li>
+       <li><a href=\"rasterintro.html\">Intro 2D raster map processing</a></li>
+       <li><a href=\"raster3dintro.html\">Intro 3D raster map (voxel) processing</a></li>
+       <li><a href=\"imageryintro.html\">Intro image processing</a></li>
+       <li><a href=\"vectorintro.html\">Intro vector map processing and network analysis</a></li>
+       <li><a href=\"databaseintro.html\">Intro database management</a></li>
       </ul></td>
-    </tr>
-    <tr>
-      <td valign=\"top\" bgcolor=\"$BOXCOLOR\" class="box"><h3>&nbsp;Raster/Image processing</h3>
-       <ul>
-        <li><a href=\"rasterintro.html\">Intro 2D raster map processing</a></li>
-        <li><a href=\"raster.html\">Raster commands manual</a></li>
-        <li><a href=\"raster3dintro.html\">Intro 3D raster map (voxel) processing</a></li>
-        <li><a href=\"raster3D.html\">Raster3D commands manual</a></li>
-      </ul></td>
-      <td valign=\"top\" bgcolor=\"$BOXCOLOR\" class="box"><h3>&nbsp;Vector processing</h3>
-       <ul>
-        <li><a href=\"vectorintro.html\">Intro vector map processing and network analysis</a></li>
-        <li><a href=\"vector.html\">Vector commands manual</a></li>
-       </ul></td>
-    </tr>
-    <tr>
       <td valign=\"top\" bgcolor=\"$BOXCOLOR\" class="box"><h3>&nbsp;Display/Graphical User Interfaces</h3>
        <ul>
+        <li><a href=\"wxGUI.html\">wxGUI</a> wxPython-based GUI frontend</li>
         <li><a href=\"gis.m.html\">gis.m</a> and <a href=d.m.html>d.m</a> TCL/TK-based GUI frontend</li>
-        <li><a href=\"wxGUI.html\">wxGUI</a> wxPython-based GUI frontend</li>
        </ul>
 
        <ul>
@@ -148,31 +136,46 @@
         <li><a href=\"nviz.html\">nviz</a> 3D visualization and animation tool</li>
         <li><a href=\"xganim.html\">xganim</a> tool  for animating a raster map series</li>
        </ul></td>
+    </tr>
+    <tr>
+      <td valign=\"top\" bgcolor=\"$BOXCOLOR\" class="box"><h3>&nbsp;Raster and voxel processing</h3>
+       <ul>
+        <li><a href=\"raster.html\">Raster commands manual</a></li>
+        <li><a href=\"raster3D.html\">Raster3D commands manual</a></li>
+      </ul></td>
+      <td valign=\"top\" bgcolor=\"$BOXCOLOR\" class="box"><h3>&nbsp;Image processing</h3>
+       <ul>
+        <li><a href=\"imagery.html\">Imagery commands manual</a></li>
+      </ul></td>
+    </tr>
+    <tr>
+      <td valign=\"top\" bgcolor=\"$BOXCOLOR\" class="box"><h3>&nbsp;Vector processing</h3>
+       <ul>
+        <li><a href=\"vector.html\">Vector commands manual</a></li>
+      </ul></td>
       <td valign=\"top\" bgcolor=\"$BOXCOLOR\" class="box"><h3>&nbsp;Database</h3>
        <ul>
-       <li><a href=\"databaseintro.html\">Intro database management</a></li>
        <li><a href=\"sql.html\">SQL support in GRASS GIS</a></li>
        <li><a href=\"database.html\">Database commands manual</a></li>
        </ul></td>
     </tr>
     <tr>
-      <td valign=\"top\" bgcolor=\"$BOXCOLOR\" class="box"><h3>&nbsp;Projections</h3>
-       <ul>
-        <li><a href=\"projectionintro.html\">Intro projections and spatial transformations</a></li>
-       </ul></td>
+      <td valign=\"top\" bgcolor=\"$BOXCOLOR\" class="box"><h3>&nbsp;General</h3>
+      <ul>
+      <li><a href=\"grass6.html\">GRASS startup manual page</a></li>
+      <li><a href=\"general.html\">General commands manual</a></li>
+      </ul></td>
       <td valign=\"top\" bgcolor=\"$BOXCOLOR\" class="box"><h3>&nbsp;Miscellaneous</h3>
        <ul>
-        <li><a href=\"variables.html\">GRASS variables and environment variables</a></li>
+        <li><a href=\"misc.html\">Misc. commands manual</a></li>
         <li><a href=\"gem/index.html\">The GRASS Extensions Manager (GEM)</a></li>
-        <li><a href=\"misc.html\">Misc. commands manual</a></li>
        </ul></td>
     </tr>
     <tr>
-      <td valign=\"top\" bgcolor=\"$BOXCOLOR\" class="box"><h3>&nbsp;Image processing</h3>
+      <td valign=\"top\" bgcolor=\"$BOXCOLOR\" class="box"><h3>&nbsp;Variables</h3>
        <ul>
-        <li><a href=\"imageryintro.html\">Intro image processing</a></li>
-        <li><a href=\"imagery.html\">Imagery commands manual</a></li>
-      </ul></td>
+        <li><a href=\"variables.html\">GRASS variables and environment variables</a></li>
+       </ul></td>
       <td valign=\"top\" bgcolor=\"$BOXCOLOR\" class="box"><h3>&nbsp;Printing</h3>
        <ul>
         <li><a href=\"postscript.html\">Postscript commands manual</a></li>



More information about the grass-commit mailing list