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/05 16:11:46 UTC

svn commit: r1429306 - /flex/site/trunk/templates/skeleton.html

Author: quetwo
Date: Sat Jan  5 15:11:46 2013
New Revision: 1429306

URL: http://svn.apache.org/viewvc?rev=1429306&view=rev
Log:
fixing links for website

Modified:
    flex/site/trunk/templates/skeleton.html

Modified: flex/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/flex/site/trunk/templates/skeleton.html?rev=1429306&r1=1429305&r2=1429306&view=diff
==============================================================================
--- flex/site/trunk/templates/skeleton.html (original)
+++ flex/site/trunk/templates/skeleton.html Sat Jan  5 15:11:46 2013
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<link href="/css/flex.css" rel="stylesheet" type="text/css">
+<link href="/flex/css/flex.css" rel="stylesheet" type="text/css">
 {% if header %}
 {% autoescape off %}{{ header }}{% endautoescape %}{% else %}
 <title>{% block title %}{{ headers.title }}{% endblock %}</title>
@@ -11,9 +11,9 @@
 
 <body>
   <div id="bannera">
-    <div id="bannerleft"><img id="flex-logo" alt="Apache Flex (Incubating)" src="/images/flex.png"/></div>
+    <div id="bannerleft"><img id="flex-logo" alt="Apache Flex" 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="/images/apache-incubator-logo.png"/></a>
+      <a title="An Apache Project" href="http://www.apache.org"><img id="asf-logo" alt="An Apache Project" src="http://apache.org/images/feather-small.gif"/></a>
     </div>
     <div id="bannercenter">&nbsp;</div>
   </div>
@@ -30,18 +30,10 @@
   </div>
 
   <div id="footera">
-    <div id="poweredbya"><p><img src="/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="/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>Copyright © 2012 The Apache Software Foundation, Licensed under the 
+	<a href="http://flex.apache.org/license.html">Apache License, Version 2.0</a>
+	<br />Apache Flex, Apache and the Apache feather logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </p>
     </div>
   </div>