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/04 00:40:17 UTC

[1/2] git commit: [flex-utilities] [refs/heads/develop] - updates to README for next version

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 4df606d21 -> 9d0d53d50


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/develop
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>
+
 
 
 	


[2/2] git commit: [flex-utilities] [refs/heads/develop] - update in preparation for 1.1 release

Posted by jm...@apache.org.
update in preparation for 1.1 release


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

Branch: refs/heads/develop
Commit: 9d0d53d501ba622501918227361d667691abb539
Parents: fb73c29
Author: Justin Mclean <jm...@apache.org>
Authored: Thu Sep 4 08:39:42 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Thu Sep 4 08:39:42 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/RELEASE_NOTES | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/9d0d53d5/TourDeFlex/TourDeFlex3/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/RELEASE_NOTES b/TourDeFlex/TourDeFlex3/RELEASE_NOTES
index cd8d350..ca02c43 100644
--- a/TourDeFlex/TourDeFlex3/RELEASE_NOTES
+++ b/TourDeFlex/TourDeFlex3/RELEASE_NOTES
@@ -2,9 +2,12 @@
 Apache Flex Tour De Flex Component Explorer 1.1
 ------------------------------------------------
 
+Apache Flex Tour De Flex 1.1 is an update to 1.0 adding a few improvements and
+fixing a few broken and non working examples.
+
 Changes since the version 1.0
 - Update READE and RELEASE_NOTES
-- Added some Apache Flex specific examples
+- Added some Apache Flex specific examples (we would like to see more)
 - Added button to copy code in source tab
 - Added button to link to github example
 - Added button to copy link to example