[Inteproxy-commits] r57 - in trunk: . website
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Apr 20 17:53:39 CEST 2007
Author: sholl
Date: 2007-04-20 17:53:39 +0200 (Fri, 20 Apr 2007)
New Revision: 57
Modified:
trunk/ChangeLog
trunk/website/Makefile
trunk/website/index.htm4
trunk/website/template_header.m4
Log:
* website/index.htm4: typos, small corrections
* website/template_header.m4: added logic to switch lang also for
workflow-subtext/headline
* website/Makefile: added clean target
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-04-20 15:13:17 UTC (rev 56)
+++ trunk/ChangeLog 2007-04-20 15:53:39 UTC (rev 57)
@@ -1,3 +1,10 @@
+2007-04-20 Stephan Holl <stephan.holl at intevation.de>
+
+ * website/index.htm4: typos, small corrections
+ * website/template_header.m4: added logic to switch lang also for
+ workflow-subtext/headline
+ * website/Makefile: added clean target
+
2007-04-20 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
* website/index.htm4: Some Typos fixed, clean-ups.
Modified: trunk/website/Makefile
===================================================================
--- trunk/website/Makefile 2007-04-20 15:13:17 UTC (rev 56)
+++ trunk/website/Makefile 2007-04-20 15:53:39 UTC (rev 57)
@@ -52,3 +52,7 @@
tar: install
echo $(CURDIR)
( cd $(INSTALL_DIR) ; tar -czv -f $(CURDIR)/inteproxy.wald.org.tar.gz . )
+
+clean:
+ rm -f index-de.html index.html
+
Modified: trunk/website/index.htm4
===================================================================
--- trunk/website/index.htm4 2007-04-20 15:13:17 UTC (rev 56)
+++ trunk/website/index.htm4 2007-04-20 15:53:39 UTC (rev 57)
@@ -9,8 +9,8 @@
<h2>About InteProxy</h2>
<p>
-InteProxy is a tool that adds secure transmission via SSL a well as user
-authentication to those OWS-based applications that that do not support
+InteProxy is a tool that adds secure transmission via SSL as well as user
+authentication to those OWS-based applications that do not support
these security features.
</p>
@@ -47,7 +47,7 @@
<h2>Downloads</h2>
<p>
-To download the most recent released software you can follow the links below to the development-platform..
+To download the most recent released software you can follow the links below to the development-platform.
There is also a detailed users manual available.
</p>
@@ -77,7 +77,8 @@
<h2>Developers Corner</h2>
<p>
-InteProxy's development is coodinated at Wald, a gforge based platform at <a href="http://wald.intevation.org/projects/inteproxy/">http://wald.intevation.org/projects/inteproxy/</a><br>
+InteProxy's development is coodinated at Wald, a gforge based platform at
+<a href="http://wald.intevation.org/projects/inteproxy/">http://wald.intevation.org/projects/inteproxy/</a>.<br>
There is also a <a href="https://wald.intevation.org/tracker/?atid=178&group_id=23&func=browse">BugTracker</a> and several <a
href="https://wald.intevation.org/mail/?group_id=23">mailinglists</a> to join for further development.<br>
To get the latest code you could
Modified: trunk/website/template_header.m4
===================================================================
--- trunk/website/template_header.m4 2007-04-20 15:13:17 UTC (rev 56)
+++ trunk/website/template_header.m4 2007-04-20 15:53:39 UTC (rev 57)
@@ -37,12 +37,14 @@
<div id="boxes">
<div class="box">
- <h1>Workflow of InteProxy</h1>
+ <h1>I18N(`EN', `Workflow of InteProxy') I18N(`DE', `Arbeitsweise')</h1>
<p>
<a href="I18N(`EN', `./pix/InteProxy-WorkFlow-en.png') I18N(`DE', `./pix/InteProxy-WorkFlow-de.png')">
<img src="./pix/InteProxy-WorkFlow-en_small.png" alt="InteProxy Workflow" name="InteProxy Workflow"></a>
<br>
- <a href="I18N(`EN', `./pix/InteProxy-WorkFlow-en.png') I18N(`DE', `./pix/InteProxy-WorkFlow-de.png')">click</a> to enlarge
+ <a href="I18N(`EN', `./pix/InteProxy-WorkFlow-en.png') I18N(`DE',
+ `./pix/InteProxy-WorkFlow-de.png')">I18N(`EN', `click</a> to
+ enlarge') I18N(`DE', `klicken</a> zum vergrößern')
</div>
</div>
More information about the Inteproxy-commits
mailing list