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/12/26 15:56:38 UTC

[royale-docs] branch master updated: Update description based most of the times in the page's subtitle

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 d45ab6e  Update description based most of the times in the page's subtitle
d45ab6e is described below

commit d45ab6e2bf1a3e0a5524e27ac0ac4b9d64184e73
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Dec 26 16:56:28 2019 +0100

    Update description based most of the times in the page's subtitle
---
 features/actionscript/metadata.md              | 2 +-
 features/data-binding.md                       | 2 +-
 features/loading-external-data.md              | 2 +-
 features/loading-external-data/amf.md          | 4 ++--
 features/loading-external-data/httpservice.md  | 2 +-
 features/loading-external-data/remoteobject.md | 2 +-
 features/view-states.md                        | 8 ++++----
 user-interface/layouts.md                      | 5 +++--
 8 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/features/actionscript/metadata.md b/features/actionscript/metadata.md
index 499285c..992f58c 100644
--- a/features/actionscript/metadata.md
+++ b/features/actionscript/metadata.md
@@ -16,7 +16,7 @@
 
 layout: docpage
 title: Metadata
-description: Metadata
+description: Decorate classes, properties and methods with extra information that can be used at compile or run time
 permalink: /features/as3/metadata
 ---
 
diff --git a/features/data-binding.md b/features/data-binding.md
index 18fa747..c7ee9e0 100644
--- a/features/data-binding.md
+++ b/features/data-binding.md
@@ -16,7 +16,7 @@
 
 layout: docpage
 title: Data binding
-description: Data binding
+description: Update the UI in real time as data changes
 permalink: /features/data-binding
 ---
 # Data binding
diff --git a/features/loading-external-data.md b/features/loading-external-data.md
index edbff77..97576e2 100644
--- a/features/loading-external-data.md
+++ b/features/loading-external-data.md
@@ -16,7 +16,7 @@
 
 layout: docpage
 title: Loading External Data
-description: Loading External Data
+description: Dynamic sites and real-time updates lead to good user experiences
 permalink: /features/loading-external-data
 ---
 
diff --git a/features/loading-external-data/amf.md b/features/loading-external-data/amf.md
index 598bb32..82aa884 100644
--- a/features/loading-external-data/amf.md
+++ b/features/loading-external-data/amf.md
@@ -16,13 +16,13 @@
 
 layout: docpage
 title: AMF
-description: ActionScript Message Format
+description: ActionScript Message Format binary protocol
 permalink: /features/loading-external-data/amf
 ---
 
 # AMF
 
-ActionScript Message Format
+ActionScript Message Format binary protocol
 
 AMF is a great way to send data between an Apache Royale client and a backend server. The server could be written in Java, PHP, ColdFusion, .NET, Ruby, Python or many other backend technologies.
 
diff --git a/features/loading-external-data/httpservice.md b/features/loading-external-data/httpservice.md
index 3ec4a23..8a2454d 100644
--- a/features/loading-external-data/httpservice.md
+++ b/features/loading-external-data/httpservice.md
@@ -16,7 +16,7 @@
 
 layout: docpage
 title: HTTPService
-description: HTTPService
+description: Loading external data through REST services
 permalink: /features/loading-external-data/httpservice
 ---
 
diff --git a/features/loading-external-data/remoteobject.md b/features/loading-external-data/remoteobject.md
index ac390dd..6b5502f 100644
--- a/features/loading-external-data/remoteobject.md
+++ b/features/loading-external-data/remoteobject.md
@@ -16,7 +16,7 @@
 
 layout: docpage
 title: RemoteObject
-description: RemoteObject
+description: Remote procedure calls with the AMF binary protocol
 permalink: /features/loading-external-data/remoteobject
 ---
 
diff --git a/features/view-states.md b/features/view-states.md
index 3a8e353..6972ba0 100644
--- a/features/view-states.md
+++ b/features/view-states.md
@@ -16,17 +16,17 @@
 
 layout: docpage
 title: View States
-description: View States
+description: Page-level state management for show diferent parts to the user
 permalink: /features/view-states
 ---
 
 # View States
 
-Show the right content to the right users
+Page-level state management for show diferent parts to the user
 
 The View States feature is a way of putting different filters over parts of your application so that different things appear depending on what the app is doing, what permissions the user has, what the user just did, or some other condition. You create a series of “states” and associate components of your application with one or more of the states. 
 
 Learn how to use View States in your app:
 
- * [A tutorial on View States](https://royale.apache.org/using-view-states-to-show-or-hide-content){:target='_blank'} on the Royale blog.
- * The [Tour de Jewel](https://royale.apache.org/tourdejewel){:target='_blank'} page, which has a wealth of example of using Royale's [Jewel component set](/component-sets/jewel), has an interactive demonstration of using View States with both "includeIn" and dot notation, with downloadable code you can adapt to your app's needs.
+* [A tutorial on View States](https://royale.apache.org/using-view-states-to-show-or-hide-content){:target='_blank'} on the Royale blog.
+* The [Tour de Jewel](https://royale.apache.org/tourdejewel){:target='_blank'} page, which has a wealth of example of using Royale's [Jewel component set](/component-sets/jewel), has an interactive demonstration of using View States with both "includeIn" and dot notation, with downloadable code you can adapt to your app's needs.
diff --git a/user-interface/layouts.md b/user-interface/layouts.md
index 1cddcfb..77c00c5 100644
--- a/user-interface/layouts.md
+++ b/user-interface/layouts.md
@@ -16,11 +16,12 @@
 
 layout: docpage
 title: Layouts
-description: Organize your components
+description: Visual screen organization for your components
+permalink: /user-interface/layouts
 ---
 # Layouts
 
-Organize your components
+Visual screen organization for your components
 
 Laying out components in Royale works a bit differently than in the Adobe or Apache Flex SDKs. If you don’t care about the _why_ and want to get to the _how_, skip ahead to the “Royale Layouts" section.