1<!-- $HeadURL: svn+ssh://jwilden@svn.wald.intevation.org/deegree/apps/igeoportal-standard/branches/2.5_testing/about.jsp $ -->
2<%--
3 This file is part of deegree, http://deegree.org/
4 Copyright (C) 2001-2009 by:
5 - Department of Geography, University of Bonn -
6 and
7 - lat/lon GmbH -
8
9 This library is free software; you can redistribute it and/or modify it under
10 the terms of the GNU Lesser General Public License as published by the Free
11 Software Foundation; either version 2.1 of the License, or (at your option)
12 any later version.
13 This library is distributed in the hope that it will be useful, but WITHOUT
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15 FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
16 details.
17 You should have received a copy of the GNU Lesser General Public License
18 along with this library; if not, write to the Free Software Foundation, Inc.,
19 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20
21 Contact information:
22
23 lat/lon GmbH
24 Aennchenstr. 19, 53177 Bonn
25 Germany
26 http://lat-lon.de/
27
28 Department of Geography, University of Bonn
29 Prof. Dr. Klaus Greve
30 Postfach 1147, 53001 Bonn
31 Germany
32 http://www.geographie.uni-bonn.de/deegree/
33
34 e-mail: info@deegree.org
35--%>
36<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
37<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
38<%@ page import="java.util.Locale" %>
39<html>
40    <head>
41        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
42        <meta name="author" content="lat/lon GmbH" />
43        <meta name="KeyWords" content="deegree iGeoPortal lat/lon" />
44        <title>About deegree iGeoPortal</title>
45        <link href="css/deegree.css" rel="stylesheet" type="text/css" />
46    </head>
47    <body class="pAbout" >
48        <table border="0" width="100%" cellpadding="5" cellspacing="5">
49            <tr>
50                <td align="left" valign="bottom" colspan="3">
51                    <h1>About deegr<font class="orange">ee</font></h1>
52                </td>
53            </tr>
54            <tr>
55                <td width="15%">&nbsp;</td>
56                <td>
57                    <b>Copyright by:</b><br /><br />
58                    <a href="http://www.giub.uni-bonn.de"><img src="./images/logo-unibonn.gif" alt="Uni Bonn" border="0" /></a>
59                </td>
60                <td align="right">
61                    <a href="http://www.lat-lon.de"><img src="./images/logo-latlon.gif" alt="lat/lon" border="0" /></a>
62                </td>
63            </tr>
64            <tr>
65                <td colspan="3">
66                <br />
67                <% if ( "de".equals( Locale.getDefault().getLanguage() ) ) { %>
68                    <p>deegr<font class="orange">ee</font> ist eine freie Software Initiative, die von der
69                    Arbeitsgruppe GIS des <a href="http://www.giub.uni-bonn.de/"
70                    target="_blank">Geographischen Instituts</a> der Universit&auml;t Bonn, und der Firma <a
71                    href="http://www.lat-lon.de/" target="_blank">lat/lon</a> gegr&uuml;ndet wurde.
72                    <a href="mailto:info -AT- deegree.org">Unterst&uuml;tzung</a> bei der Weiterenticklung wird
73                    sehr begr&uuml;&szlig;t.</p>
74
75                    <p>Das freie Software Projekt deegr<font class="orange">ee</font> bietet die
76                    derzeit umfangreichste Umsetzung von Bausteinen zum Aufbau einer Geodateninfrastruktur, in der die
77                    Standards von Open GIS Consortium (OGC) und ISO/TC 211 implementiert sind. Da die gesamte
78                    Architektur von deegr<font class="orange">ee</font> auf OGC Spezifikationen und
79                    Konzepten basiert, gibt es keine Probleme bei der Integration standardisierter Produkte
80                    anderer Anbieter (z.B. ArcIMS von ESRI(c)).</p>
81
82                    <p>Alle der genannten Server-seitigen Dienste und das
83                    Client Framework werden vom Open Source Projekt
84                    deegr<font class="orange">ee</font> bereitgestellt. deegr<font class="orange">ee</font>
85                    ist freie Software, f&uuml;r dessen Nutzung keine Lizenzkosten anfallen.
86                    Es kann frei kopiert und verteilt werden, auch die Erweiterung des Systemumfangs ist nicht
87                    mit Lizenzkosten verbunden. Die Offenheit des Quellcodes unterstreicht die
88                    Kostensicherheit des Systems. Da deegr<font class="orange">ee</font> in Java implementiert
89                    ist, ist es plattformunabh&auml;ngig und kann in heterogenen Netzwerken verwendet werden.
90                    Installationen sind auf Windows XP/2000/NT, LINUX, Macintosh OS X and Solaris
91                    Servers lauff&auml;hig.</p>
92
93                    <p>deegr<font class="orange">ee</font> ist freie Software, die der
94                    <a href="http://www.gnu.org/copyleft/lesser.html" target="_blank">
95                    GNU Lesser General Public License</a> unterliegt.</p>
96                <% } else { %>
97                    <p>deegr<font class="orange">ee</font> is a free software initiative founded by
98                    the GIS and Remote Sensing unit of the <a href="http://www.giub.uni-bonn.de/"
99                    target="_blank">Department of Geography</a>, University of Bonn, and <a
100                    href="http://www.lat-lon.de/" target="_blank">lat/lon</a>. We would gladly
101                    welcome any <a href="mailto:info -AT- deegree.org">contribution</a> to further
102                    development and implementation.</p>
103
104                    <p>The Free Software project deegree offers the
105                    substantial building blocks for the building of a Spatial
106                    Data Infrastructure by implementing the standards of the
107                    Open GIS Consortium (OGC) and ISO/TC 211. As the whole
108                    architecture of deegree is based on OGC specifications and
109                    concepts, there are no problems to integrate standardized
110                    products of other vendors (e.g. ArcIMS by ESRI(c)).</p>
111
112                    <p>All of the mentioned server-side services and the client
113                    framework are supplied by the Open Source project deegr<font
114                    class="orange">ee</font>. deegr<font class="orange">ee</font>
115                    is free software, no license cost have to be provided to use it.
116                    It can be copied and distributed freely, even an extension of
117                    enhancement of the system does not result in license costs.
118                    Openness of the source code underlines investment security of
119                    the system. As deegr<font class="orange">ee</font> is implemented
120                    in Java it is platform-independent and can be utilized in
121                    heterogeneous networks. Installations are already running on
122                    Windows XP/2000/NT, LINUX, Macintosh OS X and Solaris
123                    Servers.</p>
124
125                    <p>deegr<font class="orange">ee</font> is free in the sense that it is
126                    protected by the <a href="http://www.gnu.org/copyleft/lesser.html" target="_blank">
127                    GNU Lesser General Public License</a>.</p>
128                <% } %>
129                </td>
130            </tr>
131        </table>
132    </body>
133</html>
134