Revision: 9937
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9937&view=rev
Author:   dnaber
Date:     2013-04-14 22:00:58 +0000 (Sun, 14 Apr 2013)
Log Message:
-----------
some updates for LT 2.1

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

Modified: trunk/website/www/development/index.php
===================================================================
--- trunk/website/www/development/index.php     2013-04-14 21:52:21 UTC (rev 
9936)
+++ trunk/website/www/development/index.php     2013-04-14 22:00:58 UTC (rev 
9937)
@@ -41,8 +41,8 @@
 
 <ol>
   <li>Download the stand-alone version of LanguageTool <?=show_link("from the 
homepage", "../", 0)?> and unzip it.</li>
-  <li>Open <tt>rules/en/grammar.xml</tt> in your preferred text editor or in 
an XML editor.</li>
-  <li>Search for <tt>&lt;category name="Possible Typos"&gt;</tt> (it's quite 
at the top) and copy and paste this snippet just after
+  <li>Open <tt>org/languagetool/rules/en/grammar.xml</tt> in your preferred 
text editor or in an XML editor.</li>
+  <li>Search for <tt>name="Possible Typos"</tt> (it's quite at the top) and 
copy and paste this snippet just after
     that category element:
     <div class="xmlrule" style="margin-top:5px">
     <?php hl('<rule id="EXAMPLE_RULE" name="My example rule">
@@ -56,7 +56,7 @@
 </rule>'); ?>
     </div>
   </li>
-  <li>Run <tt>LanguageToolGUI.jar</tt> by clicking it or by calling <tt>java 
-jar LanguageToolGUI.jar</tt> in your command line.</li>
+  <li>Run <tt>languagetool-standalone.jar</tt> by clicking it or by calling 
<tt>java -jar languagetool-standalone.jar</tt> in your command line.</li>
   <li>Select English as the text language and type something like "A foo bar 
tour in London", then start text checking.</li>
   <li>LanguageTool will now check your text and suggest "bicycle" as a 
replacement for "foo bar", because that's
     what the rule which we just added says.</li>
@@ -75,7 +75,7 @@
 <ol>
        <li>Read this page (some features described here are quite advanced, so 
you won't need everything)</li>
        <li>Start writing rules for the error you'd like LanguageTool to 
detect</li>
-       <li>See <?=show_link("our wiki", "http://languagetool.wikidot.com/";, 
0)?> for more tips and tricks</li>
+       <li>See <?=show_link("our wiki", "http://wiki.languagetool.org";, 0)?> 
for more tips and tricks</li>
        <li>Post your rules to our <?=show_link("mailing list",
       "http://lists.sourceforge.net/lists/listinfo/languagetool-devel";, 0)?>
       so we can include them in LanguageTool</li>
@@ -227,7 +227,7 @@
 
 <h3><a name="testing">Testing rules</a></h3>
 
-<p>The LanguageTool user interface (LanguageToolGUI.jar) needs to be restarted 
if you have changed the <tt>grammar.xml</tt> file.
+<p>The LanguageTool user interface (languagetool-standalone.jar) needs to be 
restarted if you have changed the <tt>grammar.xml</tt> file.
 Testing rules is faster with our embedded test case feature: just call
 <tt>sh testrules.sh en</tt> on Linux or <tt>testrules.bat en</tt> on Windows, 
using your language code instead of <tt>en</tt>.
 
@@ -468,7 +468,7 @@
 create your own version of <tt>manually_added.txt</tt> and use that to create 
a <tt>.dict</tt> file,
 then adapt your tagger to use it (e.g. copy <tt>EnglishTagger.java</tt> and 
change the 
 <tt>getFileName()</tt> implementation). More details about building 
dictionaries
-are <?=show_link("in the Wiki.", 
"http://languagetool.wikidot.com/developing-a-tagger-dictionary";, 0) ?>
+are <?=show_link("in the Wiki.", 
"http://wiki.languagetool.org/developing-a-tagger-dictionary";, 0) ?>
 </p></li>
 
 <li>Adapt <tt>openoffice/Addons.xcu</tt> and 
<tt>openoffice/description.xml</tt> to translate the user

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


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to