[GRASS-SVN] r37502 - grass-web/trunk/screenshots

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 26 08:49:09 EDT 2009


Author: hamish
Date: 2009-05-26 08:49:08 -0400 (Tue, 26 May 2009)
New Revision: 37502

Modified:
   grass-web/trunk/screenshots/gui.inc
Log:
move new stuff to top, use smaller thumbnails

Modified: grass-web/trunk/screenshots/gui.inc
===================================================================
--- grass-web/trunk/screenshots/gui.inc	2009-05-26 12:48:13 UTC (rev 37501)
+++ grass-web/trunk/screenshots/gui.inc	2009-05-26 12:49:08 UTC (rev 37502)
@@ -3,8 +3,8 @@
 <p>
 
 [ <A HREF="#inst">GRASS Installation</A> -
-  <A HREF="#tcltk">Tcl/TK GUI</A> -
   <A HREF="#wxpython">wxPython (new GUI)</A> -
+  <A HREF="#tcltk">Tcl/TK (old GUI)</A> -
   <A HREF="#qgis">Quantum QGIS with GRASS toolbox</A>
 ]
 
@@ -16,13 +16,15 @@
   <td colspan="2">
    <div align="center">
     <BR>
-    <a href="images/wingrass_installer.png" target="_blank"><img src="images/wingrass_installer_small.png" border="1"></a>
+    <a href="images/wingrass_installer.png" target="_blank"><img
+      src="images/wingrass_installer_small.jpg" border="1"></a>
     <BR>
     winGRASS installer <br><font size="-2"><i>screenshot: Markus Neteler</i></font>
     <BR><BR>
 
     <BR>
-    <a href="images/grassOSX63-install.png" target="_blank"><img src="images/grassOSX63-install_small.png" border="1"></a>
+    <a href="images/grassOSX63-install.jpg" target="_blank"><img
+      src="images/grassOSX63-install_small.jpg" border="1"></a>
     <BR>
     MacOSX installer <br><font size="-2"><i>screenshot: William Kyngesburye</i></font>
     <BR><BR>
@@ -32,15 +34,108 @@
 </table>
 
 
+
+
+<a name="wxpython"></a>
+<h3>wxPython GUI</h3>
+
+GRASS's Tcl/Tk graphical user interface is currently undergoing a complete
+rewrite using wxPython. It is available for testing now in GRASS&nbsp;6.3
+and will be the default GUI in GRASS&nbsp;6.4 and GRASS&nbsp;7.
+<BR>
+<font size="-2"><i>screenshots: M. Landa and M. Neteler</i></font>
+<BR><BR>
+
+<table width="100%" border="0" align="center">
+ <tr valign="baseline">
+  <td colspan="2">
+   <div align="center">
+
+
+    <BR>
+    <a href="../grass63/screenshots/images/wxgrass-startup.png" target="_blank"><img
+     src="../grass63/screenshots/images/wxgrass-startup_small.png" border="1"></a>
+    <BR>
+    Startup screen
+    <BR><BR>
+
+    <BR>
+    <a href="images/grass64_location_wiz1.png" target="_blank"><img
+      src="images/grass64_location_wiz1_tiny.jpg" border="1"></a>
+    <a href="images/grass64_location_wiz2.png" target="_blank"><img
+      src="images/grass64_location_wiz2_tiny.jpg" border="1"></a>
+    <BR>
+    The location wizard provides a number of ways to set the map
+    projection:<BR>from a geodata file, using an EPSG code,
+    set parameters manually, ...)
+    <BR><BR>
+    <a href="images/locationwizard.png" target="_blank"><img
+      src="images/locationwizard_tiny.jpg" border="1"></a>
+    <a href="images/grass64_location_wiz3.png" target="_blank"><img
+      src="images/grass64_location_wiz3_tiny.jpg" border="1"></a>
+    <BR>
+    The location wizard also helps you select the appropriate geodetic<BR>
+    datum and transform parameters for your map projection.
+    <BR><BR>
+
+    <BR>
+    <a href="../grass63/screenshots/images/wxgrass-mapdisplay-0b.jpg" target="_blank"><img
+     src="../grass63/screenshots/images/wxgrass-mapdisplay-0_small.jpg" border="1"></a>
+    <BR>
+    Main map display window
+    <BR><BR>
+
+    <BR>
+    <a href="../grass63/screenshots/images/wxgrass-gis-manager-layer.png" target="_blank"><img
+     src="../grass63/screenshots/images/wxgrass-gis-manager-layer_small.png" border="1"></a>
+    <a href="../grass63/screenshots/images/wxgrass-gis-manager-output.png" target="_blank"><img
+     src="../grass63/screenshots/images/wxgrass-gis-manager-output_small.png" border="1"></a>
+    <BR>
+    GIS layer manager
+    <BR><BR>
+
+    <BR>
+    <a href="http://grass.osgeo.org/grass-wiki/images/Wxgui-atm0-gnulinux.png" target="_blank"><img
+     src="../grass63/screenshots/images/wxgui-atm0-gnulinux_small.jpg" border="1"></a>
+    <BR>
+    Attribute Table Manager
+    <BR><BR>
+
+    <BR>
+    <a href="../grass63/screenshots/images/wxgrass-d-rgb.png" target="_blank"><img
+     src="../grass63/screenshots/images/wxgrass-d-rgb_small.png" border="1"></a>
+    <BR>
+    Module GUIs
+    <BR><BR>
+
+    <BR>
+    <a href="../grass63/screenshots/images/wxgrass_digit-01.png" target="_blank"><img
+     src="../grass63/screenshots/images/wxgrass_digit-01_small.png" border="1"></a>
+    <a href="../grass63/screenshots/images/wxgrass_digit-03.png" target="_blank"><img
+     src="../grass63/screenshots/images/wxgrass_digit-03_small.png" height="231" border="1"></a>
+    <BR>
+    Vector digitization tool
+    <BR><BR>
+
+   </div>
+  </td>
+ </tr>
+</table>
+
+
+
 <a name="tcltk"></a>
 <h3>Tcl/Tk Graphical User Interface (GUI)</h3>
 
-The Tcl/Tk GUI based is the classical GRASS user interface in the versions 4.2-6.3. For details, see the
-<a href="../grass64/manuals/html64_user/gis.m.html">GIS Manager</a> user manual and the screenshots
-below.
+Versions 4.2 - 6.4 of GRASS used a succession of three different Tcl/Tk
+based GUIs as the classic user interface. For details of the most modern
+of these see the
+ <a href="../grass64/manuals/html64_user/gis.m.html">GIS Manager</a>
+user manual and the screenshots below. New development on the Tcl/Tk
+GUIs has ceased in favor of the <A HREF="#wxpython">wxPython</a>
+replacement.
 
 
-
 <h4>GRASS 6.3</h4>
 
 <table width="100%" border="0" align="center">
@@ -56,7 +151,8 @@
  <tr valign="baseline">
   <td>
   <div align="center">
-    <a href="../grass63/screenshots/images/grass63_startup1.png" target="_blank"><img src="../grass63/screenshots/images/grass63_startup1_small2.png" border="1"></a>
+    <a href="../grass63/screenshots/images/grass63_startup1.png" target="_blank"><img
+     src="../grass63/screenshots/images/grass63_startup1_small2.png" border="1"></a>
     <P>Definition of a new GRASS location using the given EPSG code 3005
     <BR>
     <font size="-2"><i>screenshot: M. Neteler</i></font>
@@ -65,7 +161,8 @@
 
   <td>
   <div align="center">
-    <a href="../grass63/screenshots/images/grass63_startup2.png" target="_blank"><img src="../grass63/screenshots/images/grass63_startup2_small2.png" border="1"></a>
+    <a href="../grass63/screenshots/images/grass63_startup2.png" target="_blank"><img
+     src="../grass63/screenshots/images/grass63_startup2_small2.png" border="1"></a>
     <P>Selection of geodetic datum for EPSG code 3005
     <BR>
     <font size="-2"><i>screenshot: M. Neteler</i></font>
@@ -117,7 +214,8 @@
  <tr valign="baseline">
   <td>
   <div align="center">
-    <a href="../images/grass6_chinese_zh.jpg" target="_blank"><img src="../images/grass6_chinese_zh_small.jpg" border="1"></a>
+    <a href="../images/grass6_chinese_zh.jpg" target="_blank"><img
+     src="../images/grass6_chinese_zh_small.jpg" border="1"></a>
     <P>Module GUI in simple Chinese (the underlying .po file is coded in UTF-8).
       As of this writing, GRASS has been <a href="../devel/i18n.php">fully or
       partially translated</a> into twenty languages.
@@ -130,89 +228,7 @@
 </table>
 
 
-<a name="wxpython"></a>
-<h3>wxPython GUI</h3>
 
-GRASS's Tcl/Tk graphical user interface is currently undergoing a complete
-rewrite using wxPython. It is currently available for testing in GRASS&nbsp;6.3
-and will be the default GUI in GRASS&nbsp;6.4 and GRASS&nbsp;7.
-<BR>
-<font size="-2"><i>screenshots: Martin Landa</i></font>
-<BR><BR>
-
-<table width="100%" border="0" align="center">
- <tr valign="baseline">
-  <td colspan="2">
-   <div align="center">
-
-
-    <BR>
-    <a href="../grass63/screenshots/images/wxgrass-startup.png" target="_blank"><img src="../grass63/screenshots/images/wxgrass-startup_small.png" border="1"></a>
-    <BR>
-    Startup screen
-    <BR><BR>
-
-    <BR>
-    <a href="images/grass64_location_wiz1.png" target="_blank"><img src="images/grass64_location_wiz1_small.png" border="1"></a>
-    <BR>
-    Location wizard (multiple choices: location from file, from EPSG code, by projection, ...)
-    <BR><BR>
-
-    <BR>
-    <a href="images/grass64_location_wiz2.png" target="_blank"><img src="images/grass64_location_wiz2_small.png" border="1"></a>
-    <BR>
-    Location wizard (projection selection)
-    <BR><BR>
-
-    <BR>
-    <a href="images/locationwizard.png" target="_blank"><img src="images/locationwizard_small.png" border="1"></a>
-    <BR>
-    Location wizard (geodetic datum selection)
-    <BR><BR>
-
-    <BR>
-    <a href="images/grass64_location_wiz3.png" target="_blank"><img src="images/grass64_location_wiz3_small.png" border="1"></a>
-    <BR>
-    Location wizard (geodetic datum selection for EPSG 3003 - Italy mainland)
-    <BR><BR>
-
-    <BR>
-    <a href="../grass63/screenshots/images/wxgrass-mapdisplay-0b.jpg" target="_blank"><img src="../grass63/screenshots/images/wxgrass-mapdisplay-0_small.jpg" border="1"></a>
-    <BR>
-    Main map display window
-    <BR><BR>
-
-    <BR>
-    <a href="../grass63/screenshots/images/wxgrass-gis-manager-layer.png" target="_blank"><img src="../grass63/screenshots/images/wxgrass-gis-manager-layer_small.png" border="1"></a>
-    <a href="../grass63/screenshots/images/wxgrass-gis-manager-output.png" target="_blank"><img src="../grass63/screenshots/images/wxgrass-gis-manager-output_small.png" border="1"></a>
-    <BR>
-    GIS layer manager
-    <BR><BR>
-
-    <BR>
-    <a href="http://grass.osgeo.org/grass-wiki/images/Wxgui-atm0-gnulinux.png" target="_blank"><img src="../grass63/screenshots/images/wxgui-atm0-gnulinux_small.jpg" border="1"></a>
-    <BR>
-    Attribute Table Manager
-    <BR><BR>
-
-    <BR>
-    <a href="../grass63/screenshots/images/wxgrass-d-rgb.png" target="_blank"><img src="../grass63/screenshots/images/wxgrass-d-rgb_small.png" border="1"></a>
-    <BR>
-    Module GUIs
-    <BR><BR>
-
-    <BR>
-    <a href="../grass63/screenshots/images/wxgrass_digit-01.png" target="_blank"><img src="../grass63/screenshots/images/wxgrass_digit-01_small.png" border="1"></a>
-    <a href="../grass63/screenshots/images/wxgrass_digit-03.png" target="_blank"><img src="../grass63/screenshots/images/wxgrass_digit-03_small.png" height="231" border="1"></a>
-    <BR>
-    Vector digitization tool
-    <BR><BR>
-
-   </div>
-  </td>
- </tr>
-</table>
-
 <a name="qgis"></a>
 <h3>QGIS (Quantum GIS) GUI</h3>
 
@@ -228,7 +244,8 @@
    <div align="center">
 
     <BR>
-    <a href="../grass61/screenshots/images/qgis08_grass6_toolbox.png" target="_blank"><img src="../grass61/screenshots/images/qgis08_grass6_toolbox_small.jpg" border="1"></a>
+    <a href="../grass61/screenshots/images/qgis08_grass6_toolbox.png" target="_blank"><img
+     src="../grass61/screenshots/images/qgis08_grass6_toolbox_small.jpg" border="1"></a>
     <BR>
     QGIS with GRASS support
     <BR>



More information about the grass-commit mailing list