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 2012/01/05 03:36:04 UTC

svn commit: r801752 - in /websites/staging/flex/trunk/content: ./ flex/ flex/css/ flex/images/

Author: buildbot
Date: Thu Jan  5 02:36:04 2012
New Revision: 801752

Log:
Staging update by buildbot

Added:
    websites/staging/flex/trunk/content/
    websites/staging/flex/trunk/content/flex/
    websites/staging/flex/trunk/content/flex/css/
    websites/staging/flex/trunk/content/flex/css/flex.css
    websites/staging/flex/trunk/content/flex/developer-faqs.html
    websites/staging/flex/trunk/content/flex/get-involved.html
    websites/staging/flex/trunk/content/flex/images/
    websites/staging/flex/trunk/content/flex/images/apache-incubator-logo.png   (with props)
    websites/staging/flex/trunk/content/flex/images/feather-small.gif   (with props)
    websites/staging/flex/trunk/content/flex/index.html
    websites/staging/flex/trunk/content/flex/license.html
    websites/staging/flex/trunk/content/flex/mailing-lists.html
    websites/staging/flex/trunk/content/flex/source.html
    websites/staging/flex/trunk/content/flex/trademarks.html

Added: websites/staging/flex/trunk/content/flex/css/flex.css
==============================================================================
--- websites/staging/flex/trunk/content/flex/css/flex.css (added)
+++ websites/staging/flex/trunk/content/flex/css/flex.css Thu Jan  5 02:36:04 2012
@@ -0,0 +1,392 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements.  See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+body {
+  color: white;
+  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
+  font-size: 10pt;
+  margin: 0;
+}
+
+#bannera {
+  height: 105px;
+  padding: 0 0 0 8px;
+  color: black;
+  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
+  font-size:12pt;
+  vertical-align: middle;
+}
+
+#bannerright {
+  text-align: right;
+  float: right;
+  padding: 4pt 20pt 4pt 16pt;
+  width: 220px;
+}
+
+#bannercenter {
+  padding: 31pt 2pt 14pt 2pt;
+  float: center;
+  color: #107EC0;
+}
+
+#bannerleft {
+  text-align: left;
+  float: left;
+}
+
+a {
+  color: #107EC0;
+}
+
+a:visited {
+ color: #107EC0;
+}
+
+a:hover {
+ color: #107EC0;
+ text-decoration:underline;
+}
+
+a img { border: none; }
+
+h1,h2,h3,h4,h5,h6 {
+  color: #193240;
+  text-transform:uppercase;
+}
+
+#clear {
+  overflow: auto;
+  clear: both;
+}
+
+#content {
+  margin: 0 32px 20px 32px;
+  padding: 12px 8px 32px 8px;
+  color: #333;
+  overflow: auto;
+}
+
+#content h1,h2,h3,h4,h5,h6 {
+  font-weight: normal;
+  text-transform:none;
+  margin: 10px 0 15px;
+  padding: 5px 0;
+}
+
+#content h1 {
+  font-size: 1.4em;
+  padding: 15px;
+  border-top: 1px solid #a3afb6;
+}
+
+#content h2 {
+  font-size: 1.2em;
+  margin-top: 2em;
+}
+
+.legacy {
+  font-size: 1.2em;
+  color: #C44B01;
+  margin: 0 0 0.5em 0;
+}  
+
+#content h3,h4,h5,h6 {
+  border-bottom: none;
+  font-size: 1em;
+  margin-bottom: 0;
+}
+
+#content li {
+  margin-bottom: 0.5em;
+}
+
+table {
+  border-collapse:collapse;
+  margin: auto;
+}
+
+th {
+  height: 40px;
+  background: #f5f8fa;
+  border: 1px solid #a3afb6;
+  vertical-align: middle;
+  font-size: 0.9em;
+}
+
+td {
+  vertical-align: top;
+  border: 1px solid #a3afb6;
+  padding: 0.4em 0.5em 0.4em 0.5em;
+  font-size: 0.9em;
+}
+
+.w140 {
+  width: 140px;
+}
+
+.w160 {
+  width: 160px;
+}
+
+.w180 {
+  width: 180px;
+}
+
+.w200 {
+  width: 200px;
+}
+
+.w220 {
+  width: 220px;
+}
+
+.codehilite {
+  background-color: #F0F000;
+  padding: 0.01em 1em;
+  border-radius: 10px;
+}
+
+#topbara{
+  border-top: 1px solid #c6cbdd;
+  border-bottom: 1px solid #c6cbdd;
+  height: 24pt;
+  background-color: #f5f8fa;
+  margin: 0 0 0 0;
+  padding: 0 0 0 0;
+  color: black;
+  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
+  font-size:14pt;
+  vertical-align: middle;
+  clear: both;
+}
+
+#breadcrumbsa {
+  margin: 4px 0px 4px 0px;
+  padding: 4px 8px 3px 20px;
+  background-color: #f5f8fa;
+  color: #333;
+  font-size: 14px;
+  float: left;
+}
+
+#breadcrumbsa a {
+  margin: 0;
+  padding: 2px;
+  background-color: #f5f8fa;
+  text-decoration:none;
+}
+
+#breadcrumbsa a:hover {
+ color: #107EC0;
+ background-color: #c6cbdd;
+ text-decoration:underline;
+}
+
+#topnava {
+  margin: 4px 0px 4px 0px;
+  padding: 4px 20px 3px 8px;
+  color: #333;
+  font-size: 14px;
+  text-align: right;
+  float: right;
+}
+
+#topnava ul {
+  list-style-type:none;
+  margin:0;
+  padding:0;
+}
+
+#topnava li {
+  padding: 0 6px 0 8px;
+  border-left: 1px solid #c6cbdd;
+  display:inline;
+}
+
+#topnava a {
+  margin: 0;
+  padding: 2px;
+  background-color: #f5f8fa;
+  text-decoration:none;
+}
+
+#topnava a:hover {
+ color: #107EC0;
+ background-color: #c6cbdd;
+ text-decoration:underline;
+}
+
+#leftnav {
+  border: 1px solid #e6ebed;
+  border-left: none;
+  -moz-border-radius: 0 0 10px 0;
+  border-radius: 0 0 10px 0;
+  color: #003;
+  float: left;
+  padding: 15px 15px 5px 20px;
+  width: 150px;
+  background: none repeat scroll 0 0 #f5f8fa;
+  margin: 0 12px 20px 0;
+}
+
+#leftnav img {
+  padding-bottom: 15px;
+  margin-left: auto;
+  margin-right: auto;
+  display: block;
+}
+
+#leftnav h1 {
+  color: #000;
+  font-size: 1em;
+  padding: 0;
+  margin-top: 0.8em;
+  margin-bottom: 0;
+  border-bottom: 1px solid #a3afb6;
+}
+
+#leftnav ul {
+  margin: 0 0;
+  padding: 0;
+  list-style: none;
+}
+
+#leftnav li {
+  border-bottom: 1px solid #e6ebed; 
+  margin: 0.2em 0;
+  padding: 0;
+}
+
+#leftnav li a {
+  margin: 0;
+  text-decoration:none;
+}
+
+#leftnav li a:hover {
+  color: #107EC0;
+  background-color: #c6cbdd;
+  text-decoration:underline;
+}
+
+#rightnav {
+  border: 1px solid #e6ebed;
+  border-left: none;
+  -moz-border-radius: 0 0 0 10px;
+  border-radius: 0 0 0 10px;
+  color: #003;
+  float: right;
+  padding: 15px 20px 5px 15px;
+  width: 150px;
+  background: none repeat scroll 0 0 #f5f8fa;
+  margin: 0 0 20px 12px;
+}
+
+#rightnav img {
+  padding-bottom: 15px;
+  margin-left: auto;
+  margin-right: auto;
+  display: block;
+}
+
+#rightnav h1 {
+  color: #000;
+  font-size: 1em;
+  padding: 0;
+  margin-top: 0.8em;
+  margin-bottom: 0;
+  border-bottom: 1px solid #a3afb6;
+}
+
+#rightnav ul {
+  margin: 0 0;
+  padding: 0;
+  list-style: none;
+}
+
+#rightnav li {
+  border-bottom: 1px solid #e6ebed; 
+  margin: 0.2em 0;
+  padding: 0;
+}
+
+#rightnav li a {
+  margin: 0;
+  text-decoration:none;
+}
+
+#rightnav li a:hover {
+  color: #107EC0;
+  background-color: #c6cbdd;
+  text-decoration:underline;
+}
+
+#footera {
+  margin: 20px 0px 0px 0px;
+  padding: 8px 0px 12px 0px;
+  border-top: 2px solid #ccc;
+  color:#666;
+  font-size: 8pt;
+  padding: 0 8px;
+  text-align: left;
+  overflow: auto;
+  clear: both;
+  line-height: 10pt;
+}
+
+#copyrighta {
+}
+
+#copyrighta p {
+  padding-left: 20px;
+  line-height: 10pt;
+  padding-bottom: 5px;
+}
+
+#copyrighta a {
+ color: #107EC0;
+ text-decoration:underline;
+}
+
+#copyrighta a:hover {
+ background-color: #e6ebed;
+}
+
+#poweredbya {
+  float: right;
+  text-align: right;
+  width: 210px;
+  height: 100px;
+}
+
+#asf-logo {
+  width: 180px;
+  padding-top: 8px;
+}
+
+#flex-logo {
+  height: 100px;
+  padding-top: 4px;
+  padding-left: 8px;
+}
+
+/* definition lists */
+dd {}
+dl {}
+dt {
+  display: inline;
+  float: left;
+}

Added: websites/staging/flex/trunk/content/flex/developer-faqs.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/developer-faqs.html (added)
+++ websites/staging/flex/trunk/content/flex/developer-faqs.html Thu Jan  5 02:36:04 2012
@@ -0,0 +1,114 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<link href="/flex/css/flex.css" rel="stylesheet" type="text/css">
+
+<title>Developer FAQs</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+</head>
+
+<body>
+  <div id="bannera">
+    <div id="bannerleft"><img id="flex-logo" alt="Apache Flex (Incubating)" src="/flex/images/flex.png"/></div>
+    <div id="bannerright">
+      <a title="Apache Incubator" href="http://incubator.apache.org"><img id="asf-logo" alt="Apache Incubator" src="/flex/images/apache-incubator-logo.png"/></a>
+    </div>
+    <div id="bannercenter">our new podling</div>
+  </div>
+  <div id="topbara">
+    
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo&nbsp;<a href="/flex/">flex</a></div>
+  </div>
+  <div id="clear"></div>
+  <div id="leftnav"><h1 id="general">General</h1>
+<ul>
+<li><a href="/flex/index.html">About</a></li>
+<li><a href="/flex/license.html">License</a></li>
+<li><a href="/flex/trademarks.html">Trademarks</a></li>
+</ul>
+<h1 id="community">Community</h1>
+<ul>
+<li><a href="/flex/get-involved.html">Get Involved</a></li>
+<li><a href="/flex/mailing-lists.html">Mailing Lists</a></li>
+</ul>
+<h1 id="development">Development</h1>
+<ul>
+<li><a href="/flex/source.html">Source Code</a></li>
+<li><a href="/flex/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1 id="project_management_ppmc">Project Management PPMC</h1>
+<ul>
+<li><a href="http://incubator.apache.org/projects/flex.html">Incubation Status</a></li>
+</ul>
+<h1 id="the_apache_software_foundation">The Apache Software Foundation</h1>
+<ul>
+<li><a href="http://www.apache.org/">Website</a></li>
+<li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul></div>
+  
+  <div id="content">
+    <h1 class="title">Developer FAQs</h1>
+    <h2 id="developers_frequently_asked_questions">Developer's Frequently Asked Questions</h2>
+<p>Apache Flex is an effort undergoing incubation at The Apache Software Foundation (ASF)</p>
+<ul>
+<li><a href="#how_do_i_edit_this_website">How do I edit this website?</a></li>
+<li><a href="#ive_just_been_voted_in_as_a_committer__what_do_i_need_to_do">I've just been voted in as a committer what do I need to do?</a></li>
+<li><a href="#how_do_i_use_apache_subversion">How do I use Apache Subversion?</a></li>
+</ul>
+<h2 id="how_do_i_edit_this_website">How do I edit this website?</h2>
+<p>The pages on this website are written in <a href="http://www.simpleeditions.com/59001/markdown-an-introduction">markdown syntax</a> and stored in SVN at 
+<a href="https://svn.apache.org/repos/asf/incubator/ooo/site">https://svn.apache.org/repos/asf/incubator/flex/site</a>.</p>
+<p>Via integration with the Apache CMS, it is possible to edit, stage and publish 
+website updates from the command line, or by using a web-based interface.</p>
+<p>For now here are relevant pages from the Apache OpenOffice podling:</p>
+<ul>
+<li>Detailed information can be found in the <a href="http://incubator.apache.org/openofficeorg/docs/edit-cms.html">How to edit the OpenOffice.org website</a> page.</li>
+<li>Information on deeper website development is found on the <a href="website-local.html">Website Development</a> page.</li>
+</ul>
+<h2 id="ive_just_been_voted_in_as_a_committer__what_do_i_need_to_do">I've just been voted in as a Committer.  What do I need to do?</h2>
+<p>First, congratulations.  Your contributions to the project have been noted and we 
+hope that as a Committer you will be even more active.</p>
+<p>But before you are officially given Committer permissions, there are a few 
+administrative steps that you will need to complete. </p>
+<ol>
+<li>Submit a signed <a href="http://www.apache.org/licenses/icla.txt">ICLA</a> to Apache.</li>
+<li>Wait for the ICLA to be received and recorded by Apache.  You will know 
+when this has occurred when your name appears in the <a href="http://people.apache.org/committer-index.html#unlistedclas">Unlisted ICLAs</a> section 
+on the Apache Committers page.  This could take a couple of days, longer if you
+submitted the ICLA via post.</li>
+<li>Once the your ICLA has been recorded, you should send a note to the <a href="mailto:flex-private@incubator.apache.org">PPMC</a> 
+and request an Apache account.  You will want to include your full name and email address, 
+as you entered in the ICLA, as well as your preferred userid.  Please <a href="http://people.apache.org/committer-index.html">check first</a> 
+that your preferred userid is not already in use by another Apache Committer.</li>
+<li>Once your Apache account has been created, you will receive an email with
+further instructions for setting up your account.  This may take a couple of days.</li>
+<li>If you were also voted as a PPMC member, you should then <a href="mailto:flex-private-subscribe@incubator.apache.org">subscribe</a> to the 
+PPMC's private mailing list.</li>
+<li>Finally, you should read the <a href="http://www.apache.org/dev/new-committers-guide.html">"Guide for new committers"</a></li>
+</ol>
+<h2 id="how_do_i_use_apache_subversion">How do I use Apache Subversion?</h2>
+<p>Instructions can be found on the <a href="http://incubator.apache.org/openofficeorg/svn-basics.html">Subversion Basics</a> page.</p>
+  </div>
+
+  <div id="footera">
+    <div id="poweredbya"><p><img src="/flex/images/feather-small.gif"/></p></div>
+    <div id="copyrighta">
+      <p>
+	Apache Flex is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator.
+	Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and
+	decision making process	have stabilized in a manner consistent with other successful ASF projects. While incubation status is
+	not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has
+	yet to be fully endorsed by the ASF.</p>
+      <p>
+	<a href="/flex/license.html">Copyright &amp; License</a>
+	<br />Apache and the Apache feather logos are trademarks of The Apache Software Foundation.
+	Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>

Added: websites/staging/flex/trunk/content/flex/get-involved.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/get-involved.html (added)
+++ websites/staging/flex/trunk/content/flex/get-involved.html Thu Jan  5 02:36:04 2012
@@ -0,0 +1,92 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<link href="/flex/css/flex.css" rel="stylesheet" type="text/css">
+
+<title>Get Involved</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+</head>
+
+<body>
+  <div id="bannera">
+    <div id="bannerleft"><img id="flex-logo" alt="Apache Flex (Incubating)" src="/flex/images/flex.png"/></div>
+    <div id="bannerright">
+      <a title="Apache Incubator" href="http://incubator.apache.org"><img id="asf-logo" alt="Apache Incubator" src="/flex/images/apache-incubator-logo.png"/></a>
+    </div>
+    <div id="bannercenter">our new podling</div>
+  </div>
+  <div id="topbara">
+    
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo&nbsp;<a href="/flex/">flex</a></div>
+  </div>
+  <div id="clear"></div>
+  <div id="leftnav"><h1 id="general">General</h1>
+<ul>
+<li><a href="/flex/index.html">About</a></li>
+<li><a href="/flex/license.html">License</a></li>
+<li><a href="/flex/trademarks.html">Trademarks</a></li>
+</ul>
+<h1 id="community">Community</h1>
+<ul>
+<li><a href="/flex/get-involved.html">Get Involved</a></li>
+<li><a href="/flex/mailing-lists.html">Mailing Lists</a></li>
+</ul>
+<h1 id="development">Development</h1>
+<ul>
+<li><a href="/flex/source.html">Source Code</a></li>
+<li><a href="/flex/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1 id="project_management_ppmc">Project Management PPMC</h1>
+<ul>
+<li><a href="http://incubator.apache.org/projects/flex.html">Incubation Status</a></li>
+</ul>
+<h1 id="the_apache_software_foundation">The Apache Software Foundation</h1>
+<ul>
+<li><a href="http://www.apache.org/">Website</a></li>
+<li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul></div>
+  
+  <div id="content">
+    <h1 class="title">Get Involved</h1>
+    <p>You don't need to be a software developer to contribute to 
+Apache Flex. To be successful this project 
+requires a huge range of different skills, levels of involvement and degrees of 
+technical expertise. So, if you want to get involved in Apache Flex, there 
+is almost certainly a role for you. </p>
+<p>We are looking for people to:</p>
+<ul>
+<li>provide feedback</li>
+<li>write or update documentation</li>
+<li>help new users</li>
+<li>recommend the project to others</li>
+<li>test the code and report bugs</li>
+</ul>
+<p>All of these contributions help to keep a project active and strengthen 
+the community. The project team and the broader community will 
+therefore welcome and encourage participation, and attempt to make it 
+as easy as possible for people to get involved. </p>
+<p><a href="/openofficeorg/get-involved.html">Here</a> is a possible version of this page from the Apache OpenOffice project. The Apache Flex project will determine its own governance.</p>
+  </div>
+
+  <div id="footera">
+    <div id="poweredbya"><p><img src="/flex/images/feather-small.gif"/></p></div>
+    <div id="copyrighta">
+      <p>
+	Apache Flex is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator.
+	Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and
+	decision making process	have stabilized in a manner consistent with other successful ASF projects. While incubation status is
+	not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has
+	yet to be fully endorsed by the ASF.</p>
+      <p>
+	<a href="/flex/license.html">Copyright &amp; License</a>
+	<br />Apache and the Apache feather logos are trademarks of The Apache Software Foundation.
+	Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>

Added: websites/staging/flex/trunk/content/flex/images/apache-incubator-logo.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/flex/trunk/content/flex/images/apache-incubator-logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/staging/flex/trunk/content/flex/images/feather-small.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/flex/trunk/content/flex/images/feather-small.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/staging/flex/trunk/content/flex/index.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/index.html (added)
+++ websites/staging/flex/trunk/content/flex/index.html Thu Jan  5 02:36:04 2012
@@ -0,0 +1,76 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<link href="/flex/css/flex.css" rel="stylesheet" type="text/css">
+
+<title>Apache Flex (Incubating)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+</head>
+
+<body>
+  <div id="bannera">
+    <div id="bannerleft"><img id="flex-logo" alt="Apache Flex (Incubating)" src="/flex/images/flex.png"/></div>
+    <div id="bannerright">
+      <a title="Apache Incubator" href="http://incubator.apache.org"><img id="asf-logo" alt="Apache Incubator" src="/flex/images/apache-incubator-logo.png"/></a>
+    </div>
+    <div id="bannercenter">our new podling</div>
+  </div>
+  <div id="topbara">
+    
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo&nbsp;<a href="/flex/">flex</a></div>
+  </div>
+  <div id="clear"></div>
+  <div id="leftnav"><h1 id="general">General</h1>
+<ul>
+<li><a href="/flex/index.html">About</a></li>
+<li><a href="/flex/license.html">License</a></li>
+<li><a href="/flex/trademarks.html">Trademarks</a></li>
+</ul>
+<h1 id="community">Community</h1>
+<ul>
+<li><a href="/flex/get-involved.html">Get Involved</a></li>
+<li><a href="/flex/mailing-lists.html">Mailing Lists</a></li>
+</ul>
+<h1 id="development">Development</h1>
+<ul>
+<li><a href="/flex/source.html">Source Code</a></li>
+<li><a href="/flex/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1 id="project_management_ppmc">Project Management PPMC</h1>
+<ul>
+<li><a href="http://incubator.apache.org/projects/flex.html">Incubation Status</a></li>
+</ul>
+<h1 id="the_apache_software_foundation">The Apache Software Foundation</h1>
+<ul>
+<li><a href="http://www.apache.org/">Website</a></li>
+<li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul></div>
+  
+  <div id="content">
+    <h1 class="title">Apache Flex (Incubating)</h1>
+    <p>Apache Flex is an application framework for easily building Flash-based applications for mobile devices, the browser and desktop.</p>
+<p>Please see the incubator proposal <a href="http://wiki.apache.org/incubator/FlexProposal">here</a></p>
+  </div>
+
+  <div id="footera">
+    <div id="poweredbya"><p><img src="/flex/images/feather-small.gif"/></p></div>
+    <div id="copyrighta">
+      <p>
+	Apache Flex is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator.
+	Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and
+	decision making process	have stabilized in a manner consistent with other successful ASF projects. While incubation status is
+	not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has
+	yet to be fully endorsed by the ASF.</p>
+      <p>
+	<a href="/flex/license.html">Copyright &amp; License</a>
+	<br />Apache and the Apache feather logos are trademarks of The Apache Software Foundation.
+	Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>

Added: websites/staging/flex/trunk/content/flex/license.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/license.html (added)
+++ websites/staging/flex/trunk/content/flex/license.html Thu Jan  5 02:36:04 2012
@@ -0,0 +1,250 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<link href="/flex/css/flex.css" rel="stylesheet" type="text/css">
+
+<title>Apache License</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+</head>
+
+<body>
+  <div id="bannera">
+    <div id="bannerleft"><img id="flex-logo" alt="Apache Flex (Incubating)" src="/flex/images/flex.png"/></div>
+    <div id="bannerright">
+      <a title="Apache Incubator" href="http://incubator.apache.org"><img id="asf-logo" alt="Apache Incubator" src="/flex/images/apache-incubator-logo.png"/></a>
+    </div>
+    <div id="bannercenter">our new podling</div>
+  </div>
+  <div id="topbara">
+    
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo&nbsp;<a href="/flex/">flex</a></div>
+  </div>
+  <div id="clear"></div>
+  <div id="leftnav"><h1 id="general">General</h1>
+<ul>
+<li><a href="/flex/index.html">About</a></li>
+<li><a href="/flex/license.html">License</a></li>
+<li><a href="/flex/trademarks.html">Trademarks</a></li>
+</ul>
+<h1 id="community">Community</h1>
+<ul>
+<li><a href="/flex/get-involved.html">Get Involved</a></li>
+<li><a href="/flex/mailing-lists.html">Mailing Lists</a></li>
+</ul>
+<h1 id="development">Development</h1>
+<ul>
+<li><a href="/flex/source.html">Source Code</a></li>
+<li><a href="/flex/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1 id="project_management_ppmc">Project Management PPMC</h1>
+<ul>
+<li><a href="http://incubator.apache.org/projects/flex.html">Incubation Status</a></li>
+</ul>
+<h1 id="the_apache_software_foundation">The Apache Software Foundation</h1>
+<ul>
+<li><a href="http://www.apache.org/">Website</a></li>
+<li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul></div>
+  
+  <div id="content">
+    <h1 class="title">Apache License</h1>
+    <p>Apache License<br></br>Version 2.0, January 2004<br></br>
+<a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a> </p>
+<p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
+<p><strong><a name="definitions">1. Definitions</a></strong>.</p>
+<p>"License" shall mean the terms and conditions for use, reproduction, and
+distribution as defined by Sections 1 through 9 of this document.</p>
+<p>"Licensor" shall mean the copyright owner or entity authorized by the
+copyright owner that is granting the License.</p>
+<p>"Legal Entity" shall mean the union of the acting entity and all other
+entities that control, are controlled by, or are under common control with
+that entity. For the purposes of this definition, "control" means (i) the
+power, direct or indirect, to cause the direction or management of such
+entity, whether by contract or otherwise, or (ii) ownership of fifty
+percent (50%) or more of the outstanding shares, or (iii) beneficial
+ownership of such entity.</p>
+<p>"You" (or "Your") shall mean an individual or Legal Entity exercising
+permissions granted by this License.</p>
+<p>"Source" form shall mean the preferred form for making modifications,
+including but not limited to software source code, documentation source,
+and configuration files.</p>
+<p>"Object" form shall mean any form resulting from mechanical transformation
+or translation of a Source form, including but not limited to compiled
+object code, generated documentation, and conversions to other media types.</p>
+<p>"Work" shall mean the work of authorship, whether in Source or Object form,
+made available under the License, as indicated by a copyright notice that
+is included in or attached to the work (an example is provided in the
+Appendix below).</p>
+<p>"Derivative Works" shall mean any work, whether in Source or Object form,
+that is based on (or derived from) the Work and for which the editorial
+revisions, annotations, elaborations, or other modifications represent, as
+a whole, an original work of authorship. For the purposes of this License,
+Derivative Works shall not include works that remain separable from, or
+merely link (or bind by name) to the interfaces of, the Work and Derivative
+Works thereof.</p>
+<p>"Contribution" shall mean any work of authorship, including the original
+version of the Work and any modifications or additions to that Work or
+Derivative Works thereof, that is intentionally submitted to Licensor for
+inclusion in the Work by the copyright owner or by an individual or Legal
+Entity authorized to submit on behalf of the copyright owner. For the
+purposes of this definition, "submitted" means any form of electronic,
+verbal, or written communication sent to the Licensor or its
+representatives, including but not limited to communication on electronic
+mailing lists, source code control systems, and issue tracking systems that
+are managed by, or on behalf of, the Licensor for the purpose of discussing
+and improving the Work, but excluding communication that is conspicuously
+marked or otherwise designated in writing by the copyright owner as "Not a
+Contribution."</p>
+<p>"Contributor" shall mean Licensor and any individual or Legal Entity on
+behalf of whom a Contribution has been received by Licensor and
+subsequently incorporated within the Work.</p>
+<p><strong><a name="copyright">2. Grant of Copyright License</a></strong>. Subject to the
+terms and conditions of this License, each Contributor hereby grants to You
+a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+copyright license to reproduce, prepare Derivative Works of, publicly
+display, publicly perform, sublicense, and distribute the Work and such
+Derivative Works in Source or Object form.</p>
+<p><strong><a name="patent">3. Grant of Patent License</a></strong>. Subject to the terms
+and conditions of this License, each Contributor hereby grants to You a
+perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+(except as stated in this section) patent license to make, have made, use,
+offer to sell, sell, import, and otherwise transfer the Work, where such
+license applies only to those patent claims licensable by such Contributor
+that are necessarily infringed by their Contribution(s) alone or by
+combination of their Contribution(s) with the Work to which such
+Contribution(s) was submitted. If You institute patent litigation against
+any entity (including a cross-claim or counterclaim in a lawsuit) alleging
+that the Work or a Contribution incorporated within the Work constitutes
+direct or contributory patent infringement, then any patent licenses
+granted to You under this License for that Work shall terminate as of the
+date such litigation is filed.</p>
+<p><strong><a name="redistribution">4. Redistribution</a></strong>. You may reproduce and
+distribute copies of the Work or Derivative Works thereof in any medium,
+with or without modifications, and in Source or Object form, provided that
+You meet the following conditions:</p>
+<ol>
+<li>
+<p>You must give any other recipients of the Work or Derivative Works a
+copy of this License; and</p>
+</li>
+<li>
+<p>You must cause any modified files to carry prominent notices stating
+that You changed the files; and</p>
+</li>
+<li>
+<p>You must retain, in the Source form of any Derivative Works that You
+distribute, all copyright, patent, trademark, and attribution notices from
+the Source form of the Work, excluding those notices that do not pertain to
+any part of the Derivative Works; and</p>
+</li>
+<li>
+<p>If the Work includes a "NOTICE" text file as part of its distribution,
+then any Derivative Works that You distribute must include a readable copy
+of the attribution notices contained within such NOTICE file, excluding
+those notices that do not pertain to any part of the Derivative Works, in
+at least one of the following places: within a NOTICE text file distributed
+as part of the Derivative Works; within the Source form or documentation,
+if provided along with the Derivative Works; or, within a display generated
+by the Derivative Works, if and wherever such third-party notices normally
+appear. The contents of the NOTICE file are for informational purposes only
+and do not modify the License. You may add Your own attribution notices
+within Derivative Works that You distribute, alongside or as an addendum to
+the NOTICE text from the Work, provided that such additional attribution
+notices cannot be construed as modifying the License.
+You may add Your own copyright statement to Your modifications and may
+provide additional or different license terms and conditions for use,
+reproduction, or distribution of Your modifications, or for any such
+Derivative Works as a whole, provided Your use, reproduction, and
+distribution of the Work otherwise complies with the conditions stated in
+this License.</p>
+</li>
+</ol>
+<p><strong><a name="contributions">5. Submission of Contributions</a></strong>. Unless You
+explicitly state otherwise, any Contribution intentionally submitted for
+inclusion in the Work by You to the Licensor shall be under the terms and
+conditions of this License, without any additional terms or conditions.
+Notwithstanding the above, nothing herein shall supersede or modify the
+terms of any separate license agreement you may have executed with Licensor
+regarding such Contributions.</p>
+<p><strong><a name="trademarks">6. Trademarks</a></strong>. This License does not grant
+permission to use the trade names, trademarks, service marks, or product
+names of the Licensor, except as required for reasonable and customary use
+in describing the origin of the Work and reproducing the content of the
+NOTICE file.</p>
+<p><strong><a name="no-warranty">7. Disclaimer of Warranty</a></strong>. Unless required by
+applicable law or agreed to in writing, Licensor provides the Work (and
+each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including,
+without limitation, any warranties or conditions of TITLE,
+NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You
+are solely responsible for determining the appropriateness of using or
+redistributing the Work and assume any risks associated with Your exercise
+of permissions under this License.</p>
+<p><strong><a name="no-liability">8. Limitation of Liability</a></strong>. In no event and
+under no legal theory, whether in tort (including negligence), contract, or
+otherwise, unless required by applicable law (such as deliberate and
+grossly negligent acts) or agreed to in writing, shall any Contributor be
+liable to You for damages, including any direct, indirect, special,
+incidental, or consequential damages of any character arising as a result
+of this License or out of the use or inability to use the Work (including
+but not limited to damages for loss of goodwill, work stoppage, computer
+failure or malfunction, or any and all other commercial damages or losses),
+even if such Contributor has been advised of the possibility of such
+damages.</p>
+<p><strong><a name="additional">9. Accepting Warranty or Additional Liability</a></strong>.
+While redistributing the Work or Derivative Works thereof, You may choose
+to offer, and charge a fee for, acceptance of support, warranty, indemnity,
+or other liability obligations and/or rights consistent with this License.
+However, in accepting such obligations, You may act only on Your own behalf
+and on Your sole responsibility, not on behalf of any other Contributor,
+and only if You agree to indemnify, defend, and hold each Contributor
+harmless for any liability incurred by, or claims asserted against, such
+Contributor by reason of your accepting any such warranty or additional
+liability.</p>
+<p>END OF TERMS AND CONDITIONS</p>
+<h1 id="apply">APPENDIX: How to apply the Apache License to your work</h1>
+<p>To apply the Apache License to your work, attach the following boilerplate
+notice, with the fields enclosed by brackets "[]" replaced with your own
+identifying information. (Don't include the brackets!) The text should be
+enclosed in the appropriate comment syntax for the file format. We also
+recommend that a file or class name and description of purpose be included
+on the same "printed page" as the copyright notice for easier
+identification within third-party archives.</p>
+<div class="codehilite"><pre>   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+</pre></div>
+  </div>
+
+  <div id="footera">
+    <div id="poweredbya"><p><img src="/flex/images/feather-small.gif"/></p></div>
+    <div id="copyrighta">
+      <p>
+	Apache Flex is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator.
+	Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and
+	decision making process	have stabilized in a manner consistent with other successful ASF projects. While incubation status is
+	not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has
+	yet to be fully endorsed by the ASF.</p>
+      <p>
+	<a href="/flex/license.html">Copyright &amp; License</a>
+	<br />Apache and the Apache feather logos are trademarks of The Apache Software Foundation.
+	Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>

Added: websites/staging/flex/trunk/content/flex/mailing-lists.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/mailing-lists.html (added)
+++ websites/staging/flex/trunk/content/flex/mailing-lists.html Thu Jan  5 02:36:04 2012
@@ -0,0 +1,109 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<link href="/flex/css/flex.css" rel="stylesheet" type="text/css">
+
+<title>Mailing Lists</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+</head>
+
+<body>
+  <div id="bannera">
+    <div id="bannerleft"><img id="flex-logo" alt="Apache Flex (Incubating)" src="/flex/images/flex.png"/></div>
+    <div id="bannerright">
+      <a title="Apache Incubator" href="http://incubator.apache.org"><img id="asf-logo" alt="Apache Incubator" src="/flex/images/apache-incubator-logo.png"/></a>
+    </div>
+    <div id="bannercenter">our new podling</div>
+  </div>
+  <div id="topbara">
+    
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo&nbsp;<a href="/flex/">flex</a></div>
+  </div>
+  <div id="clear"></div>
+  <div id="leftnav"><h1 id="general">General</h1>
+<ul>
+<li><a href="/flex/index.html">About</a></li>
+<li><a href="/flex/license.html">License</a></li>
+<li><a href="/flex/trademarks.html">Trademarks</a></li>
+</ul>
+<h1 id="community">Community</h1>
+<ul>
+<li><a href="/flex/get-involved.html">Get Involved</a></li>
+<li><a href="/flex/mailing-lists.html">Mailing Lists</a></li>
+</ul>
+<h1 id="development">Development</h1>
+<ul>
+<li><a href="/flex/source.html">Source Code</a></li>
+<li><a href="/flex/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1 id="project_management_ppmc">Project Management PPMC</h1>
+<ul>
+<li><a href="http://incubator.apache.org/projects/flex.html">Incubation Status</a></li>
+</ul>
+<h1 id="the_apache_software_foundation">The Apache Software Foundation</h1>
+<ul>
+<li><a href="http://www.apache.org/">Website</a></li>
+<li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul></div>
+  
+  <div id="content">
+    <h1 class="title">Mailing Lists</h1>
+    <h2 id="apache_flex_mailing_lists">Apache Flex Mailing Lists</h2>
+<p>We welcome you to join our mailing lists and let us know about your thoughts or
+ideas about Apache Flex.</p>
+<ul>
+<li><a href="#development_mailing_list">Development Mailing List</a>.</li>
+<li><a href="#commits_mailing_list">Commits Mailing List</a>.</li>
+</ul>
+<h2 id="participation_guidelines">Participation Guidelines</h2>
+<p>We ask all mailing list participants to observe <a href="http://www.apache.org/dev/contrib-email-tips.html">these guidelines</a>. </p>
+<h2 id="development_mailing_list">Development Mailing List</h2>
+<p>This is where the project community hangs out. This list is used to coordinate
+activities and ensure we are all pulling in the same direction.  This is a high traffic list.</p>
+<ul>
+<li>Subscribe: <a href="mailto:flex-dev-subscribe@incubator.apache.org">flex-dev-subscribe@incubator.apache.org</a></li>
+<li>Post (after subscription): <a href="mailto:flex-dev@incubator.apache.org">flex-dev@incubator.apache.org</a></li>
+<li>Unsubscribe: <a href="mailto:flex-dev-unsubscribe@incubator.apache.org">flex-dev-unsubscribe@incubator.apache.org</a></li>
+<li>Archives<ul>
+<li><a href="http://markmail.org/search/+list:org.apache.incubator.flex-dev">Markmail</a></li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/incubator-flex-dev/">Apache</a></li>
+</ul>
+</li>
+</ul>
+<h2 id="commits_mailing_list">Commits Mailing List</h2>
+<p>This is where the community receives automated notifications of any changes to the
+code and documentation.<br />
+</p>
+<ul>
+<li>Subscribe: <a href="mailto:flex-commits-subscribe@incubator.apache.org">ooo-commits-subscribe@incubator.apache.org</a></li>
+<li>Unsubscribe: <a href="mailto:flex-commmits-unsubscribe@incubator.apache.org">ooo-commmits-unsubscribe@incubator.apache.org</a></li>
+<li>Archives<ul>
+<li><a href="http://markmail.org/search/+list:org.apache.incubator.flex-commits">Markmail</a></li>
+<li><a href="http://mail-archives.apache.org/mod_mbox/incubator-flex-commits/">Apache</a></li>
+</ul>
+</li>
+</ul>
+  </div>
+
+  <div id="footera">
+    <div id="poweredbya"><p><img src="/flex/images/feather-small.gif"/></p></div>
+    <div id="copyrighta">
+      <p>
+	Apache Flex is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator.
+	Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and
+	decision making process	have stabilized in a manner consistent with other successful ASF projects. While incubation status is
+	not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has
+	yet to be fully endorsed by the ASF.</p>
+      <p>
+	<a href="/flex/license.html">Copyright &amp; License</a>
+	<br />Apache and the Apache feather logos are trademarks of The Apache Software Foundation.
+	Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>

Added: websites/staging/flex/trunk/content/flex/source.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/source.html (added)
+++ websites/staging/flex/trunk/content/flex/source.html Thu Jan  5 02:36:04 2012
@@ -0,0 +1,84 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<link href="/flex/css/flex.css" rel="stylesheet" type="text/css">
+
+<title>Source Control</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+</head>
+
+<body>
+  <div id="bannera">
+    <div id="bannerleft"><img id="flex-logo" alt="Apache Flex (Incubating)" src="/flex/images/flex.png"/></div>
+    <div id="bannerright">
+      <a title="Apache Incubator" href="http://incubator.apache.org"><img id="asf-logo" alt="Apache Incubator" src="/flex/images/apache-incubator-logo.png"/></a>
+    </div>
+    <div id="bannercenter">our new podling</div>
+  </div>
+  <div id="topbara">
+    
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo&nbsp;<a href="/flex/">flex</a></div>
+  </div>
+  <div id="clear"></div>
+  <div id="leftnav"><h1 id="general">General</h1>
+<ul>
+<li><a href="/flex/index.html">About</a></li>
+<li><a href="/flex/license.html">License</a></li>
+<li><a href="/flex/trademarks.html">Trademarks</a></li>
+</ul>
+<h1 id="community">Community</h1>
+<ul>
+<li><a href="/flex/get-involved.html">Get Involved</a></li>
+<li><a href="/flex/mailing-lists.html">Mailing Lists</a></li>
+</ul>
+<h1 id="development">Development</h1>
+<ul>
+<li><a href="/flex/source.html">Source Code</a></li>
+<li><a href="/flex/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1 id="project_management_ppmc">Project Management PPMC</h1>
+<ul>
+<li><a href="http://incubator.apache.org/projects/flex.html">Incubation Status</a></li>
+</ul>
+<h1 id="the_apache_software_foundation">The Apache Software Foundation</h1>
+<ul>
+<li><a href="http://www.apache.org/">Website</a></li>
+<li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul></div>
+  
+  <div id="content">
+    <h1 class="title">Source Control</h1>
+    <p>We use <a href="http://subversion.apache.org">Apache Subversion</a> for version control. You can <a href="http://svn.apache.org/viewvc/incubator/ooo/trunk">browse our 
+repository</a> in your web browser.</p>
+<p>For further information see the <a href="http://www.apache.org/dev/version-control.html">Apache Source Code Repository</a> page.</p>
+<h2 id="getting_the_source_code">Getting the source code</h2>
+<p>This will get you everything:</p>
+<div class="codehilite"><pre><span class="n">svn</span> <span class="n">co</span> <span class="n">https:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/incubator/</span><span class="n">flex</span><span class="o">/</span><span class="n">trunk</span> <span class="n">flex</span>
+</pre></div>
+
+
+<p>Including SVN overhead, this requires approximately 4 GB of storage.</p>
+  </div>
+
+  <div id="footera">
+    <div id="poweredbya"><p><img src="/flex/images/feather-small.gif"/></p></div>
+    <div id="copyrighta">
+      <p>
+	Apache Flex is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator.
+	Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and
+	decision making process	have stabilized in a manner consistent with other successful ASF projects. While incubation status is
+	not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has
+	yet to be fully endorsed by the ASF.</p>
+      <p>
+	<a href="/flex/license.html">Copyright &amp; License</a>
+	<br />Apache and the Apache feather logos are trademarks of The Apache Software Foundation.
+	Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>

Added: websites/staging/flex/trunk/content/flex/trademarks.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/trademarks.html (added)
+++ websites/staging/flex/trunk/content/flex/trademarks.html Thu Jan  5 02:36:04 2012
@@ -0,0 +1,126 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<link href="/flex/css/flex.css" rel="stylesheet" type="text/css">
+
+<title>Apache Flex Trademarks</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+</head>
+
+<body>
+  <div id="bannera">
+    <div id="bannerleft"><img id="flex-logo" alt="Apache Flex (Incubating)" src="/flex/images/flex.png"/></div>
+    <div id="bannerright">
+      <a title="Apache Incubator" href="http://incubator.apache.org"><img id="asf-logo" alt="Apache Incubator" src="/flex/images/apache-incubator-logo.png"/></a>
+    </div>
+    <div id="bannercenter">our new podling</div>
+  </div>
+  <div id="topbara">
+    
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo&nbsp;<a href="/flex/">flex</a></div>
+  </div>
+  <div id="clear"></div>
+  <div id="leftnav"><h1 id="general">General</h1>
+<ul>
+<li><a href="/flex/index.html">About</a></li>
+<li><a href="/flex/license.html">License</a></li>
+<li><a href="/flex/trademarks.html">Trademarks</a></li>
+</ul>
+<h1 id="community">Community</h1>
+<ul>
+<li><a href="/flex/get-involved.html">Get Involved</a></li>
+<li><a href="/flex/mailing-lists.html">Mailing Lists</a></li>
+</ul>
+<h1 id="development">Development</h1>
+<ul>
+<li><a href="/flex/source.html">Source Code</a></li>
+<li><a href="/flex/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1 id="project_management_ppmc">Project Management PPMC</h1>
+<ul>
+<li><a href="http://incubator.apache.org/projects/flex.html">Incubation Status</a></li>
+</ul>
+<h1 id="the_apache_software_foundation">The Apache Software Foundation</h1>
+<ul>
+<li><a href="http://www.apache.org/">Website</a></li>
+<li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul></div>
+  
+  <div id="content">
+    <h1 class="title">Apache Flex Trademarks</h1>
+    <p>The Apache Software Foundation holds trademarks on behalf of its
+projects.  For the Apache Flex project these trademarks include
+the names Apache Flex and Flex, as well as the
+graphical logo.  Use of these marks is prohibited without explicit
+permission from the ASF.</p>
+<p>However, the Apache Flex project is happy to work with 3rd
+parties who desire to use these trademarks in ways that are beneficial
+to the project, which do not imply endorsement by ASF, and which are
+fully in conformance with Apache policies.</p>
+<p>To request such permission, follow these steps:</p>
+<ol>
+<li>
+<p>First familiarize yourself with the <a href="http://www.apache.org/foundation/marks/">Apache Trademark Policy</a>.
+Many of the common cases are already addressed there.  And some uses
+of ASF marks ("nominative use") are automatically allowed.</p>
+</li>
+<li>
+<p>Email a proposal to <a href="mailto:flex-private@incubator.apache.org?subject=Trademark">flex-private@incubator.apache.org</a>.  In the
+proposal, please include:</p>
+<ol>
+<li>
+<p>Name and contact information of the company, organization or person
+requesting the permission</p>
+</li>
+<li>
+<p>A list of what ASF controlled marks you wish to use</p>
+</li>
+<li>
+<p>A description of how these marks would be used.  Give supporting
+detail, along with context  If you are requesting use of the logo, for
+example, provide a prototype of how the logo would appear in the
+context of the overall design.</p>
+</li>
+<li>
+<p>Any other information you think would be useful, e.g., any impeding deadlines</p>
+</li>
+</ol>
+</li>
+<li>
+<p>On receipt of the proposal, the Apache Flex PPMC will review
+and decide whether or not to recommend approval.</p>
+</li>
+<li>
+<p>If the PPMC recommends approval, then they will forward their
+recommendation, along with your proposal and any follow up
+communications, to the Apache V.P. of Brand Management for final
+approval.</p>
+</li>
+<li>
+<p>We will then notify you of the outcome.</p>
+</li>
+</ol>
+  </div>
+
+  <div id="footera">
+    <div id="poweredbya"><p><img src="/flex/images/feather-small.gif"/></p></div>
+    <div id="copyrighta">
+      <p>
+	Apache Flex is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator.
+	Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and
+	decision making process	have stabilized in a manner consistent with other successful ASF projects. While incubation status is
+	not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has
+	yet to be fully endorsed by the ASF.</p>
+      <p>
+	<a href="/flex/license.html">Copyright &amp; License</a>
+	<br />Apache and the Apache feather logos are trademarks of The Apache Software Foundation.
+	Other names appearing on the site may be trademarks of their respective owners.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>