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 29b1888  Updated Apache Royale Source Code Repositories (markdown)
29b1888 is described below

commit 29b18880169b5d694de1af213286bbed3c4f04ee
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Sun Nov 19 18:38:01 2017 +0100

    Updated Apache Royale Source Code Repositories (markdown)
---
 Apache-Royale-Source-Code-Repositories.md | 38 ++++++++-----------------------
 1 file changed, 9 insertions(+), 29 deletions(-)

diff --git a/Apache-Royale-Source-Code-Repositories.md 
b/Apache-Royale-Source-Code-Repositories.md
index f64317c..e129027 100644
--- a/Apache-Royale-Source-Code-Repositories.md
+++ b/Apache-Royale-Source-Code-Repositories.md
@@ -1,34 +1,14 @@
 Apache Royale is composed of the following repositories.
 
 ### 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.
-
-You can check out the compiler source via git using the following commands:
-```
-git clone https://github.com/apache/royale-compiler.git royale-compiler
-cd royale-compiler
-git checkout develop
-```
+[https://github.com/apache/royale-compiler](https://github.com/apache/royale-compiler)
 ### 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.
-
-These are used for type-checking at compile-time, but are not cross-compiled 
and included as Javascript code for deployment. To use these typedef swcs, the 
native Javascript code libraries are linked at run-time in the HTML.
-
-You can check out the typedefs source via git using the following commands:
-```
-git clone https://github.com/apache/royale-typedefs.git royale-typedefs
-cd royale-typedefs
-git checkout develop
-```
+[https://github.com/apache/royale-typedefs](https://github.com/apache/royale-typedefs)
 ### Framework (asjs)
-
-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.
-
-Check out the asjs source via git using the following commands:
-```
-git clone https://github.com/apache/royale-asjs.git royale-asjs
-cd royale-asjs
-git checkout develop
-```
\ No newline at end of file
+[https://github.com/apache/royale-asjs](https://github.com/apache/royale-asjs)
+### TourJS
+[https://github.com/apache/royale-tourjs.git](https://github.com/apache/royale-tourjs.git)
+### Royale Docs
+[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

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

Reply via email to