You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by mf...@apache.org on 2012/12/18 17:52:45 UTC

svn commit: r1423530 - in /incubator/streams/site/trunk: lib/path.pm templates/skeleton.html

Author: mfranklin
Date: Tue Dec 18 16:52:44 2012
New Revision: 1423530

URL: http://svn.apache.org/viewvc?rev=1423530&view=rev
Log:
Added additional required branding items (STREAMS-4)

Modified:
    incubator/streams/site/trunk/lib/path.pm
    incubator/streams/site/trunk/templates/skeleton.html

Modified: incubator/streams/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/lib/path.pm?rev=1423530&r1=1423529&r2=1423530&view=diff
==============================================================================
--- incubator/streams/site/trunk/lib/path.pm (original)
+++ incubator/streams/site/trunk/lib/path.pm Tue Dec 18 16:52:44 2012
@@ -5,7 +5,7 @@ our @nav = (
     { title => "Apache Streams" },
     { title => "Overview",
       href => "/index.html"},
-    { title => "Wiki",
+    { title => "Wiki (coming soon)",
       href => ""},
     { title => "Project" },
     { title => "Source Code",
@@ -16,8 +16,15 @@ our @nav = (
       href => "https://issues.apache.org/jira/browse/STREAMS" },
     { title => "Resources",
       href => "/resources.html" },
+    { title => "Foundation" },
+    { title => "Foundation Info",
+      href => "http://www.apache.org/" },
     { title => "License",
       href => "http://apache.org/licenses/LICENSE-2.0.html" },
+    { title => "Sponsorship",
+      href => "http://www.apache.org/foundation/sponsorship.html" },
+    { title => "Thanks",
+      href => "http://www.apache.org/foundation/thanks.html" },
 );
 
 # Django-style URL dispatching

Modified: incubator/streams/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/templates/skeleton.html?rev=1423530&r1=1423529&r2=1423530&view=diff
==============================================================================
--- incubator/streams/site/trunk/templates/skeleton.html (original)
+++ incubator/streams/site/trunk/templates/skeleton.html Tue Dec 18 16:52:44 2012
@@ -95,12 +95,12 @@
     </div>
   
     <!-- SITE FOOTER -->
-    <footer>
+    <footer class="footer">
       <div class="container-fluid">
         <div class="row span12">Copyright &copy; 2012
           <a href="http://www.apache.org/">The Apache Software Foundation</a>,
           licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-          <p><small>Apache Incubator, Apache, and the Apache feather logo 
+          <p><small>Apache Streams, Apache Incubator, Apache, and the Apache feather logo 
           are trademarks of The Apache Software Foundation.
           Other names appearing on the site may be trademarks of their
           respective owners.</small></p>