[MXD2map-commits] r237:4f6356a908e1
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Aug 5 10:04:03 CEST 2011
details: http://hg.intevation.org/geospatial/mxd2map/rev/4f6356a908e1
changeset: 237:4f6356a908e1
user: Stephan Holl <stephan.holl at intevation.de>
date: Fri Aug 05 10:03:56 2011 +0200
description:
* website/about-de.htm4, website/about.htm4,website/style.css: Added sidebar with anchors
* website/development-de.htm4, website/development.htm4: Added link to documentation
* website/index-de.htm4, website/index.htm4: some layout-tweaks to make the intro -text appear in one line.
diffstat:
website/about-de.htm4 | 20 ++++++++++++++++++++
website/about.htm4 | 21 ++++++++++++++++++++-
website/development-de.htm4 | 10 ++++++++++
website/development.htm4 | 10 ++++++++++
website/index-de.htm4 | 2 +-
website/index.htm4 | 3 ++-
website/style.css | 4 ++--
7 files changed, 65 insertions(+), 5 deletions(-)
diffs (183 lines):
diff -r ec9d63ce691d -r 4f6356a908e1 website/about-de.htm4
--- a/website/about-de.htm4 Fri Aug 05 09:32:18 2011 +0200
+++ b/website/about-de.htm4 Fri Aug 05 10:03:56 2011 +0200
@@ -18,6 +18,7 @@
</div>
<div id="main">
+<a name="whatis">
<h2>Was ist MXD2map?</h2>
<p>MXD2map ist ein Konverter zum automatischen Publizieren von OGC-Webdiensten
aus ESRI ArcGIS MXD-Dateien. Als WMS-Server wird der UMN MapServer
@@ -38,6 +39,7 @@
</p>
+<a name="components">
<h2>MXD2map Komponenten</h2>
<ul>
<li> UMN MapServer Java MapScript</li>
@@ -46,13 +48,31 @@
<li> ESRI ArcGIS Engine oder ESRI ArcGIS Desktop</li>
</ul>
+<a name="functionality">
<h2>Funktionsweise</h2>
<a target="_new" href="img/funktionsweise-MXD2map-de.png"><img
src="img/funktionsweise-MXD2map-de_small.png" alt="Funktionsweise von
MXD2map"></a>
+<!--
+<a name="screenshots">
+<h2>Screenshots</h2>
+
+<p>implement me</p>
+-->
+
</div>
<div id="sidebarsimple">
<img src="img/logo_single.png">
</div>
+
+<div id="sidebar">
+<h3>Über MXD2map</h3>
+ <ul style="list-style-type: square;">
+ <li><a href="#whatis">Was ist MXD2map?</a></li>
+ <li><a href="#components">MXD2map Komponenten</a></li>
+ <li><a href="#functionality">Funktionsweise</a></li>
+ <!--li><a href="#screenshots">Screenshots</a></li-->
+ </ul>
+</div>
diff -r ec9d63ce691d -r 4f6356a908e1 website/about.htm4
--- a/website/about.htm4 Fri Aug 05 09:32:18 2011 +0200
+++ b/website/about.htm4 Fri Aug 05 10:03:56 2011 +0200
@@ -15,6 +15,7 @@
</div>
<div id="main">
+<a name="whatis">
<h2>What is MXD2map?</h2>
<p>MXD2map has the ability to publish ArcGIS MXD-files as OGC webservices
@@ -35,7 +36,7 @@
in Hamburg.
</p>
-
+<a name="compoments">
<h2>MXD2map Components</h2>
<ul>
<li> UMN MapServer Java MapScript</li>
@@ -44,13 +45,31 @@
<li> ESRI ArcGIS Engine or ESRI ArcGIS Desktop</li>
</ul>
+<a name="functionality">
<h2>Functionality</h2>
<a target="_new" href="img/funktionsweise-MXD2map.png"><img
src="img/funktionsweise-MXD2map_small.png" alt="funcionality of
MXD2map"></a>
+<!--
+<a name="screenshots">
+<h2>Screenshots</h2>
+
+<p>implement me</p>
+-->
+
</div>
<div id="sidebarsimple">
<img src="img/logo_single.png">
</div>
+
+<div id="sidebar">
+<h3>About MXD2map</h3>
+ <ul style="list-style-type: square;">
+ <li><a href="#whatis">What is MXD2map?</a></li>
+ <li><a href="#components">MXD2map-components</a></li>
+ <li><a href="#functionality">Functionality</a></li>
+ <!--li><a href="#screenshots">Screenshots</a></li-->
+ </ul>
+</div>
diff -r ec9d63ce691d -r 4f6356a908e1 website/development-de.htm4
--- a/website/development-de.htm4 Fri Aug 05 09:32:18 2011 +0200
+++ b/website/development-de.htm4 Fri Aug 05 10:03:56 2011 +0200
@@ -54,4 +54,14 @@
abonniert haben. Dadurch vermeiden Sie, dass Ihre E-Mail u.U. sehr lange
auf die Bestätigung eines Moderators wartet.
</p>
+
+<h2>Dokumentation</h2>
+
+<p>Es gibt noch keien offiziele Dokumentation.</p>
+
+<p>Eine aktuelle Entwickler-Dokumentation kann
+<a target="_docs"
+href="documentation/index.html">hier</a> (nur englisch) gefunden werden.
+</p>
+
</div>
diff -r ec9d63ce691d -r 4f6356a908e1 website/development.htm4
--- a/website/development.htm4 Fri Aug 05 09:32:18 2011 +0200
+++ b/website/development.htm4 Fri Aug 05 10:03:56 2011 +0200
@@ -51,4 +51,14 @@
Otherwise your mail may arrive the list with a long delay after
confirmation by the list-administrator.
</p>
+
+<h2>Documentation</h2>
+
+<p>There is no official documentation releaed yet. </p>
+
+<p>A recent
+development-documentation can be found <a target="_docs"
+href="documentation/index.html">here</a>.
+</p>
+
</div>
diff -r ec9d63ce691d -r 4f6356a908e1 website/index-de.htm4
--- a/website/index-de.htm4 Fri Aug 05 09:32:18 2011 +0200
+++ b/website/index-de.htm4 Fri Aug 05 10:03:56 2011 +0200
@@ -11,7 +11,7 @@
PAGE_START
-<div id="intro" style="float:left; padding-right:0; width:600px;">
+<div id="intro" style="float:left; padding-right:0; width:650px;">
<span></span>
<h2>MXD2map - ein Konverter für MXD-Dateien!</h2>
<p>
diff -r ec9d63ce691d -r 4f6356a908e1 website/index.htm4
--- a/website/index.htm4 Fri Aug 05 09:32:18 2011 +0200
+++ b/website/index.htm4 Fri Aug 05 10:03:56 2011 +0200
@@ -1,4 +1,5 @@
m4_dnl -*-html-*-
+
m4_include(`template.m4')
m4_dnl $Id: index.htm4,v 1.30 2006/01/12 16:04:03 jan Exp $
@@ -10,7 +11,7 @@
PAGE_START
-<div id="intro" style="float:left; padding-right:0; width:600px;">
+<div id="intro" style="float:left; padding-right:0; width:650px;">
<span></span>
<h2>MXD2map - a converter for MXD-files!</h2>
<p>Create your UMN MapServer mapfiles based on your ERSI ArcGIS
diff -r ec9d63ce691d -r 4f6356a908e1 website/style.css
--- a/website/style.css Fri Aug 05 09:32:18 2011 +0200
+++ b/website/style.css Fri Aug 05 10:03:56 2011 +0200
@@ -325,8 +325,8 @@
#sidebar {
-moz-border-radius: 10px 10px 10px 10px;
- background: #FDF1CD;
- border: 1px solid #CCCCCC;
+ background: none repeat scroll 0 0 #EBEBEB;
+ border: 1px solid #99b4c9;
float: right;
margin-top: 34px;
padding: 20px 20px 15px;
More information about the MXD2map-commits
mailing list