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/05/19 09:23:48 UTC

[royale-docs] branch master updated: Add Basic and Jewel zones in Frameworks

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 b5bd46f  Add Basic and Jewel zones in Frameworks
b5bd46f is described below

commit b5bd46f23cca47aa1520ff20af8515a06287a280
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun May 19 11:23:41 2019 +0200

    Add Basic and Jewel zones in Frameworks
---
 Get_Started/Frameworks.md       |  6 +++++-
 Get_Started/Frameworks/Basic.md | 25 +++++++++++++++++++++++++
 Get_Started/Frameworks/Jewel.md | 25 +++++++++++++++++++++++++
 _data/toc.json                  |  5 ++++-
 4 files changed, 59 insertions(+), 2 deletions(-)

diff --git a/Get_Started/Frameworks.md b/Get_Started/Frameworks.md
index 273ce93..a03f01d 100644
--- a/Get_Started/Frameworks.md
+++ b/Get_Started/Frameworks.md
@@ -20,7 +20,11 @@ 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. 
+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.
+
+- [Basic](Get_Started/Frameworks/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](Get_Started/Frameworks/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.
 
diff --git a/Get_Started/Frameworks/Basic.md b/Get_Started/Frameworks/Basic.md
new file mode 100644
index 0000000..6f07dc4
--- /dev/null
+++ b/Get_Started/Frameworks/Basic.md
@@ -0,0 +1,25 @@
+---
+# 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: Basic Introduction
+---
+
+# Basic
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/Get_Started/Frameworks/Jewel.md b/Get_Started/Frameworks/Jewel.md
new file mode 100644
index 0000000..64288e8
--- /dev/null
+++ b/Get_Started/Frameworks/Jewel.md
@@ -0,0 +1,25 @@
+---
+# 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: Jewel Introduction
+---
+
+# Jewel
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/_data/toc.json b/_data/toc.json
index 05cae0b..470d6da 100644
--- a/_data/toc.json
+++ b/_data/toc.json
@@ -21,7 +21,10 @@
            {"path" : "Get Started.md",
             "children" : [{"path" : "Get_Started/System-Requirements.md" },
                           {"path" : "Get_Started/Development-tools.md" },
-                          {"path" : "Get_Started/Frameworks.md" },
+                          {"path" : "Get_Started/Frameworks.md",
+                            "children" : [{"path" : "Get_Started/Frameworks/Basic.md" },
+                                          {"path" : "Get_Started/Frameworks/Jewel.md" }
+                                         ]},
                           {"path" : "Get_Started/Download-Royale.md" },
                           {"path" : "Get_Started/Hello-World.md" }
                          ]