Update of /cvsroot/geotools/geotools/src
In directory usw-pr-cvs1:/tmp/cvs-serv374
Modified Files:
Tag: Release_0_8_x-branch
readme.html
Log Message:
added reference to licence and discusion of release canditdates
Index: readme.html
===================================================================
RCS file: /cvsroot/geotools/geotools/src/readme.html,v
retrieving revision 1.3.4.1
retrieving revision 1.3.4.2
diff -w -C2 -d -r1.3.4.1 -r1.3.4.2
*** readme.html 2001/12/30 14:56:39 1.3.4.1
--- readme.html 2001/12/30 20:58:52 1.3.4.2
***************
*** 12,22 ****
<H1>GeoTools 0.8.0 Release Candidate 1</H1>
! <H2>Introduction</H2>
! <H3>What is GeoTools?</H3>
! <H3>What is a release candidate?</H3>
<P>
<H2>Getting started</H2>
<P>
<H2>What's not in this release?</H2>
<P>The creation of this (0.8.0) release of GeoTools involved more the removal of code than the addition of anything
--- 12,71 ----
<H1>GeoTools 0.8.0 Release Candidate 1</H1>
! <H2>What is GeoTools?</H2>
! <P>GeoTools is a Java library for manipulating and displaying geographic maps. Predominantly, it is used for displaying
! interactive maps within web browsers without the need for any server-side support. However, the library can also
! be used to develop client-server based solutions, applications and command line utilities. GeoTools is supported
! by a wide and diverse developer and user community and it is continuing to grow in new directions.</P>
! <P></P>
! <H2>License</H2>
! <P>The GeoTools library is covered by the GNU Lesser General Public License (LGPL). In essence, this declares
! that GeoTools is an open source library which can freely be used and modified in conjunction with any other code
! (open or proprietary), provided the source for all modifications is made freely available. However, for the full
! legal position and implications of the license, please refer to the full text which can be found in the <A HREF="license.txt">License</A>
! file.</P>
!
! <P></P>
! <H2>What is a release candidate?</H2>
! <P>Prior to the final release of a new version, release candidates are made which are believed to be complete by
! the developers, but which require wider testing to be certain. This is the first release candidate of GeoTools
! 0.8.0 and, if all goes well, a final release will follow shortly. Thank you for downloading this candidate. In
! order to ensure that the final release goes smoothly, we actively encourage as much feedback as possible about
! this release candidate. In particular, could you try all of the examples found in the <A HREF="demonstrations/readme.html">demonstrations</A>
! folder. Please report any problems, crashes, bugs, etc. using the <A HREF="http://sourceforge.net/tracker/?func=add&group_id=4091&atid=104091">'Submit
! a bug'</A> link which can be found on the <A HREF="http://geotools.org">geotools.org </A>homepage.</P>
!
<P>
<H2>Getting started</H2>
+ <P>Three guides to getting started with GeoTools can be found in the Getting Started folder.</P>
+
<P>
+ <TABLE BORDER="1" WIDTH="100%">
+ <TR>
+ <TD WIDTH="33%"><B>English</B></TD>
+ <TD WIDTH="33%"><B>Español</B></TD>
+ <TD WIDTH="34%"> </TD>
+ </TR>
+ <TR>
+ <TD WIDTH="33%">As an end user</TD>
+ <TD WIDTH="33%">Para usuarios finales</TD>
+ <TD WIDTH="34%"> </TD>
+ </TR>
+ <TR>
+ <TD WIDTH="33%">As a solution builder</TD>
+ <TD WIDTH="33%"> </TD>
+ <TD WIDTH="34%"> </TD>
+ </TR>
+ <TR>
+ <TD WIDTH="33%">As a developer</TD>
+ <TD WIDTH="33%"> </TD>
+ <TD WIDTH="34%"> </TD>
+ </TR>
+ </TABLE>
+ </P>
+
+ <P>The demonstrations package included in this release can be found in the Demonstrations folder. Please refer
+ to the <A HREF="demonstrations/readme.html">readme</A> file in that directory for more details and links to the
+ individual examples.
<H2>What's not in this release?</H2>
<P>The creation of this (0.8.0) release of GeoTools involved more the removal of code than the addition of anything
***************
*** 46,51 ****
We hope to have many, if not all, of the above features in a suitable state to include in the 0.9.x release of
GeoTools.</P>
!
! <P>
</BODY>
--- 95,100 ----
We hope to have many, if not all, of the above features in a suitable state to include in the 0.9.x release of
GeoTools.</P>
! <H2>Credits</H2>
! <P>GeoTools would not have been possible without the combined effort of a dynamic community
</BODY>
|