[GRASSweb-list] markus: web/gdp manuals_old.inc, NONE,
1.1 manuals_old.php, NONE, 1.1 title_old.inc, NONE,
1.1 manuals.inc, 1.12, 1.13 manuals.php, 1.3, 1.4
grass at intevation.de
grass at intevation.de
Fri Nov 17 12:18:00 EST 2006
Author: markus
Update of /grassrepository/web/gdp
In directory doto:/tmp/cvs-serv14324
Modified Files:
manuals.inc manuals.php
Added Files:
manuals_old.inc manuals_old.php title_old.inc
Log Message:
moved old stuff out
--- NEW FILE: manuals_old.inc ---
<h3>GRASS 6.0.x manual pages</h3>
GRASS 6.0.x <A HREF="../grass60/manuals/html60_user/index.html">HTML manual pages</A>
(online)
<font size="-1"><P>
<form method="post" action="http://grass.itc.it/cgi-bin/htsearch">
Search:
<input type="text" size="30" name="words" value="">
<input type="submit" value="Search">
<br>
Match: <select name=method>
<option value="and">All
<option value="or">Any
<option value="boolean">Boolean
</select>
Format: <select name=format>
<option value=builtin-long>Long
<option value=builtin-short>Short
</select>
Sort by: <select name=sort>
<option value=score>Score
<option value=time>Time
<option value=title>Title
<option value=revscore>Reverse Score
<option value=revtime>Reverse Time
<option value=revtitle>Reverse Title
</select>
<input type=hidden name=config value=htdig>
<input type=hidden name=restrict value="html60_user">
<input type=hidden name=exclude value="">
</form></font>
<p>
<HR>
<h3>GRASS 5.4.x manual pages</h3>
GRASS 5.4.x <A HREF="html_grass5/index.html">HTML manual pages</A>
(online), <A HREF="html_grass5/html_grass5.tar.gz">HTML 5 tar.gz</a> (package
download), Documents in <a href=../grass5/manuals/>PDF format</A>
<font size="-1"><P>
<form method="post" action="http://grass.itc.it/cgi-bin/htsearch">
Search:
<input type="text" size="30" name="words" value="">
<input type="submit" value="Search">
<br>
Match: <select name=method>
<option value="and">All
<option value="or">Any
<option value="boolean">Boolean
</select>
Format: <select name=format>
<option value=builtin-long>Long
<option value=builtin-short>Short
</select>
Sort by: <select name=sort>
<option value=score>Score
<option value=time>Time
<option value=title>Title
<option value=revscore>Reverse Score
<option value=revtime>Reverse Time
<option value=revtitle>Reverse Title
</select>
<input type=hidden name=config value=htdig>
<input type=hidden name=restrict value="html_grass5">
<input type=hidden name=exclude value="">
</form></font>
<p>
<HR>
<h3>GRASS 4.3 manual pages</h3>
GRASS 4.x <A HREF="html_grass4/index.html">HTML manual pages</A>
(online), <A HREF="html_grass4/html_grass4.tar.gz">HTML 4 tar.gz</a> (package download)
<p>
<HR>
<h3>GRASS 6 Programmer's Manual</h3>
Available in <A HREF="../devel/index.php#prog">HTML and PDF</A> format.
<HR>
<b>Citing GRASS Manuals</b>:
<p>
<i>
GRASS Development Team, 2005. GRASS 6.0 Users Manual. ITC-irst, Trento,
Italy. Electronic document: http://grass.itc.it/grass60/manuals/html_grass60/
</i>
<p>
<i>
GRASS Development Team, 2002. GRASS 5.0 Users Manual. ITC-irst, Trento,
Italy. Electronic document: http://grass.itc.it/gdp/html_grass5/
</i>
<p>
<i>
U.S. Army CERL, 1993. GRASS 4.1 Reference Manual. U.S. Army Corps of
Engineers, Construction Engineering Research Laboratories, Champaign,
Illinois, 1-425.
</i>
<div align="right">
<i>Last change: $Date: 2006/11/17 17:17:58 $ </i><br>
<i>$Author: markus $</i>
</div>
--- NEW FILE: manuals_old.php ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS GIS: Manuals</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_old.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 -->
<h3>Manuals</h3>
<b>New <a href="manuals.php">manuals</a></b>
<?php
include("manuals_old.inc");
?>
<!-- END MAIN PART -->
</td>
</tr>
</tbody>
</table>
<hr>
<div align="right">© 1999-2004 GRASS Development Team<br>
<a href="../impressum.html">Imprint</a> |
<a href="../contact.php">Comments</a> about this page<br>
</div>
</body>
</html>
--- NEW FILE: title_old.inc ---
<!-- keep indentation -->
<center><br>
<h1>GRASS: Documentation of older versions</h1>
</center>
Index: manuals.inc
===================================================================
RCS file: /grassrepository/web/gdp/manuals.inc,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- manuals.inc 16 Nov 2006 06:25:04 -0000 1.12
+++ manuals.inc 17 Nov 2006 17:17:58 -0000 1.13
@@ -66,79 +66,7 @@
<p>
<HR>
-<h3>GRASS 6.0.x manual pages</h3>
-GRASS 6.0.x <A HREF="../grass60/manuals/html60_user/index.html">HTML manual pages</A>
-(online)
-
-<font size="-1"><P>
-<form method="post" action="http://grass.itc.it/cgi-bin/htsearch">
- Search:
-<input type="text" size="30" name="words" value="">
-<input type="submit" value="Search">
-<br>
- Match: <select name=method>
-<option value="and">All
-<option value="or">Any
-<option value="boolean">Boolean
-</select>
-Format: <select name=format>
-<option value=builtin-long>Long
-<option value=builtin-short>Short
-</select>
-Sort by: <select name=sort>
-<option value=score>Score
-<option value=time>Time
-<option value=title>Title
-<option value=revscore>Reverse Score
-<option value=revtime>Reverse Time
-<option value=revtitle>Reverse Title
-</select>
-<input type=hidden name=config value=htdig>
-<input type=hidden name=restrict value="html60_user">
-<input type=hidden name=exclude value="">
-</form></font>
-<p>
-<HR>
-
-<h3>GRASS 5.4.x manual pages</h3>
-GRASS 5.4.x <A HREF="html_grass5/index.html">HTML manual pages</A>
-(online), <A HREF="html_grass5/html_grass5.tar.gz">HTML 5 tar.gz</a> (package
-download), Documents in <a href=../grass5/manuals/>PDF format</A>
-
-<font size="-1"><P>
-<form method="post" action="http://grass.itc.it/cgi-bin/htsearch">
- Search:
-<input type="text" size="30" name="words" value="">
-<input type="submit" value="Search">
-<br>
- Match: <select name=method>
-<option value="and">All
-<option value="or">Any
-<option value="boolean">Boolean
-</select>
-Format: <select name=format>
-<option value=builtin-long>Long
-<option value=builtin-short>Short
-</select>
-Sort by: <select name=sort>
-<option value=score>Score
-<option value=time>Time
-<option value=title>Title
-<option value=revscore>Reverse Score
-<option value=revtime>Reverse Time
-<option value=revtitle>Reverse Title
-</select>
-<input type=hidden name=config value=htdig>
-<input type=hidden name=restrict value="html_grass5">
-<input type=hidden name=exclude value="">
-</form></font>
-<p>
-<HR>
-
-<h3>GRASS 4.3 manual pages</h3>
-GRASS 4.x <A HREF="html_grass4/index.html">HTML manual pages</A>
-(online), <A HREF="html_grass4/html_grass4.tar.gz">HTML 4 tar.gz</a> (package download)
-<p>
+Old manuals: Available in <A HREF="manuals_old.php">here</A>.
<HR>
<h3>GRASS 6 Programmer's Manual</h3>
Index: manuals.php
===================================================================
RCS file: /grassrepository/web/gdp/manuals.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- manuals.php 15 Nov 2005 13:13:02 -0000 1.3
+++ manuals.php 17 Nov 2006 17:17:58 -0000 1.4
@@ -82,7 +82,7 @@
</table>
<hr>
- <div align="right">© 1999-2004 GRASS Development Team<br>
+ <div align="right">© 1999-2006 GRASS Development Team<br>
<a href="../impressum.html">Imprint</a> |
<a href="../contact.php">Comments</a> about this page<br>
</div>
More information about the grass-web
mailing list