Revision: 6474
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6474&view=rev
Author:   dnaber
Date:     2012-02-08 18:43:14 +0000 (Wed, 08 Feb 2012)
Log Message:
-----------
link/wording changes

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

Modified: trunk/website/www/index.php
===================================================================
--- trunk/website/www/index.php 2012-02-08 18:14:59 UTC (rev 6473)
+++ trunk/website/www/index.php 2012-02-08 18:43:14 UTC (rev 6474)
@@ -21,6 +21,9 @@
 
 <h2 style="margin-top: 40px">Try it online</h2>
 
+<p>Use LanguageTool <?=show_link("in LibreOffice/OpenOffice.org, as a 
stand-alone application, or embedded in other applications", "usage/", 0)?>
+  or try it out here:</p>
+
 <?php
 $checkSubmitButtonValue = "Check Text";
 $showLanguageBox = 1;

Modified: trunk/website/www/usage/index.php
===================================================================
--- trunk/website/www/usage/index.php   2012-02-08 18:14:59 UTC (rev 6473)
+++ trunk/website/www/usage/index.php   2012-02-08 18:43:14 UTC (rev 6474)
@@ -7,13 +7,18 @@
 include('../../include/geshi/geshi.php');
 ?>
                
-<p><strong>Installation and Usage outside OpenOffice.org</strong></p>
+<p>LanguageTool can be used in a different number of ways:</p>
 
-<p>See the <?=show_link("homepage", "/", 0)?> for a description of how to use 
LanguageTool
-with OpenOffice.org.</p>
-
 <ul class="largelist">
 
+    <li><strong>As a LibreOffice/OpenOffice.org extension</strong>:
+    Double click the downloaded <tt>LanguageTool-1.x.oxt</tt> to install it.
+       If that doesn't work, call <em>Tools -&gt; Extension Manager -&gt; 
Add...</em>.
+    Close LibreOffice/OpenOffice.org and re-start it. Type some text
+       with an error that LanguageTool can detect and you should see a blue 
underline.
+    You might want to use "This is an test." as en example &ndash; make sure 
the text language is set
+    to English for this example.</li>
+
        <li><strong>As a stand-alone application</strong>:
        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
@@ -22,7 +27,7 @@
        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 could use LT for applications that do not support direct 
integration of the checker.
+       you can use LanguageTool for applications that do not support direct 
integration of the checker.
        </li>
 
        <li><strong>As a stand-alone application on the command line</strong>:
@@ -32,7 +37,7 @@
 
        <li><strong>Embedding LanguageTool in Java applications:</strong> See
        <?=show_link("the API documentation", "/development/api/", 0) ?>. You 
just need to create a 
-       JLanguageTool object and use that
+    <tt>JLanguageTool</tt> object and use that
        to check your text. For example:
        <br /><br />
        
@@ -54,10 +59,10 @@
        application and configure it to listen on a port that is not used yet 
(the default
        port, 8081, should often be okay). This way LanguageTool will run in 
server mode
        until you stop it. <br />
-       The client that wants to use LanguageTool can now just send its text to 
this URL:<br />
+       The client that wants to use LanguageTool can now send its text to an 
URL like this:<br />
        <tt>http://localhost:8081/?language=xx&amp;text=my+text</tt><br />
        The <tt>language</tt> parameter must specify the two-character language 
code
-       (the language of the text to be checked). You can also specify 
<tt>motherTongue</tt>
+       of the text to be checked. You can also specify <tt>motherTongue</tt>
        parameter to specify your mother tongue (for false friend checks). The 
<tt>text</tt> parameter is the
        text itself (you may need to encode it for URLs). If you want to test 
bilingual text (containing
        source and translation), simply specify also <tt>srctext</tt> 
parameter. This way bitext mode will be 

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


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
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-d2d
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to