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 bd77a73 some subtitles
bd77a73 is described below
commit bd77a73be4ee9b8bc25f46dce0c4e70c22097cb1
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu May 16 20:21:59 2019 +0200
some subtitles
---
Create An Application.md | 2 +-
Get Started.md | 4 ++--
Welcome/Features And Concepts.md | 2 ++
Welcome/Features/AS3.md | 2 ++
Welcome/Features/MXML.md | 2 ++
Welcome/High Level View.md | 2 ++
6 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/Create An Application.md b/Create An Application.md
index ceccecb..b8f1a98 100644
--- a/Create An Application.md
+++ b/Create An Application.md
@@ -19,7 +19,7 @@ title: Create an Application
---
# Create an Application
-All you need to now to build your first Apache Royale application
+Building your first Apache Royale application
The easiest way to create a Royale application is to start with an existing
one and modify it. In the examples folder are several examples you can use as
a starting point. But if you want to know more about the underlying
principles, read on.
diff --git a/Get Started.md b/Get Started.md
index 3c8dd81..6e08a72 100644
--- a/Get Started.md
+++ b/Get Started.md
@@ -18,9 +18,9 @@ layout: docpage
title: Get Started
---
-# Getting Started
-All you need to know to start developing with Apache Royale
+# Get Started
+All you need to know to start developing with Apache Royale
## Introduction
diff --git a/Welcome/Features And Concepts.md b/Welcome/Features And Concepts.md
index b5540a1..090e0b7 100644
--- a/Welcome/Features And Concepts.md
+++ b/Welcome/Features And Concepts.md
@@ -20,6 +20,8 @@ title: Features and Concepts
# Features and Concepts
+Key points to learn
+
Here are some things you may need to know to help you be more productive with
Royale, although some folks get pretty far by just following the tutorial in
[Create an Application](Create%20An%20Application.html) and extending it.
## Languages
diff --git a/Welcome/Features/AS3.md b/Welcome/Features/AS3.md
index 3b1293c..7fcc506 100644
--- a/Welcome/Features/AS3.md
+++ b/Welcome/Features/AS3.md
@@ -20,6 +20,8 @@ title: ActionScript 3 (AS3)
# ActionScript 3 (AS3)
+The object-oriented programming language
+
ActionScript 3 is an object-oriented programming language originally created
by Macromedia Inc., which continued to evolve after being acquired by Adobe
Systems. It is a superset of the ECMAScript standard (more widely known as
JavaScript) with a stronger focus on classes, interfaces, and objects. While
originally designed for Adobe Flash Player, ActionScript 3 may be used by
developers today to build plugin-free, cross-platform, web applications with
[Apache Royale](http://royale.apache [...]
The following code snippet shows some of ActionScript's core syntax:
diff --git a/Welcome/Features/MXML.md b/Welcome/Features/MXML.md
index a54abce..c7352bc 100644
--- a/Welcome/Features/MXML.md
+++ b/Welcome/Features/MXML.md
@@ -20,4 +20,6 @@ title: MXML
# MXML
+The declarative XML-based user interface markup language
+
MXML is an XML language that you use, when building an application in Royale,
to lay out user-interface components.
diff --git a/Welcome/High Level View.md b/Welcome/High Level View.md
index 1db6987..f8d92e5 100644
--- a/Welcome/High Level View.md
+++ b/Welcome/High Level View.md
@@ -21,6 +21,8 @@ title: High Level View
# High Level View
+Where we come from
+
Apache Royale began as "FlexJS", a branch of the Apache Flex project. The goal
was to make a way for the many existing Flex applications users have developed
to be deployable outside of the Adobe Flash and Adobe AIR enviromments.
While Flex may work using Flash in browsers or within AIR on computers with
traditional keyboards for years to come, Flex developers need to make their
apps available on mobile devices, which for many end users are now the primary
computer. The cost of migrating an application to a new coding language is
high, and the risks around quality control are significant, especially when
migrating to a less-strict language like JavaScript. Royale helps to minimize
the cost and the risk of migrati [...]