Mercurial > mxd2map
annotate website/license-de.htm4 @ 211:bdf58d5b7d92
Added an english translation of the website.
* website/about.htm4, website/buildhtml.mk,
website/contact-de.htm4, website/contact.htm4,
website/development-de.htm4, website/development.htm4,
website/donate-de.htm4, website/donate.htm4,
website/download.htm4, website/img/funktionsweise-MXD2map-de.png,
website/index.htm4, website/license-de.htm4, website/license.htm4,
website/template_header.m4,
website/img/funktionsweise-MXD2map.png,
website/img/funktionsweise-MXD2map_small.png,
doku/funktionsweise/funktionsweise-MXD-konverter.svg,
website/img/funktionsweise-MXD-konverter.png,
website/img/funktionsweise-MXD-konverter_small.png: English
translation of the website. Added a new Makefile-Target 'images'
to get the dokumentation-images into the site.
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Fri, 22 Jul 2011 13:24:36 +0200 |
parents | 8f9196c9c7e8 |
children | 584bc79cf4ad |
rev | line source |
---|---|
155 | 1 m4_dnl -*-html-*- |
2 m4_include(`template.m4') | |
3 m4_dnl $Id$ | |
4 | |
5 m4_define(`DE') | |
6 m4_define(`EN_FILE', `license.html') | |
7 m4_define(`license-de.html', `0') | |
8 | |
9 m4_define(`TITLE', `Lizenz') | |
10 m4_define(`MAIN', `license') | |
11 | |
12 PAGE_START | |
13 | |
14 <div id="intro"> | |
15 <h2>Lizenz</h2> | |
163
8f9196c9c7e8
Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
16 <p>MXD2map ist Freie Software und steht unter der <b>GNU Lesser General |
8f9196c9c7e8
Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
17 Public License (GNU LGPL)</b>. Die Software darf ohne |
155 | 18 Restriktionen benutzt, ver�ndert und (ge�ndert) weitergegeben werden. |
19 </p> | |
20 </div> | |
21 | |
22 <div id="main"> | |
23 <h2>Copyright Erkl�rungen</h2> | |
24 <br> | |
25 <pre> | |
163
8f9196c9c7e8
Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
26 Copyright (C) 2011 Bundesamt f�r Seeschifffahrt und Hydrographie (BSH) |
155 | 27 |
28 This program is free software; you can redistribute it and/or modify | |
163
8f9196c9c7e8
Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
29 it under the terms of the GNU Lesser General Public License version 2, |
155 | 30 or, at your option, any later version as published by the Free |
31 Software Foundation | |
32 | |
33 This program is distributed in the hope that it will be useful, | |
34 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
35 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
163
diff
changeset
|
36 GNU Lesser General Public License for more details. |
155 | 37 |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
163
diff
changeset
|
38 You should have received a copy of the GNU Lesser General Public License |
155 | 39 along with this program; if not, write to the Free Software |
40 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. | |
41 | |
42 </pre> | |
43 | |
44 </div> |