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

2018-02-15 Thread andreww
This is an automated email from the ASF dual-hosted git repository.

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


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

commit c4970171a2f1f6fc23cb6b5b2152a7d6b135511a
Author: Andrew Wetmore 
AuthorDate: Thu Feb 15 21:06:29 2018 -0400

Update Frameworks.md

The "target" specifications had ")" instead of "}"
---
 Welcome/Get_Started/Frameworks.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Welcome/Get_Started/Frameworks.md 
b/Welcome/Get_Started/Frameworks.md
index 619031f..273ce93 100644
--- a/Welcome/Get_Started/Frameworks.md
+++ b/Welcome/Get_Started/Frameworks.md
@@ -26,10 +26,10 @@ Why would you use a third-party framework with Royale? 
Because you like the look
 
 Royale supports (to varying degrees):
 
-- [Material Design Lite](https://getmdl.io){:target='_blank') Most, if not 
all, components are available.
+- [Material Design Lite](https://getmdl.io){:target='_blank'} Most, if not 
all, components are available.
 
-- [JQuery UI](https://jqueryui.com){:target='_blank') Only a few components 
are available. Volunteers are needed to support more components. Note that this 
does not mean that you write actual JQuery queries in your application source 
code; it just means that you can use the user interface controls to get the 
same user experience as JQuery apps offer.
+- [JQuery UI](https://jqueryui.com){:target='_blank'} Only a few components 
are available. Volunteers are needed to support more components. Note that this 
does not mean that you write actual JQuery queries in your application source 
code; it just means that you can use the user interface controls to get the 
same user experience as JQuery apps offer.
 
-- [CreateJS](https://www.createjs.com){:target='_blank')  Only a few 
components are available. Volunteers are needed to support more components.
+- [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.

-- 
To stop receiving notification emails like this one, please contact
andr...@apache.org.


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

2018-02-13 Thread andreww
This is an automated email from the ASF dual-hosted git repository.

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


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

commit 9034e32f9bc2a880621c81ae05b690fcb1674266
Author: Andrew Wetmore 
AuthorDate: Tue Feb 13 18:37:40 2018 -0400

Update Frameworks.md

Made a few small text edits.
---
 Welcome/Get_Started/Frameworks.md | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/Welcome/Get_Started/Frameworks.md 
b/Welcome/Get_Started/Frameworks.md
index a03ab18..619031f 100644
--- a/Welcome/Get_Started/Frameworks.md
+++ b/Welcome/Get_Started/Frameworks.md
@@ -20,14 +20,16 @@ title: Frameworks
 
 # 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.  Why would you use 
Royale with a third-party framework?  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 [...]
+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. 
+
+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.
 
 Royale supports (to varying degrees):
 
-- [Material Design Lite](https://getmdl.io){:target='_blank') Most, if not 
all, components are available
+- [Material Design Lite](https://getmdl.io){:target='_blank') Most, if not 
all, components are available.
 
-- [JQuery UI](https://jqueryui.com){:target='_blank') Only a few components 
are available.  Volunteers are needed to support more components.  Note that 
this does not mean that you write actual JQuery queries in your application 
source code, it just means that you can use the user interface controls to get 
the same user experience as JQuery apps.
+- [JQuery UI](https://jqueryui.com){:target='_blank') Only a few components 
are available. Volunteers are needed to support more components. Note that this 
does not mean that you write actual JQuery queries in your application source 
code; it just means that you can use the user interface controls to get the 
same user experience as JQuery apps offer.
 
-- [CreateJS](https://www.createjs.com){:target='_blank')  Only a few 
components are available.  Volunteers are needed to support more components.
+- [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.

-- 
To stop receiving notification emails like this one, please contact
andr...@apache.org.