[GRASSweb-list]markus: web contact.inc,NONE,1.1 contact.php,NONE,1.1 index.php,1.4,1.5 mirrors.php,1.2,1.3 searchgrass.php,1.1,1.2

grass at intevation.de grass at intevation.de
Mon Jan 17 15:11:01 EST 2005


Author: markus

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

Modified Files:
	index.php mirrors.php searchgrass.php 
Added Files:
	contact.inc contact.php 
Log Message:
contact page written

--- NEW FILE: contact.inc ---
<!-- MN -->


<h3>Feeling happy?</h3>

Good - let us know! You may want to send kudos to the
<a href="devel/index.php">developers</a> or the
<a href="community/support.php">community</a>.

<h3>Feeling unhappy?</h3>

Let us know! Depending on the problem, please contact the
right people:

<ul>
<li> Web site link broken? Write to <a href="mailto:weblist at grass.itc.it">weblist</a>.
<li> Odd grammar found? Suggestions for web site updates? Send improved text pieces to 
      <a href="mailto:weblist at grass.itc.it">weblist</a>.
<li> No idea how to use GRASS? Contact the user's mailing list within the
      <a href="community/index.php">community</a>.
<li> You know how to make things better? Perfect! Read 
      <a href="community/get_involved.php">Get involved!</a> and start right away!
</ul>

<div align="right">
<i>Last change: $Date: 2005/01/17 20:10:58 $ </i><br>
<i>$Author: markus $</i>
</div>

--- NEW FILE: contact.php ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>GRASS GIS Contact page</title>
  <DEFANGED_meta name="robots" content="index,follow">
  <DEFANGED_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">
  <DEFANGED_meta name="keywords"
        content="gis, GIS, GRASS, open source, 
	 free software, Geographical Information System, raster, topology,
         vector, image processing, visualization">
  <DEFANGED_meta name="Author" content="Markus Neteler">
  <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <DEFANGED_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"> <DEFANGED_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="100%">
          <tbody>
            <tr bgcolor="#ffffff">
              <td nowrap="nowrap">
                    <center><br>
                    <h1>Contact us!</h1>
                    </center>		    
              </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("main_menu_search.inc");
     ?> 
   </td>
   <td valign="top">
     <?php
       include("main_menu_top.inc");
     ?>
   </td>
 </tr>
 <tr>
  <td valign="top">
     <?php
       // include("main_menu_side.inc");
     ?>
   </td>
  <td valign="top"> <!-- MAIN PART -->
     
     <?php
       include("contact.inc");
     ?>	       
    <!-- END MAIN PART -->
 
  </td>
 </tr>  
 </tbody> 
</table>

<hr>
   <div align="right">&copy; 2005 GRASS Development Team<br>
   <a href="impressum.html">Imprint</a> |
   <a href="mailto:weblist at grass.itc.it">Comments</a> about this page<br>
   <i>Last change: $Date: 2005/01/17 20:10:58 $ </i><br>
   <i>$Author: markus $</i></div>
		    
</body>
</html>

Index: index.php
===================================================================
RCS file: /grassrepository/web/index.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- index.php	14 Jan 2005 16:56:24 -0000	1.4
+++ index.php	17 Jan 2005 20:10:58 -0000	1.5
@@ -129,9 +129,9 @@
 </table>
 
 <hr>
-   <div align="right">&copy; 1999-2004 GRASS Development Team<br>
+   <div align="right">&copy; 1999-2005 GRASS Development Team<br>
    <a href="impressum.html">Imprint</a> |
-   <a href="mailto:weblist at grass.itc.it">Comments</a> about this page<br>
+   <a href="contact.php">Comments</a> about this page<br>
    <i>Last change: $Date$ </i><br>
    <i>$Author$</i></div>
 		    

Index: mirrors.php
===================================================================
RCS file: /grassrepository/web/mirrors.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mirrors.php	30 Dec 2004 02:33:32 -0000	1.2
+++ mirrors.php	17 Jan 2005 20:10:58 -0000	1.3
@@ -81,9 +81,9 @@
 </table>
 
 <hr>
-   <div align="right">&copy; 1999-2004 GRASS Development Team<br>
+   <div align="right">&copy; 1999-2005 GRASS Development Team<br>
    <a href="impressum.html">Imprint</a> |
-   <a href="mailto:weblist at grass.itc.it">Comments</a> about this page<br>
+   <a href="contact.php">Comments</a> about this page<br>
    <i>Last change: $Date$ </i><br>
    <i>$Author$</i></div>
 		    

Index: searchgrass.php
===================================================================
RCS file: /grassrepository/web/searchgrass.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- searchgrass.php	19 Dec 2004 16:53:56 -0000	1.1
+++ searchgrass.php	17 Jan 2005 20:10:58 -0000	1.2
@@ -81,9 +81,9 @@
 </table>
 
 <hr>
-   <div align="right">&copy; 1999-2004 GRASS Development Team<br>
+   <div align="right">&copy; 1999-2005 GRASS Development Team<br>
    <a href="impressum.html">Imprint</a> |
-   <a href="mailto:weblist at grass.itc.it">Comments</a> about this page<br>
+   <a href="contact.php">Comments</a> about this page<br>
    <i>Last change: $Date$ </i><br>
    <i>$Author$</i></div>
 		    





More information about the grass-web mailing list