You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bu...@apache.org on 2013/01/13 21:31:46 UTC

svn commit: r846523 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/v2/about-whatis.html

Author: buildbot
Date: Sun Jan 13 20:31:46 2013
New Revision: 846523

Log:
Staging update by buildbot for flex

Modified:
    websites/staging/flex/trunk/cgi-bin/   (props changed)
    websites/staging/flex/trunk/content/   (props changed)
    websites/staging/flex/trunk/content/v2/about-whatis.html

Propchange: websites/staging/flex/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jan 13 20:31:46 2013
@@ -1 +1 @@
-1432727
+1432728

Propchange: websites/staging/flex/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jan 13 20:31:46 2013
@@ -1 +1 @@
-1432727
+1432728

Modified: websites/staging/flex/trunk/content/v2/about-whatis.html
==============================================================================
--- websites/staging/flex/trunk/content/v2/about-whatis.html (original)
+++ websites/staging/flex/trunk/content/v2/about-whatis.html Sun Jan 13 20:31:46 2013
@@ -199,29 +199,27 @@
 <div class="headline"><h4>How it works</h4></div>
 
 <p>Apache Flex is comprised of a few different components.  One component is the compiler which combines MXML (layout) documents with ActionScript files to output a SWF application.</p>
-<div class="span8">
-You can then either publish the SWF file as a stand-alone application to be presented by the Adobe Flash Player in the browser, OR you can compile it with Adobe AIR to make native applications
-    on Windows, MacOSX, Android, iOS, or BlackBerry platforms.
-
-Flex includes:
-
-*  a large set of skinnable user-interface components with a component lifecycle
-*  a set of services (HTTPService, WebService, RemoteObject)
-*  has Managers to handle:
-    *  Styling
-    *  Skinning
-    *  Layout
-    *  Localization
-    *  Animation
-    *  Module-loading
-    *  User interaction management
-*  has accessibility support
-*  Flex has an Automation-Testing Framework
-*  Flex SDK provides a compiler
-
-</div>
-
-<p><img class="span4" src="images/howFlexWorks.png"></p>
+<p><img class="span4" src="images/howFlexWorks.png" style="float: right"></p>
+<p>You can then either publish the SWF file as a stand-alone application to be presented by the Adobe Flash Player in the browser, OR you can compile it with Adobe AIR to make native applications
+    on Windows, MacOSX, Android, iOS, or BlackBerry platforms.</p>
+<p>Flex includes:</p>
+<ul>
+<li>a large set of skinnable user-interface components with a component lifecycle</li>
+<li>a set of services (HTTPService, WebService, RemoteObject)</li>
+<li>has Managers to handle:<ul>
+<li>Styling</li>
+<li>Skinning</li>
+<li>Layout</li>
+<li>Localization</li>
+<li>Animation</li>
+<li>Module-loading</li>
+<li>User interaction management</li>
+</ul>
+</li>
+<li>has accessibility support</li>
+<li>Flex has an Automation-Testing Framework</li>
+<li>Flex SDK provides a compiler</li>
+</ul>
 <div><h4>Typical Workflow</h4></div>
 
 <ul>