Revision: 6417
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6417&view=rev
Author:   dnaber
Date:     2012-02-04 12:47:09 +0000 (Sat, 04 Feb 2012)
Log Message:
-----------
[web] remove hint about very old version; re-order items on homepage; align 
last modified date left

Modified Paths:
--------------
    trunk/website/include/footer.php
    trunk/website/www/css/style.css
    trunk/website/www/index.php

Modified: trunk/website/include/footer.php
===================================================================
--- trunk/website/include/footer.php    2012-02-04 12:39:27 UTC (rev 6416)
+++ trunk/website/include/footer.php    2012-02-04 12:47:09 UTC (rev 6417)
@@ -1,15 +1,16 @@
                <!-- /MAIN TEXT -->
 
+        <p class="lastmod">Page last modified:
+               <?php
+               list($date, $time, $cet) = split(" ", $lastmod);
+               print $date;
+               ?>
+        </p>
+
        </td>
 </tr>
 </table>
 
-<p class="lastmod">Last modified:
-       <?php 
-       list($date, $time, $cet) = split(" ", $lastmod);
-       print $date;
-       ?>
-</p>
 <p class="invisible">Time to generate page:
 <?php
        print sprintf("%.2fs", getmicrotime()-$start_time);

Modified: trunk/website/www/css/style.css
===================================================================
--- trunk/website/www/css/style.css     2012-02-04 12:39:27 UTC (rev 6416)
+++ trunk/website/www/css/style.css     2012-02-04 12:47:09 UTC (rev 6417)
@@ -88,7 +88,7 @@
 }
 
 .lastmod {
-       text-align: right;
+    margin-top: 40px;
        font-size: 9px;
        color: #888888;
        font-family: verdana, sans-serif;

Modified: trunk/website/www/index.php
===================================================================
--- trunk/website/www/index.php 2012-02-04 12:39:27 UTC (rev 6416)
+++ trunk/website/www/index.php 2012-02-04 12:47:09 UTC (rev 6417)
@@ -2,7 +2,7 @@
 $page = "homepage";
 $title = "LanguageTool";
 $title2 = "Style and Grammar Checker";
-$lastmod = "2012-01-24 17:20:00 CET";
+$lastmod = "2012-02-04 17:20:00 CET";
 include("../include/header.php");
 ?>
                
@@ -26,7 +26,10 @@
 include("../include/checkform.php");
 ?>
 
+<p><strong>Try LanguageTool without installation, using Java 
WebStart.</strong> Requires Java 1.6_04 or later:<br />
+<strong><?=show_link("Start LanguageTool (29&nbsp;MB)", 
"webstart/web/LanguageTool.jnlp", 0) ?></strong></p>
 
+
 <h2>Download</h2>
 
 <div class="downloadSection">
@@ -36,20 +39,11 @@
        <ul>
                <li>Requires <?=show_link("Java", 
"http://www.java.com/en/download/manual.jsp";, 1)?>&nbsp;6.0
                        or later. You need to <strong>restart 
OpenOffice.org/LibreOffice</strong> after installation of this extension.</li>
-               <li>If you're upgrading from LanguageTool 0.9.5, you must 
de-install
-                       it <strong>before</strong> upgrading to a later version 
(check
-                       <a 
href="http://languagetool.wikidot.com/removing-languagetool-0-9-5-from-openoffice-3-0-1";>this
-                       page</a> if you forgot to do so).</li>
                <li>Please report bugs to the <?=show_link("Sourceforge bug 
tracker", "http://sourceforge.net/tracker/?group_id=110216&amp;atid=655717";, 
1)?>
                        or <?=show_link("post to our forum", "/forum", 
1)?>.</li>
        </ul>
 </div>
 
-<!-- -->
-<p><strong>Try LanguageTool 1.6 without installation, using Java 
WebStart.</strong> Requires Java 1.6_04 or later.<br />
-<strong><?=show_link("Start LanguageTool (29&nbsp;MB)", 
"webstart/web/LanguageTool.jnlp", 0) ?></strong></p>
-<!-- -->
-
 <p>Untested daily snapshots of the current development version are available at
 <?=show_link("the snapshot directory", "download/snapshots/", 0) ?> 
(<?=show_link("CHANGES.txt", 
"http://languagetool.svn.sourceforge.net/viewvc/languagetool/trunk/JLanguageTool/CHANGES.txt";,
 0) ?>).
 

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


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to