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/12/20 12:48:48 UTC

[royale-docs] branch master updated: Update and rename libraries.md to frameworks-and-libraries.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 ca5a9fb  Update and rename libraries.md to frameworks-and-libraries.md
ca5a9fb is described below

commit ca5a9fb6ea5e2fbef05df95ebc4ed781a9f2dede
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Fri Dec 20 08:48:40 2019 -0400

    Update and rename libraries.md to frameworks-and-libraries.md
    
    Changed the title to reflect change in the TOC.
---
 libraries.md => frameworks-and-libraries.md | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/libraries.md b/frameworks-and-libraries.md
similarity index 86%
rename from libraries.md
rename to frameworks-and-libraries.md
index f23b23d..b71733f 100644
--- a/libraries.md
+++ b/frameworks-and-libraries.md
@@ -15,21 +15,26 @@
 # limitations under the License.
 
 layout: docpage
-title: Libraries
+title: Frameworks and Libraries
 description: pre-written sets of code which allows for easier development of Royale-based applications
-permalink: /libraries
+permalink: /frameworks-and-libraries
 ---
 
-# Libraries
+# 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.
 
-## Part of Apache Royale:
+## Frameworks
+_Information coming soon_
+
+## Libraries
+
+### Part of 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.
 
-## Third party (external libraries)
+### 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.
\ No newline at end of file
+* [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.