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

svn commit: r1432719 - /flex/site/trunk/content/v2/about-whatis.cmsPage

Author: quetwo
Date: Sun Jan 13 20:16:04 2013
New Revision: 1432719

URL: http://svn.apache.org/viewvc?rev=1432719&view=rev
Log:
fixing layout on what-is-flex page on v2 site.

Modified:
    flex/site/trunk/content/v2/about-whatis.cmsPage

Modified: flex/site/trunk/content/v2/about-whatis.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/about-whatis.cmsPage?rev=1432719&r1=1432718&r2=1432719&view=diff
==============================================================================
--- flex/site/trunk/content/v2/about-whatis.cmsPage (original)
+++ flex/site/trunk/content/v2/about-whatis.cmsPage Sun Jan 13 20:16:04 2013
@@ -1,5 +1,6 @@
 Title: About Apache Flex
 
+<div class="row-fluid">
 <!-- Standard Structure -->
 <div class="span8">
     <div class="headline"><h4>What does it do?</h4></div>
@@ -27,38 +28,39 @@ Title: About Apache Flex
     </div>
 
 </div>
+</div>
 <!-- Standard Structure End -->
 
 <div class="row-fluid">
-    <div class="headline marginbottom"><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.
-    <img src="images/howFlexWorks.png" alt="HowFlexWorks">
-    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>
-
-    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><h4>Typical Workflow</h4></div>
-    * Define an application interface using a set of pre-defined components (forms, buttons, and so on)
-    * Arrange components into a user interface design
-    * Use styles and themes to define the visual design
-    * Add dynamic behavior (one part of the application interacting with another, for example)
-    * Define and connect to data services as needed
+<div class="headline marginbottom"><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.
+<img src="images/howFlexWorks.png" alt="HowFlexWorks">
+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>
+
+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><h4>Typical Workflow</h4></div>
+* Define an application interface using a set of pre-defined components (forms, buttons, and so on)
+* Arrange components into a user interface design
+* Use styles and themes to define the visual design
+* Add dynamic behavior (one part of the application interacting with another, for example)
+* Define and connect to data services as needed
 </div>
 
 <!-- 960 Container End -->
\ No newline at end of file