annotate website/about.htm4 @ 237:4f6356a908e1

* website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors * website/development-de.htm4, website/development.htm4: Added link to documentation * website/index-de.htm4, website/index.htm4: some layout-tweaks to make the intro -text appear in one line.
author Stephan Holl <stephan.holl@intevation.de>
date Fri, 05 Aug 2011 10:03:56 +0200
parents bdf58d5b7d92
children 1725558a9ce8
rev   line source
155
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
1 m4_dnl -*-html-*-
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
2 m4_include(`template.m4')
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
3 m4_dnl $Id$
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
4
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
5 m4_define(`EN')
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
6 m4_define(`DE_FILE', `about-de.html')
162
dd4bb5869f86 replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents: 159
diff changeset
7 m4_define(`TITLE', `About MXD2map')
155
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
8 m4_define(`MAIN', `about')
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
9
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
10 PAGE_START
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
11
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
12 <div id="intro">
162
dd4bb5869f86 replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents: 159
diff changeset
13 <h2>About MXD2map</h2>
210
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
14 <p>MXD2map is a converter for ArcGIS MXD-files into UMN MapServer Mapfiles.</p>
155
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
15 </div>
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
16
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
17 <div id="main">
237
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
18 <a name="whatis">
162
dd4bb5869f86 replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents: 159
diff changeset
19 <h2>What is MXD2map?</h2>
155
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
20
210
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
21 <p>MXD2map has the ability to publish ArcGIS MXD-files as OGC webservices
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
22 via UMN MapServer.</p>
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
23
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
24 <p>MXD2map combines the following advantages:
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
25 <ul>
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
26 <li> Create your maps within your accustomed working environment with ArcGIS Desktop</li>
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
27 <li> Convert your project into a UMN MapServer confiuration mapfile</li>
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
28 <li> Intranetwide publishing of your own data via OGC webservices (e.g.
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
29 WMS/WFS)</li>
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
30 </ul>
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
31 </p>
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
32
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
33 <p>
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
34 MXD2map is activly supported by <a target="_new"
211
bdf58d5b7d92 Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents: 210
diff changeset
35 href="http://www.bsh.de">Bundesamt fuer Seeschifffahrt und Hydrographie</a>
210
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
36 in Hamburg.
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
37 </p>
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
38
237
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
39 <a name="compoments">
162
dd4bb5869f86 replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents: 159
diff changeset
40 <h2>MXD2map Components</h2>
210
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
41 <ul>
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
42 <li> UMN MapServer Java MapScript</li>
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
43 <li> GDAL/OGR</li>
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
44 <li> Apache Webserver</li>
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
45 <li> ESRI ArcGIS Engine or ESRI ArcGIS Desktop</li>
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
46 </ul>
155
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
47
237
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
48 <a name="functionality">
210
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
49 <h2>Functionality</h2>
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
50 <a target="_new" href="img/funktionsweise-MXD2map.png"><img
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
51 src="img/funktionsweise-MXD2map_small.png" alt="funcionality of
5add50465b3a Reorganized the functionality-image
Stephan Holl <stephan.holl@intevation.de>
parents: 162
diff changeset
52 MXD2map"></a>
155
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
53
237
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
54 <!--
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
55 <a name="screenshots">
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
56 <h2>Screenshots</h2>
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
57
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
58 <p>implement me</p>
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
59 -->
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
60
155
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
61 </div>
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
62
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
63 <div id="sidebarsimple">
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
64 <img src="img/logo_single.png">
5a882b5773c9 initial website.
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
65 </div>
237
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
66
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
67 <div id="sidebar">
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
68 <h3>About MXD2map</h3>
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
69 <ul style="list-style-type: square;">
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
70 <li><a href="#whatis">What is MXD2map?</a></li>
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
71 <li><a href="#components">MXD2map-components</a></li>
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
72 <li><a href="#functionality">Functionality</a></li>
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
73 <!--li><a href="#screenshots">Screenshots</a></li-->
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
74 </ul>
4f6356a908e1 * website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents: 211
diff changeset
75 </div>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)