[royale-docs] branch master updated: Update frameworks-and-libraries.md

2021-12-14 Thread andreww
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 a8f3af7  Update frameworks-and-libraries.md
a8f3af7 is described below

commit a8f3af7266447aea9764d3330ae690744cb5fe26
Author: Andrew Wetmore 
AuthorDate: Tue Dec 14 14:49:40 2021 -0400

Update frameworks-and-libraries.md

Move the link to the new library-basics file into the section about 
libraries, so we don't jump back and forth between topics.
---
 frameworks-and-libraries.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/frameworks-and-libraries.md b/frameworks-and-libraries.md
index 5db3325..1abbf9c 100644
--- a/frameworks-and-libraries.md
+++ b/frameworks-and-libraries.md
@@ -26,9 +26,6 @@ Pre-written sets of code which allows for easier development 
of Royale-based app
 
 Frameworks provide reliable templates to help you develop complex projects 
more easily and sustainably. Libraries are generally collections of modules and 
functions that focus on a particular task or theme--you might find a library to 
help you with scientific calculations, and another library for manipulating 
graphics.
 
-## Royale Libraries 101
-Are you new to Royale libraries? [Read what they are and how to use 
them.](libraries/library-basics)
-
 ## Frameworks
 Apache Royale itself is a framework. It can play well with other frameworks to 
help simplify development, especially when many people are working on the same 
project.
 
@@ -42,6 +39,8 @@ Apache Royale itself is a framework. It can play well with 
other frameworks to h
 
 ## Libraries
 
+Are you new to Royale libraries? [Read what they are and how to use 
them](libraries/library-basics).
+
 * There are a large number of [ActionScript3](features/as3) libraries that 
should "just work" when you import them into your Royale application. Others 
may need adjustment if they presume that your application will run on Flash, 
not in a modern browser.
 * Use the [ExternalInterface](features/external-interface) class to connect 
with and use external JavaScript libraries in your Royale project.
 * An even more robust method for connecting with and using external JavaScript 
libraries is [externs](features/externs).


[royale-docs] branch master updated: Update frameworks-and-libraries.md

2020-01-14 Thread andreww
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 c4f015f  Update frameworks-and-libraries.md
c4f015f is described below

commit c4f015f3435e828390380e063579ae837b696571
Author: Andrew Wetmore 
AuthorDate: Tue Jan 14 09:08:30 2020 -0400

Update frameworks-and-libraries.md

added links to MDL and Spectrum pages.
---
 frameworks-and-libraries.md | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/frameworks-and-libraries.md b/frameworks-and-libraries.md
index f16a4cf..7ba9121 100644
--- a/frameworks-and-libraries.md
+++ b/frameworks-and-libraries.md
@@ -42,10 +42,8 @@ Apache Royale itself is a framework. It can play well with 
other frameworks to h
 * There are a large number of [ActionScript3](/features/as3) libraries that 
should "just work" when you import them into your Royale application. Others 
may need adjustment if they presume that your application will run on Flash, 
not in a modern browser.
 * Use the [ExternalInterface](/features/external-interface) class to connect 
with and use external JavaScript libraries in your Royale project.
 * An even more robust method for connecting with and using external JavaScript 
libraries is [externs](/features/externs).
+* Use Adobe's [Spectrum with Royale](/libraries/spectrum-royale). Spectrum 
supports large application ecosystems.
+* You can use [Material Design Lite (MDL) with Royale](/libraries/mdl-royale). 
MDL is a library/CSS structure that follows the Material Design principles that 
Google developed.
 
-See a working example at [Using external JavaScript libraries in Apache 
Royale](https://royale.apache.org/using-external-javascript-libraries-in-apache-royale/){:target="_blank"}.
-
-_We will add here information about specific libraries that work well with 
Royale as we run into them._
-
-
+See a working example of [Using external JavaScript libraries in Apache 
Royale](https://royale.apache.org/using-external-javascript-libraries-in-apache-royale/){:target="_blank"}.
 



[royale-docs] branch master updated: Update frameworks-and-libraries.md

2019-12-31 Thread andreww
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 7307adb  Update frameworks-and-libraries.md
7307adb is described below

commit 7307adb140fdd8d63a6e0b43a6f7c09ab37684c3
Author: Andrew Wetmore 
AuthorDate: Tue Dec 31 06:42:08 2019 -0400

Update frameworks-and-libraries.md

Added link to an example of using an external JS library.,
---
 frameworks-and-libraries.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/frameworks-and-libraries.md b/frameworks-and-libraries.md
index 5738bcf..f16a4cf 100644
--- a/frameworks-and-libraries.md
+++ b/frameworks-and-libraries.md
@@ -43,7 +43,9 @@ Apache Royale itself is a framework. It can play well with 
other frameworks to h
 * Use the [ExternalInterface](/features/external-interface) class to connect 
with and use external JavaScript libraries in your Royale project.
 * An even more robust method for connecting with and using external JavaScript 
libraries is [externs](/features/externs).
 
-_We will add here information about specific libaries that work well with 
Royale as we run into them._
+See a working example at [Using external JavaScript libraries in Apache 
Royale](https://royale.apache.org/using-external-javascript-libraries-in-apache-royale/){:target="_blank"}.
+
+_We will add here information about specific libraries that work well with 
Royale as we run into them._
 
 
 



[royale-docs] branch master updated: Update frameworks-and-libraries.md

2019-12-28 Thread andreww
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 f5ec2f0  Update frameworks-and-libraries.md
f5ec2f0 is described below

commit f5ec2f0326887cac33df40d847303ea8636998ad
Author: Andrew Wetmore 
AuthorDate: Sat Dec 28 09:57:06 2019 -0400

Update frameworks-and-libraries.md

Added a note about ActionScript libraries
---
 frameworks-and-libraries.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks-and-libraries.md b/frameworks-and-libraries.md
index 73bf355..5738bcf 100644
--- a/frameworks-and-libraries.md
+++ b/frameworks-and-libraries.md
@@ -39,6 +39,7 @@ Apache Royale itself is a framework. It can play well with 
other frameworks to h
 
 ## Libraries
 
+* There are a large number of [ActionScript3](/features/as3) libraries that 
should "just work" when you import them into your Royale application. Others 
may need adjustment if they presume that your application will run on Flash, 
not in a modern browser.
 * Use the [ExternalInterface](/features/external-interface) class to connect 
with and use external JavaScript libraries in your Royale project.
 * An even more robust method for connecting with and using external JavaScript 
libraries is [externs](/features/externs).
 



[royale-docs] branch master updated: Update frameworks-and-libraries.md

2019-12-28 Thread andreww
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 1339a33  Update frameworks-and-libraries.md
1339a33 is described below

commit 1339a3396155837a2743428c8669ca10277c77fc
Author: Andrew Wetmore 
AuthorDate: Sat Dec 28 07:36:34 2019 -0400

Update frameworks-and-libraries.md

Added links to the pages about ExternalInterface and externs.
---
 frameworks-and-libraries.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/frameworks-and-libraries.md b/frameworks-and-libraries.md
index 03e678f..73bf355 100644
--- a/frameworks-and-libraries.md
+++ b/frameworks-and-libraries.md
@@ -39,6 +39,9 @@ Apache Royale itself is a framework. It can play well with 
other frameworks to h
 
 ## Libraries
 
+* Use the [ExternalInterface](/features/external-interface) class to connect 
with and use external JavaScript libraries in your Royale project.
+* An even more robust method for connecting with and using external JavaScript 
libraries is [externs](/features/externs).
+
 _We will add here information about specific libaries that work well with 
Royale as we run into them._
 
 



[royale-docs] branch master updated: Update frameworks-and-libraries.md

2019-12-27 Thread andreww
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 966c003  Update frameworks-and-libraries.md
966c003 is described below

commit 966c003438d392f02bfc317582dc77e89c26f688
Author: Andrew Wetmore 
AuthorDate: Fri Dec 27 19:11:13 2019 -0400

Update frameworks-and-libraries.md
---
 frameworks-and-libraries.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/frameworks-and-libraries.md b/frameworks-and-libraries.md
index 3f8bd8c..03e678f 100644
--- a/frameworks-and-libraries.md
+++ b/frameworks-and-libraries.md
@@ -33,7 +33,7 @@ Apache Royale itself is a framework. It can play well with 
other frameworks to h
 
 * [Crux](libraries/crux) is a library based on Swiz. Swiz is a framework that 
simplifies applications and gives you Inversion of Control/Dependency 
Injection, Event handling, new Metadatas, simplified life cycle for 
asynchronous remote method invocations and many more. Swiz was developed 
specifically for ActionScript and Flex.
 
-### Third party (external libraries)
+### Third party frameworks
 
 * 
[PureMVC](https://github.com/PureMVC/puremvc-as3-multicore-framework/wiki){:target='_blank'}
 is a lightweight framework for creating applications based upon the classic 
Model-View-Controller design meta-pattern. Is part of [The PureMVC 
Framework](https://puremvc.org){:target='_blank'} that implements the same 
library in many other popular languages and technologies.
 
@@ -41,3 +41,5 @@ Apache Royale itself is a framework. It can play well with 
other frameworks to h
 
 _We will add here information about specific libaries that work well with 
Royale as we run into them._
 
+
+



[royale-docs] branch master updated: Update frameworks-and-libraries.md

2019-12-27 Thread andreww
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 e9921a3  Update frameworks-and-libraries.md
e9921a3 is described below

commit e9921a376598f6a74c9c5ec9ee5ec6e71e0247dc
Author: Andrew Wetmore 
AuthorDate: Fri Dec 27 15:31:15 2019 -0400

Update frameworks-and-libraries.md

Adjusted the order of items and made some small edits.
---
 frameworks-and-libraries.md | 15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/frameworks-and-libraries.md b/frameworks-and-libraries.md
index b71733f..3f8bd8c 100644
--- a/frameworks-and-libraries.md
+++ b/frameworks-and-libraries.md
@@ -24,17 +24,20 @@ permalink: /frameworks-and-libraries
 
 Pre-written sets of code which allows for easier development of Royale-based 
applications.
 
-we'll be listing here the available Royale libraries.
+Frameworks provide reliable templates to help you develop complex projects 
more easily and sustainably. Libraries are generally collections of modules and 
functions that focus on a particular task or theme--you might find a library to 
help you with scientific calculations, and another library for manipulating 
graphics.
 
 ## Frameworks
-_Information coming soon_
+Apache Royale itself is a framework. It can play well with other frameworks to 
help simplify development, especially when many people are working on the same 
project.
 
-## Libraries
-
-### Part of Apache Royale:
+### Designed for Apache Royale:
 
-* [Crux](libraries/crux) An library based on Swiz. Swiz is a framework that 
simplifies applications and gives you Inversion of Control/Dependency 
Injection, Event handling, new Metadatas, simplified life cycle for 
asynchronous remote method invocations and many more.
+* [Crux](libraries/crux) is a library based on Swiz. Swiz is a framework that 
simplifies applications and gives you Inversion of Control/Dependency 
Injection, Event handling, new Metadatas, simplified life cycle for 
asynchronous remote method invocations and many more. Swiz was developed 
specifically for ActionScript and Flex.
 
 ### Third party (external libraries)
 
 * 
[PureMVC](https://github.com/PureMVC/puremvc-as3-multicore-framework/wiki){:target='_blank'}
 is a lightweight framework for creating applications based upon the classic 
Model-View-Controller design meta-pattern. Is part of [The PureMVC 
Framework](https://puremvc.org){:target='_blank'} that implements the same 
library in many other popular languages and technologies.
+
+## Libraries
+
+_We will add here information about specific libaries that work well with 
Royale as we run into them._
+