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-asjs.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new a9de47c  Updated Apache Royale Source Code Repositories (markdown)
a9de47c is described below

commit a9de47c51591a8aea0bb42edfcc5add58b8d5193
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Sun Nov 19 18:48:51 2017 +0100

    Updated Apache Royale Source Code Repositories (markdown)
---
 Apache-Royale-Source-Code-Repositories.md | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/Apache-Royale-Source-Code-Repositories.md 
b/Apache-Royale-Source-Code-Repositories.md
index 6a0906b..95c46dd 100644
--- a/Apache-Royale-Source-Code-Repositories.md
+++ b/Apache-Royale-Source-Code-Repositories.md
@@ -1,14 +1,37 @@
 Apache Royale is composed of the following repositories.
 
 ### Royale Compiler
+
+The Compiler is designed to transpile MXML and ActionScript to JavaScript and 
potentially other output definitions. We are working on other possible outputs 
like WebAssembly or SWF, and many others could be as well added.
+
 
[https://github.com/apache/royale-compiler](https://github.com/apache/royale-compiler)
+
 ### Royale Typedefs
+
+Typedefs are SWC files designed to allow type-checking for application 
development. They contain the type definitions in ActionScript, but none of the 
actual implementation of the Javascript code.
+
 
[https://github.com/apache/royale-typedefs](https://github.com/apache/royale-typedefs)
+
 ### Royale ASJS (Framework)
+
+ASJS Framework is a collection of SWC files which can be used to make 
application development easier. This includes core language features in 
ActionScript which do not exist in Javascript, abstractions of HTML elements, 
component sets and more.
+
 [https://github.com/apache/royale-asjs](https://github.com/apache/royale-asjs)
+
 ### Royale TourJS
+
+TourJS is a repository with code examples of all Apache Royale functionality 
and its corresponding running versions.
+
 
[https://github.com/apache/royale-tourjs.git](https://github.com/apache/royale-tourjs.git)
+
 ### Royale Docs
+
+Docs are the repository that holds and maintain the documentation for Apache 
Royale.
+
 [https://github.com/apache/royale-docs](https://github.com/apache/royale-docs)
+
 ### Royale Website
-[https://github.com/apache/royale-website](https://github.com/apache/royale-website)
\ No newline at end of file
+
+Website holds the Apache Royale official website shown at 
(http://royale.apache.org)
+
+[https://github.com/apache/royale-website](https://github.com/apache/royale-website)

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <commits@royale.apache.org>'].

Reply via email to