[GRASS-SVN] r33429 - in grass-web/trunk: . download grass70 grass70/source grass70/source/snapshot

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 13 05:20:00 EDT 2008


Author: neteler
Date: 2008-09-13 05:20:00 -0400 (Sat, 13 Sep 2008)
New Revision: 33429

Added:
   grass-web/trunk/grass70/
   grass-web/trunk/grass70/index.php
   grass-web/trunk/grass70/main.inc
   grass-web/trunk/grass70/menu_side.inc
   grass-web/trunk/grass70/source/
   grass-web/trunk/grass70/source/README.html
   grass-web/trunk/grass70/source/snapshot/
   grass-web/trunk/grass70/source/snapshot/README.html
   grass-web/trunk/grass70/title.inc
Modified:
   grass-web/trunk/download/software.inc
Log:
GRASS 7 source code snapshots added

Modified: grass-web/trunk/download/software.inc
===================================================================
--- grass-web/trunk/download/software.inc	2008-09-13 09:11:10 UTC (rev 33428)
+++ grass-web/trunk/download/software.inc	2008-09-13 09:20:00 UTC (rev 33429)
@@ -158,7 +158,7 @@
 <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="https://svn.osgeo.org/grass/grass/branches/develbranch_6">6.4-svn source code browser</a>
+    <a href="http://svn.osgeo.org/grass/grass/branches/develbranch_6">6.4-svn source code browser</a>
 </td>
 
 <td>
@@ -168,6 +168,48 @@
 </td>
 </tr>
 
+<tr NOSAVE><td colspan=4><hr></td></tr>
+
+
+<tr NOSAVE>
+<td rowspan=3 align=center bgcolor="#FFCC99">
+N<br>E<br>W<br> <br>D<br>E<br>V<br>E<br>L
+</td>
+
+<td colspan=3 NOSAVE>
+  <b><a NAME="g70x">GRASS 7</a> (active development version; partial rewrite, <a href="../grass70/index.php"> more...</a>)</b>
+</td>
+</tr>
+
+<tr NOSAVE>
+    <td NOSAVE><b><i>Binaries</i></b></td>
+    <td NOSAVE><b><i>Source code</i></b></td>
+    <td NOSAVE><b><i>Manuals</i></b></td>
+</tr>
+
+<tr valign=top>
+<td>
+<!--
+    Snapshots:<br>
+    <BR>
+    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>
+</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>
+</td>
+</tr>
+
 </table>
 
 <a name="svn"></a>

Added: grass-web/trunk/grass70/index.php
===================================================================
--- grass-web/trunk/grass70/index.php	                        (rev 0)
+++ grass-web/trunk/grass70/index.php	2008-09-13 09:20:00 UTC (rev 33429)
@@ -0,0 +1,100 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+  <title>GRASS GIS 7</title>
+  <meta name="robots" content="index,follow">
+  <meta name="description"
+        content="GRASS GIS (Geographic Resources
+         Analysis Support System) is an open source, free software
+         Geographical Information System (GIS) with raster, topological
+         vector, image processing, and visualization functionality">
+  <meta name="keywords"
+        content="gis, GIS, GRASS, open source, 
+	 free software, Geographical Information System, raster, topology,
+         vector, image processing, visualization">
+  <meta name="Author" content="MN/GRASS Development Team">
+  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+  <link rel="stylesheet" href="../sitestyle.css" type="text/css">
+</head>
+<body>
+   <!-- TOP LOGO LINE -->  
+<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="650">
+ <tbody>
+ <tr><td>            
+   <table cellspacing="1" cellpadding="0" border="0" width="100%" >
+   <tbody>
+      <tr bgcolor="#ffffff">
+       <td nowrap="nowrap">
+	  <a href="../index.php">
+	    <img src="../images/grasslogo_vector_small.png" alt="GRASS GIS (Geographic Resources Analysis Support System)" hspace="22" border="0">
+	  </a>
+       </td>
+       <td nowrap="nowrap">
+          <table cellspacing="0" cellpadding="1" border="0" width="50%">
+          <tbody>
+            <tr bgcolor="#ffffff">
+              <td nowrap="nowrap">
+               <?php
+                  include("title.inc");
+               ?> 
+              </td>
+            </tr>
+          </tbody>
+          </table>
+       </td>
+      </tr>
+    </tbody>
+    </table>
+   </td>
+  </tr>
+ </tbody> 
+</table>
+
+<table cellspacing="0" cellpadding="1" border="0" width="100%">
+<tbody>
+ <tr>
+    <td valign="top">
+    <?php
+        include("../menu_search.inc");
+     ?> 
+   </td>
+   <td valign="top">
+     <?php
+       include("../menu_top.inc");
+     ?>
+   </td>
+ </tr>
+ <tr>
+  <td valign="top">
+     <?php
+       include("menu_side.inc");
+     ?>
+   </td>
+  <td valign="top" class="leftmenu"> <!-- MAIN PART -->
+  
+    <?php
+      include("main.inc");
+      ?>
+	      
+    <!-- END MAIN PART -->
+ 
+  </td>
+ </tr>  
+ </tbody> 
+</table>
+
+<hr>
+   <div align="right">&copy; 2008 Development Team<br>
+   <a href="../impressum.html">Imprint</a> |
+   <a href="../contact.php">Comments</a> about this page<br>
+   </div>
+<!-- Site Meter -->
+<script type="text/javascript" src="http://s24.sitemeter.com/js/counter.js?site=s24grassgis">
+</script>
+<noscript>
+<a href="http://s24.sitemeter.com/stats.asp?site=s24grassgis" target="_top">
+<img src="http://s24.sitemeter.com/meter.asp?site=s24grassgis" alt="Site Meter" border="0"/></a>
+</noscript>
+<!-- Copyright (c)2006 Site Meter -->
+</body>
+</html>

Added: grass-web/trunk/grass70/main.inc
===================================================================
--- grass-web/trunk/grass70/main.inc	                        (rev 0)
+++ grass-web/trunk/grass70/main.inc	2008-09-13 09:20:00 UTC (rev 33429)
@@ -0,0 +1,49 @@
+<h2>Releases</h2>
+
+<i>This is the development version (SVN HEAD)</i>
+
+<table border=0 width="75%">
+<tr>
+<td>
+<ul>
+<li> Not releases yet
+<li> SVN snapshots are created weekly, see "Downloads" below.
+</ul>
+</td>
+<td align="right">
+<a href="../screenshots/vector.php"><img src="../grass61/screenshots/images/trento3d_colors_tiny.jpg" alt="GRASS screenshot" border=0><a>
+</td>
+</tr>
+</table>
+
+<a name="screenshots"></a>
+<h2>Screenshots</h2>
+
+<ul>
+<li><a href="../screenshots/index.php">Screenshots GRASS 6.4</a>
+</ul>
+
+<a name="downloads"></a>
+<h2>Downloads</h2>
+
+<ul>
+<li> Software: See <a href="../download/index.php#g64x">download page</a>
+<li> Manuals: See <a href="../gdp/index.php">documents page</a>
+<li> Sample data: <a href="../download/data6.php">sample data sets page</a>
+</ul>
+
+<a name="docs"></a>
+<h2>Documentation</h2>
+<ul>
+<!-- <li> User Manuals: <a href="manuals/html64_user/index.html">HTML</a></li> -->
+ <li> <a href="http://grass.osgeo.org/wiki/GRASS_6_Tutorial">Draft GRASS 6.0 tutorial</a></li>
+ <li> <a href="../devel/index.php#prog">GRASS 6 Programmer's Manual</a>
+</ul>
+
+<!--
+<a name="translation"></a>
+<h2>Translation statistics</h2>
+<ul>
+ <li> <a href="../devel/i18n.php">Statistics of GRASS 6.4-SVN message translation efforts</a>
+</ul>
+-->

Added: grass-web/trunk/grass70/menu_side.inc
===================================================================
--- grass-web/trunk/grass70/menu_side.inc	                        (rev 0)
+++ grass-web/trunk/grass70/menu_side.inc	2008-09-13 09:20:00 UTC (rev 33429)
@@ -0,0 +1,40 @@
+<!-- SIDE MENU INCLUDE -->
+
+    <table class="topmenu" bgcolor="#008000" cellspacing="0" cellpadding="0" border="0" width="150">
+    <tbody>
+     <tr>
+     <td><!-- TOP MENU -->
+      <table cellspacing="1" cellpadding="3" border="0" width="100%">
+      <tbody>
+        <tr bgcolor="#c5e2ca">
+        <td nowrap="nowrap">
+	<font size="-1">
+	  <a href="index.php">GRASS Development</a>
+	  <p>
+          <a href="../community/get_involved.php">Get involved!</a>
+	  <p>
+	  <a href="../devel/roadmap.php">Roadmap</a>
+	  <p>
+	  <a href="../devel/i18n.php">Translations (i18N)</a>
+	  <p>
+	  <a href="../devel/svn.php">CVS Server</a>
+	  <p>
+	  <a href="../devel/svntags.php">CVS tags</a>
+	  <p>
+          <a href="../devel/grasscvscommit.php">CVS commit ML</a>
+	  <p>
+	  <a href="../platforms/index.php">Platform notes</a>
+          <p>
+          <a href="../bugtracking/index.php">Bug/Wish reports</a>
+	  <p>
+	  <a href="../devel/grasshist.html">History</a>
+        </font>
+        </td>
+        </tr>
+      </tbody>             
+      </table><!-- END SIDE MENU -->
+     </td>
+     </tr>
+    </tbody>
+    </table> <!-- END menu frame -->
+

Added: grass-web/trunk/grass70/source/README.html
===================================================================
--- grass-web/trunk/grass70/source/README.html	                        (rev 0)
+++ grass-web/trunk/grass70/source/README.html	2008-09-13 09:20:00 UTC (rev 33429)
@@ -0,0 +1,43 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+  <TITLE>GRASS 7 source code</TITLE>
+ </HEAD>
+<BODY BGCOLOR=#FFFFFF>
+<pre>
+This directory contains the source code of GRASS GIS 7
+in gzipped tar format.
+
+- find here official releases
+- the snapshot/ subdirectory contains weekly SVN snapshots.
+
+Please read the INSTALL file within the package.
+
+Status: The list of included modules can be found 
+<a href=../manuals/html70_user/index.html>here</a>.
+
+Help us to improve GRASS. Report problems at our bug report page:
+<a href=http://grass.osgeo.org/bugtracking/>go here</a>!
+
+Send improvements to
+          GRASS Development Team members
+          http://grass.osgeo.org/devel/index.php
+
+Thanks!
+
+***********************************************
+</pre>
+
+Get this <a href=README.html>file</a>.
+
+<!-- FOOTER -->
+<hr>
+<DIV ALIGN=right>&copy; 2008 GRASS Development Team<br>
+<a href="../../contact.php">Comments</a> about this page |
+ Back <a href=../../index.php>HOME</a><br>
+<i>Last change:
+$Date: 2008-03-22 22:16:14 +0100 (Sat, 22 Mar 2008) $
+</i></DIV>
+
+</BODY>
+</HTML>

Added: grass-web/trunk/grass70/source/snapshot/README.html
===================================================================
--- grass-web/trunk/grass70/source/snapshot/README.html	                        (rev 0)
+++ grass-web/trunk/grass70/source/snapshot/README.html	2008-09-13 09:20:00 UTC (rev 33429)
@@ -0,0 +1,59 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+   <meta name="Author" content="GRASS Development Team/MN">
+   <title>GRASS GIS 7 SVN snapshot</title>
+</head>
+<body bgcolor="#FFFFFF">
+
+<h2>GRASS GIS 7 SVN snapshot</h2>
+
+This directory contains the weekly generated SVN snapshot of GRASS 7.0.svn.
+
+<p>
+<b>What's that?</b><p>
+
+If you are not interested to use the SVN program for directly accessing the
+latest GRASS source code, you can follow ongoing development by download a
+source code from this directory. This SVN snapshot is the source code checked
+out from SVN repository once a week.
+
+<p>
+If you are interested in daily versions, please access the 
+<a href=../../../devel/svn.php>SVN server</a> for latest GRASS 7 sources
+directly.
+
+<h2>Is this snapshot stable?</h2>
+
+Occasionally, weekly snapshots may not work properly; in case, please revert
+to a previous version.
+
+<h2>Installation</h2>
+
+Please read the included INSTALL file.
+
+<h2>Bug reports</h2>
+
+Please report bugs *if* not listed in known BUGS.
+You are encouraged to use our bug report form:
+
+<a href=../../../bugtracking/>bug report form</a>.
+
+<p>
+Improvements and source code pieces are very welcome!
+
+<p>
+Get this <a href=README.html>file</a>.
+
+<!-- FOOTER -->
+<hr>
+<DIV ALIGN=right>&copy; 2008 GRASS Development Team<br>
+<a href="../../../contact.php">Comments</a> about this page |
+ Back <a href=../../../index.php>HOME</a><br>
+<i>Last change:
+$Date: 2008-04-03 14:45:00 +0200 (Thu, 03 Apr 2008) $
+</i></DIV>
+
+</body>
+</html>

Added: grass-web/trunk/grass70/title.inc
===================================================================
--- grass-web/trunk/grass70/title.inc	                        (rev 0)
+++ grass-web/trunk/grass70/title.inc	2008-09-13 09:20:00 UTC (rev 33429)
@@ -0,0 +1,4 @@
+<!-- keep indentation -->
+                <center><br>
+                  <h1>GRASS 7</h1>
+                </center>



More information about the grass-commit mailing list