Mercurial > mxd2map
annotate website/index.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 | 0770d8c9999b |
rev | line source |
---|---|
155 | 1 m4_dnl -*-html-*- |
2 m4_include(`template.m4') | |
3 m4_dnl $Id: index.htm4,v 1.30 2006/01/12 16:04:03 jan Exp $ | |
4 | |
5 m4_define(`EN') | |
6 m4_define(`DE_FILE', `index-de.html') | |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
163
diff
changeset
|
7 m4_define(`TITLE', ` - a converter for UMN MapServer Mapfiles') |
155 | 8 |
9 m4_define(`FANCY_HEADER') | |
10 | |
11 PAGE_START | |
12 | |
13 <div id="intro" style="float:left; padding-right:0; width:600px;"> | |
14 <span></span> | |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
163
diff
changeset
|
15 <h2>MXD2map - a converter for MXD-files!</h2> |
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
163
diff
changeset
|
16 <p>Create your UMN MapServer mapfiles based on your ERSI ArcGIS |
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
163
diff
changeset
|
17 MXD-files.<br> |
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
163
diff
changeset
|
18 Make the first step into a free future! |
155 | 19 </p> |
20 </div> | |
21 | |
22 <div id="full"> | |
23 | |
24 <div class="column1"> | |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
163
diff
changeset
|
25 <h4>Get to know MXD2map</h4> |
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
163
diff
changeset
|
26 <p>Find out what MXD2map is and learn about its features. |
155 | 27 </p> |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
163
diff
changeset
|
28 <p><a href="about-de.hml">About MXD2map >></a></p> |
155 | 29 </div> |
30 | |
31 <div class="column2"> | |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
163
diff
changeset
|
32 <h4>For Developers</h4> |
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
163
diff
changeset
|
33 <p>Test MXD2map, look at the sourcecode and give us feedback!</p> |
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
163
diff
changeset
|
34 <p><a href="development-de.html">Development >></a></p> |
155 | 35 </div> |
36 | |
37 <div class="column3"> | |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
163
diff
changeset
|
38 <h4>Join the community</h4> |
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
163
diff
changeset
|
39 <p>MXD2map is Free Software. Help us to build the community and get in |
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
163
diff
changeset
|
40 contact with us! |
155 | 41 </p> |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
163
diff
changeset
|
42 <p><a href="contact-de.html">Contact >></a></p> |
155 | 43 </div> |
44 | |
45 </div> |