[GRASSweb-list] markus: web/grass61 index.php, NONE, 1.1 main.inc, NONE, 1.1 menu_side.inc, NONE, 1.1 title.inc, NONE, 1.1

grass at intevation.de grass at intevation.de
Sat Aug 12 14:23:44 EDT 2006


Author: markus

Update of /grassrepository/web/grass61
In directory doto:/tmp/cvs-serv17259/grass61

Added Files:
	index.php main.inc menu_side.inc title.inc 
Log Message:
new version pages added

--- NEW FILE: index.php ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>GRASS GIS 6.1</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"> <img src="../images/grasslogo_vector_small.png" alt="GRASS GIS (Geographic Resources Analysis Support System)" hspace="22">
       </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; 2005-2006 GRASS 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>

--- NEW FILE: main.inc ---
<h2>Releases</h2>

<i>Note: Development continues in <a href="../grass63/">GRASS 6.3</a>. This version is frozen,
   only bugfixes will be applied.</i>

<ul>
<li> See also the <a href="http://grass.gdf-hannover.de/wiki/Release_Roadmap#GRASS_6.1.x">Roadmap</a>.
<li> GRASS 6.1.0 released 11 Aug 2006 released (technology preview release) - 
    <a href="../announces/announce_grass610.html">Announcement</a></li>
</ul>

<a name="screenshots"></a>
<h2>Screenshots</h2>

<ul>
<li><a href="screenshots/index.php">Screenshots GRASS 6.1</a>
</ul>

<a name="downloads"></a>
<h2>Downloads</h2>

<ul>
<li> Software: See <a href="../download/index.php">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/html61_user/index.html">HTML</a></li>
 <li> <a href="http://grass.gdf-hannover.de/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>


--- NEW FILE: menu_side.inc ---
<!-- 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/cvs.php">CVS Server</a>
	  <p>
	  <a href="../devel/cvstags.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/bugreport.html">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 -->


--- NEW FILE: title.inc ---
<!-- keep indentation -->
                <center><br>
                  <h1>GRASS 6.1</h1>
                </center>





More information about the grass-web mailing list