Mercurial > mxd2map
annotate website/development-de.htm4 @ 169:d7c8493cb345
Manage filter and expressions for sde layers.
author | vc11884admin@VC11884.win.bsh.de |
---|---|
date | Tue, 05 Jul 2011 17:52:24 +0200 |
parents | 8f9196c9c7e8 |
children | 123ebb293f3a |
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 | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
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> | |
163
8f9196c9c7e8
Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
27 <p>Der MXD2map-Quellcode ist Freie Software und ist verf�gbar in einem <a |
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> |
8f9196c9c7e8
Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
30 <code>http://hg.intevation.org/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> |
8f9196c9c7e8
Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
33 <code>hg clone http://hg.intevation.org/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-announce</b></dt> |
155 | 39 <dd>Bekanntmachungsliste<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-announce/">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-announce/">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-devel</b></dt> |
155 | 46 <dd>Entwicklerliste (englisch)<br> |
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-devel/">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-devel/">Archiv</a> |
155 | 50 </dd> |
51 | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
52 <dt><b>MXD2map-commits</b></dt> |
155 | 53 <dd>SVN-Commits f�r Entwickler (englisch)<br> |
54 <a | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
55 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
|
56 | <a href="http://lists.wald.intevation.org/pipermail/MXD2map-commits/">Archiv</a> |
155 | 57 </dd> |
58 </dl> | |
163
8f9196c9c7e8
Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
59 <p> |
8f9196c9c7e8
Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
60 Hinweis: Wenn Sie an eine Mailingliste schreiben wollen, sollten Sie diese abonniert haben. Dadurch vermeiden Sie, dass Ihre E-Mail u.U. sehr lange auf die Best�tigung eines Moderators wartet. |
8f9196c9c7e8
Added mxd2map-content to website
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
61 </p> |
155 | 62 </div> |