You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by an...@apache.org on 2019/05/24 17:49:21 UTC

[royale-docs] branch master updated: Update Frameworks.md

This is an automated email from the ASF dual-hosted git repository.

andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new db53617  Update Frameworks.md
db53617 is described below

commit db536177449f22762f19aff57c31c9c0b2e1426b
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Fri May 24 14:49:18 2019 -0300

    Update Frameworks.md
    
    Adjusted this page to support the change from "UI Sets" to "Component Sets"
---
 Get_Started/Frameworks.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/Get_Started/Frameworks.md b/Get_Started/Frameworks.md
index 222ed8d..e6ad889 100644
--- a/Get_Started/Frameworks.md
+++ b/Get_Started/Frameworks.md
@@ -22,19 +22,19 @@ title: Frameworks
 
 Sets of code libraries availables in Royale
 
-A framework is a set of code that provides support for application development by offering templates, components and examples.  Royale provides its own framework for making simple, small and fast applications, but also offers support for using other popular JavaScript frameworks.
+A framework is a set of code that provides support for application development by offering templates, components and examples. Royale provides its own framework for making simple, small and fast applications, but also offers support for using other popular JavaScript frameworks.
 
-## Apache Royale UI Sets
+## Apache Royale Component Sets
 
-Apache Royale support its own [UI Sets](UI_Sets.html) designed to get the most of the technology
+Apache Royale support its own [component_sets](component_sets.html) of controls, grouping methods, and other elements designed to help developers get the most of the technology.
 
-- [Basic](UI_Sets/Basic.html) is the most smallest, fastest and PAYG set of components possible in Royale, and is used by other sets like Jewel as its base.
+- [Basic](component_sets/Basic.html) is the most smallest, fastest and PAYG set of components possible in Royale, and is used by other sets like Jewel as its base.
 
-- [Jewel](UI_Sets/Jewel.html) is focused in look and feel and new practices present in modern development like responsivness and multiplatform. Jewel support Themes and diferent kind of desktop and mobile devices.
+- [Jewel](component_sets/Jewel.html) is focused in look and feel and new practices present in modern development like responsivness and multiplatform. Jewel support Themes and diferent kind of desktop and mobile devices.
 
 Why would you use a third-party framework with Royale? Because you like the look and feel of that framework's user interface components but want to use ActionScript to handle the business logic and/or use MXML to set up the UI.
 
-## Other UI Sets
+## Other Component Sets
 
 These UI Sets are created under Royale umbrella, but uses or wraps existing external libraries or frameworks. Royale supports (to varying degrees):
 
@@ -44,4 +44,4 @@ These UI Sets are created under Royale umbrella, but uses or wraps existing exte
 
 - [CreateJS](https://www.createjs.com){:target='_blank'}  Only a few components are available. Volunteers are needed to support more components.
 
-Many other JavaScript frameworks could be made to work with Royale if they support dynamic instantiation of components.  All it takes is volunteers to make it happen.
+Many other JavaScript frameworks could be made to work with Royale if they support dynamic instantiation of components. All it takes is volunteers to make it happen.