[GRASS-SVN] r34086 - grass-web/trunk/download

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 30 05:27:32 EDT 2008


Author: neteler
Date: 2008-10-30 05:27:32 -0400 (Thu, 30 Oct 2008)
New Revision: 34086

Modified:
   grass-web/trunk/download/software.inc
Log:
Logos added to download to prettify page

Modified: grass-web/trunk/download/software.inc
===================================================================
--- grass-web/trunk/download/software.inc	2008-10-30 04:12:52 UTC (rev 34085)
+++ grass-web/trunk/download/software.inc	2008-10-30 09:27:32 UTC (rev 34086)
@@ -38,7 +38,7 @@
 
 <tr valign=top>
 <td>
-    GNU/Linux:<BR>
+    <img src="../images/logo_lin.png" alt="GNU/Linux"> GNU/Linux:<BR>
     &bull; <a href="../grass62/binary/linux/">Generic</a><br>
     &bull; <a href="http://packages.debian.org/grass">Debian</a><br>
     &bull; <a href="../grass62/binary/linux/">Fedora Core</a><br>
@@ -48,26 +48,27 @@
            <a href="http://www.nature-consult.de/software/suse/">(alt&nbsp;1)</a><br>  <!-- packager: Otto Dassau -->
     &bull; <a href="http://www.les-ejk.cz/ubuntu/">Ubuntu</a><br> <!-- packager: Jachym Cepicky -->
     <BR>
-    <a href="../grass62/binary/macosx/">MacOSX</a><br>
-    <a href="../grass62/binary/mswindows/">MS Windows (Cygwin)</a> <!-- packager: Glynn Clements -->
+    <img src="../images/logo_mac.png" alt="MacOSX"> <a href="../grass62/binary/macosx/">MacOSX</a><br>
+    <img src="../images/logo_win.png" alt="MS-Windows"> <a href="../grass62/binary/mswindows/">MS Windows (Cygwin)</a> <!-- packager: Glynn Clements -->
     <p>
-    Weekly snapshot: <a href="../grass62/binary/linux/snapshot/">Generic GNU/Linux</a><br>
+    Weekly snapshot: <img src="../images/logo_lin.png" alt="GNU/Linux">  
+      <a href="../grass62/binary/linux/snapshot/">Generic GNU/Linux</a><br>
 </td>
 
 <td>
-    <a href="../grass62/source/grass-6.2.3.tar.gz">grass-6.2.3.tar.gz</a>
+    &bull; <a href="../grass62/source/grass-6.2.3.tar.gz">grass-6.2.3.tar.gz</a>
          (<a href="../grass62/source/grass-6.2.3.md5sum">grass-6.2.3.md5sum</a>)<br>
     <BR>
-<!-- <a href="../grass62/source/snapshot/">Weekly 6.2-CVS snapshot (out-dated)</a><br> -->
-    <a href="http://trac.osgeo.org/grass/wiki/DownloadSource#GRASS6.2">Download latest 6.2-svn code</a><br>
-    <a href="http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_2">6.2-svn source code browser</a>
+<!--&bull; <a href="../grass62/source/snapshot/">Weekly 6.2-CVS snapshot (out-dated)</a><br> -->
+    &bull; <a href="http://trac.osgeo.org/grass/wiki/DownloadSource#GRASS6.2">Download latest 6.2-svn code</a><br>
+    &bull; <a href="http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_2">6.2-svn source code browser</a>
 </td>
 
 <td>
-    <a href="http://grass.osgeo.org/wiki/GRASS_6_Tutorial">Tutorial (HTML)</a><br>
-    <a href="../grass62/manuals/html62_user/index.html">User manual pages (HTML)</a><br>
-    <a href="../devel/index.php#prog">Programmer's Manual</a><br>
-    <a href="http://grass.osgeo.org/wiki/Compile_and_Install">Compiling source code</a>
+    &bull; <a href="http://grass.osgeo.org/wiki/GRASS_6_Tutorial">Tutorial (HTML)</a><br>
+    &bull; <a href="../grass62/manuals/html62_user/index.html">User manual pages (HTML)</a><br>
+    &bull; <a href="../devel/index.php#prog">Programmer's Manual</a><br>
+    &bull; <a href="http://grass.osgeo.org/wiki/Compile_and_Install">Compiling source code</a>
 </td>
 </tr>
 
@@ -94,34 +95,34 @@
 
 <tr valign=top>
 <td>
-    GNU/Linux:<BR>
+    <img src="../images/logo_lin.png" alt="GNU/Linux"> GNU/Linux:<BR>
  <!--   &bull; <a href="../grass63/binary/linux/snapshot/">Generic</a> (generated weekly)<br> -->
     &bull; <a href="http://debian.gfoss.it/">Debian</a><br> <!-- packager: Niccolo Rigacci -->
     &bull; <a href="http://download.opensuse.org/repositories/Application:/Geo/">OpenSUSE Geo Repository</a><br> <!-- Otto Dassau -->
     &bull; <a href="http://www.les-ejk.cz/ubuntu/">Ubuntu</a><br> <!-- packager: Jachym Cepicky -->
 <BR>
-    <a href="../grass63/binary/macosx/">MacOSX</a><br>
+    <img src="../images/logo_mac.png" alt="MacOSX"> <a href="../grass63/binary/macosx/">MacOSX</a><br>
     <BR>
-    MS-Windows:<BR>
+    <img src="../images/logo_win.png" alt="MS-Windows"> MS-Windows:<BR>
     &bull; <a href="../grass63/binary/mswindows/native/">Native installer</a><br> <!-- packager: Marco Pasetti -->
     &bull; <a href="../grass63/binary/mswindows/cygwin/">Cygwin</a> (UNIX emulation)<br> <!-- packager: Glynn Clements -->
     &bull; <a href="http://download.qgis.org/downloads.rhtml">QGIS with GRASS toolbox</a>
 </td>
 
 <td>
-    <a href="../grass63/source/grass-6.3.0.tar.gz">grass-6.3.0.tar.gz</a>
+    &bull; <a href="../grass63/source/grass-6.3.0.tar.gz">grass-6.3.0.tar.gz</a>
          (<a href="../grass63/source/grass-6.3.0.md5sum">grass-6.3.0.md5sum</a>)<br>
     <BR>
-    <a href="http://trac.osgeo.org/grass/wiki/DownloadSource#GRASS6.3">Download latest 6.3-svn code</a><br>
-    <a href="https://svn.osgeo.org/grass/grass/branches/releasebranch_6_3">6.3-svn source code browser</a>
+    &bull; <a href="http://trac.osgeo.org/grass/wiki/DownloadSource#GRASS6.3">Download latest 6.3-svn code</a><br>
+    &bull; <a href="https://svn.osgeo.org/grass/grass/branches/releasebranch_6_3">6.3-svn source code browser</a>
 </td>
 
 <td>
-    <a href="../announces/announce_grass630.html">Release notes</a><br>
-    <a href="http://grass.osgeo.org/wiki/GRASS_6_Tutorial">Tutorial (HTML)</a><br>
-    <a href="../grass63/manuals/html63_user/index.html">User manual pages (HTML)</a><br>
-    <a href="../devel/index.php#prog">Programmer's Manual</a><br>
-    <a href="http://grass.osgeo.org/wiki/Compile_and_Install">Compiling source code</a>
+    &bull; <a href="../announces/announce_grass630.html">Release notes</a><br>
+    &bull; <a href="http://grass.osgeo.org/wiki/GRASS_6_Tutorial">Tutorial (HTML)</a><br>
+    &bull; <a href="../grass63/manuals/html63_user/index.html">User manual pages (HTML)</a><br>
+    &bull; <a href="../devel/index.php#prog">Programmer's Manual</a><br>
+    &bull; <a href="http://grass.osgeo.org/wiki/Compile_and_Install">Compiling source code</a>
 </td>
 </tr>
 
@@ -147,22 +148,19 @@
 
 <tr valign=top>
 <td>
-    Snapshots:<br>
-    <BR>
-    GNU/Linux:<BR>
-    &bull; <a href="../grass64/binary/linux/snapshot/">Generic</a> (generated weekly)<br>
+    Weekly snapshot: <img src="../images/logo_lin.png" alt="GNU/Linux"> <a href="../grass64/binary/linux/snapshot/">Generic GNU/Linux</a><br>
 </td>
 
 <td>
-    <a href="../grass64/source/snapshot/">Weekly 6.4-svn snapshot</a><br>
-    <a href="http://trac.osgeo.org/grass/wiki/DownloadSource#GRASS6.4">Download latest 6.4-svn code</a><br>
-    <a href="http://svn.osgeo.org/grass/grass/branches/develbranch_6">6.4-svn source code browser</a>
+    &bull; <a href="../grass64/source/snapshot/">Weekly 6.4-svn snapshot</a><br>
+    &bull; <a href="http://trac.osgeo.org/grass/wiki/DownloadSource#GRASS6.4">Download latest 6.4-svn code</a><br>
+    &bull; <a href="http://svn.osgeo.org/grass/grass/branches/develbranch_6">6.4-svn source code browser</a>
 </td>
 
 <td>
-    <a href="../grass64/manuals/html64_user/index.html">User manual pages (HTML)</a><br>
-    <a href="../devel/index.php#prog">Programmer's Manual</a><br>
-    <a href="http://grass.osgeo.org/wiki/Compile_and_Install">Compiling source code</a>
+    &bull; <a href="../grass64/manuals/html64_user/index.html">User manual pages (HTML)</a><br>
+    &bull; <a href="../devel/index.php#prog">Programmer's Manual</a><br>
+    &bull; <a href="http://grass.osgeo.org/wiki/Compile_and_Install">Compiling source code</a>
 </td>
 </tr>
 
@@ -191,21 +189,21 @@
 <!--
     Snapshots:<br>
     <BR>
-    GNU/Linux:<BR>
+    <img src="../images/logo_lin.png" alt="GNU/Linux"> GNU/Linux:<BR>
     &bull; <a href="../grass70/binary/linux/snapshot/">Generic</a> (generated weekly)<br>
  -->
 </td>
 
 <td>
-    <a href="../grass70/source/snapshot/">Weekly 7.0-svn snapshot</a><br>
-    <a href="http://trac.osgeo.org/grass/wiki/DownloadSource#GRASS7">Download latest 7.0-svn code</a><br>
-    <a href="http://svn.osgeo.org/grass/grass/trunk">7.0-svn source code browser</a>
+    &bull; <a href="../grass70/source/snapshot/">Weekly 7.0-svn snapshot</a><br>
+    &bull; <a href="http://trac.osgeo.org/grass/wiki/DownloadSource#GRASS7">Download latest 7.0-svn code</a><br>
+    &bull; <a href="http://svn.osgeo.org/grass/grass/trunk">7.0-svn source code browser</a>
 </td>
 
 <td>
- <!--   <a href="../grass70/manuals/html70_user/index.html">User manual pages (HTML)</a><br> -->
-    <a href="../devel/index.php#prog">Programmer's Manual</a><br>
-    <a href="http://grass.osgeo.org/wiki/Compile_and_Install">Compiling source code</a>
+ <!--  &bull; <a href="../grass70/manuals/html70_user/index.html">User manual pages (HTML)</a><br> -->
+    &bull; <a href="../devel/index.php#prog">Programmer's Manual</a><br>
+    &bull; <a href="http://grass.osgeo.org/wiki/Compile_and_Install">Compiling source code</a>
 </td>
 </tr>
 



More information about the grass-commit mailing list