Mercurial > mxd2map
annotate website/development.htm4 @ 356:1e0c7e134e7b tip
Update contact details
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 04 Jan 2021 15:52:40 +0100 |
parents | 5c5c4ddb20bd |
children |
rev | line source |
---|---|
155 | 1 m4_dnl -*-html-*- |
2 m4_include(`template.m4') | |
3 m4_dnl $Id$ | |
4 | |
5 m4_define(`EN') | |
6 m4_define(`DE_FILE', `development-de.html') | |
7 m4_define(`TITLE', `Development') | |
8 m4_define(`MAIN', `development') | |
9 | |
10 PAGE_START | |
11 | |
12 <div id="intro"> | |
13 <h2>Development</h2> | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
14 <p>MXD2map is currently under development.</p> |
155 | 15 </div> |
16 | |
17 <div id="main"> | |
18 <h2>Development Platform</h2> | |
19 | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
20 <p>You are interested in development of MXD2map? |
155 | 21 Sourcecode and more are at the |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
22 <a href="http://wald.intevation.org/projects/mxd2map/">MXD2map |
155 | 23 development platform</a>. |
24 | |
25 | |
26 <h2>Mailing lists</h2> | |
27 | |
28 <dl> | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
29 <dt><b>MXD2map-devel</b></dt> |
155 | 30 <dd>Developer list (Englisch)<br> |
31 <a | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
32 href="http://lists.wald.intevation.org/mailman/listinfo/mxd2map-devel/">Subscribe</a> |
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
33 | <a href="http://lists.wald.intevation.org/pipermail/mxd2map-devel/">Archive</a> |
155 | 34 </dd> |
35 | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
36 <dt><b>MXD2map-commits</b></dt> |
155 | 37 <dd>Commits for developers (Englisch)<br> |
38 <a | |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
39 href="http://lists.wald.intevation.org/mailman/listinfo/MXD2map-commits/">Subscribe</a> |
234
d20477c1a7f8
Fixed link to commits-archive
Stephan Holl <stephan.holl@intevation.de>
parents:
211
diff
changeset
|
40 | <a href="http://lists.wald.intevation.org/pipermail/mxd2map-commits/">Archive</a> |
155 | 41 </dd> |
42 </dl> | |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
43 <p> |
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
44 Note: Please note that you need to subscribe to the mailinglists first. |
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
45 Otherwise your mail may arrive the list with a long delay after |
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
46 confirmation by the list-administrator. |
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
47 </p> |
237
4f6356a908e1
* website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents:
234
diff
changeset
|
48 |
4f6356a908e1
* website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents:
234
diff
changeset
|
49 <h2>Documentation</h2> |
4f6356a908e1
* website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents:
234
diff
changeset
|
50 |
4f6356a908e1
* website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents:
234
diff
changeset
|
51 <p>A recent |
4f6356a908e1
* website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents:
234
diff
changeset
|
52 development-documentation can be found <a target="_docs" |
4f6356a908e1
* website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents:
234
diff
changeset
|
53 href="documentation/index.html">here</a>. |
4f6356a908e1
* website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents:
234
diff
changeset
|
54 </p> |
4f6356a908e1
* website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
Stephan Holl <stephan.holl@intevation.de>
parents:
234
diff
changeset
|
55 |
269
7c8ae43bc465
* HowTo-Release.txt: Added some more hints for releses.
Stephan Holl <stephan.holl@intevation.de>
parents:
237
diff
changeset
|
56 <p>Officially released documentations can be found at the <a |
7c8ae43bc465
* HowTo-Release.txt: Added some more hints for releses.
Stephan Holl <stephan.holl@intevation.de>
parents:
237
diff
changeset
|
57 href="download.html">download-section</a>. |
7c8ae43bc465
* HowTo-Release.txt: Added some more hints for releses.
Stephan Holl <stephan.holl@intevation.de>
parents:
237
diff
changeset
|
58 |
155 | 59 </div> |