Revision: 7881
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7881&view=rev
Author:   dnaber
Date:     2012-08-19 11:20:13 +0000 (Sun, 19 Aug 2012)
Log Message:
-----------
move contact to its own page; adding imprint

Modified Paths:
--------------
    trunk/website/include/header.php
    trunk/website/www/links/index.php

Added Paths:
-----------
    trunk/website/www/contact/
    trunk/website/www/contact/index.php

Modified: trunk/website/include/header.php
===================================================================
--- trunk/website/include/header.php    2012-08-19 10:53:31 UTC (rev 7880)
+++ trunk/website/include/header.php    2012-08-19 11:20:13 UTC (rev 7881)
@@ -162,6 +162,7 @@
                        <?php makeEntry("forum", "Forum"); ?>
                        <?php makeEntry("wikicheck", "WikiCheck"); ?>
                        <?php makeEntry("development", "Development"); ?>
+                       <?php makeEntry("contact", "Contact"); ?>
 
                        <div style="margin-top:70px;font-size:12px">
               <table>

Added: trunk/website/www/contact/index.php
===================================================================
--- trunk/website/www/contact/index.php                         (rev 0)
+++ trunk/website/www/contact/index.php 2012-08-19 11:20:13 UTC (rev 7881)
@@ -0,0 +1,48 @@
+<?php
+$page = "contact";
+$title = "LanguageTool";
+$title2 = "contact";
+$lastmod = "2012-08-19 12:39:00 CET";
+include("../../include/header.php");
+?>
+
+<h3 class="firstpara">Contact</h3>
+
+<p>If you have a problem with LanguageTool, please make sure to read the
+<?=show_link("list of common problems", "/issues", 0)?> first.</p>
+
+<ul>
+    <li><?=show_link("Post to our forum", "/forum", 0)?> - this is the easiest 
way of contacting us</li>
+       <li>Mailing list:
+      <ul>
+        <li>Post to our mailing list at <span 
style="color:#777777">languagetool-devel <span>a&#116;</span> 
lists.sourceforge.net</span>
+          (note that your message requires manual moderation if you are not 
subscribed, this might take up to 24 hours)</li>
+        <li><?=show_simple_link("Subscribe/Unsubscribe",  
"http://lists.sourceforge.net/mailman/listinfo/languagetool-devel";) ?></li>
+        <li><?=show_simple_link("Archive (mail-archive.com)", 
"http://www.mail-archive.com/languagetool-devel@lists.sourceforge.net/";)?></li>
+        <li><?=show_simple_link("Archive (Sourceforge)", 
"http://sourceforge.net/mailarchive/forum.php?forum_name=languagetool-devel";)?></li>
+      </ul>
+  </li>
+  <li>If you don't want to post to public forums or mailing lists you can 
contact the maintainers directly:
+    <ul>
+      <li><?=show_simple_link("Daniel Naber", "http://www.danielnaber.de";, 
0)?> - contact by sending an email to
+          <span style="color:#777777">naber <span>a&#116;</span> 
danielnaber<span>.</span>de</span></li>
+      <li><?=show_simple_link("Marcin Miłkowski", "http://marcinmilkowski.pl";, 
0)?> - contact by using his
+          <?=show_simple_link("contact form", 
"http://marcinmilkowski.pl/en/Contact/";, 0)?></li>
+    </ul>
+</ul>
+
+<h3>Imprint</h3>
+
+<p>This page is run by:</p>
+
+<div style="margin-left: 10px">
+Daniel Naber<br/>
+Friesenstr. 3<br/>
+14482 Potsdam<br/>
+</div>
+
+<div style="height:400px"></div>
+
+<?php
+include("../../include/footer.php");
+?>

Modified: trunk/website/www/links/index.php
===================================================================
--- trunk/website/www/links/index.php   2012-08-19 10:53:31 UTC (rev 7880)
+++ trunk/website/www/links/index.php   2012-08-19 11:20:13 UTC (rev 7881)
@@ -26,19 +26,6 @@
         <li><?=show_simple_link("LanguageTool for Emacs", 
"http://www.emacswiki.org/emacs/langtool.el";)?></li>
 </ul>
 
-<h3>Contact</h3>
-
-<ul>
-    <li>LanguageTool was originally written by <?=show_link("Daniel Naber", 
"http://www.danielnaber.de";, 0)?>
-    (<strong>naber <span>a&#116;</span> danielnaber<span>.</span>de</strong>) 
and is now maintained by
-    Daniel Naber and Marcin Miłkowski (<?=show_link("contact form", 
"http://marcinmilkowski.pl/en/Contact/";, 0)?>)</li>
-    <li>Contact us via email or <?=show_link("post to the forum", "/forum", 
0)?></li>
-       <li>Mailing list for development and user discussion:<br/>
-               <?=show_simple_link("Subscribe/Unsubscribe",  
"http://lists.sourceforge.net/mailman/listinfo/languagetool-devel";) ?>,
-               <?=show_simple_link("Archive (mail-archive.com)", 
"http://www.mail-archive.com/languagetool-devel@lists.sourceforge.net/";)?>,
-               <?=show_simple_link("Archive (Sourceforge)", 
"http://sourceforge.net/mailarchive/forum.php?forum_name=languagetool-devel";)?></li>
-</ul>
-
 <h3>Other Open Source Language Tools</h3>
 
 <ul>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to