You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/09/03 16:51:28 UTC

[royale-docs] branch master updated: create a libraries section where accomodate libraries in Apache Royale repos (i.e: Crux) or other external ones (i.e: PureMVC)

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

carlosrovira 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 a17533a  create a libraries section where accomodate libraries in Apache Royale repos (i.e: Crux) or other external ones (i.e: PureMVC)
a17533a is described below

commit a17533ac303573929368db6e742d8764eb5a7d28
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Sep 3 18:51:20 2019 +0200

    create a libraries section where accomodate libraries in Apache Royale repos (i.e: Crux) or other external ones (i.e: PureMVC)
---
 _data/toc.json                    |  8 ++++++++
 libraries.md                      | 35 +++++++++++++++++++++++++++++++++++
 {frameworks => libraries}/crux.md |  8 ++++----
 3 files changed, 47 insertions(+), 4 deletions(-)

diff --git a/_data/toc.json b/_data/toc.json
index 5744c49..1c77d8a 100644
--- a/_data/toc.json
+++ b/_data/toc.json
@@ -210,6 +210,14 @@
             ]
         },
         {
+            "path": "libraries.md",
+            "children": [
+                {
+                    "path": "libraries/crux.md"
+                }
+            ]
+        },
+        {
             "path": "create-an-application.md",
             "children": [
                 {
diff --git a/libraries.md b/libraries.md
new file mode 100644
index 0000000..f23b23d
--- /dev/null
+++ b/libraries.md
@@ -0,0 +1,35 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Libraries
+description: pre-written sets of code which allows for easier development of Royale-based applications
+permalink: /libraries
+---
+
+# 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:
+
+* [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)
+
+* [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
diff --git a/frameworks/crux.md b/libraries/crux.md
similarity index 87%
rename from frameworks/crux.md
rename to libraries/crux.md
index 4b549df..3daa2b0 100644
--- a/frameworks/crux.md
+++ b/libraries/crux.md
@@ -16,13 +16,13 @@
 
 layout: docpage
 title: Crux
-description: An Apache Royale framework based on Swiz
-permalink: /frameworks/crux
+description: An Apache Royale library based on Swiz
+permalink: /libraries/crux
 ---
 
 # Crux
 
-An Apache Royale framework based on Swiz
+An Apache Royale library based on Swiz
 
 Apache Royale Crux provides:
 
@@ -33,4 +33,4 @@ Apache Royale Crux provides:
  
 for your Apache Royale project.
 
-Documentation will appear here as soon as it is available.
+*Documentation will appear here as soon as it is available.*