Mercurial > mxd2map
annotate website/development-de.htm4 @ 227:58d8ac962683
Replaced position of GetCaps-Link
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Wed, 27 Jul 2011 13:45:21 +0200 |
parents | 5de3a2b7428e |
children | d20477c1a7f8 |
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', `development.html') | |
7 | |
8 m4_define(`TITLE', `Entwicklung') | |
9 m4_define(`MAIN', `development') | |
10 | |
11 PAGE_START | |
12 | |
13 <div id="intro"> | |
14 <h2>Entwicklung</h2> | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
15 <p>MXD2map ist aktuell in der Entwicklung.</p> |
155 | 16 </div> |
17 | |
18 <div id="main"> | |
19 <h2>Entwicklungsplattform</h2> | |
20 | |
213
5de3a2b7428e
fixed umlauts in development-de.htm4 page
Stephan Holl <stephan.holl@intevation.de>
parents:
211
diff
changeset
|
21 <p>Sie interessieren sich f�r die Entwicklung von MXD2map? |
155 | 22 Quellcode und mehr finden Sie auf der |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
23 <a href="http://wald.intevation.org/projects/mxd2map/">MXD2map-Entwicklungsplattform</a>. |
155 | 24 |
25 | |
26 <h2>Quellcode</h2> | |
213
5de3a2b7428e
fixed umlauts in development-de.htm4 page
Stephan Holl <stephan.holl@intevation.de>
parents:
211
diff
changeset
|
27 <p>Der MXD2map-Quellcode ist Freie Software und ist verf�gbar in einem <a |
163
8f9196c9c7e8
Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
28 target="_new" href="http://mercurial.selenic.com/">mercurial(hg)</a>-Repository: |
8f9196c9c7e8
Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
29 <br> |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
195
diff
changeset
|
30 <code>http://hg.intevation.org/geospatial/mxd2map</code></p> |
155 | 31 |
163
8f9196c9c7e8
Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
32 </p>Quellcode auschecken:<br> |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
195
diff
changeset
|
33 <code>hg clone http://hg.intevation.org/geospatial/mxd2map</code></p> |
155 | 34 |
35 <h2>Mailinglisten</h2> | |
36 | |
37 <dl> | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
38 <dt><b>MXD2map-devel</b></dt> |
155 | 39 <dd>Entwicklerliste (englisch)<br> |
40 <a | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
41 href="http://lists.wald.intevation.org/mailman/listinfo/mxd2map-devel/">Abonnieren</a> |
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
42 | <a href="http://lists.wald.intevation.org/pipermail/mxd2map-devel/">Archiv</a> |
155 | 43 </dd> |
44 | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
45 <dt><b>MXD2map-commits</b></dt> |
213
5de3a2b7428e
fixed umlauts in development-de.htm4 page
Stephan Holl <stephan.holl@intevation.de>
parents:
211
diff
changeset
|
46 <dd>HG-Commits f�r Entwickler (englisch)<br> |
155 | 47 <a |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
48 href="http://lists.wald.intevation.org/mailman/listinfo/MXD2map-commits/">Abonnieren</a> |
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
49 | <a href="http://lists.wald.intevation.org/pipermail/MXD2map-commits/">Archiv</a> |
155 | 50 </dd> |
51 </dl> | |
163
8f9196c9c7e8
Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
52 <p> |
213
5de3a2b7428e
fixed umlauts in development-de.htm4 page
Stephan Holl <stephan.holl@intevation.de>
parents:
211
diff
changeset
|
53 Hinweis: Wenn Sie an eine Mailingliste schreiben wollen, sollten Sie diese |
5de3a2b7428e
fixed umlauts in development-de.htm4 page
Stephan Holl <stephan.holl@intevation.de>
parents:
211
diff
changeset
|
54 abonniert haben. Dadurch vermeiden Sie, dass Ihre E-Mail u.U. sehr lange |
5de3a2b7428e
fixed umlauts in development-de.htm4 page
Stephan Holl <stephan.holl@intevation.de>
parents:
211
diff
changeset
|
55 auf die Best�tigung eines Moderators wartet. |
163
8f9196c9c7e8
Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
56 </p> |
155 | 57 </div> |