Revision: 7880
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7880&view=rev
Author:   dnaber
Date:     2012-08-19 10:53:31 +0000 (Sun, 19 Aug 2012)
Log Message:
-----------
more user links and developer links to their own pages; tiny wording and layout 
fixes

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

Added Paths:
-----------
    trunk/website/www/developer-links/
    trunk/website/www/developer-links/index.php

Modified: trunk/website/include/header.php
===================================================================
--- trunk/website/include/header.php    2012-08-19 10:18:35 UTC (rev 7879)
+++ trunk/website/include/header.php    2012-08-19 10:53:31 UTC (rev 7880)
@@ -103,6 +103,15 @@
           <div class="submenuitem"><a href="<?php print $rootUrl 
?>/usage">Usage</a></div>
           <?php
            }
+           if ($page == "links") {
+             ?>
+          <div class="submenuitem activeMenuitem">Links</div>
+          <?php
+           } else {
+             ?>
+          <div class="submenuitem"><a href="<?php print $rootUrl 
?>/links">Links</a></div>
+          <?php
+           }
        }
        if ($name == "development") {
            if ($sub_page == "ruleeditor") {
@@ -118,11 +127,21 @@
         <div class="submenuitem"><a 
href="http://sourceforge.net/tracker/?limit=25&amp;func=&amp;group_id=110216&amp;atid=655717&amp;assignee=&amp;status=&amp;category=&amp;artgroup=&amp;keyword=&amp;submitter=&amp;artifact_id=&amp;assignee=&amp;status=1&amp;category=&amp;artgroup=&amp;submitter=&amp;keyword=&amp;artifact_id=&amp;submit=Filter";>Bug
 Reports</a></div>
                <div class="submenuitem"><a href="<?php print $rootUrl 
?>/development/api/">Java API</a></div>
                <div class="submenuitem"><a 
href="http://languagetool.wikidot.com/";>Wiki</a></div>
-               <?php
-       }
+        <?php
+        if ($page == "developer-links") {
+          ?>
+             <div class="submenuitem activeMenuitem">Links</div>
+             <?php
+        } else {
+          ?>
+             <div class="submenuitem"><a href="<?php print $rootUrl 
?>/developer-links">Links</a></div>
+             <?php
+        }
+    }
 }
 ?>
 
+
 <table border="0" width="100%">
 <tr>
        <td></td>
@@ -143,7 +162,6 @@
                        <?php makeEntry("forum", "Forum"); ?>
                        <?php makeEntry("wikicheck", "WikiCheck"); ?>
                        <?php makeEntry("development", "Development"); ?>
-                       <?php makeEntry("links", "Links &amp; Resources"); ?>
 
                        <div style="margin-top:70px;font-size:12px">
               <table>

Added: trunk/website/www/developer-links/index.php
===================================================================
--- trunk/website/www/developer-links/index.php                         (rev 0)
+++ trunk/website/www/developer-links/index.php 2012-08-19 10:53:31 UTC (rev 
7880)
@@ -0,0 +1,74 @@
+<?php
+$page = "developer-links";
+$title = "LanguageTool";
+$title2 = "Links &amp; Resources for Developers";
+$lastmod = "2012-08-19 12:35:00 CET";
+include("../../include/header.php");
+?>
+
+<a href="http://www.cloudbees.com";><img border="0" 
src="../images/cloudbees-logo.png" alt="CloudBees Logo" align="right"/></a>
+
+<h3 class="firstpara">Mailing Lists</h3>
+
+<ul>
+    <li>Development discussion:
+        <ul>
+          <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>Subversion commit messages:
+        <ul>
+          <li><?=show_simple_link("Subscribe/Unsubscribe", 
"http://lists.sourceforge.net/mailman/listinfo/languagetool-cvs";) ?></li>
+          <li><?=show_simple_link("Archive (mail-archive.com)", 
"http://www.mail-archive.com/languagetool-cvs@lists.sourceforge.net/";)?></li>
+          <li><?=show_simple_link("Archive (Sourceforge)", 
"http://sourceforge.net/mailarchive/forum.php?forum_name=languagetool-cvs";)?></li>
+        </ul>
+    </li>
+</ul>
+
+<h3>Source Code and Development Versions</h3>
+
+<ul>
+       <li><?=show_simple_link("Source code in Subversion", 
"https://languagetool.svn.sourceforge.net/svnroot/languagetool/trunk/JLanguageTool";)?></li>
+    <li><?=show_simple_link("Daily builds of the current development version", 
"/download/snapshots/") ?>
+      (<?=show_simple_link("CHANGES.txt", 
"http://languagetool.svn.sourceforge.net/viewvc/languagetool/trunk/JLanguageTool/CHANGES.txt";)
 ?>)</li>
+    <li><?=show_simple_link("API documentation (Javadoc)", 
"/development/api/")?></li>
+</ul>
+
+<h3>Development Tools and Resources</h3>
+
+<ul>
+       <li><?=show_simple_link("User interface translation (i18n) at 
Transifex", 
"http://www.transifex.net/projects/p/languagetool/resource/messagesbundleproperties/";)?></li>
+       <li><?=show_simple_link("Continuous integration at CloudBees", 
"http://languagetool.ci.cloudbees.com";)?></li>
+       <li><?=show_simple_link("This website's usage statistics", 
"http://www.languagetool.org/stats";)?></li>
+       <li><?=show_simple_link("LibreOffice bug reports related to 
LanguageTool", 
"https://bugs.freedesktop.org/buglist.cgi?quicksearch=%22language%20tool%22%20OR%20languagetool&amp;list_id=43548";)?></li>
+</ul>
+
+<h3>Grammar Error Collections and Corpora</h3>
+
+<ul>
+       <li><?=show_simple_link("HOO: Helping Our Own", 
"http://clt.mq.edu.au/research/projects/hoo/";) ?></li>
+    <li><?=show_simple_link("Learner corpora around the world", 
"http://www.uclouvain.be/en-cecl-lcworld.html";) ?></li>
+    <li><?=show_simple_link("LanguageTool's small German error collection", 
"http://languagetool.svn.sourceforge.net/viewvc/languagetool/trunk/JLanguageTool/src/resource/de/errors.txt?view=markup";)
 ?></li>
+    <li>English
+      <ul>
+        <li><?=show_simple_link("LanguageTool's small English error 
collection", 
"http://languagetool.svn.sourceforge.net/viewvc/languagetool/trunk/JLanguageTool/src/resource/en/errors.txt?view=markup";)
 ?></li>
+        <li><?=show_simple_link("COCA - Corpus of Contemporary American 
English", "http://corpus.byu.edu/coca/";) ?></li>
+        <li><?=show_simple_link("XML file with 221 collected English grammar 
errors", "/download/errors.xml") ?></li>
+      </ul>
+    </li>
+</ul>
+
+
+<br /><br /><br />
+
+<p>Website design inspired by <!-- Please leave this if you use our template. 
Thank you -->
+<a href="http://www.darjanpanic.com"; target="_blank"
+       title="Freelance Graphic artist">Darjan Panic</a> &amp; <a
+       href="http://www.briangreens.com"; target="_blank">Brian Green</a> <!-- 
Please leave this if you use our template. Thank you -->
+</p>
+
+<?php
+include("../../include/footer.php");
+?>

Modified: trunk/website/www/links/index.php
===================================================================
--- trunk/website/www/links/index.php   2012-08-19 10:18:35 UTC (rev 7879)
+++ trunk/website/www/links/index.php   2012-08-19 10:53:31 UTC (rev 7880)
@@ -2,21 +2,19 @@
 $page = "links";
 $title = "LanguageTool";
 $title2 = "Links &amp; Resources";
-$lastmod = "2012-07-26 17:35:00 CET";
+$lastmod = "2012-08-19 12:35:00 CET";
 include("../../include/header.php");
 ?>
 
-<h2 class="firstpara">Links for Users</h2>
+<h3 class="firstpara">Issue Tracking</h3>
 
-<p><strong>Issue tracking:</strong></p>
-
 <ul>
        <li><?=show_simple_link("Open Bug Reports", 
"http://sourceforge.net/tracker/?limit=25&amp;func=&amp;group_id=110216&amp;atid=655717&amp;assignee=&amp;status=&amp;category=&amp;artgroup=&amp;keyword=&amp;submitter=&amp;artifact_id=&amp;assignee=&amp;status=1&amp;category=&amp;artgroup=&amp;submitter=&amp;keyword=&amp;artifact_id=&amp;submit=Filter";)?></li>
        <li><?=show_simple_link("Open Feature Requests", 
"http://sourceforge.net/tracker/?limit=25&amp;func=&amp;group_id=110216&amp;atid=655720&amp;assignee=&amp;status=&amp;category=&amp;artgroup=&amp;keyword=&amp;submitter=&amp;artifact_id=&amp;assignee=&amp;status=1&amp;category=&amp;artgroup=&amp;submitter=&amp;keyword=&amp;artifact_id=&amp;submit=Filter";)?></li>
-       <li><?=show_simple_link("Create a new Issue", 
"http://sourceforge.net/tracker/?func=add&amp;group_id=110216&amp;atid=655717";)?></li>
+       <li><?=show_simple_link("Create a new Bug Report or Feature Request", 
"http://sourceforge.net/tracker/?func=add&amp;group_id=110216&amp;atid=655717";)?></li>
 </ul>
 
-<p><strong>LanguageTool integration</strong>:</p>
+<h3>LanguageTool Integration</h3>
 
 <ul>
        <li><?=show_simple_link("LanguageTool for vim", 
"http://www.vim.org/scripts/script.php?script_id=3223";) ?></li>
@@ -28,7 +26,7 @@
         <li><?=show_simple_link("LanguageTool for Emacs", 
"http://www.emacswiki.org/emacs/langtool.el";)?></li>
 </ul>
 
-<p><strong>Contact:</strong></p>
+<h3>Contact</h3>
 
 <ul>
     <li>LanguageTool was originally written by <?=show_link("Daniel Naber", 
"http://www.danielnaber.de";, 0)?>
@@ -41,7 +39,7 @@
                <?=show_simple_link("Archive (Sourceforge)", 
"http://sourceforge.net/mailarchive/forum.php?forum_name=languagetool-devel";)?></li>
 </ul>
 
-<p><strong>Other Open Source language tools:</strong></p>
+<h3>Other Open Source Language Tools</h3>
 
 <ul>
        <li><?=show_simple_link("After the Deadline", 
"http://open.afterthedeadline.com/";)?>,
@@ -69,61 +67,6 @@
                and less powerful version without OpenOffice.org integration 
but support for Hungarian</li>
 </ul>
 
-
-
-<h2>Links for Developers</h2>
-
-<a href="http://www.cloudbees.com";><img border="0" 
src="../images/cloudbees-logo.png" alt="CloudBees Logo" align="right"/></a>
-
-<p><strong>Source Code and Development Versions:</strong></p>
-
-<ul>
-       <li><?=show_simple_link("Source code (Subversion)", 
"https://languagetool.svn.sourceforge.net/svnroot/languagetool/trunk/JLanguageTool";)?></li>
-       <li>Subversion commit messages mailing 
list:<br/><?=show_simple_link("Subscribe/Unsubscribe", 
"http://lists.sourceforge.net/mailman/listinfo/languagetool-cvs";) ?>,
-               <?=show_simple_link("Archive (mail-archive.com)", 
"http://www.mail-archive.com/languagetool-cvs@lists.sourceforge.net/";)?>,
-               <?=show_simple_link("Archive (Sourceforge)", 
"http://sourceforge.net/mailarchive/forum.php?forum_name=languagetool-cvs";)?></li>
-       <li><?=show_simple_link("API documentation (Javadoc)", 
"/development/api/")?></li>
-    <li><?=show_simple_link("Daily builds of the current development version", 
"/download/snapshots/") ?>
-      (<?=show_simple_link("CHANGES.txt", 
"http://languagetool.svn.sourceforge.net/viewvc/languagetool/trunk/JLanguageTool/CHANGES.txt";)
 ?>)</li>
-</ul>
-
-<p><strong>Development Tools and Resources:</strong></p>
-
-<ul>
-       <li><?=show_simple_link("User interface translation (i18n) at 
Transifex", 
"http://www.transifex.net/projects/p/languagetool/resource/messagesbundleproperties/";)?></li>
-       <li><?=show_simple_link("Continuous integration at CloudBees", 
"http://languagetool.ci.cloudbees.com";)?></li>
-       <li><?=show_simple_link("This website's usage statistics", 
"http://www.languagetool.org/stats";)?></li>
-       <li><?=show_simple_link("LibreOffice bug reports related to 
LanguageTool", 
"https://bugs.freedesktop.org/buglist.cgi?quicksearch=%22language%20tool%22%20OR%20languagetool&amp;list_id=43548";)?></li>
-</ul>
-
-<p><strong>Grammar Error Collection:</strong></p>
-
-<ul>
-       <li><?=show_simple_link("XML file with 221 collected English grammar 
errors", "/download/errors.xml") ?></li>
-       <li><?=show_simple_link("Another English error collection", 
-               
"http://languagetool.svn.sourceforge.net/viewvc/languagetool/trunk/JLanguageTool/src/resource/en/errors.txt?view=markup";)
 ?></li>
-       <li><?=show_simple_link("German error collection", 
-               
"http://languagetool.svn.sourceforge.net/viewvc/languagetool/trunk/JLanguageTool/src/resource/de/errors.txt?view=markup";)
 ?></li>
-       <li><?=show_simple_link("HOO: Helping Our Own", 
-               "http://clt.mq.edu.au/research/projects/hoo/";) ?></li>
-    <li><?=show_simple_link("Learner corpora around the world", 
"http://www.uclouvain.be/en-cecl-lcworld.html";) ?></li>
-</ul>
-
-<p><strong>Corpora:</strong></p>
-
-<ul>
-       <li><?=show_simple_link("COCA - Corpus of Contemporary American 
English", "http://corpus.byu.edu/coca/";) ?></li>
-</ul>
-
-
-<br /><br /><br />
-
-<p>Website design inspired by <!-- Please leave this if you use our template. 
Thank you -->
-<a href="http://www.darjanpanic.com"; target="_blank"
-       title="Freelance Graphic artist">Darjan Panic</a> &amp; <a
-       href="http://www.briangreens.com"; target="_blank">Brian Green</a> <!-- 
Please leave this if you use our template. Thank you -->
-</p>
-
 <?php
 include("../../include/footer.php");
 ?>

Modified: trunk/website/www/usage/index.php
===================================================================
--- trunk/website/www/usage/index.php   2012-08-19 10:18:35 UTC (rev 7879)
+++ trunk/website/www/usage/index.php   2012-08-19 10:53:31 UTC (rev 7880)
@@ -7,7 +7,7 @@
 include('../../include/geshi/geshi.php');
 ?>
                
-<p>LanguageTool can be used in a different number of ways:</p>
+<p class="firstpara">LanguageTool can be used in a different number of 
ways:</p>
 
 
 <h2>As a LibreOffice/OpenOffice.org extension</h2>

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