Revision: 7579
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7579&view=rev
Author:   dnaber
Date:     2012-06-30 13:23:14 +0000 (Sat, 30 Jun 2012)
Log Message:
-----------
update because we now have two distribution files, zip and oxt

Modified Paths:
--------------
    trunk/JLanguageTool/docs/internal.txt
    trunk/website/www/usage/index.php

Modified: trunk/JLanguageTool/docs/internal.txt
===================================================================
--- trunk/JLanguageTool/docs/internal.txt       2012-06-30 13:09:32 UTC (rev 
7578)
+++ trunk/JLanguageTool/docs/internal.txt       2012-06-30 13:23:14 UTC (rev 
7579)
@@ -53,7 +53,8 @@
 -upload to the server:
     -*.oxt, *.zip, dist/README.txt and dist/CHANGES.txt to "download"
     -link the release on the server:
-     cd /home/languagetool/languagetool.org/www/download && rm 
LanguageTool-stable.oxt && ln -s LanguageTool-1.X.oxt LanguageTool-stable.oxt
+     cd /home/languagetool/languagetool.org/www/download
+     rm LanguageTool-stable.oxt && ln -s LanguageTool-1.X.oxt 
LanguageTool-stable.oxt && rm LanguageTool-stable.zip && ln -s 
LanguageTool-1.X.zip LanguageTool-stable.zip
     -run "ant javadoc" and upload dist/docs/api/* to "development"
 -run "ant jnlp" (note you need file myalias.p12 with the certificate to do 
this;
  for security reasons it is not in the repository.)

Modified: trunk/website/www/usage/index.php
===================================================================
--- trunk/website/www/usage/index.php   2012-06-30 13:09:32 UTC (rev 7578)
+++ trunk/website/www/usage/index.php   2012-06-30 13:23:14 UTC (rev 7579)
@@ -2,7 +2,7 @@
 $page = "usage";
 $title = "LanguageTool";
 $title2 = "Usage";
-$lastmod = "2012-03-04 20:20:00 CET";
+$lastmod = "2012-06-30 15:20:00 CET";
 include("../../include/header.php");
 include('../../include/geshi/geshi.php');
 ?>
@@ -20,19 +20,23 @@
 
 
 <h2>As a stand-alone application</h2>
-       <p>Rename the *.oxt file so it ends with ".zip" and unzip it.
-       Then start <tt>LanguageToolGUI.jar</tt> by double clicking on it. If 
your computer isn't
-       configured to start jar archives, start it from the command line 
using:</p>
-       <tt>java -jar LanguageToolGUI.jar</tt>
+       <p>Download the *.zip version (not the *.oxt one) and unzip it.
+       Then start <tt>LanguageToolGUI.jar</tt> by double clicking on it.
+    If your computer isn't
+       configured to start jar archives, start it from the command line using:
+       <tt>java -jar LanguageToolGUI.jar</tt></p>
        
     <p>You can use the <tt>--tray</tt> option to start LanguageTool inside the 
system tray.
        After you copy any text to the clipboard, clicking LanguageTool in the 
system tray will
        cause the application to open and check the contents of the clipboard 
automatically. This way
        you can use LanguageTool for applications that do not support direct 
integration of the checker.</p>
 
+    <p>The file size of the stand-alone version is so much larger than that of 
the LibreOffice/OpenOffice
+    extension because it contains spell checking and thus dictionaries for 
most languages.</p>
 
+
 <h2>As a stand-alone application on the command line</h2>
-       <p>See above, but start LanguageTool.jar using:</p>
+       <p>See "as a stand-alone application" above, but start LanguageTool.jar 
using:</p>
        <tt>java -jar LanguageTool.jar &lt;filename></tt>
        <p>LanguageTool only supports plain text files.</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