Revision: 7576
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7576&view=rev
Author:   dnaber
Date:     2012-06-30 13:05:42 +0000 (Sat, 30 Jun 2012)
Log Message:
-----------
release LanguageTool 1.8

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

Added Paths:
-----------
    trunk/website/include/downloadStandAlone.php
    trunk/website/www/images/languagetool-download-320.png

Modified: trunk/website/include/download.php
===================================================================
--- trunk/website/include/download.php  2012-06-30 13:01:40 UTC (rev 7575)
+++ trunk/website/include/download.php  2012-06-30 13:05:42 UTC (rev 7576)
@@ -1,13 +1,14 @@
 <?php
-$version= "1.7";
-$filesize = "29";
+$version= "1.8";
+$filesize = "24";
+if( !isset($downloadTitle) ) $downloadTitle = "Download LanguageTool";
+if( !isset($downloadLabel) ) $downloadLabel = "for LibreOffice/OpenOffice";
 if( !isset($downloadPath) ) $downloadPath = "download";
-if( !isset($downloadLabel) ) $downloadLabel = "Download";
 ?>
 
-<div id="downloadButton">
+<div class="downloadButton">
    <a class='piwik_download' style="display: block" href="<?php print 
$downloadPath ?>/LanguageTool-stable.oxt?<?php print $version ?>">
-     <span class="languagetool">LanguageTool</span><br/>
+     <span class="languagetool"><?php print $downloadTitle ?></span><br/>
      <span class="download"><?php print $downloadLabel ?><br/></span>
      <span class="version">Version <?php print $version ?> (<?php print 
$filesize ?>&nbsp;MB)</span>
    </a>

Copied: trunk/website/include/downloadStandAlone.php (from rev 7550, 
trunk/website/include/download.php)
===================================================================
--- trunk/website/include/downloadStandAlone.php                                
(rev 0)
+++ trunk/website/include/downloadStandAlone.php        2012-06-30 13:05:42 UTC 
(rev 7576)
@@ -0,0 +1,21 @@
+<?php
+$version= "1.8";
+$filesize = "49";
+if( !isset($downloadTitleStandAlone) ) $downloadTitleStandAlone = "Download 
LanguageTool";
+if( !isset($downloadLabelStandAlone) ) $downloadLabelStandAlone = "for 
stand-alone use";
+if( !isset($downloadPathStandAlone) ) $downloadPathStandAlone = "download";
+?>
+
+<table>
+  <tr>
+    <td>
+      <div class="downloadButton">
+         <a class='piwik_download' style="display: block" href="<?php print 
$downloadPathStandAlone ?>/LanguageTool-stable.zip?<?php print $version ?>">
+           <span class="languagetool"><?php print $downloadTitleStandAlone 
?></span><br/>
+           <span class="download"><?php print $downloadLabelStandAlone 
?><br/></span>
+           <span class="version">Version <?php print $version ?> (<?php print 
$filesize ?>&nbsp;MB)</span>
+         </a>
+      </div>
+    </td>
+  </tr>
+</table>
\ No newline at end of file

Modified: trunk/website/www/css/style.css
===================================================================
--- trunk/website/www/css/style.css     2012-06-30 13:01:40 UTC (rev 7575)
+++ trunk/website/www/css/style.css     2012-06-30 13:05:42 UTC (rev 7576)
@@ -255,19 +255,19 @@
 
 /* download button on the homepage */
 
-#downloadButton {
-    background-image: url("../images/languagetool-download.png");
-    width: 200px;
+.downloadButton {
+    background-image: url("../images/languagetool-download-320.png");
+    width: 320px;
     height: 70px;
 }
 
-#downloadButton a:hover {
+.downloadButton a:hover {
     text-decoration: none;
 }
 
-#downloadButton SPAN.languagetool {
+.downloadButton .languagetool {
     font-family: georgia, "Bitstream Charter", serif;
-    color: #FFFFFF;
+    color: black;
     font-size: 12.1pt;
     padding-left: 66px;
     font-weight: bold;
@@ -276,25 +276,23 @@
     left: 7px;
     top: 8px;
 }
-#downloadButton SPAN.download {
+.downloadButton .download {
     font-family: georgia, "Bitstream Charter", serif;
-    color: #FFFFFF;
+    color: black;
     font-size: 11.9pt;
     padding-left: 66px;
-    font-style: italic;
     font-weight: normal;
     /*+placement:shift 8px 8px;*/
     position: relative;
     left: 8px;
     top: 8px;
 }
-#downloadButton SPAN.version {
+.downloadButton .version {
     font-family: georgia, "Bitstream Charter", serif;
-    color: #FFFFFF;
-    font-size: 7pt;
+    color: black;
+    font-size: 9pt;
     padding-left: 66px;
     font-weight: normal;
-    font-style: italic;
     /*+placement:shift 8px 10px;*/
     position: relative;
     left: 8px;

Added: trunk/website/www/images/languagetool-download-320.png
===================================================================
(Binary files differ)


Property changes on: trunk/website/www/images/languagetool-download-320.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: trunk/website/www/index.php
===================================================================
--- trunk/website/www/index.php 2012-06-30 13:01:40 UTC (rev 7575)
+++ trunk/website/www/index.php 2012-06-30 13:05:42 UTC (rev 7576)
@@ -14,7 +14,7 @@
 <p class="firstpara"><strong>LanguageTool is an Open Source style and grammar 
proofreading software for English, French, German, Polish,
 Dutch, Romanian, and a lot of <?=show_link("other languages", "languages/", 0) 
?>.</strong>
 You can think of LanguageTool as a software to detect errors that a simple 
spell checker cannot detect, e.g. mixing
-up <em>there/their</em>, <em>no/now</em> etc. It can also detect some grammar 
mistakes. It does not include spell checking.</p>
+up <em>there/their</em>, <em>no/now</em> etc. It can also detect some grammar 
mistakes.</p>
 
 <p>LanguageTool will find errors for which a rule is defined in its 
 language-specific configuration files. Rules for detecting more complicated 
errors can be written in Java.</p>
@@ -40,36 +40,60 @@
 
 <h2>Download</h2>
 
+<p>LanguageTool requires <?=show_link("Java&nbsp;6", 
"http://www.java.com/en/download/manual.jsp";, 0)?> or later - we recommend Java 
6 for now,
+as some users have performance problems when using LanguageTool with Java 7.
+Having problems? Please see the <?=show_link("list of common problems", 
"issues", 0)?>.</p>
+
 <div class="downloadSection">
-    <table>
+    <table width="100%">
       <tr>
         <td>
-          <div id="downloadButton">
-                 <?php
-                 $downloadPath = "download";
-                 include("../include/download.php");
-                 ?>
-               </div>
+           <?php
+           $downloadPath = "download";
+           include("../include/download.php");
+           ?>
         </td>
-        <td valign="top" style="color:#666666">If you plan on using 
LanguageTool with LibreOffice/OpenOffice, we recommend
-          <a href="http://www.libreoffice.org/download";>LibreOffice 3.5.4</a>, 
as older versions of both LibreOffice and OpenOffice have a bug
-          that causes a freeze on startup.</td>
+        <td>&nbsp;&nbsp;&nbsp;</td>
+        <td>
+           <?php
+           $downloadPath = "download";
+           include("../include/downloadStandAlone.php");
+           ?>
+        </td>
       </tr>
+      <tr>
+        <td valign="top">
+
+          <ul style="padding-left: 20px">
+            <li><strong>We strongly recommend using
+              <a href="http://www.libreoffice.org/download";>LibreOffice 
3.5.4</a></strong>, as older versions of both LibreOffice and OpenOffice have a 
bug
+              that causes a freeze on startup</li>
+            <li>Use <em>Tools -&gt; Extension Manager -&gt; Add...</em> in 
LibreOffice/OpenOffice.org to install this file</li>
+            <li><strong>Restart OpenOffice.org/LibreOffice</strong> after 
installation of the extension</li>
+            <li>If you are using LibreOffice 3.5 and you want to check English 
texts:
+              Use <em>Options -> Language Settings -> Writing Aids -> 
Edit...</em> to disable LightProof and enable LanguageTool for English</li>
+          </ul>
+
+        </td>
+
+        <td></td>
+
+        <td valign="top">
+
+          <ul style="padding-left: 20px">
+            <li>Unzip the file and start LanguageToolGUI.jar by double 
clicking it.
+              Also see <?=show_link("other ways to use LanguageTool", 
"usage/", 0)?>.</li>
+          </ul>
+
+        </td>
+
+      </tr>
     </table>
-       <ul>
-               <li>Requires <?=show_link("Java&nbsp;6", 
"http://www.java.com/en/download/manual.jsp";, 0)?> or later -<strong> we 
recommend Java 6 for now,
-          as many users have performance problems when using LanguageTool with 
Java 7</strong></li>
-        <li>Use <em>Tools -&gt; Extension Manager -&gt; Add...</em> in 
LibreOffice/OpenOffice.org to install it
-          or see <?=show_link("other ways to use LanguageTool", "usage/", 
0)?>.</li>
-        <li><strong>Restart OpenOffice.org/LibreOffice</strong> after 
installation of this extension.</li>
-        <li>If you are using LibreOffice 3.5 and you want to check English 
texts:
-          Use <em>Options -> Language Settings -> Writing Aids -> Edit...</em> 
to disable LightProof and enable LanguageTool for English</li>
-        <li>Having problems? Please see the <?=show_link("list of common 
problems", "issues", 0)?>.</li>
-               <li>Please report bugs <?=show_link("in our forum", "/forum", 
0)?> or
-          <?=show_link("in the Sourceforge bug tracker", 
"http://sourceforge.net/tracker/?group_id=110216&amp;atid=655717";, 0)?>.</li>
-       </ul>
 </div>
 
+<p>Please report bugs <?=show_link("in our forum", "/forum", 0)?> or
+  <?=show_link("in the Sourceforge bug tracker", 
"http://sourceforge.net/tracker/?group_id=110216&amp;atid=655717";, 0)?>.</p>
+
 <p>Untested daily builds 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) ?>).
@@ -77,6 +101,15 @@
 
 <h2>News</h2>
 
+<p><strong>2012-06-30:</strong> Released LanguageTool 1.8. Changes include:</p>
+<ul>
+  <li>Spell checking is now included (not used in LibreOffice/OpenOffice)</li>
+  <li>Initial support for Greek and Portuguese with a few rules</li>
+  <li>Support for language variants like British English, American English, 
Swiss German, ...</li>
+  <li>Many updates for the error detection rules for German, English, Catalan, 
Russian, Italian, French, Breton, Polish, Esperanto</li>
+  <li>Several bug fixes</li>
+</ul>
+
 <p><strong>2012-06-01:</strong> Use our new <?=show_link("rule creator", 
"ruleeditor/") ?> to easily create XML error detection rules for 
LanguageTool.</p>
 
 <p><strong>2012-05-27:</strong> Want to improve LanguageTool? Read our new 
<?=show_link("three-minute introduction", "development/#intro") ?>!</p>

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to