You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2014/12/11 20:19:04 UTC

svn commit: r1644728 - in /flex/site/trunk/content: images/training/FlexJSAnIntroduction.png index.cmsPage

Author: bigosmallm
Date: Thu Dec 11 19:19:03 2014
New Revision: 1644728

URL: http://svn.apache.org/r1644728
Log:
Adding FlexJS - An Introduction slides to home page.

Added:
    flex/site/trunk/content/images/training/FlexJSAnIntroduction.png   (with props)
Modified:
    flex/site/trunk/content/index.cmsPage

Added: flex/site/trunk/content/images/training/FlexJSAnIntroduction.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/images/training/FlexJSAnIntroduction.png?rev=1644728&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/images/training/FlexJSAnIntroduction.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: flex/site/trunk/content/index.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/index.cmsPage?rev=1644728&r1=1644727&r2=1644728&view=diff
==============================================================================
--- flex/site/trunk/content/index.cmsPage (original)
+++ flex/site/trunk/content/index.cmsPage Thu Dec 11 19:19:03 2014
@@ -9,10 +9,11 @@ homepage:    true
 <div class="row-fluid">
 <!-- Project -->
 <div class="span3">
-    <div class="picture"><a href="http://www.madeinflex.com/arquitectura-de-componentes-en-flexjs-strands-y-beads/"><img src="images/training/flexJSArticle.png" alt=""/><div class="image-overlay-link"></div></a></div>
+    <div class="picture"><a href="http://www.slideshare.net/bigosmallm/flexjs-an-introduction"><img src="images/training/FlexJSAnIntroduction.png" alt=""/><div class="image-overlay-link"></div></a></div>
     <div class="item-description">
-        <h5><a href="http://www.madeinflex.com/arquitectura-de-componentes-en-flexjs-strands-y-beads/">Apache FlexJS Component Architecture‎</a></h5>
-        <p>An article on the FlexJS Component Architecture, and how to write your own components.  This article is written in spanish.</p>
+        <h5><a href="http://www.slideshare.net/bigosmallm/flexjs-an-introduction">FlexJS - An Introduction</a></h5>
+        <p>FlexJS is a new application development framework that cross compiles MXML and ActionScript into HTML and JavaScript. It runs in web, desktop and mobile(app) in swf format and 
+		runs in browser based environments as HTML/JS/CSS files without the need for the Flash Player plugin. It brings the advantages of Flex to the JavaScript world.</p>
     </div>
 </div>