[GRASS-SVN] r36764 - grass-web/trunk/grass64/binary/mswindows/native

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 16 21:44:34 EDT 2009


Author: hamish
Date: 2009-04-16 21:44:34 -0400 (Thu, 16 Apr 2009)
New Revision: 36764

Modified:
   grass-web/trunk/grass64/binary/mswindows/native/README.html
Log:
cleanups, linewraps, html bugs, target="_blank" must die


Modified: grass-web/trunk/grass64/binary/mswindows/native/README.html
===================================================================
--- grass-web/trunk/grass64/binary/mswindows/native/README.html	2009-04-16 19:48:26 UTC (rev 36763)
+++ grass-web/trunk/grass64/binary/mswindows/native/README.html	2009-04-17 01:44:34 UTC (rev 36764)
@@ -25,49 +25,80 @@
 
 <ul>
 <li><a href="#Introduction">Introduction</a></li>
-<li><a href="#Release Notes">Release Notes</a></li>
-<li><a href="#Install GRASS">Install GRASS</a></li>
-<li><a href="#Launching GRASS">Launching GRASS</a></li>
-<li><a href="#Sample Data">Sample Data</a></li>
-<li><a href="#Uninstall GRASS">Uninstall GRASS</a></li>
-<li><a href="#New GRASS Python GUI">New GRASS Python GUI</a></li>
-<li><a href="#Missing Modules">Missing Modules</a></li>
-<li><a href="#Known Issues">Known Issues</a></li>
-<li><a href="#How to Submit Bugs">How to Submit Bugs</a></li>
-<li><a href="#Build GRASS From Source">Build GRASS From Source</a></li>
-<li><a href="#GRASS Development Team">GRASS Development Team</a></li>
-<li><a href="#Credits and Contacts">Credits and Contacts</a></li>
+<li><a href="#Release_Notes">Release Notes</a></li>
+<li><a href="#Install_GRASS">Install GRASS</a></li>
+<li><a href="#Launching_GRASS">Launching GRASS</a></li>
+<li><a href="#Sample_Data">Sample Data</a></li>
+<li><a href="#Uninstall_GRASS">Uninstall GRASS</a></li>
+<li><a href="#New_GRASS_Python_GUI">New GRASS Python GUI</a></li>
+<li><a href="#Missing_Modules">Missing Modules</a></li>
+<li><a href="#Known_Issues">Known Issues</a></li>
+<li><a href="#How_to_Submit_Bugs">How to Submit Bugs</a></li>
+<li><a href="#Build_GRASS_From_Source">Build GRASS From Source</a></li>
+<li><a href="#GRASS_Development_Team">GRASS Development Team</a></li>
+<li><a href="#Credits_and_Contacts">Credits and Contacts</a></li>
 </ul>
 
 
 <a name="Introduction"></a>
 <h3>Introduction</h3>
 
-<p>GRASS (Geographic Resources Analysis Support System) is a free, open source Geographical Information System (GIS)
-capable of handling raster, topological vector, image processing, and graphic data.</p>
+<p>GRASS (Geographic Resources Analysis Support System) is a free,
+open source Geographical Information System (GIS)
+capable of handling raster, topological vector, image processing,
+and graphic data.</p>
 
-<p>GRASS is released under the GNU General Public License (GPL).</p>
+<p>
+GRASS is released under the
+ <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GNU General Public License</a>
+(GPL).
+</p>
 
-<p>Visit the GRASS GIS main web site at <a target="_blank" href="http://grass.osgeo.org/">http://grass.osgeo.org/</a></p>
+<p>
+Visit the GRASS GIS main web site at
+ <a href="http://grass.osgeo.org/">http://grass.osgeo.org</a>.
+</p>
 
 
 
 
-<a name="Release Notes"></a>
+<a name="Release_Notes"></a>
 <h3>Release Notes</h3>
 
-<p>WinGRASS is a GRASS Development Team project, with the goal of creating a Microsoft Windows native binary port of GRASS.</p>
+<p>
+WinGRASS is a project of the GRASS Development Team with the goal of
+creating a native Microsoft Windows version of the GRASS software.
+For the past two and a half decades GRASS has primarily been written
+for and run on high powered UNIX workstations. Refitting the
+software's approximately one million lines of source code to run 
+smoothly on Windows has been no mean feat and has taken a few years
+of development effort.
+</p>
 
-<p>WinGRASS is an experimental project, hence it can't be considered a complete and fully
-working release of GRASS for Windows. Some features are missing (see <a href="#Missing Modules">Missing Modules</a> section
-in this document), some known bugs still need to be fixed (see <a href="#Known Issues">Known Issues</a> section) and other
-features may not work.</p>
+<p>
+WinGRASS is an experimental project, hence it can't be considered a
+complete and fully working release of GRASS for Windows. Some features
+are missing (see <a href="#Missing_Modules">Missing Modules</a> section
+in this document), some known bugs still need to be fixed
+(see <a href="#Known_Issues">Known Issues</a> section), and other
+features may not work yet. Nevertheless, we are quite proud of the
+progress that has been made and it is our goal that the 6.4.0 release
+be a useable and useful tool to all GIS users regardless of their
+chosen computer platform.
+</p>
 
-<p>See also <a target="_blank" href="http://grass.osgeo.org/wiki/WinGRASS_Current_Status">
-http://grass.osgeo.org/wiki/WinGRASS_Current_Status</a>.</p>
+<p>
+See also <a href="http://grass.osgeo.org/wiki/WinGRASS_Current_Status">http://grass.osgeo.org/wiki/WinGRASS_Current_Status</a>.
+</p>
 
-<p>The current release of WinGRASS, based on GRASS 6.4.0RC4, has been built on Windows Vista in the MinGW environment and contains parts of the following open source (GPL compliant) softwares and libraries, many
-of them from the <a href="http://trac.osgeo.org/osgeo4w/">OSGeo4W project</a> and the <a href="http://sourceforge.net/projects/gnuwin32/">GnuWin project</a>:</p>
+<p>
+The current release of WinGRASS, based on GRASS 6.4.0RC4, has been built
+on Windows Vista in the <a href="http://www.mingw.org/">MinGW</a>
+environment. The program builds on the following open source softwares and
+libraries, assistance for building many of these has been provided by the
+ <a href="http://trac.osgeo.org/osgeo4w/">OSGeo4W</a>
+and <a href="http://sourceforge.net/projects/gnuwin32/">GnuWin</a> projects:
+</p>
 
 <ul>
 <li>MSYS (1.0.11-3)</li>
@@ -80,11 +111,11 @@
 <li>PDCurses (3.3)</li>
 <li>Freetype-mingw (2.3.7)</li>
 <li>Zlib (1.2.3)</li>
-<li>GDAL (1.5.4-2)**</li>
+<li>GDAL (1.5.4-2)*</li>
 <li>PROJ.4 (4.6.1)</li>
 <li>Libgeotiff (1.2.5-2)</li>
 <li>Libpng (1.2.34)</li>
-<li>Libtiff (4.0.0dev-6)*</li>
+<li>Libtiff (4.0.0dev-6)**</li>
 <li>Libjpeg (6b-5)</li>
 <li>AVCE00 (2.0.0)</li>
 <li>GPSBabel (1.3.6)</li>
@@ -102,111 +133,160 @@
 <li>msvcrt (1.0.1-2)</li>
 </ul>
 
-<p>* with Libjpeg support enabled</p>
+<p>
+* <i>with Expat, PostgreSQL and SQLite support enabled</i>
+</p>
+<p>
+** <i>with Libjpeg support enabled</i>
+</p>
 
-<p>** with Expat, PostgreSQL and SQLite support enabled</p>
+<p>
+<BR>
+The current package contains a complete build (libraries and executables)
+of all the items listed above, except for PostgreSQL, for which the package
+provides only the main dynamic library due to the large size of its full
+install.
+</p>
 
-<p>The current package contains a complete build (libraries and executables) of all the items listed above, except for PostgreSQL, for which the package provides only the main dynamic library.</p>
+<p>
+All the above softwares and libraries have been built from sources with
+the exception of:
+<p/>
 
-<p> All the above softwares and libraries have been built from sources with the exception of:<p/>
-
 <ul>
 <li>MSYS: provided by the MinGW Project on SourceForge.NET
-(<a target="_blank" href="http://www.mingw.org/msys.shtml">http://www.mingw.org/msys.shtml</a>);</li>
+(<a href="http://www.mingw.org/msys.shtml">http://www.mingw.org/msys.shtml</a>);</li>
 <li>Flex and Bison: provided by the GnuWin32 Project on SourceForge.NET
-(<a target="_blank" href="http://gnuwin32.sourceforge.net/">http://gnuwin32.sourceforge.net/</a>);</li>
-<li>GPSBabel: provided by the GPSBabel Project (<a target="_blank" href="http://www.gpsbabel.org/">http://www.gpsbabel.org//</a>).</li>
+(<a href="http://gnuwin32.sourceforge.net/">http://gnuwin32.sourceforge.net</a>);</li>
+<li>GPSBabel: provided by the GPSBabel Project
+ (<a href="http://www.gpsbabel.org/">http://www.gpsbabel.org</a>).</li>
 </ul>
 
 
-<a name="Install GRASS"></a>
+<a name="Install_GRASS"></a>
 <h3>Install GRASS</h3>
 
 <table><tr>
 <td width="32" align="left" valign="top"><img src="img/Install_GRASS.png"></td>
-<td align="left">To install GRASS, launch '<a href="WinGRASS-6.4.0RC4-1-Setup.exe">WinGRASS-6.4.0RC4-1-Setup.exe</a>' and simply follow the instructions of the wizard.</td>
+<td align="left">To install GRASS, launch
+ '<a href="WinGRASS-6.4.0RC4-1-Setup.exe">WinGRASS-6.4.0RC4-1-Setup.exe</a>'
+ and simply follow the step by step instructions.</td>
 </tr></table>
 
-<p>If installed into a directory that has spaces in either its name or the path of directories leading up to it,
-some functionalities of GRASS might be hampered. We would highly appreciate if you tried and reported any problems,
-so that we can fix them. However, if you want to avoid any such issues, we recommend that you choose a simple
-installation path without spaces, such as <code>C:\GRASS</code>.</p>
+<p>If installed into a directory that has spaces in either its name or the
+path of directories leading up to it, some functionalities of GRASS might
+be hampered. We would highly appreciate if you tried and reported any problems,
+so that we can fix them. However, if you want to avoid any such issues,
+we recommend that you choose a simple installation path without spaces,
+such as <code>C:\GRASS</code>.
+</p>
 
-<p>The WinGRASS Installer has been made using the OpenSource NSIS (Nullsoft Scriptable Install System) software, available at:
-<a target="_blank" href="http://nsis.sourceforge.net">http://nsis.sourceforge.net</a></p>
+<p>The WinGRASS Installer has been made using the OpenSource NSIS
+ (Nullsoft Scriptable Install System) software, available at:
+<a href="http://nsis.sourceforge.net">http://nsis.sourceforge.net</a>.
+</p>
 
 
-<a name="Launching GRASS"></a>
+<a name="Launching_GRASS"></a>
 <h3>Launching GRASS</h3>
 
-<p>There are three options for launching GRASS, described as follows referring to the GRASS Start Group menu:</p>
+<p>
+There are three options for launching GRASS, described as follows referring
+to the GRASS Start Group menu:
+</p>
 
 <table><tr>
 <td width="32" align="left" valign="top"><img src="img/GRASS.png"></td>
-<td align="left">Click on this icon (in the GRASS Start Group or on the Desktop) to launch GRASS with the standard wxPython GUI.</td>
+<td align="left">Click on this icon (in the GRASS Start Group or on the
+ Desktop) to launch GRASS with the new wxPython GUI.</td>
 </tr></table>
 
 <table><tr>
 <td width="32" align="left" valign="top"><img src="img/GRASS_CMD.png"></td>
-<td align="left">Click on this icon to launch GRASS in text mode on the Windows command line.</td>
+<td align="left">Click on this icon to launch GRASS in text mode on the
+ Windows command line.</td>
 </tr></table>
 
 <table><tr>
 <td width="32" align="left" valign="top"><img src="img/GRASS.png"></td>
-<td align="left">Click on the grass "Old GUI" icon to launch GRASS with the old Tcl/Tk GUI.</td>
+<td align="left">Click on the grass "Old GUI" icon to launch GRASS with
+ the old Tcl/Tk GUI.</td>
 </tr></table>
 
 <table><tr>
 <td width="32" align="left" valign="top"><img src="img/GRASS_MSYS_Console.png"></td>
-<td align="left">Click on this icon to open the GRASS MSYS console, that will let you work within a unix/linux-like shell environment.</td>
+<td align="left">Click on this icon to open the GRASS MSYS console, that
+ will let you work within a unix/linux-like shell environment.</td>
 </tr></table>
 
 <table><tr>
 <td width="32" align="left" valign="top"><img src="img/GRASS.png"></td>
-<td align="left">Click on the grass msys icon (in the GRASS Start Group or on the Desktop) to launch GRASS with the standard wxPython GUI and a unix/linux-like shell.</td>
+<td align="left">Click on the grass msys icon (in the GRASS Start Group
+ or on the Desktop) to launch GRASS with the new wxPython GUI and a
+ UNIX-like terminal shell.</td>
 </tr></table>
 
 
 
-<a name="Sample Data"></a>
+<a name="Sample_Data"></a>
 
 <h3>Sample Data</h3>
 
-<p>As install option, you can also download and install the following GRASS sample data sets:</p>
+<p>
+As install option, you can also download and install the following
+GRASS sample data sets:
+</p>
 
 <table><tr>
 <td width="120" align="left" valign="top"><h4 class="nomargin">North Carolina Data Set</h4></td>
 <td align="left" valign="top">
-<p class="nomargin">Used as sample data in the <a href="http://www.grassbook.org">book</a> "Open Source GIS: A GRASS GIS Approach", 3rd edition, this data set is a comprehensive
-collection of raster, vector and imagery data covering parts of North Carolina (NC), USA (map), prepared from public data
-sources provided by the North Carolina state and local government agencies and Global Land Cover Facility (GLCF).</p>
-<p>See also <a target="_blank" href="http://www.grassbook.org/data_menu3rd.php">http://www.grassbook.org/data_menu3rd.php</a></p>
+<p class="nomargin">Used as sample data in the
+ <a href="http://www.grassbook.org">book</a> "Open Source GIS: A GRASS GIS
+ Approach", 3rd edition, this data set is a comprehensive collection of
+ raster, vector and imagery data covering parts of North Carolina (NC),
+ USA (map), prepared from public data sources provided by the North
+ Carolina state and local government agencies and Global Land Cover
+ Facility (GLCF).
+</p>
+<p>
+See also
+ <a href="http://www.grassbook.org/data_menu3rd.php">http://www.grassbook.org/data_menu3rd.php</a>
+</p>
 </td>
 </tr></table>
 
 <table><tr>
 <td width="120" align="left" valign="top"><h4 class="nomargin">South Dakota Data Set</h4></td>
 <td align="left" valign="top">
-<p class="nomargin">Also known as Spearfish data set, it contains raster, vector and point data of South Dakota, USA
-(UTM projection, Clarke66 ellipsoid, NAD27 conus)</p>
-<p>See also <a target="_blank" href="http://grass.osgeo.org/download/data6.php">http://grass.osgeo.org/download/data6.php</a></p>
+<p class="nomargin">Also known as Spearfish data set, it contains raster,
+ vector and point data of South Dakota, USA (UTM projection, Clarke66
+ ellipsoid, NAD27 conus)
+</p>
+<p>
+See also
+ <a href="http://grass.osgeo.org/download/data6.php">http://grass.osgeo.org/download/data6.php</a>
+</p>
 </td>
 </tr></table>
 
-<p>The sample data files will be installed into a directory called GIS DataBase, that will be created in your Documents folder.</p>
+<p>
+The sample data files will be installed into a directory called 
+"GIS DataBase", that will be created in your Documents folder.
+</p>
 
 
 
-<a name="Uninstall GRASS"></a>
+<a name="Uninstall_GRASS"></a>
 <h3>Uninstall GRASS</h3>
 
 <table><tr>
 <td width="32" align="left" valign="top"><img src="img/Uninstall_GRASS.png"></td>
-<td align="left">To uninstall GRASS click on this icon in the GRASS Start Group menu and follow the instructions in it.</td>
+<td align="left">To uninstall GRASS click on this icon in the GRASS
+ Start Group menu and follow the instructions in it.</td>
 </tr></table>
 
 
-<a name="Missing Modules"></a>
+<a name="Missing_Modules"></a>
 <h3>Missing Modules</h3>
 
 <p>The following modules are missing in the current WinGRASS release:</p>
@@ -235,48 +315,71 @@
 </ul>
 
 
-<a name="Known Issues"></a>
+<a name="Known_Issues"></a>
 <h3>Known Issues</h3>
 
-<p>See <a target="_blank" href="http://grass.osgeo.org/wiki/WinGRASS_Current_Status#Known_Issues">
-http://grass.osgeo.org/wiki/WinGRASS_Current_Status#Known_Issues</a></p>
+<p>
+See <a href="http://grass.osgeo.org/wiki/WinGRASS_Current_Status#Known_Issues">http://grass.osgeo.org/wiki/WinGRASS_Current_Status#Known_Issues</a>
+</p>
 
 
 
-<a name="How to Submit Bugs"></a>
+<a name="How_to_Submit_Bugs"></a>
 <h3>How to Submit Bugs</h3>
 
-<p>We would highly appreciate if you contributed to WinGRASS project by submitting bugs to
-<a target="_blank" href="http://trac.osgeo.org/grass/">http://trac.osgeo.org/grass/</a> or informing us about them through the Windows GRASS Mailing List (<a target="_blank"
-href="http://lists.osgeo.org/mailman/listinfo/grass-windows">http://lists.osgeo.org/mailman/listinfo/grass-windows</a>).</p>
+<p>
+We would highly appreciate if you contributed to WinGRASS project by
+submitting bugs to
+<a href="http://trac.osgeo.org/grass/">http://trac.osgeo.org/grass/</a>
+or informing us about them through the Windows GRASS Mailing List
+(<a href="http://lists.osgeo.org/mailman/listinfo/grass-windows">http://lists.osgeo.org/mailman/listinfo/grass-windows</a>).
+</p>
 
 
-
-<a name="Build GRASS From Source"></a>
+<a name="Build_GRASS_From_Source"></a>
 <h3>Build GRASS From Source</h3>
 
-<p>If you want the latest development version of GRASS you must build it from source. This process has recently been greatly simplified for Windows environments, see <a target="_blank" href="http://trac.osgeo.org/grass/wiki/CompileOnWindows">here</a> for instructions. 
+<p>
+If you want the latest development version of GRASS you must build it
+from source. This process has recently been greatly simplified for
+Windows environments, see
+ <a href="http://trac.osgeo.org/grass/wiki/CompileOnWindows">http://trac.osgeo.org/grass/wiki/CompileOnWindows</a>
+for instructions. 
 </p>
 
 
-<a name="GRASS Development Team"></a>
+<a name="GRASS_Development_Team"></a>
 <h3>GRASS Development Team</h3>
 
-<p>The GRASS Development Team is a multi-national group consisting of scientists and developers participating from various fields.</p>
+<p>
+The GRASS Development Team is a multi-national group consisting of
+scientists and developers participating from various fields.
+</p>
 
-<p>For more information, see <a target="_blank" href="http://grass.osgeo.org/community/team.php">
-http://grass.osgeo.org/community/team.php</a></p>
+<p>
+For more information, see 
+<a href="http://grass.osgeo.org/community/team.php">http://grass.osgeo.org/community/team.php</a>
+</p>
 
 
-<a name="Credits and Contacts"></a>
+<a name="Credits_and_Contacts"></a>
 <h3>Credits and Contacts</h3>
 
-<p>WinGRASS project has been created and is currently developed by the GRASS Development Team.</p>
+<p>
+WinGRASS project has been created and is currently developed by the
+GRASS Development Team.
+</p>
 
-<p>The WinGRASS self-contained binary package (including all the builds and the installer script) was originally developed by Marco Pasetti (GRASS 6.3.0) and is now maintained by Colin Nielsen.</p>
+<p>
+The WinGRASS self-contained binary package (including all the builds
+and the installer script) was originally developed by Marco Pasetti
+(GRASS 6.3.0) and is now maintained by Colin Nielsen.
+</p>
 
-<p>To contact them, e-mail to: GRASS Development Mailing List
-(<a target="_blank" href="http://lists.osgeo.org/mailman/listinfo/grass-dev">http://lists.osgeo.org/mailman/listinfo/grass-dev</a>).</p>
+<p>
+To contact us, e-mail to: GRASS Development Mailing List
+(<a href="http://lists.osgeo.org/mailman/listinfo/grass-dev">http://lists.osgeo.org/mailman/listinfo/grass-dev</a>).
+</p>
 
 <div align="right">
 <i>Last change: $Date: 2009-04-13 18:01:19 +0200 (Mon, 13 Apr 2009) $ </i><br>



More information about the grass-commit mailing list