changeset 155:5a882b5773c9

initial website.
author Emanuel Schuetze <emanuel@intevation.de>
date Wed, 30 Mar 2011 15:51:06 +0200
parents
children 67d395ac5509
files .htaccess 404-de.htm4 404.htm4 Makefile.am README about-de.htm4 about.htm4 buildhtml.mk contact-de.htm4 contact.htm4 development-de.htm4 development.htm4 donate-de.htm4 donate.htm4 download-de.htm4 download.htm4 favicon.png header.m4 img/dl_arrow.png img/donate_button.png img/download_button.png img/english.png img/german.png img/heart.png img/inmenudonate.png img/inmenulogo.png img/last.png img/logo_single.png img/logo_single_100.png img/logo_wide.png img/menu_bg.png img/menubar.png img/page_bg.png img/sub_bg.png img/sub_tail.png impressum-de.htm4 impressum.htm4 index-de.htm4 index.htm4 license-de.htm4 license.htm4 style.css switch.php template.m4 template_header.m4
diffstat 45 files changed, 1697 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.htaccess	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,2 @@
+DirectoryIndex switch.php
+ErrorDocument 404 /404.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/404-de.htm4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,19 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id$
+
+m4_define(`DE')
+m4_define(`EN_FILE', `404.html')
+m4_define(`TITLE',`404')
+PAGE_START
+
+<div id="intro">
+<h2>Seite nicht gefunden</h2>
+<p>Fehler 404</p> 
+</div>
+
+<div id="main">
+<p><br></p>
+<p><br></p>
+<p><br></p>
+</div>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/404.htm4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,19 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id$
+
+m4_define(`EN')
+m4_define(`DE_FILE', `404-de.html')
+m4_define(`TITLE',`404')
+PAGE_START
+
+<div id="intro">
+<h2>Page not found</h2>
+<p>Error 404</p> 
+</div>
+
+<div id="main">
+<p><br></p>
+<p><br></p>
+<p><br></p>
+</div>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile.am	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,21 @@
+# Makefile.am - Documentation for the mapWOC Website
+# Copyright (C) 2011 Intevation GmbH
+# 
+# This file is part of mapWOC.
+# 
+# mapWOC 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,
+# 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.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+
+EXTRA_DIST = README buildhtml.mk style.css \
+             template.m4 template_header.m4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,78 @@
+----------------------------------------------------------------------
+                           mapWOC Web Site
+----------------------------------------------------------------------
+
+INTRODUCTION:
+
+Getting the source:
+
+You can work on the website independently of the rest of mapWOC.
+First check out the website from SVN repository:
+
+  svn checkout svn+ssh://USER@svn.wald.intevation.org/mapWOC/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,
+you can also checkout anonymously:
+
+  svn checkout https://svn.wald.intevation.org/mapWOC/trunk/doc/website
+
+but of course you can not update the official website www.mapWOC.org
+this way.
+
+
+File organisation:
+
+The .html files are build from the *.htm4 files using GNU m4.  The
+*.htm4 files consist of mainly simple plain HTML and some macros
+implementing the overall page layout.
+
+The structure of the .htm4 files should be rather self explaining.
+
+
+BUILDING:
+
+Building the web site is _not_ incorporated into the autotools based
+build process.
+WARNING: you might need a latin1 locale for m4 to work correctly.
+
+To build to web sites use the file `buildhtml.mk':
+
+  make -f buildhtml.mk
+
+
+INSTALLING:
+
+To install the generated web site you need a mapWOC docwriter or
+developer account on wald.intevation.org.
+
+Installing is done from within the "doc/website" directory,
+just type:
+
+  make -f buildhtml.mk online
+
+You will have to enter the ssh password of your account at wald.intevation.org.
+
+If you are interested on web site management on wald.intevation.org
+in general, please read the online manual:
+http://wald.intevation.org/docman/view.php/1/34/project-websites.txt
+
+If you need the website as offline version for some other
+purposes just run:
+
+  make -f buildhtml.mk tar
+
+After thar you have the file "www.mapWOC.org.tar.gz".
+
+TEMPLATES:
+
+template.m4 : Contains the definition of the main macros PAGE_START
+              and PAGE_BOXES as well as some helper macros normally
+              not used in the .htm4 files.  Authors should not need to
+              change this file.
+
+template_header.m4: Contains the actual page layout.  This file is
+                    included by `template.m4'.  Authors should not
+                    need to change this file, but if additional
+                    languages are added the navigation must be added
+                    in here.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/about-de.htm4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,36 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id$
+
+m4_define(`DE')
+m4_define(`EN_FILE', `about.html')
+m4_define(`about-de.html', `0')
+m4_define(`TITLE', `Über mapWOC')
+m4_define(`MAIN', `about')
+
+PAGE_START
+
+<div id="intro">
+<h2>Über mapWOC</h2>
+<p>mapWOC ist ...</p>
+</div>
+
+<div id="main">
+<h2>Was ist mapWOC?</h2>
+<p>TODO</p>
+
+<h2>mapWOC Komponenten</h2>
+<p>TODO</p>
+
+<h2>Systemvorausetzungen</h2>
+<p>TODO</p>
+
+
+<h2>Funktionen & Screenshots</h2>
+<p>TODO</p>
+
+</div>
+
+<div id="sidebarsimple">
+    <img src="img/logo_single.png"> 
+</div>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/about.htm4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,35 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id$
+
+m4_define(`EN')
+m4_define(`DE_FILE', `about-de.html')
+m4_define(`TITLE', `About mapWOC')
+m4_define(`MAIN', `about')
+
+PAGE_START
+
+<div id="intro">
+<h2>About mapWOC</h2>
+<p>mapWOC is ...</p>
+</div>
+
+<div id="main">
+<h2>What is mapWOC?</h2>
+
+<p>TODO</p>
+
+<h2>mapWOC Components</h2>
+<p>TODO</p>
+
+<h2>System Requirements</h2>
+<p>TODO</p>
+
+<h2>Features & Screenshots</h2>
+<p>TODO</p>
+
+</div>
+
+<div id="sidebarsimple">
+    <img src="img/logo_single.png"> 
+</div>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/buildhtml.mk	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,55 @@
+# Build html from m4 macrofiles
+# $Id$
+#
+# (c)2005,2006 by Intevation GmbH
+# Author(s): Sascha Wilde
+#
+# This is Free Software licensed under the GPL
+
+# Preprocessor configuration
+PP = m4
+PPFLAGS = --prefix-builtins
+
+# Build configuration
+TARGETS = $(patsubst %.htm4,%.html,$(wildcard *.htm4)) change-history.html change-history-de.html
+SUBDIRS = 
+
+# Installation configuration
+INSTALL_DIR = /tmp/mapwoc-www
+ADD_INST_TYPES = *.css *.php *.png
+ADD_INST_DIRS = img
+
+#USER=$(shell grep "svn+ssh://" .svn/entries | sed -e "s/.*svn+ssh:\/\///g" | sed -e "s/@.*//g" | head -1)
+
+CURDIR=$(shell pwd)
+
+.SUFFIXES: .html .htm4
+
+.htm4.html:
+	$(PP) -DNO_LINK_FOR=$@ $(PPFLAGS) $< > $@
+
+all: $(TARGETS) subdirs
+
+$(TARGETS): template.m4 template_header.m4 \
+            header.m4 style.css
+
+subdirs: $(SUBDIRS)
+	@for dir in $^ ; do \
+	  $(MAKE) -C $$dir SUBDIRS="" ; \
+	done
+
+online: all
+	echo "Going to put current contents online for www.mapwocp.org ..."
+	rsync -urvP --exclude='.svn' $(ADD_INST_TYPES) $(TARGETS) $(ADD_INST_DIRS) \
+      $(USER)@wald.intevation.org:/mapwoc/htdocs/
+
+install: all
+	mkdir -p $(INSTALL_DIR) ;\
+	cp -uf $(TARGETS) $(INSTALL_DIR) ;\
+	cp -uf $(ADD_INST_TYPES) $(INSTALL_DIR)
+	cp -urf *$(ADD_INST_DIRS) $(INSTALL_DIR)
+	find $(INSTALL_DIR) -name ".svn" | xargs rm -rf
+
+tar: install
+	echo $(CURDIR)
+	( cd $(INSTALL_DIR) ; tar -czv -f $(CURDIR)/www.mapwoc.org.tar.gz . )
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contact-de.htm4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,27 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id$
+
+m4_define(`DE')
+m4_define(`EN_FILE', `contact.html')
+m4_define(`TITLE', `Kontakt')
+m4_define(`MAIN', `contact')
+
+PAGE_START
+
+<div id="intro">
+    <h2>Kontakt</h2>
+    <p>Treten Sie in Kontakt mit uns.</p> 
+</div>
+
+<div id="main">
+
+<h2>mapWOC-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>
+
+</div>
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contact.htm4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,27 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id$
+
+m4_define(`EN')
+m4_define(`DE_FILE', `contact-de.html')
+m4_define(`TITLE', `Kontakt')
+m4_define(`MAIN', `contact')
+
+PAGE_START
+
+<div id="intro">
+    <h2>Contact</h2>
+    <p></p> 
+</div>
+
+<div id="main">
+
+<h2>mapWOC 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>
+
+</div>
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/development-de.htm4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,58 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id$
+
+m4_define(`DE')
+m4_define(`EN_FILE', `development.html')
+
+m4_define(`TITLE', `Entwicklung')
+m4_define(`MAIN', `development')
+
+PAGE_START
+
+<div id="intro">
+<h2>Entwicklung</h2>
+<p>mapWOC ist aktuell in der Entwicklung.</p>
+</div>
+
+<div id="main">
+<h2>Entwicklungsplattform</h2>
+
+<p>Sie interessieren sich für die Entwicklung von mapWOC? 
+Quellcode und mehr finden Sie auf der 
+<a href="http://wald.intevation.org/projects/mapwoc/">mapWOC-Entwicklungsplattform</a>.
+
+
+<h2>Quellcode</h2>
+
+<p>TODO</p>
+
+
+<h2>Mailinglisten</h2>
+
+<p>TODO</p>
+
+<dl>
+  <dt><b>mapWOC-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>
+  </dd>
+
+  <dt><b>mapWOC-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>
+  </dd>
+
+  <dt><b>mapWOC-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>
+  </dd>
+ </dl>
+
+</div>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/development.htm4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,58 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id$
+
+m4_define(`EN')
+m4_define(`DE_FILE', `development-de.html')
+m4_define(`TITLE', `Development')
+m4_define(`MAIN', `development')
+
+PAGE_START
+
+<div id="intro">
+<h2>Development</h2>
+<p>mapWOC is currently under development.</p>
+</div>
+
+<div id="main">
+<h2>Development Platform</h2>
+
+<p>You are interested in development of mapWOC? 
+Sourcecode and more are at the 
+<a href="http://wald.intevation.org/projects/mapwoc/">mapWOC
+development platform</a>.
+
+
+<h2>Sourcecode</h2>
+
+<p>TODO</p>
+
+
+<h2>Mailing lists</h2>
+
+<p>TODO</p>
+
+<dl>
+  <dt><b>mapWOC-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>
+  </dd>
+
+  <dt><b>mapWOC-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>
+  </dd>
+
+  <dt><b>mapWOC-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>
+  </dd>
+ </dl>
+
+</div>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/donate-de.htm4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,76 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id$
+
+m4_define(`DE')
+m4_define(`EN_FILE', `donate.html')
+m4_define(`TITLE', `Spenden')
+m4_define(`MAIN', `donate')
+
+PAGE_START
+
+<div class="donate_header">
+ <span class="text">
+  Wir lieben Freie Software!<br />
+  Sie auch?<br />
+  <b>Unterstützen Sie mapWOC!</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.
+Wir sind dankbar für jede finanzielle Unterstützung. Helfen auch Sie!</p>
+</div>
+
+<div id="main">
+
+<h2>Tragen Sie zu mapWOC 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
+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>
+
+<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.
+Einher geht der
+Kollateralnutzen, dass darüber hinaus die Sicherheit beim Datenverkehr im
+Allgemeinen verbessert wird.</p>
+
+</div>
+
+<div id="sidebar">
+<h3>Spenden Sie jetzt!</h3>
+<p>
+<form action="https://www.paypal.com/de/cgi-bin/webscr" method="post">
+    <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_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="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">
+    <input name="on0" value="Veröffentlichung der Spende zugestimmt?" type="hidden">
+    <input name="os0" value="Nein" type="hidden">
+    <br>
+
+    <input name="os0" value="Ja" checked="checked" type="checkbox">Spendernamen veröffentlichen
+  </form>
+</p>
+<form action="">
+
+</div>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/donate.htm4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,72 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id$
+
+m4_define(`EN')
+m4_define(`DE_FILE', `donate-de.html')
+m4_define(`TITLE', `Donate')
+m4_define(`MAIN', `donate')
+
+PAGE_START
+
+<div class="donate_header">
+ <span class="text">
+  We love Free Software!<br />
+  You too?<br />
+  <b>Please support mapWOC!</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
+are gratful for every financial aid. 
+</p>
+</div>
+
+<div id="main">
+<h2>Contribute to mapWOC!</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
+improvements you would again pay.  Even smallest amounts help and
+motivate.</p>
+
+<p>For an <b>average amount</b>, contact one of the project members and
+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>
+
+<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.
+Such measures do provide the collateral benefit of generally improving
+security for data exchange.</p>
+
+</div>
+
+<div id="sidebar">
+<h3>Make your donation now!</h3>
+<p>
+<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
+    <input name="cmd" value="_donations" type="hidden">
+    <input name="business" value="paypal@intevation.de" type="hidden">
+    <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_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="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">
+    <input name="on0" value="Allowed to publish of your donation?" type="hidden">
+    <input name="os0" value="No" type="hidden">
+
+    <br>
+    <input name="os0" value="Yes" checked="checked" type="checkbox">Publish my sponsor name</a>
+</form>
+</div>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/download-de.htm4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,36 @@
+m4_dnl -*-html-*- vim:filetype=html:
+m4_include(`template.m4')
+m4_dnl $Id:$
+
+m4_define(`DE')
+m4_define(`EN_FILE', `download.html')
+
+m4_define(`TITLE', `Download')
+m4_define(`MAIN', `download')
+
+PAGE_START
+
+<div id="intro">
+<h2>Download</h2>
+<p>mapWOC hier kostenlos herunterladen</p>
+</div>
+
+<div id="main">
+
+<h2>mapWOC</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 />
+ <span class="version"><small>Größe: DL_SIZE | Veröffentlicht: DL_DATE</small></span>
+ </a>
+</div>
+
+
+<h4>Installation</h4>
+
+<p>TODO</p>
+
+</div>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/download.htm4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,35 @@
+m4_dnl -*-html-*- vim:filetype=html:
+m4_include(`template.m4')
+m4_dnl $Id:$
+
+m4_define(`EN')
+m4_define(`DE_FILE', `download-de.html')
+m4_define(`TITLE', `Download')
+m4_define(`MAIN', `download')
+
+PAGE_START
+
+<div id="intro">
+<h2>Download</h2>
+<p>Free software, free download</p>
+</div>
+
+<div id="main">
+
+<h2>mapWOC</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 />
+ <span class="version"><small>Size: DL_SIZE | Released: DL_DATE</small></span>
+ </a>
+</div>
+
+
+<h4>Installation</h4>
+
+<p>TODO</p>
+
+</div>
Binary file favicon.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/header.m4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,40 @@
+  m4_ifdef(`FANCY_HEADER', `
+  <div class="fancy_intro">
+   <div id="download_button">
+     m4_ifelse(LANG_DE, `1', `
+     <a href="download-de.html">
+     <span class="text">
+      mapWOC<br />herunterladen
+     </span></a>', `
+     <a href="download.html">     
+     <span class="text">
+      Download<br />mapWOC
+     </span></a>')
+   </div>
+  </div>', `
+  m4_ifdef(`NO_HEADER',, `
+  <div class="mini_intro">
+   <div id="breadcrum">m4_ifelse(LANG_DE, `1', `<a href="index-de.html">', `<a
+   href="index.html">')Home</a> &raquo; 
+   m4_ifelse(LANG_DE, `1', `
+   m4_ifelse(MAIN, `about', `Über mapWOC')
+   m4_ifelse(MAIN, `download', `Download')
+   m4_ifelse(MAIN, `development', `Entwicklung')
+   m4_ifelse(MAIN, `contact', `Kontakt')
+   m4_ifelse(MAIN, `donate', `Spenden')
+   m4_ifelse(MAIN, `license', `Lizenz')
+   m4_ifelse(MAIN, `impressum', `Impressum')
+   ')
+   m4_ifelse(LANG_DE, `0', `
+   m4_ifelse(MAIN, `about', `About mapWOC')
+   m4_ifelse(MAIN, `download', `Download')
+   m4_ifelse(MAIN, `development', `Development')
+   m4_ifelse(MAIN, `contact', `Contact')
+   m4_ifelse(MAIN, `donate', `Donate')
+   m4_ifelse(MAIN, `license', `License')
+   m4_ifelse(MAIN, `impressum', `Impressum')
+   ')
+   </div>
+  </div>
+  <br clear="all" />
+  ')')
Binary file img/dl_arrow.png has changed
Binary file img/donate_button.png has changed
Binary file img/download_button.png has changed
Binary file img/english.png has changed
Binary file img/german.png has changed
Binary file img/heart.png has changed
Binary file img/inmenudonate.png has changed
Binary file img/inmenulogo.png has changed
Binary file img/last.png has changed
Binary file img/logo_single.png has changed
Binary file img/logo_single_100.png has changed
Binary file img/logo_wide.png has changed
Binary file img/menu_bg.png has changed
Binary file img/menubar.png has changed
Binary file img/page_bg.png has changed
Binary file img/sub_bg.png has changed
Binary file img/sub_tail.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/impressum-de.htm4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,32 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id$
+
+m4_define(`DE')
+m4_define(`EN_FILE', `impressum.html')
+m4_define(`TITLE', `Impressum')
+m4_define(`MAIN', `impressum')
+
+PAGE_START
+
+<div id="intro">
+<h2>Impressum</h2>
+<p>
+Die mapWOC-Webseiten werden von der Intevation GmbH
+bereitgestellt.
+</p>
+</div>
+
+<div id="main">
+<h2>Intevation GmbH</h2>
+<p>
+Neuer Graben 17<br>
+49074 Osnabrück<br>
+Deutschland<br>
+<a href="http://www.intevation.de">www.intevation.de</a><br>
+Vertretungsberechtigt: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner<br>
+Registereintrag: HR B 18998, Amtsgericht Osnabrück<br>
+Umsatzsteuer-Identifikation: de 204 854 484<br>
+</p>
+
+</div>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/impressum.htm4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,31 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id$
+
+m4_define(`EN')
+m4_define(`DE_FILE', `impressum-de.html')
+m4_define(`TITLE', `Impressum')
+m4_define(`MAIN', `impressum')
+
+PAGE_START
+
+<div id="intro">
+<h2>Impressum / Legal notice</h2>
+<p>
+The web pages of mapWOC are hosted by Intevation GmbH.
+</p>
+</div>
+
+<div id="main">
+
+<h2>Intevation GmbH</h2>
+<p>Neuer Graben 17<br>
+49074 Osnabrück<br>
+Germany<br>
+<a href="http://www.intevation.net">www.intevation.net</a><br>
+Authorised: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner<br>
+Registered as: HR B 18998, Amtsgericht Osnabrück<br>
+VAT ID: de 204 854 484<br>
+</p>
+
+</div>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/index-de.htm4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,46 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id: index.htm4,v 1.30 2006/01/12 16:04:03 jan Exp $
+
+m4_define(`DE')
+m4_define(`EN_FILE', `index.html')
+m4_define(`TITLE', `Sichere E-Mail- und Datei-Verschlüsselung mit GnuPG für Windows')
+
+m4_define(`FANCY_HEADER')
+
+PAGE_START
+
+<div id="intro" style="float:left; padding-right:0; width:600px;">
+    <span></span>
+    <h2>mapWOC - eine sichere Lösung...</h2>
+    <p>
+    ... TODO. <br>
+    Starten Sie durch - in eine freie und sichere Zukunft!
+    </p>
+</div>
+
+<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.
+    </p>
+    <p><a href="about-de.hml">Über mapWOC >></a></p>
+</div>
+
+<div class="column2">
+<h4>Für Entwickler</h4>
+<p>Testen Sie mapWOC 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
+Gemeinschaft und nehmen Sie Kontakt mit uns auf!
+</p>
+<p><a href="contact-de.html">Kontakt >></a></p>
+</div>
+
+</div>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/index.htm4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,46 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id: index.htm4,v 1.30 2006/01/12 16:04:03 jan Exp $
+
+m4_define(`EN')
+m4_define(`DE_FILE', `index-de.html')
+m4_define(`TITLE', `Website integrity check')
+
+m4_define(`FANCY_HEADER')
+
+PAGE_START
+
+<div id="intro" style="float:left; padding-right:0; width:600px;">
+    <span></span>
+    <h2>mapWOC...</h2>
+    <p>...massive automated passive Web Observation Center is a Free
+    tool to check website integrity.
+    ... TODO.
+    </p>
+</div>
+
+<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.
+    </p>
+    <p><a href="about-de.hml">Über mapWOC >></a></p>
+</div>
+
+<div class="column2">
+<h4>Für Entwickler</h4>
+<p>Testen Sie mapWOC 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
+Gemeinschaft und nehmen Sie Kontakt mit uns auf!
+</p>
+<p><a href="contact-de.html">Kontakt >></a></p>
+</div>
+
+</div>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/license-de.htm4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,44 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id$
+
+m4_define(`DE')
+m4_define(`EN_FILE', `license.html')
+m4_define(`license-de.html', `0')
+
+m4_define(`TITLE', `Lizenz')
+m4_define(`MAIN', `license')
+
+PAGE_START
+
+<div id="intro">
+<h2>Lizenz</h2>
+<p>mapWOC 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>
+</div>
+
+<div id="main">
+<h2>Copyright Erklärungen</h2>
+<br>
+<pre>
+Copyright (C) 2011 Bundesamt für Sicherheit in der Informationstechnik (BSI)
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License version 2,
+or, at your option, any later version as published by the Free
+Software Foundation
+
+This program 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.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ 
+</pre>
+
+</div>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/license.htm4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,43 @@
+m4_dnl -*-html-*-
+m4_include(`template.m4')
+m4_dnl $Id$
+
+m4_define(`EN')
+m4_define(`DE_FILE', `license-de.html')
+m4_define(`TITLE', `License')
+m4_define(`MAIN', `license')
+
+PAGE_START
+
+<div id="intro">
+<h2>License</h2>
+<p>mapWOC 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.  
+</p>
+</div>
+
+<div id="main">
+<h2>Copyright Statements</h2>
+<br>
+<pre>
+Copyright (C) 2011 German Federal Office for Information Security (BSI)
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License version 2,
+or, at your option, any later version as published by the Free
+Software Foundation
+
+This program 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.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ 
+</pre>
+
+</div>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/style.css	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,629 @@
+/* Styles for the mapWOC Website */
+
+body {
+ font-family: arial, helvetica, sans-serif;
+ font-size: 13px;
+ background: #FFFFFF url('img/page_bg.png') repeat-x;
+ color: #333333;
+ margin: 0px;
+ padding:0px;
+}
+
+a {
+ color: #b51a22;
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+img {
+ border: 0px;
+}
+
+.imageframe {
+ border-color: #DEDEDE #AAAAAA #888888 #CECECE;
+ border-style: double;
+ border-width: 1px;
+ padding: 5px;
+}
+
+.imgfloatleft {
+ float: left;
+ margin: 0px 20px 30px 0px;
+}
+
+td {
+ vertical-align: top;
+}
+
+.odd td {
+ background: #E6E6E6;
+}
+
+.wrapper {
+ width: 900px;
+ margin: 0 auto;
+ text-align: left;
+}
+
+.language_select {
+ float:right;
+ height: 100%;
+}
+
+.logo {
+ margin-top: 20px;
+ margin-left: 15px;
+}
+
+.header {
+ padding: 6px 0 6px 0;
+ margin-bottom: 0px;
+ height: 1em;
+}
+
+.fancy_intro {
+ background: url('img/logo_wide.png') no-repeat;
+ background-position: 350px 17px;
+ height:125px;
+ margin: 30px 20px 25px 20px;
+ border-bottom:1px solid gray;
+ overflow: hidden;
+ width:860px;
+ padding-bottom: 15px;
+}
+
+.mini_intro {
+ clear: both;
+ font-size: 12px;
+ line-height: 38px;
+ margin-top: 8px;
+}
+
+#download_button {
+ position: relative;
+ width: 250px;
+ z-index: 0;
+}
+
+#download_button a {
+ background: url('img/download_button.png');
+ background-repeat: no-repeat;
+ display: block;
+ height: 116px;
+ width: 260px;
+ color: #FFFFFF;
+ font-weight: bold;
+ text-decoration: none;
+ font-size: 19px;
+}
+
+#download_button a:hover {
+ background-position: 0px -116px;
+}
+
+#download_button .text {
+ position: relative;
+ top: 23px;
+ left: 25px;
+}
+
+#breadcrum {
+ float:left;
+}
+
+#download_button_mini {
+ float:right;
+ text-align:right;
+ width: 189px;
+ line-height: 100%;
+}
+
+#download_button_mini .links {
+ position: relative;
+ top: -13px;
+ font-size: 10px;
+ text-align: right;
+}
+
+#download_button_mini .dmini_button {
+ background: url('img/download_button_mini.png');
+ background-repeat: no-repeat;
+ display: block;
+ height: 50px;
+ width: 189px;
+ text-align:left;
+ font-size: 11px;
+ line-height:50px;
+ color: #FFFFFF;
+ font-weight:bold;
+ text-decoration:none;
+}
+
+#download_button_mini .dmini_button:hover {
+ background-position: 0px -50px;
+}
+
+#download_button_mini .text {
+ position: relative;
+ left: 12px;
+}
+
+.download_button_links {
+ font-size:11px;
+ position: relative;
+ left: 25px;
+ top: 43px;
+ width: 250px;
+}
+
+#donate_button {
+ position: relative;
+ left: 695px;
+ top: 85px;
+ width: 200px;
+}
+
+#donate_button a {
+ background: url('img/donate_button.png');
+ background-repeat: no-repeat;
+ display: block;
+ height: 79px;
+ width: 200px;
+ color: #FFFFFF;
+ font-weight: bold;
+ text-decoration: none;
+ font-size: 14px;
+}
+
+#donate_button a:hover {
+ background-position: 0px -79px;
+}
+
+#donate_button .text {
+ position:relative;
+ top:20px;
+ left:10px;
+}
+
+.h_text {
+ position: relative;
+ top: -125px;
+ left: 669px;
+ width: 180px;
+ font-size: 11px;
+ border-left: 1px solid #CCCCCC;
+ padding-left: 10px;
+ margin-top: 12px;
+ height: 220px;
+}
+
+.h_text .heading {
+ font-size: 23px;
+ font-family: georgia, times, serif;
+ padding-bottom: 9px;
+}
+
+.h_text .serif_word {
+ font-size: 13px;
+ font-weight: bold;
+}
+
+
+
+.h_text .limiter {
+ border-bottom: 3px dotted #CCCCCC;
+ width: 190px;
+ height: 10px;
+ margin-bottom: 3px;
+}
+.center {
+ text-align: center;
+}
+
+.content {
+ width: 100%;
+ margin-top: 40px;
+}
+
+#intro {
+ padding: 0px 250px 20px 20px;
+}
+
+/*#intro span {
+ background: url('img/logo.png') no-repeat scroll 50px 0px transparent;
+ height: 56px;
+ margin: 0px;
+ width: 250px;
+ float: right;
+ margin: 0px;
+ line-height: 24px;
+ margin: 10px 200px 0 0;
+}*/
+
+#intro h2 {
+ font-family: georgia, times, serif;
+ font-size: 30px;
+ font-weight: normal;
+ color: #333333;
+ margin: 0px;
+}
+
+#intro p {
+ color: #555555;
+ font-size: 14px;
+ font-weight: normal;
+ line-height: 26px;
+ margin: 10px 0 0;
+ padding: 0;
+}
+
+.column1, .column2, .column3 {
+ display: inline;
+ float: left;
+ margin-right: 25px;
+ position: relative;
+ width: 270px;
+}
+
+.column3 {
+ margin-right: 0px;
+}
+
+.column1 img, .column2 img, .column3 img {
+ width: 270px;
+}
+
+
+#main {
+ float: left;
+ padding: 0px 0px 0px 20px;
+ width: 600px;
+}
+
+#full {
+ float: left;
+ padding: 0px 20px 0px 20px;
+ width: 860px;
+}
+
+#main h2, #full h2 {
+ font-size: 22px;
+ font-weight: normal;
+ color: #333333;
+ margin: 30px 0px 10px 0px;
+ padding: 0px;
+ clear: both;
+}
+
+#main h4, #full h4 {
+ font-size: 18px;
+ color: #333333;
+ font-family: georgia, serif;
+ font-style: italic;
+ font-weight: normal;
+}
+
+#main p, #full p, #main li, #full li{
+ color: #444444;
+ line-height: 20px;
+ margin: 0px 0px 10px;
+}
+
+.cleanlist li {
+ font-size: 13px;
+ list-style: none;
+ padding: 0px;
+ clear: both;
+}
+
+.screenshots img {
+ width: 250px;
+}
+
+#sidebar {
+ -moz-border-radius: 10px 10px 10px 10px;
+ background: #FDF1CD;
+ border: 1px solid #CCCCCC;
+ float: right;
+ margin-top: 34px;
+ padding: 20px 20px 15px;
+ width: 220px;
+}
+
+#sidebar h3 {
+ color: #333333;
+ margin: 1px 0px 10px 0px;
+}
+
+#sidebarsimple {
+ float: right;
+ margin-top: 34px;
+}
+
+.newslist {
+ margin: 0px;
+ padding: 0px;
+}
+
+.newslist li {
+ font-size: 13px;
+ list-style: none;
+ padding: 0;
+}
+
+.newslist li a {
+ /*color: #555555;*/
+ display: block;
+ font-size: 12px;
+ font-weight: bold;
+ list-style: none;
+ margin: 0px;
+ padding: 10px 0px 10px 0px;
+ text-decoration: none;
+ border-bottom: 1px solid #EFEFEF;
+}
+
+.newslist li p {
+ color: #777777;
+ font-size: 10px;
+ font-weight: normal;
+ margin: 4px 0px 0px;
+ padding: 0px;
+}
+
+#menu {
+ height:45px;
+ z-index: 1;
+}
+
+#menu .active a {
+ background-position: 0px -180px;
+}
+
+#menu ul {
+ list-style: none;
+ padding: 0px;
+ margin: 0px;
+}
+
+#menu li {
+ float: left;
+ margin-right: 0px;
+ margin-left:0px;
+ padding: 0px;
+ text-align: center;
+}
+
+#menu .mlogo {
+ border:0px;
+}
+
+#menu .mlogo a {
+ display:block;
+ width: 198px;
+ height: 52px;
+ position: relative;
+ top: -4px;
+ background: url('img/inmenulogo.png');
+}
+
+#menu .mlogo a:hover {
+ background: url('img/inmenulogo.png');
+ background-position: 0px -52px;
+}
+
+#menu .last {
+ width:40px;
+ height: 45px;
+ background: url('img/last.png');
+}
+
+#menu .mdonate a {
+ display: block;
+ width: 110px;
+ height: 45px;
+ float:right;
+ background: url('img/inmenudonate.png');
+ color: #FFFFFF;
+ text-indent: -23px;
+}
+
+#menu .mdonate a:hover {
+ background: url('img/inmenudonate.png');
+ background-position: 0px -45px;
+}
+
+#menu li a {
+ background: #CCCCCC url('img/menubar.png') 0px -90px;
+ color: #2A2A2A;
+ line-height: 45px;
+ width: 148px;
+ display: block;
+ text-decoration: none;
+ font-weight: bold;
+ font-size: 11px;
+ height: 45px;
+ overflow: hidden;
+}
+
+#menu li a:hover {
+ background: #FFFFFF url('img/menubar.png') 0px -135px;
+ color:#FFFFFF;
+}
+
+#menu ul li ul {
+ width: 201px;
+ list-style: none;
+ position: absolute;
+ display: none;
+}
+
+#menu ul li ul li,
+#menu .active ul li ul li {
+ width: 148px;
+}
+
+#menu ul li .subcap {
+ background: url('img/sub_tail.png');
+ display: block;
+ width: 149px;
+ height: 5px;
+}
+
+#menu ul li ul li a,
+#menu .active ul li ul li a {
+ background: url('img/sub_bg.png');
+ line-height: 25px;
+ width: 142px;
+ height: 22px;
+ font-weight: normal;
+ color: #2A2A2A;
+ text-align: left;
+ display: block;
+ padding-left: 5px;
+ border-left: 1px solid #8B7E57;
+ border-right: 1px solid #8B7E57;
+}
+
+#menu ul li ul li a:hover,
+#menu .active ul li a:hover {
+ background: #FBCA4C;
+ color: #2A2A2A;
+ text-decoration: none;
+ font-weight: bold;
+}
+
+#menu li:hover ul ul,
+#menu li:hover ul ul ul {
+ display: none;
+}
+
+#menu li:hover ul,
+#menu li li:hover ul,
+#menu li li li:hover ul {
+ display: block;
+ z-index:3;
+}
+
+.donate_header {
+ display: block;
+ position: relative;
+ top: -40px;
+ height: 170px;
+ background: url('img/heart.png') no-repeat;
+ background-position: 550px 10px;
+ font-size: 26px;
+ border-bottom: 1px solid #CCCCCC;
+ margin-bottom: 0px;
+ z-index: -100;
+}
+
+.donate_header .text {
+ position:relative;
+ left: 180px;
+ top: 40px;
+ text-align:center;
+}
+
+.donate_header b {
+ color: #D50D35;
+}
+
+.download_header {
+ height:160px;
+ background: url('img/download_bg.png') no-repeat;
+ background-position: 690px 10px;
+ font-size:26px;
+ border-bottom: 1px solid #CCCCCC;
+ margin-bottom:8px;
+}
+
+.download_header .text {
+ position:relative;
+ left: 120px;
+ top: 40px;
+ text-align:center;
+}
+
+.download_header b {
+ color: #D50D35;
+}
+
+.dlbutton2 a {
+ background-color: #6AC221;
+ -moz-border-radius: 10px 10px 10px 10px;
+ display: block;
+ font-size: 150%;
+ font-weight: bold;
+ margin: 10px 20px 20px;
+ padding: 10px;
+ text-align: center;
+ color: #FFFFFF;
+}
+
+.dlbutton2 a:hover {
+ background: #81C72B;
+ text-decoration: none;
+}
+
+.dlbutton2 img {
+ float:right;
+ position: relative;
+ right: 45px;
+ top: 8px;
+}
+
+.version {
+ color: #FFFFFF;
+ font-size: 75%;
+ font-weight: normal;
+}
+
+#footer {
+ background: #EBEBEB;
+ font-size: 11px;
+ padding-bottom: 20px;
+ color: #333333;
+ text-align: center;
+ margin-top: 30px;
+ height: 15em;
+ width: 100%;
+}
+
+#sitemap {
+ margin: auto;
+ width: 900px;
+ text-align: left;
+}
+
+#sitemap ul {
+ list-style:none;
+ float: left;
+ width: 130px;
+ margin-left: 20px;
+ padding: 0px;
+}
+
+#sitemap li {
+ font-size: 12px;
+ line-height: 19px;
+ padding: 0px;
+}
+
+#sitemap li {
+ font-size: 12px;
+ line-height: 19px;
+ padding: 0px;
+}
+
+#sitemap ul li a {
+ color: #555555;
+ text-decoration: none;
+}
+
+#sitemap ul li a:hover {
+ text-decoration: underline;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/switch.php	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,11 @@
+<?PHP
+switch ($_SERVER["HTTP_HOST"]) {
+ case "www.mapwoc.de":
+ case "mapwoc.de":
+   $target = "index-de.html";
+   break;
+ default:
+   $target = "index.html";
+ }
+readfile($target);
+?>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/template.m4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+     "http://www.w3.org/TR/html4/strict.dtd">
+m4_dnl $Id: template.m4,v 1.3 2005/05/02 09:03:34 wilde Exp $
+
+m4_dnl ------------------------------------------------------------
+m4_dnl Macros to use in Pages
+
+m4_define(`I18N',`m4_ifdef(`$1',`$2')')
+
+m4_define(`LANG_LINK',`m4_ifdef(`$1',`$2',`m4_ifelse(`$3',`EN_FILE',`<strike>$2</strike>',`$3',`DE_FILE',`<strike>$2</strike>',`<a href="$3">$2</a>')')')
+
+m4_define(`MENU', `m4_ifelse(`$4',`$5', `m4_ifelse(`$6', `1', `<li
+class="active"><a href="$1-de.html">$2</a>', `<li class="active"><a
+href="$1.html">$3</a>')', `m4_ifelse(`$6', `1', `<li><a href="$1-de.html">$2</a>', `<li><a href="$1.html">$3</a>')')')
+
+m4_define(`PAGE_TITLE',`m4_define(`__TMPL_PAGE_TITLE',`$1')')
+m4_define(`PAGE_ROOT',`m4_define(`__TMPL_ROOT',`$1')')
+m4_define(`PAGE_START',`m4_include(`template_header.m4')')
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/template_header.m4	Wed Mar 30 15:51:06 2011 +0200
@@ -0,0 +1,103 @@
+m4_dnl -*-html-*-
+m4_dnl THIS IS INCLUDED BY `template.m4'
+m4_dnl DONT USE THIS FILE DIRECTLY
+m4_ifdef(`__TMPL_ROOT',,`m4_define(`__TMPL_ROOT',`')')
+
+m4_define(`__TITLE',m4_dnl
+I18N(`EN',`Webseiten-Integritätsprüfung')`'m4_dnl
+I18N(`DE',`Website Integrity Check'))
+
+m4_ifdef(`__TMPL_PAGE_TITLE',,`m4_define(`__TMPL_PAGE_TITLE',`mapWOC - 'TITLE)')
+
+m4_define(`LINK',
+    `m4_ifelse($1, NO_LINK_FOR,
+        `$2',
+        `<a href="$1">$2</a>')')
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+  <meta name="keywords" content="I18N(`EN', `Security, secure') I18N(`DE', `Sicherheit, sicher')">
+  <link rel="stylesheet" type="text/css" href="__TMPL_ROOT`'style.css">
+  <link rel="shortcut icon" href="__TMPL_ROOT`'favicon.png" type="image/png" />
+  <title>__TMPL_PAGE_TITLE</title>
+ </head>
+ <body>
+ <a name="top"></a>
+ <div class="wrapper">
+ <div class="header">
+  <div class="language_select">
+   <img src="img/english.png"> LANG_LINK(`EN',`English', EN_FILE) |
+   <img src="img/german.png"> LANG_LINK(`DE',`Deutsch', DE_FILE)
+  </div>
+ </div>
+ m4_ifdef(`EN_FILE', `m4_define(`LANG_DE', `1')', `m4_define(`LANG_DE', `0')')
+ <div id="menu">
+  <ul>
+   <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)
+   </li>
+   MENU(`download', `Download', `Download', `download', MAIN, LANG_DE)
+   </li>
+   MENU(`development', `Entwicklung', `Development', `development', MAIN, LANG_DE)
+   </li>
+   MENU(`contact', `Kontakt', `Contact', `contact', MAIN, LANG_DE)
+   </li>
+   <li class="mdonate">
+    m4_ifelse(LANG_DE, `1', `<a href="donate-de.html">Spenden!</a>', `<a href="donate.html">Donate</a>')
+    </li>
+  </ul>
+ </div>
+  m4_include(`header.m4')
+  <div class="content">
+   m4_divert(999)
+  <br clear="all" />
+  </div>
+  </div>
+
+  <div id="footer">
+   <br>
+   <div id="sitemap">
+    <ul>
+     <li><a href="index-de.html"><img src="img/logo_single_100.png" alt="" /></a></li>
+    </ul>
+    <ul>
+     <li><b>
+     m4_ifelse(LANG_DE, `1', `Über mapWOC', `About mapWOC')
+     </b></li>
+     MENU(`about', `Über mapWOC', `About mapWOC', `about', MAIN, LANG_DE)
+    </ul>
+    <ul>
+     <li><b>
+     m4_ifelse(LANG_DE, `1', `Download', `Download')
+     </b></li>
+     MENU(`download', `Download', `Download', `download', SUB, LANG_DE)
+    </ul>
+    <ul>
+     <li><b>
+     m4_ifelse(LANG_DE, `1', `Entwicklung', `Development')
+     </b></li>
+     MENU(`development', `Entwicklung', `Development', `development', SUB, LANG_DE)
+    </ul>
+    <ul>
+     <li><b>
+     m4_ifelse(LANG_DE, `1', `Kontakt', `Contact')
+    </b></li>
+     MENU(`contact', `Kontakt', `Contact', `contact', MAIN, LANG_DE)     
+    </ul>
+    <ul>
+     <li><b>
+     m4_ifelse(LANG_DE, `1', `Diverses', `Misc')     
+     </b></li>
+     MENU(`donate', `Spenden', `Donate', `donate', SUB, LANG_DE)
+     MENU(`license', `Lizenz', `License', `license', SUB, LANG_DE)
+     MENU(`impressum', `Impressum', `Impressum', `impressum', SUB, LANG_DE)
+    </ul>
+  </div>
+  </div>
+
+ </body>
+</html>
+m4_divert
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)