Author: aharui
Date: Tue Apr 22 18:38:32 2014
New Revision: 1589245
URL: http://svn.apache.org/r1589245
Log:
download information for FlexJS and FalconJX
Added:
flex/site/trunk/content/download-falconjx.cmsPage
flex/site/trunk/content/download-flexjs.cmsPage
Modified:
flex/site/trunk/templates/flex-v2-header.html
Added: flex/site/trunk/content/download-falconjx.cmsPage
URL:
http://svn.apache.org/viewvc/flex/site/trunk/content/download-falconjx.cmsPage?rev=1589245&view=auto
==============================================================================
--- flex/site/trunk/content/download-falconjx.cmsPage (added)
+++ flex/site/trunk/content/download-falconjx.cmsPage Tue Apr 22 18:38:32 2014
@@ -0,0 +1,98 @@
+Title: Download Apache Flex FalconJX Compiler
+
+Use the links below to download the Apache FlexUnit FalconJX Compiler from one
of our mirrors. You must verify the integrity of the downloaded files using
signatures downloaded from this page.
+
+Only current recommended releases are available on the main distribution site
and its mirrors.
+
+The Apache Flex® FalconJX Compiler has some compile-time and run-time
dependencies. Please make sure to review the dependencies section if you plan
on re-compiling the source from scratch.
+
+**Please review the release notes before installing or compiling this testing
suite.**
+
+<div class="headline"><h4>Current Release (0.0.1)</h4></div>
+The Apache Flex team is pleased to offer this release, available as of the
23rd of April 2014. This is the initial release of the Apache Flex FalconJX
compiler and is considered to be 'alpha' quality. The purpose of this release
is to gather feedback about the features and implementation strategies, and
recruit new contributors as we grow these code bases into an SDK and tool chain
that delivers the highest productivity developing applications that can run in
the most places. These releases may not handle production needs. Expect lots
of bugs and missing features.
+
+Binaries are provided as a convenience for those who do not wish to compile
FalconJX themselves. The 0.0.1 binaries were published on the 23rd of April
2014.
+
+**Please be aware of the dependencies listed in the section below.** They are
required in order to use the Apache Flex FalconJX Compiler. The [README][15]
explains these requirements further.
+
+- Release Notes : [RELEASE_NOTES][2]
+- README : [README][15]
+- Source (tar.gz) : [apache-flex-falconjx-0.0.1-src.tar.gz][3]
[[PGP](http://www.apache.org/dist/flex/falcon/0.0.1/apache-flex-falconjx-0.0.1-src.tar.gz.asc)]
[[MD5](http://www.apache.org/dist/flex/falcon/0.0.1/apache-flex-falconjx-0.0.1-src.tar.gz.md5)]
+- Source (zip) : [apache-flex-falconjx-0.0.1-src.zip][4]
[[PGP](http://www.apache.org/dist/flex/falcon/0.0.1/apache-flex-falconjx-0.0.1-src.zip.asc)]
[[MD5](http://www.apache.org/dist/flex/falcon/0.0.1/apache-flex-falconjx-0.0.1-src.zip.md5)]
+- Binaries (tar.gz) : [apache-flex-falconjx-0.0.1-bin.tar.gz][7]
[[PGP](http://www.apache.org/dist/flex/falconv/0.0.1/binaries/apache-flex-falconjx-0.0.1-bin.tar.gz.asc)]
[[MD5](http://www.apache.org/dist/flex/falcon/0.0.1/binaries/apache-flex-falconjx-0.0.1-bin.tar.gz.md5)]
+- Binaries (zip) : [apache-flex-falconjx-0.0.1-bin.zip][8]
[[PGP](http://www.apache.org/dist/flex/falcon/0.0.1/binaries/apache-flex-falconjx-0.0.1-bin.zip.asc)]
[[MD5](http://www.apache.org/dist/flex/falcon/0.0.1/binaries/apache-flex-falconjx-0.0.1-bin.zip.md5)]
+
+<div class="headline"><h4>Dependencies</h4></div>
+The Apache Flex FalconJX Compiler requires some build tools which must be
installed prior to building the compiler and it depends on some external
software which are downloaded as part of the build process. Some of these have
different licenses. See the Software [Dependencies section][15] within the
[README][15] for more information on the external software dependencies.
+
+####General Requirements
+- Java SDK 1.6 or greater
+- ANT 1.7.1 or greater
+- Adobe AIR SDK
+- Adobe Flash Player playerglobal.swc
+- Adobe Flash Player Debugger
+- Apache Flex 4.9 or greater
+- Apache Flex TLF
+
+####Software Dependencies
+
+The Apache Flex FalconJX Compiler uses third-party code that will be
downloaded as part of the build. The following dependencies have licenses which
are, or are compatible with, the Apache
+Version 2.0 license. These can be downloaded via the ANT script included in
the download packages.
+
+(jars)
+
+- ant -
[Download](http://search.maven.org/remotecontent?filepath=org/apache/ant/ant/1.7.1/ant-1.7.1.jar)
(Apache 2.0 License)
+- antlr - [Download](http://antlr3.org/download/antlr-3.3-complete.jar)
+- commons-cli -
[Download](http://archive.apache.org/dist/commons/cli/binaries/commons-cli-1.2-bin.tar.gz)
+- commons-io -
[Download](http://archive.apache.org/dist/commons/io/binaries/commons-io-2.0.1.tar.gz)
+- guava -
[Download](http://search.maven.org/remotecontent?filepath=com/google/guava/guava/15.0/guava-15.0.jar)
+- jburg -
[Download](http://downloads.sourceforge.net/project/jburg/jburg-1.10.1.tar.gz)
+- jflex - [Download](http://jflex.de/jflex-1.5.1.tar.gz)
+- lzma -
[Download](http://www.java2s.com/Code/JarDownload/lzma/lzma-9.20.jar.zip)
+- Google Closure Compiler -
http://dl.google.com/closure-compiler/compiler-latest.zip
+
+
+<br/ >All of the above dependencies can automatically be downloaded via the
following ANT commands :
+
+ cd <falcon.dir>/compiler
+ ant -f download.xml
+ cd <falcon.dir>/compiler.jx
+ ant -f download.xml
+
+####Verify the integrity of the files
+
+Apache relies on 3rd party mirrors to distribute their software. Because
these releases are hosted on servers that are not under our control, we
strongly recommend that you verify the integrity of the binaries or source code
before you install it using the PGP or MD5 signatures listed next to the
downloads. This involves a few extra steps, but it will verify that you are
getting a true Apache release.
+
+The PGP signatures can be verified using PGP or GPG. First download the
[KEYS][10] as well as the asc signature file for the relevant distribution.
Make sure you get these files as linked from this page (rather than a mirror)
to insure the integrity of the files.
+
+ % pgpk -a KEYS
+
+ % pgpv apache-flex-falconjx-0.0.1-src.tar.gz.asc
+
+*or*
+
+ % pgp -ka KEYS
+
+ % pgp apache-flex-falconjx-0.0.1-src.tar.gz.asc
+
+*or*
+
+ % gpg --import KEYS
+
+ % gpg --verify apache-flex-falconjx-0.0.1-src.tar.gz.asc
+
+
+Alternatively, you can verify the MD5 signature on the files. A unix/Mac
program called `md5` or `md5sum` is included in many unix distributions. It is
also available as part of [GNU Textutils][11]. Windows users can get binary md5
programs from [here][12] , [here][13] , or [here][14]. An MD5 signature
consists of 32 hex characters, and a SHA1 signature consists of 40 hex
characters. Ensure your generated signature string matches the signature string
published in the files above.
+
+
+[2]: http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.1/RELEASE_NOTES
+[3]:
http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.1/apache-flex-falconjx-0.0.1-src.tar.gz
+[4]:
http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.1/apache-flex-falconjx-0.0.1-src.zip
+[7]:
http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.1/binaries/apache-flex-falconjx-0.0.1-bin.tar.gz
+[8]:
http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.1/binaries/apache-flex-falconjx-0.0.1-bin.zip
+[10]: http://www.apache.org/dist/flex/KEYS
+[11]: http://www.gnu.org/software/textutils/textutils.html
+[12]: http://www.fourmilab.ch/md5/
+[13]: http://www.pc-tools.net/win32/freeware/console/
+[14]: http://www.slavasoft.com/fsum/
+[15]: http://www.apache.org/dyn/closer.cgi/flex/falcon/0.0.1/README
Added: flex/site/trunk/content/download-flexjs.cmsPage
URL:
http://svn.apache.org/viewvc/flex/site/trunk/content/download-flexjs.cmsPage?rev=1589245&view=auto
==============================================================================
--- flex/site/trunk/content/download-flexjs.cmsPage (added)
+++ flex/site/trunk/content/download-flexjs.cmsPage Tue Apr 22 18:38:32 2014
@@ -0,0 +1,81 @@
+Title: Download Apache FlexJS
+
+Use the links below to download the Apache FlexJS 0.0.1 'alpha' release from
one of our mirrors. You must verify the integrity of the downloaded files using
signatures downloaded from this page.
+
+Only current recommended releases are available on the main distribution site
and its mirrors.
+
+The Apache FlexJS SDK has some compile-time and run-time dependencies. Please
make sure to review the dependencies section if you plan on re-compiling the
source from scratch.
+
+**Please review the release notes before installing or compiling this
release.**
+
+<div class="headline"><h4>Current Release (0.0.1)</h4></div>
+The Apache Flex team is pleased to offer this release, available as of the
23rd of April 2014. This is the initial release of the Apache FlexJS and is
considered 'alpha' quality. The purpose of this release is to gather feedback
about the features and implementation strategies, and recruit new contributors
as we grow these code bases into an SDK and tool chain that delivers the
highest productivity developing applications that can run in the most places.
These releases may not handle production needs. Expect lots of bugs and
missing features.
+
+Binaries are provided as a convenience for those who do not wish to compile
FlexJS themselves. The 0.0.1 binaries were published on the 23rd of April 2014.
+
+**Please be aware of the dependencies listed in the section below.** They are
required in order to compile the Apache FlexJS SDK. The [README][15] explains
these requirements further.
+
+- Release Notes : [RELEASE_NOTES][2]
+- README : [README][15]
+- Source (tar.gz) : [apache-flex-flexjs-0.0.1-src.tar.gz][3]
[[PGP](http://www.apache.org/dist/flex/flexjs/0.0.1/apache-flex-flexjs-0.0.1-src.tar.gz.asc)]
[[MD5](http://www.apache.org/dist/flex/flexjs/0.0.1/apache-flex-flexjs-0.0.1-src.tar.gz.md5)]
+- Source (zip) : [apache-flex-flexjs-0.0.1-src.zip][4]
[[PGP](http://www.apache.org/dist/flex/flexjs/0.0.1/apache-flex-flexjs-0.0.1-src.zip.asc)]
[[MD5](http://www.apache.org/dist/flex/flexjs/0.0.1/apache-flex-flexjs-0.0.1-src.zip.md5)]
+- Binaries (tar.gz) : [apache-flex-flexjs-0.0.1-bin.tar.gz][7]
[[PGP](http://www.apache.org/dist/flex/flexjs/0.0.1/binaries/apache-flex-flexjs-0.0.1-bin.tar.gz.asc)]
[[MD5](http://www.apache.org/dist/flex/flexjs/0.0.1/binaries/apache-flex-flexjs-0.0.1-bin.tar.gz.md5)]
+- Binaries (zip) : [apache-flex-flexjs-0.0.1-bin.zip][8]
[[PGP](http://www.apache.org/dist/flex/flexjs/0.0.1/binaries/apache-flex-flexjs-0.0.1-bin.zip.asc)]
[[MD5](http://www.apache.org/dist/flex/flexjs/0.0.1/binaries/apache-flex-flexjs-0.0.1-bin.zip.md5)]
+
+<div class="headline"><h4>Dependencies</h4></div>
+Apache FlexJS requires some build tools which must be installed prior to
building FlexJS. Some of these have different licenses. See the Software
[Dependencies section][15] within the [README][15] for more information on the
external software dependencies. If you plan to compile the sources, it is best
to follow the instructions for downloading (and building) [Apache Flex
FlexUnit][16] and [Apache Flex FalconJX][17] first. Click on the links to
access instructions for those dependencies.
+
+####General Requirements
+- Java SDK 1.6 or greater
+- ANT 1.7.1 or greater
+- Google Closure Library
+- Google Closure Linter
+- Adobe Flash Player playerglobal.swc
+- JSHint
+- Apache Flex FalconJX 0.0.1 or greater
+- Apache Flex FlexUnit 4.2 or greater
+- Apache Flex 4.6 or greater
+
+####Software Dependencies
+
+The Apache FlexJS framework does not have direct dependencies on third-party
software. Applications built with Apache FlexJS need the Google Closure
Library.
+
+####Verify the integrity of the files
+
+Apache relies on 3rd party mirrors to distribute their software. Because
these releases are hosted on servers that are not under our control, we
strongly recommend that you verify the integrity of the binaries or source code
before you install it using the PGP or MD5 signatures listed next to the
downloads. This involves a few extra steps, but it will verify that you are
getting a true Apache release.
+
+The PGP signatures can be verified using PGP or GPG. First download the
[KEYS][10] as well as the asc signature file for the relevant distribution.
Make sure you get these files as linked from this page (rather than a mirror)
to insure the integrity of the files.
+
+ % pgpk -a KEYS
+
+ % pgpv apache-flex-flexjs-0.0.1-src.tar.gz.asc
+
+*or*
+
+ % pgp -ka KEYS
+
+ % pgp apache-flex-flexjs-0.0.1-src.tar.gz.asc
+
+*or*
+
+ % gpg --import KEYS
+
+ % gpg --verify apache-flex-flexjs-0.0.1-src.tar.gz.asc
+
+
+Alternatively, you can verify the MD5 signature on the files. A unix/Mac
program called `md5` or `md5sum` is included in many unix distributions. It is
also available as part of [GNU Textutils][11]. Windows users can get binary md5
programs from [here][12] , [here][13] , or [here][14]. An MD5 signature
consists of 32 hex characters, and a SHA1 signature consists of 40 hex
characters. Ensure your generated signature string matches the signature string
published in the files above.
+
+
+[2]: http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.1/RELEASE_NOTES
+[3]:
http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.1/apache-flex-flexjs-0.0.1-src.tar.gz
+[4]:
http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.1/apache-flex-flexjs-0.0.1-src.zip
+[7]:
http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.1/binaries/apache-flex-flexjs-0.0.1-bin.tar.gz
+[8]:
http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.1/binaries/apache-flex-flexjs-0.0.1-bin.zip
+[10]: http://www.apache.org/dist/flex/KEYS
+[11]: http://www.gnu.org/software/textutils/textutils.html
+[12]: http://www.fourmilab.ch/md5/
+[13]: http://www.pc-tools.net/win32/freeware/console/
+[14]: http://www.slavasoft.com/fsum/
+[15]: http://www.apache.org/dyn/closer.cgi/flex/flexjs/0.0.1/README
+[16]: http://flex.apache.org/download-flexunit.html
+[17]: http://flex.apache.org/download-falconjx.html
Modified: flex/site/trunk/templates/flex-v2-header.html
URL:
http://svn.apache.org/viewvc/flex/site/trunk/templates/flex-v2-header.html?rev=1589245&r1=1589244&r2=1589245&view=diff
==============================================================================
--- flex/site/trunk/templates/flex-v2-header.html (original)
+++ flex/site/trunk/templates/flex-v2-header.html Tue Apr 22 18:38:32 2014
@@ -1,182 +1,183 @@
-<!DOCTYPE html>
-<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]-->
-<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]-->
-<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]-->
-
-<head>
-
- <meta charset="utf-8">
- <title>Apache Flex®{% block title %}{% if headers.title %} - {{
headers.title }}{% endif %}{% endblock %}</title>
-
- <!-- For Mobiles -->
- <meta name="viewport" content="width=device-width, initial-scale=1,
maximum-scale=1">
- <link href='https://fonts.googleapis.com/css?family=Carrois+Gothic'
rel='stylesheet' type='text/css'>
- <!-- CSS -->
- <link rel="stylesheet" type="text/css" href="/css/bootstrap.css">
- <link rel="stylesheet" type="text/css" href="/css/fixed-width.css"
id="layout">
- <link rel="stylesheet" type="text/css" href="/css/style.css">
-
- <!-- Java Script -->
- <script src="/js/jquery.js"></script>
- <script src="/js/custom.js"></script>
- <script src="/js/selectnav.js"></script>
- <script src="/js/flexslider.js"></script>
- <script src="/js/twitter.js"></script>
- <script src="/js/fancybox.js"></script>
- <script src="/js/isotope.js"></script>
- <script src="/js/bootstrap.js"></script>
- <script src="/js/showcase.js"></script>
-
- <!-- Google Analytics -->
- <script type="text/javascript">
-
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-37926454-1']);
- _gaq.push(['_trackPageview']);
-
- (function() {
- var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
- })();
-
- </script>
-
-
-</head>
-<body>
-
-<!-- Wrapper Start -->
-<div id="wrapper" class="container-fluid">
-
-
- <!-- Header -->
-
-
- <div class="ie-dropdown-fix" >
-
- <!-- Header -->
- <div class="row-fluid" id="header">
-
- <!-- Logo -->
- <div class="span5">
-
- <a href="#"><img src="/images/logo_01_fullcolor-sm.png"
alt="Apache Flex®" title="Apache Flex®" /></a>
-
- </div>
-
- <!-- Social / Contact -->
- <div class="span3 pull-right">
-
- <!-- Social Icons -->
- <ul class="social-icons">
- <li class="facebook"><a
href="https://www.facebook.com/pages/Apache-Flex/174249699342648">Facebook</a></li>
- <li class="twitter"><a
href="http://twitter.com/ApacheFlex">Twitter</a></li>
- <li class="linkedin"><a
href="http://www.linkedin.com/groups/Apache-Flex-Developers-4296888">LinkedIn</a></li>
- </ul>
-
- <!-- Apache Logo -->
- <a href="http://www.apache.org" id="contact-top"><img
src="http://www.apache.org/images/feather-small.gif" title="An Apache Project"
alt="An Apache Project" /> </a>
- </div>
-
- </div>
- <!-- Header / End -->
-
- <!-- Navigation -->
- <div id="navigation" class="margintop">
- <ul id="nav">
-
- <li><a href="/index.html">Home</a></li>
-
- <li><a href="#">About Flex</a>
- <ul>
-
- <li><a href="/about-whatis.html">What is Flex?</a></li>
- <li><a href="/about-features.html">Features</a></li>
- <li><a href="/about-licensing.html">License &
Trademarks</a></li>
- <li><a href="/about-people.html">The Team</a></li>
- <li><a href="/about-history.html">Project
History</a></li>
- <li><a href="/about-assets.html">Logo and
Assets</a></li>
- </ul>
- </li>
- <li><a href="#">Community</a>
- <ul>
-
- <li><a href="/community-getinvolved.html">How to get
involved</a></li>
- <li><a href="/community-mailinglists.html">Mailing
Lists</a></li>
- <li><a href="/community-showcase.html">Flex
Showcase</a></li>
- <li><a
href="/community-3rdparty.html">Third-Party</a></li>
- <li><a
href="https://cwiki.apache.org/confluence/display/FLEX/Apache+Flex+Wiki">Wiki
<i class="icon-share icon-white"></i></a></li>
- <li><a href="http://blogs.apache.org/flex/">Blog <i
class="icon-share icon-white"></i></a></li>
- </ul>
- </li>
-
- <li><a href="#">Development</a>
- <ul>
- <li><a href="/dev-faq.html">Developer FAQ</a></li>
- <li><a href="/dev-sourcecode.html">Source Code</a></li>
- <li><a
href="https://issues.apache.org/jira/browse/FLEX">Bug-Tracker <i
class="icon-share icon-white"></i></a></li>
- </ul>
- </li>
-
- <li><a href="#">Documentation</a>
- <ul>
-
- <li><a href="/doc-getstarted.html">Getting
Started</a></li>
- <li><a href="/doc-videos.html">Videos</a></li>
- <li><a href="/asdoc/">ASDocs</a></li>
- <li><a
href="http://help.adobe.com/en_US/flex/using/index.html">Documentation
Reference (Old) <i class="icon-share icon-white"></i></a></li>
- <li><a href="/flexunit/tutorial/">FlexUnit
Tutorials</a></li>
- <li><a href="/flexunit/asdoc/">FlexUnit ASDocs</a></li>
-
- </ul>
- </li>
-
- <li><a href="#">About Apache</a>
- <ul>
-
- <li><a href="http://www.apache.org">The Apache
Software Foundation Website <i class="icon-share icon-white"></i></a></li>
- <li><a
href="http://www.apache.org/foundation/contributing.html">Donations <i
class="icon-share icon-white"></i></a></li>
- <li><a
href="http://www.apache.org/foundation/sponsorship.html">Sponsorship <i
class="icon-share icon-white"></i></a></li>
- <li><a
href="http://www.apache.org/foundation/thanks.html">Thanks <i class="icon-share
icon-white"></i></a></li>
- </ul>
- </li>
-
- <li><a href="#" class="download">Download Flex</a>
- <ul>
-
- <li><a href="/installer.html">Download the SDK
Installer (For Application Developers)</a></li>
- <li><a href="/download-flexunit.html">Download
FlexUnit (For Application Developers)</a> </li>
- <li><a href="/download-binaries.html">Download the SDK
Binaries (For SDK Developers)</a></li>
- <li><a href="/download-source.html">Download the SDK
Source Code (For SDK Developers)</a></li>
- <li><a href="/download-utilities.html">Flex
Utilities</a></li>
- <li><a href="/download-archive.html">Previous
Versions</a></li>
- </ul>
- </li>
- </ul>
-
- </div>
- <div class="nav-shadow"></div>
- <div class="clear"></div>
-
- </div>
- <!-- Navigation / End -->
-
-
- <!-- Content -->
-
- {% block title %}{% if headers.title %}
- <div class="row-fluid">
-
-
- <!-- Page Title -->
- <div id="page-title">
- <h2>{{ headers.title }}</h2>
- </div>
- <!-- Page Title / End -->
-
-
- </div>
- {% endif %}{% endblock %}
-
+<!DOCTYPE html>
+<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]-->
+<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]-->
+<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]-->
+
+<head>
+
+ <meta charset="utf-8">
+ <title>Apache Flex®{% block title %}{% if headers.title %} - {{
headers.title }}{% endif %}{% endblock %}</title>
+
+ <!-- For Mobiles -->
+ <meta name="viewport" content="width=device-width, initial-scale=1,
maximum-scale=1">
+ <link href='https://fonts.googleapis.com/css?family=Carrois+Gothic'
rel='stylesheet' type='text/css'>
+ <!-- CSS -->
+ <link rel="stylesheet" type="text/css" href="/css/bootstrap.css">
+ <link rel="stylesheet" type="text/css" href="/css/fixed-width.css"
id="layout">
+ <link rel="stylesheet" type="text/css" href="/css/style.css">
+
+ <!-- Java Script -->
+ <script src="/js/jquery.js"></script>
+ <script src="/js/custom.js"></script>
+ <script src="/js/selectnav.js"></script>
+ <script src="/js/flexslider.js"></script>
+ <script src="/js/twitter.js"></script>
+ <script src="/js/fancybox.js"></script>
+ <script src="/js/isotope.js"></script>
+ <script src="/js/bootstrap.js"></script>
+ <script src="/js/showcase.js"></script>
+
+ <!-- Google Analytics -->
+ <script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-37926454-1']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
+ })();
+
+ </script>
+
+
+</head>
+<body>
+
+<!-- Wrapper Start -->
+<div id="wrapper" class="container-fluid">
+
+
+ <!-- Header -->
+
+
+ <div class="ie-dropdown-fix" >
+
+ <!-- Header -->
+ <div class="row-fluid" id="header">
+
+ <!-- Logo -->
+ <div class="span5">
+
+ <a href="#"><img src="/images/logo_01_fullcolor-sm.png"
alt="Apache Flex®" title="Apache Flex®" /></a>
+
+ </div>
+
+ <!-- Social / Contact -->
+ <div class="span3 pull-right">
+
+ <!-- Social Icons -->
+ <ul class="social-icons">
+ <li class="facebook"><a
href="https://www.facebook.com/pages/Apache-Flex/174249699342648">Facebook</a></li>
+ <li class="twitter"><a
href="http://twitter.com/ApacheFlex">Twitter</a></li>
+ <li class="linkedin"><a
href="http://www.linkedin.com/groups/Apache-Flex-Developers-4296888">LinkedIn</a></li>
+ </ul>
+
+ <!-- Apache Logo -->
+ <a href="http://www.apache.org" id="contact-top"><img
src="http://www.apache.org/images/feather-small.gif" title="An Apache Project"
alt="An Apache Project" /> </a>
+ </div>
+
+ </div>
+ <!-- Header / End -->
+
+ <!-- Navigation -->
+ <div id="navigation" class="margintop">
+ <ul id="nav">
+
+ <li><a href="/index.html">Home</a></li>
+
+ <li><a href="#">About Flex</a>
+ <ul>
+
+ <li><a href="/about-whatis.html">What is Flex?</a></li>
+ <li><a href="/about-features.html">Features</a></li>
+ <li><a href="/about-licensing.html">License &
Trademarks</a></li>
+ <li><a href="/about-people.html">The Team</a></li>
+ <li><a href="/about-history.html">Project
History</a></li>
+ <li><a href="/about-assets.html">Logo and
Assets</a></li>
+ </ul>
+ </li>
+ <li><a href="#">Community</a>
+ <ul>
+
+ <li><a href="/community-getinvolved.html">How to get
involved</a></li>
+ <li><a href="/community-mailinglists.html">Mailing
Lists</a></li>
+ <li><a href="/community-showcase.html">Flex
Showcase</a></li>
+ <li><a
href="/community-3rdparty.html">Third-Party</a></li>
+ <li><a
href="https://cwiki.apache.org/confluence/display/FLEX/Apache+Flex+Wiki">Wiki
<i class="icon-share icon-white"></i></a></li>
+ <li><a href="http://blogs.apache.org/flex/">Blog <i
class="icon-share icon-white"></i></a></li>
+ </ul>
+ </li>
+
+ <li><a href="#">Development</a>
+ <ul>
+ <li><a href="/dev-faq.html">Developer FAQ</a></li>
+ <li><a href="/dev-sourcecode.html">Source Code</a></li>
+ <li><a
href="https://issues.apache.org/jira/browse/FLEX">Bug-Tracker <i
class="icon-share icon-white"></i></a></li>
+ </ul>
+ </li>
+
+ <li><a href="#">Documentation</a>
+ <ul>
+
+ <li><a href="/doc-getstarted.html">Getting
Started</a></li>
+ <li><a href="/doc-videos.html">Videos</a></li>
+ <li><a href="/asdoc/">ASDocs</a></li>
+ <li><a
href="http://help.adobe.com/en_US/flex/using/index.html">Documentation
Reference (Old) <i class="icon-share icon-white"></i></a></li>
+ <li><a href="/flexunit/tutorial/">FlexUnit
Tutorials</a></li>
+ <li><a href="/flexunit/asdoc/">FlexUnit ASDocs</a></li>
+
+ </ul>
+ </li>
+
+ <li><a href="#">About Apache</a>
+ <ul>
+
+ <li><a href="http://www.apache.org">The Apache
Software Foundation Website <i class="icon-share icon-white"></i></a></li>
+ <li><a
href="http://www.apache.org/foundation/contributing.html">Donations <i
class="icon-share icon-white"></i></a></li>
+ <li><a
href="http://www.apache.org/foundation/sponsorship.html">Sponsorship <i
class="icon-share icon-white"></i></a></li>
+ <li><a
href="http://www.apache.org/foundation/thanks.html">Thanks <i class="icon-share
icon-white"></i></a></li>
+ </ul>
+ </li>
+
+ <li><a href="#" class="download">Download Flex</a>
+ <ul>
+
+ <li><a href="/installer.html">Download the SDK
Installer (For Application Developers)</a></li>
+ <li><a href="/download-flexunit.html">Download FlexJS
'alpha' (For Application Developers)</a> </li>
+ <li><a href="/download-flexunit.html">Download
FlexUnit (For Application Developers)</a> </li>
+ <li><a href="/download-binaries.html">Download the SDK
Binaries (For SDK Developers)</a></li>
+ <li><a href="/download-source.html">Download the SDK
Source Code (For SDK Developers)</a></li>
+ <li><a href="/download-utilities.html">Flex
Utilities</a></li>
+ <li><a href="/download-archive.html">Previous
Versions</a></li>
+ </ul>
+ </li>
+ </ul>
+
+ </div>
+ <div class="nav-shadow"></div>
+ <div class="clear"></div>
+
+ </div>
+ <!-- Navigation / End -->
+
+
+ <!-- Content -->
+
+ {% block title %}{% if headers.title %}
+ <div class="row-fluid">
+
+
+ <!-- Page Title -->
+ <div id="page-title">
+ <h2>{{ headers.title }}</h2>
+ </div>
+ <!-- Page Title / End -->
+
+
+ </div>
+ {% endif %}{% endblock %}
+
<div class="row-fluid">
\ No newline at end of file