Mercurial > mxd2map
annotate website/download.htm4 @ 239:8aefef8a1626
Remove special characters from layername and classname.
author | raimund renkert <raimund.renkert@intevation.de> |
---|---|
date | Mon, 08 Aug 2011 17:09:06 +0200 |
parents | bdf58d5b7d92 |
children | 7c8ae43bc465 |
rev | line source |
---|---|
155 | 1 m4_dnl -*-html-*- vim:filetype=html: |
2 m4_include(`template.m4') | |
3 m4_dnl $Id:$ | |
4 | |
5 m4_define(`EN') | |
6 m4_define(`DE_FILE', `download-de.html') | |
7 m4_define(`TITLE', `Download') | |
8 m4_define(`MAIN', `download') | |
9 | |
10 PAGE_START | |
11 | |
12 <div id="intro"> | |
13 <h2>Download</h2> | |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
14 <p>There is no official release yet for download. |
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
15 The recent sourcecode is available at the public <a target="_new" |
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
16 href="http://hg.intevation.de/geospatial/mxd2map">sourcecode-repository</a>. |
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
17 </p> |
155 | 18 </div> |
19 | |
20 <div id="main"> | |
21 | |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
22 <!--div class="dlbutton2"> |
155 | 23 <img src="img/dl_arrow.png" alt="" /> |
162
dd4bb5869f86
replaced mapWOC with MXD2map
Stephan Holl <stephan.holl@intevation.de>
parents:
159
diff
changeset
|
24 <a href="DOWNLOAD_URL" class="dlbutton2">MXD2map 1.0 alpha1<br /> |
155 | 25 <span class="version"><small>Size: DL_SIZE | Released: DL_DATE</small></span> |
26 </a> | |
211
bdf58d5b7d92
Added an english translation of the website.
Stephan Holl <stephan.holl@intevation.de>
parents:
162
diff
changeset
|
27 </div--> |
155 | 28 |
29 </div> |