Mercurial > mxd2map
changeset 162:dd4bb5869f86
replaced mapWOC with MXD2map
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Thu, 30 Jun 2011 13:23:24 +0200 |
parents | 3ac0968e26f3 |
children | 8f9196c9c7e8 |
files | website/Makefile.am website/README website/about-de.htm4 website/about.htm4 website/buildhtml.mk website/contact-de.htm4 website/contact.htm4 website/development-de.htm4 website/development.htm4 website/donate-de.htm4 website/donate.htm4 website/download-de.htm4 website/download.htm4 website/header.m4 website/impressum-de.htm4 website/impressum.htm4 website/index-de.htm4 website/index.htm4 website/license-de.htm4 website/license.htm4 website/style.css website/template_header.m4 |
diffstat | 22 files changed, 101 insertions(+), 101 deletions(-) [+] |
line wrap: on
line diff
--- a/website/Makefile.am Thu Jun 30 12:40:27 2011 +0200 +++ b/website/Makefile.am Thu Jun 30 13:23:24 2011 +0200 @@ -1,14 +1,14 @@ -# Makefile.am - Documentation for the mapWOC Website +# Makefile.am - Documentation for the MXD2map Website # Copyright (C) 2011 Intevation GmbH # -# This file is part of mapWOC. +# This file is part of MXD2map. # -# mapWOC is free software; you can redistribute it and/or modify +# MXD2map is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # -# mapWOC is distributed in the hope that it will be useful, +# MXD2map is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details.
--- a/website/README Thu Jun 30 12:40:27 2011 +0200 +++ b/website/README Thu Jun 30 13:23:24 2011 +0200 @@ -1,23 +1,23 @@ ---------------------------------------------------------------------- - mapWOC Web Site + MXD2map Web Site ---------------------------------------------------------------------- INTRODUCTION: Getting the source: -You can work on the website independently of the rest of mapWOC. +You can work on the website independently of the rest of MXD2map. First check out the website from SVN repository: - svn checkout svn+ssh://USER@svn.wald.intevation.org/mapWOC/trunk/doc/website + svn checkout svn+ssh://USER@svn.wald.intevation.org/MXD2map/trunk/doc/website where USER is you name at wald.intevation.org. -If you are not a member of the mapWOC project at wald.intevation.org, +If you are not a member of the MXD2map project at wald.intevation.org, you can also checkout anonymously: - svn checkout https://svn.wald.intevation.org/mapWOC/trunk/doc/website + svn checkout https://svn.wald.intevation.org/MXD2map/trunk/doc/website -but of course you can not update the official website www.mapWOC.org +but of course you can not update the official website www.MXD2map.org this way. @@ -43,7 +43,7 @@ INSTALLING: -To install the generated web site you need a mapWOC docwriter or +To install the generated web site you need a MXD2map docwriter or developer account on wald.intevation.org. Installing is done from within the "doc/website" directory, @@ -62,7 +62,7 @@ make -f buildhtml.mk tar -After thar you have the file "www.mapWOC.org.tar.gz". +After thar you have the file "www.MXD2map.org.tar.gz". TEMPLATES:
--- a/website/about-de.htm4 Thu Jun 30 12:40:27 2011 +0200 +++ b/website/about-de.htm4 Thu Jun 30 13:23:24 2011 +0200 @@ -5,21 +5,21 @@ m4_define(`DE') m4_define(`EN_FILE', `about.html') m4_define(`about-de.html', `0') -m4_define(`TITLE', `Über mapWOC') +m4_define(`TITLE', `Über MXD2map') m4_define(`MAIN', `about') PAGE_START <div id="intro"> -<h2>Über mapWOC</h2> -<p>mapWOC ist ...</p> +<h2>Über MXD2map</h2> +<p>MXD2map ist ...</p> </div> <div id="main"> -<h2>Was ist mapWOC?</h2> +<h2>Was ist MXD2map?</h2> <p>TODO</p> -<h2>mapWOC Komponenten</h2> +<h2>MXD2map Komponenten</h2> <p>TODO</p> <h2>Systemvorausetzungen</h2>
--- a/website/about.htm4 Thu Jun 30 12:40:27 2011 +0200 +++ b/website/about.htm4 Thu Jun 30 13:23:24 2011 +0200 @@ -4,22 +4,22 @@ m4_define(`EN') m4_define(`DE_FILE', `about-de.html') -m4_define(`TITLE', `About mapWOC') +m4_define(`TITLE', `About MXD2map') m4_define(`MAIN', `about') PAGE_START <div id="intro"> -<h2>About mapWOC</h2> -<p>mapWOC is ...</p> +<h2>About MXD2map</h2> +<p>MXD2map is ...</p> </div> <div id="main"> -<h2>What is mapWOC?</h2> +<h2>What is MXD2map?</h2> <p>TODO</p> -<h2>mapWOC Components</h2> +<h2>MXD2map Components</h2> <p>TODO</p> <h2>System Requirements</h2>
--- a/website/buildhtml.mk Thu Jun 30 12:40:27 2011 +0200 +++ b/website/buildhtml.mk Thu Jun 30 13:23:24 2011 +0200 @@ -15,7 +15,7 @@ SUBDIRS = # Installation configuration -INSTALL_DIR = /tmp/mapwoc-www +INSTALL_DIR = ./mxd2map-www ADD_INST_TYPES = *.css *.php *.png ADD_INST_DIRS = img @@ -37,9 +37,9 @@ done online: all - echo "Going to put current contents online for www.mapwocp.org ..." + echo "Going to put current contents online for www.mxd2mapp.org ..." rsync -urvP --exclude='.hg' $(ADD_INST_TYPES) $(TARGETS) $(ADD_INST_DIRS) \ - $(USER)@wald.intevation.org:/mapwoc/htdocs/ + $(USER)@wald.intevation.org:/mxd2map/htdocs/ install: all mkdir -p $(INSTALL_DIR) ;\ @@ -50,4 +50,4 @@ tar: install echo $(CURDIR) - ( cd $(INSTALL_DIR) ; tar -czv -f $(CURDIR)/www.mapwoc.org.tar.gz . ) + ( cd $(INSTALL_DIR) ; tar -czv -f $(CURDIR)/www.mxd2map.org.tar.gz . )
--- a/website/contact-de.htm4 Thu Jun 30 12:40:27 2011 +0200 +++ b/website/contact-de.htm4 Thu Jun 30 13:23:24 2011 +0200 @@ -16,12 +16,12 @@ <div id="main"> -<h2>mapWOC-Community</h2> +<h2>MXD2map-Community</h2> <p>TODO: Mailinglisten</p> <h2>Professioneller Support und Presse</h2> <p>TODO: Intevation, -<a href="mailto:mapwoc@intevation.de">mapwoc@intevation.de</a></p> +<a href="mailto:mxd2map@intevation.de">mxd2map@intevation.de</a></p> </div>
--- a/website/contact.htm4 Thu Jun 30 12:40:27 2011 +0200 +++ b/website/contact.htm4 Thu Jun 30 13:23:24 2011 +0200 @@ -16,12 +16,12 @@ <div id="main"> -<h2>mapWOC Community</h2> +<h2>MXD2map Community</h2> <p>TODO: Mailinglisten</p> <h2>Professional Support and Press</h2> <p>TODO: Intevation, -<a href="mailto:mapwoc@intevation.de">mapwoc@intevation.de</a></p> +<a href="mailto:mxd2map@intevation.de">mxd2map@intevation.de</a></p> </div>
--- a/website/development-de.htm4 Thu Jun 30 12:40:27 2011 +0200 +++ b/website/development-de.htm4 Thu Jun 30 13:23:24 2011 +0200 @@ -12,15 +12,15 @@ <div id="intro"> <h2>Entwicklung</h2> -<p>mapWOC ist aktuell in der Entwicklung.</p> +<p>MXD2map ist aktuell in der Entwicklung.</p> </div> <div id="main"> <h2>Entwicklungsplattform</h2> -<p>Sie interessieren sich für die Entwicklung von mapWOC? +<p>Sie interessieren sich für die Entwicklung von MXD2map? Quellcode und mehr finden Sie auf der -<a href="http://wald.intevation.org/projects/mapwoc/">mapWOC-Entwicklungsplattform</a>. +<a href="http://wald.intevation.org/projects/mxd2map/">MXD2map-Entwicklungsplattform</a>. <h2>Quellcode</h2> @@ -33,25 +33,25 @@ <p>TODO</p> <dl> - <dt><b>mapWOC-announce</b></dt> + <dt><b>MXD2map-announce</b></dt> <dd>Bekanntmachungsliste<br> <a -href="http://lists.wald.intevation.org/mailman/listinfo/mapwoc-announce/">Abonnieren</a> -| <a href="http://lists.wald.intevation.org/pipermail/mapwoc-announce/">Archiv</a> +href="http://lists.wald.intevation.org/mailman/listinfo/mxd2map-announce/">Abonnieren</a> +| <a href="http://lists.wald.intevation.org/pipermail/mxd2map-announce/">Archiv</a> </dd> - <dt><b>mapWOC-devel</b></dt> + <dt><b>MXD2map-devel</b></dt> <dd>Entwicklerliste (englisch)<br> <a -href="http://lists.wald.intevation.org/mailman/listinfo/mapwoc-devel/">Abonnieren</a> -| <a href="http://lists.wald.intevation.org/pipermail/mapwoc-devel/">Archiv</a> +href="http://lists.wald.intevation.org/mailman/listinfo/mxd2map-devel/">Abonnieren</a> +| <a href="http://lists.wald.intevation.org/pipermail/mxd2map-devel/">Archiv</a> </dd> - <dt><b>mapWOC-commits</b></dt> + <dt><b>MXD2map-commits</b></dt> <dd>SVN-Commits für Entwickler (englisch)<br> <a -href="http://lists.wald.intevation.org/mailman/listinfo/mapWOC-commits/">Abonnieren</a> -| <a href="http://lists.wald.intevation.org/pipermail/mapWOC-commits/">Archiv</a> +href="http://lists.wald.intevation.org/mailman/listinfo/MXD2map-commits/">Abonnieren</a> +| <a href="http://lists.wald.intevation.org/pipermail/MXD2map-commits/">Archiv</a> </dd> </dl>
--- a/website/development.htm4 Thu Jun 30 12:40:27 2011 +0200 +++ b/website/development.htm4 Thu Jun 30 13:23:24 2011 +0200 @@ -11,15 +11,15 @@ <div id="intro"> <h2>Development</h2> -<p>mapWOC is currently under development.</p> +<p>MXD2map is currently under development.</p> </div> <div id="main"> <h2>Development Platform</h2> -<p>You are interested in development of mapWOC? +<p>You are interested in development of MXD2map? Sourcecode and more are at the -<a href="http://wald.intevation.org/projects/mapwoc/">mapWOC +<a href="http://wald.intevation.org/projects/mxd2map/">MXD2map development platform</a>. @@ -33,25 +33,25 @@ <p>TODO</p> <dl> - <dt><b>mapWOC-announce</b></dt> + <dt><b>MXD2map-announce</b></dt> <dd>Bekanntmachungsliste<br> <a -href="http://lists.wald.intevation.org/mailman/listinfo/mapwoc-announce/">Subscribe</a> -| <a href="http://lists.wald.intevation.org/pipermail/mapwoc-announce/">Archive</a> +href="http://lists.wald.intevation.org/mailman/listinfo/mxd2map-announce/">Subscribe</a> +| <a href="http://lists.wald.intevation.org/pipermail/mxd2map-announce/">Archive</a> </dd> - <dt><b>mapWOC-devel</b></dt> + <dt><b>MXD2map-devel</b></dt> <dd>Developer list (Englisch)<br> <a -href="http://lists.wald.intevation.org/mailman/listinfo/mapwoc-devel/">Subscribe</a> -| <a href="http://lists.wald.intevation.org/pipermail/mapwoc-devel/">Archive</a> +href="http://lists.wald.intevation.org/mailman/listinfo/mxd2map-devel/">Subscribe</a> +| <a href="http://lists.wald.intevation.org/pipermail/mxd2map-devel/">Archive</a> </dd> - <dt><b>mapWOC-commits</b></dt> + <dt><b>MXD2map-commits</b></dt> <dd>Commits for developers (Englisch)<br> <a -href="http://lists.wald.intevation.org/mailman/listinfo/mapWOC-commits/">Subscribe</a> -| <a href="http://lists.wald.intevation.org/pipermail/mapWOC-commits/">Archive</a> +href="http://lists.wald.intevation.org/mailman/listinfo/MXD2map-commits/">Subscribe</a> +| <a href="http://lists.wald.intevation.org/pipermail/MXD2map-commits/">Archive</a> </dd> </dl>
--- a/website/donate-de.htm4 Thu Jun 30 12:40:27 2011 +0200 +++ b/website/donate-de.htm4 Thu Jun 30 13:23:24 2011 +0200 @@ -13,37 +13,37 @@ <span class="text"> Wir lieben Freie Software!<br /> Sie auch?<br /> - <b>Unterstützen Sie mapWOC!</b> + <b>Unterstützen Sie MXD2map!</b> </span> </div> <div id="intro"> <h2>Spenden</h2> -<p>Ihre Spende unterstützt die Pflege und Weiterentwicklung von mapWOC -sowie hilft uns die Freie Software Initiative mapWOC voranzutreiben. +<p>Ihre Spende unterstützt die Pflege und Weiterentwicklung von MXD2map +sowie hilft uns die Freie Software Initiative MXD2map voranzutreiben. Wir sind dankbar für jede finanzielle Unterstützung. Helfen auch Sie!</p> </div> <div id="main"> -<h2>Tragen Sie zu mapWOC bei!</h2> +<h2>Tragen Sie zu MXD2map bei!</h2> <p>Geben Sie einen <b>kleinen Betrag</b> über die Spendenbutton auf dieser Seite! Versehen Sie Ihre Spende mit einem kurzen Kommentar, für welche Verbesserung Sie wieder etwas geben würden und was Ihnen -besonders an mapWOC gefällt. Auch einstellige +besonders an MXD2map gefällt. Auch einstellige Euro-Beträge können helfen und motivieren.</p> <p> Bei einem <b>mittleren Betrag</b>, kontaktieren Sie einen der Projektbeteiligten und zahlen Sie gegen Rechnung. Eventuell können Sie einen bestimmten Schritt wie Aktualisierung, Beseitigung eines Fehlers oder Hinzufügen einer Funktion beauftragen. Achten Sie darauf, dass jede beauftragte Verbesserung -dem mapWOC Hauptstrom zu Gute kommt.</p> +dem MXD2map Hauptstrom zu Gute kommt.</p> <p> Als Unternehmen oder Behörde <b>beauftragen</b> Sie die umfangreicheren Maßnahmen zur Sicherung einer nachhaltigen und eigenständigen Fortführung des Projekts. -Sie erhalten damit mapWOC dauerhaft für Ihre Organisation. +Sie erhalten damit MXD2map dauerhaft für Ihre Organisation. Einher geht der Kollateralnutzen, dass darüber hinaus die Sicherheit beim Datenverkehr im Allgemeinen verbessert wird.</p> @@ -57,10 +57,10 @@ <input name="cmd" value="_donations" type="hidden"> <input name="business" value="paypal@intevation.de" type="hidden"> <input name="undefined_quantity" value="1" type="hidden"> - <input name="item_name" value="mapWOC" type="hidden"> + <input name="item_name" value="MXD2map" type="hidden"> <input name="item_number" value="2000" type="hidden"> <input name="no_shipping" value="1" type="hidden"> - <input name="cn" value="Kommentar an das mapWOC-Entwicklerteam (Lob/Kritik)" type="hidden"> + <input name="cn" value="Kommentar an das MXD2map-Entwicklerteam (Lob/Kritik)" type="hidden"> <input name="currency_code" value="EUR" type="hidden"> <input name="bn" value="PP-BuyNowBF" type="hidden"> <input src="https://www.paypal.com/de_DE//i/btn/btn_donate_LG.gif" name="submit" alt="Jetzt einfach, schnell und sicher online spenden - mit PayPal." type="image" border="0">
--- a/website/donate.htm4 Thu Jun 30 12:40:27 2011 +0200 +++ b/website/donate.htm4 Thu Jun 30 13:23:24 2011 +0200 @@ -13,20 +13,20 @@ <span class="text"> We love Free Software!<br /> You too?<br /> - <b>Please support mapWOC!</b> + <b>Please support MXD2map!</b> </span> </div> <div id="intro"> <h2>Donate</h2> <p>Your donation supports the maintenance and further development of -mapWOC and helps us to push the Free Software initiative mapWOC. We +MXD2map and helps us to push the Free Software initiative MXD2map. We are gratful for every financial aid. </p> </div> <div id="main"> -<h2>Contribute to mapWOC!</h2> +<h2>Contribute to MXD2map!</h2> <p>Give a <b>small amount</b> via the payment opportunity of this web page. Add a short comment along with a payment and explain for which @@ -37,11 +37,11 @@ receive an official invoice. You could also contract for some specific step, update, bug fix or new features. Take care that your contracted improvements will be integrated into the main development of -mapWOC.</p> +MXD2map.</p> <p>As a company or authority, <b>contract</b> for more extensive measures that will ensure continuation of the project. This way you will -ensure sustainable availability of mapWOC for your organisation. +ensure sustainable availability of MXD2map for your organisation. Such measures do provide the collateral benefit of generally improving security for data exchange.</p> @@ -56,10 +56,10 @@ <input name="lc" value="US" type="hidden"> <input name="undefined_quantity" value="1" type="hidden"> - <input name="item_name" value="mapWOC" type="hidden"> + <input name="item_name" value="MXD2map" type="hidden"> <input name="item_number" value="2000" type="hidden"> <input name="no_shipping" value="1" type="hidden"> - <input name="cn" value="Comment to mapWOC developer team (praise/criticism)" type="hidden"> + <input name="cn" value="Comment to MXD2map developer team (praise/criticism)" type="hidden"> <input name="currency_code" value="EUR" type="hidden"> <input name="bn" value="PP-BuyNowBF" type="hidden"> <input src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Pay with PayPal" type="image" border="0">
--- a/website/download-de.htm4 Thu Jun 30 12:40:27 2011 +0200 +++ b/website/download-de.htm4 Thu Jun 30 13:23:24 2011 +0200 @@ -12,18 +12,18 @@ <div id="intro"> <h2>Download</h2> -<p>mapWOC hier kostenlos herunterladen</p> +<p>MXD2map hier kostenlos herunterladen</p> </div> <div id="main"> -<h2>mapWOC</h2> +<h2>MXD2map</h2> <p>TODO</p> <div class="dlbutton2"> <img src="img/dl_arrow.png" alt="" /> - <a href="DOWNLOAD_URL" class="dlbutton2">mapWOC 1.0 alpha1<br /> + <a href="DOWNLOAD_URL" class="dlbutton2">MXD2map 1.0 alpha1<br /> <span class="version"><small>Größe: DL_SIZE | Veröffentlicht: DL_DATE</small></span> </a> </div>
--- a/website/download.htm4 Thu Jun 30 12:40:27 2011 +0200 +++ b/website/download.htm4 Thu Jun 30 13:23:24 2011 +0200 @@ -16,13 +16,13 @@ <div id="main"> -<h2>mapWOC</h2> +<h2>MXD2map</h2> <p>TODO</p> <div class="dlbutton2"> <img src="img/dl_arrow.png" alt="" /> - <a href="DOWNLOAD_URL" class="dlbutton2">mapWOC 1.0 alpha1<br /> + <a href="DOWNLOAD_URL" class="dlbutton2">MXD2map 1.0 alpha1<br /> <span class="version"><small>Size: DL_SIZE | Released: DL_DATE</small></span> </a> </div>
--- a/website/header.m4 Thu Jun 30 12:40:27 2011 +0200 +++ b/website/header.m4 Thu Jun 30 13:23:24 2011 +0200 @@ -4,11 +4,11 @@ m4_ifelse(LANG_DE, `1', ` <a href="download-de.html"> <span class="text"> - mapWOC<br />herunterladen + MXD2map<br />herunterladen </span></a>', ` <a href="download.html"> <span class="text"> - Download<br />mapWOC + Download<br />MXD2map </span></a>') </div> </div>', ` @@ -17,7 +17,7 @@ <div id="breadcrum">m4_ifelse(LANG_DE, `1', `<a href="index-de.html">', `<a href="index.html">')Home</a> » m4_ifelse(LANG_DE, `1', ` - m4_ifelse(MAIN, `about', `Über mapWOC') + m4_ifelse(MAIN, `about', `Über MXD2map') m4_ifelse(MAIN, `download', `Download') m4_ifelse(MAIN, `development', `Entwicklung') m4_ifelse(MAIN, `contact', `Kontakt') @@ -26,7 +26,7 @@ m4_ifelse(MAIN, `impressum', `Impressum') ') m4_ifelse(LANG_DE, `0', ` - m4_ifelse(MAIN, `about', `About mapWOC') + m4_ifelse(MAIN, `about', `About MXD2map') m4_ifelse(MAIN, `download', `Download') m4_ifelse(MAIN, `development', `Development') m4_ifelse(MAIN, `contact', `Contact')
--- a/website/impressum-de.htm4 Thu Jun 30 12:40:27 2011 +0200 +++ b/website/impressum-de.htm4 Thu Jun 30 13:23:24 2011 +0200 @@ -12,7 +12,7 @@ <div id="intro"> <h2>Impressum</h2> <p> -Die mapWOC-Webseiten werden von der Intevation GmbH +Die MXD2map-Webseiten werden von der Intevation GmbH bereitgestellt. </p> </div>
--- a/website/impressum.htm4 Thu Jun 30 12:40:27 2011 +0200 +++ b/website/impressum.htm4 Thu Jun 30 13:23:24 2011 +0200 @@ -12,7 +12,7 @@ <div id="intro"> <h2>Impressum / Legal notice</h2> <p> -The web pages of mapWOC are hosted by Intevation GmbH. +The web pages of MXD2map are hosted by Intevation GmbH. </p> </div>
--- a/website/index-de.htm4 Thu Jun 30 12:40:27 2011 +0200 +++ b/website/index-de.htm4 Thu Jun 30 13:23:24 2011 +0200 @@ -12,7 +12,7 @@ <div id="intro" style="float:left; padding-right:0; width:600px;"> <span></span> - <h2>mapWOC - eine sichere Lösung...</h2> + <h2>MXD2map - eine sichere Lösung...</h2> <p> ... TODO. <br> Starten Sie durch - in eine freie und sichere Zukunft! @@ -22,22 +22,22 @@ <div id="full"> <div class="column1"> -<h4>mapWOC kennen lernen</h4> - <p>Entdecken Sie, was in mapWOC steckt! Lernen Sie, was - mapWOC ist und lassen Sie sich die Funktionen zeigen. +<h4>MXD2map kennen lernen</h4> + <p>Entdecken Sie, was in MXD2map steckt! Lernen Sie, was + MXD2map ist und lassen Sie sich die Funktionen zeigen. </p> - <p><a href="about-de.hml">Über mapWOC >></a></p> + <p><a href="about-de.hml">Über MXD2map >></a></p> </div> <div class="column2"> <h4>Für Entwickler</h4> -<p>Testen Sie mapWOC und geben Sie Feedback!</p> +<p>Testen Sie MXD2map und geben Sie Feedback!</p> <p><a href="development-de.html">Entwicklung >></a></p> </div> <div class="column3"> <h4>In Kontakt treten</h4> -<p>mapWOC ist Freie Software. Helfen Sie mit beim Aufbau der +<p>MXD2map ist Freie Software. Helfen Sie mit beim Aufbau der Gemeinschaft und nehmen Sie Kontakt mit uns auf! </p> <p><a href="contact-de.html">Kontakt >></a></p>
--- a/website/index.htm4 Thu Jun 30 12:40:27 2011 +0200 +++ b/website/index.htm4 Thu Jun 30 13:23:24 2011 +0200 @@ -12,7 +12,7 @@ <div id="intro" style="float:left; padding-right:0; width:600px;"> <span></span> - <h2>mapWOC...</h2> + <h2>MXD2map...</h2> <p>...massive automated passive Web Observation Center is a Free tool to check website integrity. ... TODO. @@ -22,22 +22,22 @@ <div id="full"> <div class="column1"> -<h4>mapWOC kennen lernen</h4> - <p>Entdecken Sie, was in mapWOC steckt! Lernen Sie, was - mapWOC ist und lassen Sie sich die Funktionen zeigen. +<h4>MXD2map kennen lernen</h4> + <p>Entdecken Sie, was in MXD2map steckt! Lernen Sie, was + MXD2map ist und lassen Sie sich die Funktionen zeigen. </p> - <p><a href="about-de.hml">Über mapWOC >></a></p> + <p><a href="about-de.hml">Über MXD2map >></a></p> </div> <div class="column2"> <h4>Für Entwickler</h4> -<p>Testen Sie mapWOC und geben Sie Feedback!</p> +<p>Testen Sie MXD2map und geben Sie Feedback!</p> <p><a href="development-de.html">Entwicklung >></a></p> </div> <div class="column3"> <h4>In Kontakt treten</h4> -<p>mapWOC ist Freie Software. Helfen Sie mit beim Aufbau der +<p>MXD2map ist Freie Software. Helfen Sie mit beim Aufbau der Gemeinschaft und nehmen Sie Kontakt mit uns auf! </p> <p><a href="contact-de.html">Kontakt >></a></p>
--- a/website/license-de.htm4 Thu Jun 30 12:40:27 2011 +0200 +++ b/website/license-de.htm4 Thu Jun 30 13:23:24 2011 +0200 @@ -13,7 +13,7 @@ <div id="intro"> <h2>Lizenz</h2> -<p>mapWOC ist Freie Software und steht unter der <b>GNU General +<p>MXD2map ist Freie Software und steht unter der <b>GNU General Public License (GNU GPL)</b>. Die Software darf ohne Restriktionen benutzt, verändert und (geändert) weitergegeben werden. </p>
--- a/website/license.htm4 Thu Jun 30 12:40:27 2011 +0200 +++ b/website/license.htm4 Thu Jun 30 13:23:24 2011 +0200 @@ -11,7 +11,7 @@ <div id="intro"> <h2>License</h2> -<p>mapWOC is Free Software and is available under the <b>GNU General +<p>MXD2map is Free Software and is available under the <b>GNU General Public License (GNU GPL)</b>. The software is free to use without restrictions, may be modified and that modifications may be distributed.
--- a/website/style.css Thu Jun 30 12:40:27 2011 +0200 +++ b/website/style.css Thu Jun 30 13:23:24 2011 +0200 @@ -1,4 +1,4 @@ -/* Styles for the mapWOC Website */ +/* Styles for the MXD2map Website */ body { font-family: arial, helvetica, sans-serif;
--- a/website/template_header.m4 Thu Jun 30 12:40:27 2011 +0200 +++ b/website/template_header.m4 Thu Jun 30 13:23:24 2011 +0200 @@ -37,7 +37,7 @@ <li class="mlogo"> m4_ifelse(LANG_DE, `1', `<a href="index-de.html" title="Startseite"></a>', `<a href="index.html" title="Home"></a>') </li> - MENU(`about', `Über mapWOC', `About mapWOC', `about', MAIN, LANG_DE) + MENU(`about', `Über MXD2map', `About MXD2map', `about', MAIN, LANG_DE) </li> MENU(`download', `Download', `Download', `download', MAIN, LANG_DE) </li> @@ -65,9 +65,9 @@ </ul> <ul> <li><b> - m4_ifelse(LANG_DE, `1', `Über mapWOC', `About mapWOC') + m4_ifelse(LANG_DE, `1', `Über MXD2map', `About MXD2map') </b></li> - MENU(`about', `Über mapWOC', `About mapWOC', `about', MAIN, LANG_DE) + MENU(`about', `Über MXD2map', `About MXD2map', `about', MAIN, LANG_DE) </ul> <ul> <li><b>