You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/09/21 22:36:02 UTC

[15/50] [abbrv] git commit: [flex-utilities] [refs/heads/master] - updates to README for next version

updates to README for next version


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/fb73c290
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/fb73c290
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/fb73c290

Branch: refs/heads/master
Commit: fb73c290d1e14218ab1020529b02140f6ffa721c
Parents: 4df606d
Author: Justin Mclean <jm...@apache.org>
Authored: Thu Sep 4 08:38:56 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Thu Sep 4 08:38:56 2014 +1000

----------------------------------------------------------------------
 Squiggly/README | 25 ++++++++++++++++++-------
 1 file changed, 18 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/fb73c290/Squiggly/README
----------------------------------------------------------------------
diff --git a/Squiggly/README b/Squiggly/README
index d06e67f..701f588 100644
--- a/Squiggly/README
+++ b/Squiggly/README
@@ -61,15 +61,21 @@ How to check the code out of Git
 How to use the Squiggly SDK
 ==========================================================================================
 
-Please read the ASDoc first to understand the classes in Squiggly.
+Please read the ASDocs (found in docs) first to understand the classes in Squiggly.
 
 If you are using the SpellChecker class directly, you need.
 - SpellingEngine.swc in [YourProject]/libs folder, you can find it from ./libs
 - Dictionary files in [YourProject]/src folder
 
-You can obtain dictionary files from:
-http://extensions.openoffice.org
-http://hunspell.sourceforge.net
+You can obtain en_US, en_CA and en_GB dictionaries under a BSD/MIT-like license from:
+   http://wordlist.aspell.net/dicts/
+
+You can obtain other dictionary files from:
+    http://wordlist.aspell.net/other-dicts/
+    http://extensions.openoffice.org
+    http://hunspell.sourceforge.net
+
+But note that many of these dictionaries are under LPGL licenses.
 
 If you are using the simple UI integration feature (SpellUI class), in addition to what
 mentioned above, you also need:
@@ -77,7 +83,7 @@ mentioned above, you also need:
 - SpellingUI.swc in [YourProject]/src
 - SpellingUIEx.swc if you need spark support in Flex 4) in [YourProject]/libs 
 
-You can download HunSpell dictionaries and use those by editing SpellingConfig.xml.
+You can download dictionaries and use those by editing SpellingConfig.xml.
 
 The default name of the config file has changed from AdobeSpellingConfig.xml to
 SpellingConfig.xml.
@@ -90,8 +96,8 @@ relative path for resource files.
     ruleFile="dict/en_US/en_US.aff" dictionaryFile="dict/en_US/en_US.dic"/>
 </SpellingConfig>
 
-So if you are adding Spanish, you just need to get the hunspell dictionary
- es_ES.aff/dic and add one line to your config file.
+So if you are adding Spanish, you just need to get the dictionary files es_ES.aff
+and es_ES.dic and add one line to your config file.
   <LanguageResource language="Spanish" languageCode="es_ES"
      ruleFile="dict/es_ES/es_ES.aff" dictionaryFile="dict/es_ES/es_ES.dic"/>
 
@@ -99,6 +105,11 @@ Note that you can put the dictionaries in any location as long as you update
 the config file, but the config file itself MUST be in [YourProject]/src folder.
 
 
+Thanks for using Apache Flex.  Enjoy!
+
+       The Apache Flex Project
+       <http://flex.apache.org>
+