You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/10/27 09:48:07 UTC

flex-site git commit: - Updated the about-whatis page to look nice

Repository: flex-site
Updated Branches:
  refs/heads/maven-site c90dd59c6 -> a3c60993d


- Updated the about-whatis page to look nice


Project: http://git-wip-us.apache.org/repos/asf/flex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-site/commit/a3c60993
Tree: http://git-wip-us.apache.org/repos/asf/flex-site/tree/a3c60993
Diff: http://git-wip-us.apache.org/repos/asf/flex-site/diff/a3c60993

Branch: refs/heads/maven-site
Commit: a3c60993d49311bd9f9e62b0740c495e7bd67468
Parents: c90dd59
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Thu Oct 27 11:47:59 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Thu Oct 27 11:47:59 2016 +0200

----------------------------------------------------------------------
 src/site/markdown/about-whatis.md               |  50 ++++++++-----------
 .../img/about-whatis-how-flex-works.png         | Bin 0 -> 15184 bytes
 2 files changed, 20 insertions(+), 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-site/blob/a3c60993/src/site/markdown/about-whatis.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/about-whatis.md b/src/site/markdown/about-whatis.md
index 3519f62..3b62552 100644
--- a/src/site/markdown/about-whatis.md
+++ b/src/site/markdown/about-whatis.md
@@ -17,46 +17,36 @@
  
 -->
 # About Apache Flex
-<div class="row-fluid">
-<!-- Standard Structure -->
-<div class="span8">
-    <div class="headline"><h4>What does it do?</h4></div>
-    Flex is a powerful, open source application framework that allows you to easily build mobile applications for iOS, Android\u2122, and BlackBerry� Tablet OS devices, as well as traditional applications for browser and desktop using the same programming model, tool, and codebase.
 
-    You can use the Flex SDK to create a wide range of highly interactive, expressive applications. For example, a data visualization application built in Flex can pull data from multiple back-end sources and display it visually. Business users can drill down into the data for deeper insight and even change the data and have it automatically updated on the back end. A product configuration application can help customers navigate the process of selecting or customizing products online. And a self-service application can guide customers through an address change or help employees complete an otherwise complicated multi-step benefits enrollment.
-    <div class="headline"><h4>Enterprise-class programming model</h4></div>
-    Use constructs like strong typing, inheritance, and interfaces to program more efficiently. Extensive mobile and traditional components help speed development. Flex applications can access device capabilities such as GPS, accelerometer, camera, and local database.
-    Cross-platform and native experience
-    Create applications that run consistently across Android, BlackBerry Tablet OS, and iOS devices, as well as inside the browser and on traditional desktop computers. Although cross platform, with Flex you get an uncompromised native experience on each platform.
-    <div class="headline"><h4>End-to-end tooling</h4></div>
-    Build Flex applications more easily using Adobe Flash Builder, PowerFlasher FDT, Flash Develop or JetBrains IntelliJ IDEA. Productivity features in most IDEs include on-device debugging and mobile simulators for testing across screen sizes and resolutions.  You can even use our command-line tooling with your favorite text editor!
-    <div class="headline"><h4>Server integration</h4></div>
-    Integrate with all major back ends including Java\u2122, Spring, Hibernate, PHP, Ruby, .NET, Adobe ColdFusion�, and SAP using industry standards such as REST, SOAP, JSON, JMS, and AMF.
-</div>
+#### What does it do?
 
-<div class="span4">
-    <div class="headline "><h4>Contribute to Apache Flex!</h4></div>
+Flex is a powerful, open source application framework that allows you to easily build mobile applications for iOS, Android\u2122, and BlackBerry� Tablet OS devices, as well as traditional applications for browser and desktop using the same programming model, tool, and codebase.
 
-    <!-- Large Notice -->
-    <div class="well">
-        <h2>We need you!</h2>
-        <p>Apache Flex is a project run by professionals and volunteers alike.  If you would like to help the project including contributing code, documentation, training or marketing, we are always looking for help.</p>
-        <a href="community-getinvolved.html" class="btn btn-inverse">Find out more</a>
-    </div>
+You can use the Flex SDK to create a wide range of highly interactive, expressive applications. For example, a data visualization application built in Flex can pull data from multiple back-end sources and display it visually. Business users can drill down into the data for deeper insight and even change the data and have it automatically updated on the back end. A product configuration application can help customers navigate the process of selecting or customizing products online. And a self-service application can guide customers through an address change or help employees complete an otherwise complicated multi-step benefits enrollment.
 
-</div>
-</div>
-<!-- Standard Structure End -->
+#### Enterprise-class programming model
 
-## How it works
+Use constructs like strong typing, inheritance, and interfaces to program more efficiently. Extensive mobile and traditional components help speed development. Flex applications can access device capabilities such as GPS, accelerometer, camera, and local database.
+Cross-platform and native experience
+Create applications that run consistently across Android, BlackBerry Tablet OS, and iOS devices, as well as inside the browser and on traditional desktop computers. Although cross platform, with Flex you get an uncompromised native experience on each platform.
+
+#### End-to-end tooling
+
+Build Flex applications more easily using Adobe Flash Builder, PowerFlasher FDT, Flash Develop or JetBrains IntelliJ IDEA. Productivity features in most IDEs include on-device debugging and mobile simulators for testing across screen sizes and resolutions.  You can even use our command-line tooling with your favorite text editor!
+
+#### Server integration
+
+Integrate with all major back ends including Java\u2122, Spring, Hibernate, PHP, Ruby, .NET, Adobe ColdFusion�, and SAP using industry standards such as REST, SOAP, JSON, JMS, and AMF.
+
+#### How it works
 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 class="span5" src="images/howFlexWorks.png" style="float: right"/>
+<img class="span5" src="img/about-whatis-how-flex-works.png" style="float: right"/>
 
 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:
+#### 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:
@@ -71,7 +61,7 @@ You can then either publish the SWF file as a stand-alone application to be pres
 *  Flex has an Automation-Testing Framework
 *  Flex SDK provides a compiler
 
-## Typical Workflow
+#### Typical Workflow
 *  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

http://git-wip-us.apache.org/repos/asf/flex-site/blob/a3c60993/src/site/resources/img/about-whatis-how-flex-works.png
----------------------------------------------------------------------
diff --git a/src/site/resources/img/about-whatis-how-flex-works.png b/src/site/resources/img/about-whatis-how-flex-works.png
new file mode 100644
index 0000000..80d4f43
Binary files /dev/null and b/src/site/resources/img/about-whatis-how-flex-works.png differ