You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2012/07/20 22:09:45 UTC

svn commit: r1363931 - in /servicemix/documentation/trunk/src/main/webapp: WEB-INF/scalate/layouts/default.ssp activemq/toc.ssp theme/master.css

Author: gertv
Date: Fri Jul 20 20:09:45 2012
New Revision: 1363931

URL: http://svn.apache.org/viewvc?rev=1363931&view=rev
Log:
Add privacy policy and trademarks to the documentation pages

Added:
    servicemix/documentation/trunk/src/main/webapp/activemq/toc.ssp
Modified:
    servicemix/documentation/trunk/src/main/webapp/WEB-INF/scalate/layouts/default.ssp
    servicemix/documentation/trunk/src/main/webapp/theme/master.css

Modified: servicemix/documentation/trunk/src/main/webapp/WEB-INF/scalate/layouts/default.ssp
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/WEB-INF/scalate/layouts/default.ssp?rev=1363931&r1=1363930&r2=1363931&view=diff
==============================================================================
--- servicemix/documentation/trunk/src/main/webapp/WEB-INF/scalate/layouts/default.ssp (original)
+++ servicemix/documentation/trunk/src/main/webapp/WEB-INF/scalate/layouts/default.ssp Fri Jul 20 20:09:45 2012
@@ -154,8 +154,10 @@ limitations under the License.
         <%= body %>
       <% } %>
     </div>
-      <div id="siteFooter">
-        <p>Thanks for using Apache ServiceMix!</p>
-  </div>
+    <div id="siteFooter">
+      &copy; 2008-2011 The Apache Software Foundation - <a href="http://servicemix.apache.org/site/privacy-policy.html">Privacy Policy</a>
+      <br/>
+      Apache ServiceMix, ServiceMix, Apache, the Apache feather logo, and the Apache ServiceMix project logo are trademarks of The Apache Software Foundation.
+    </div>
 </body>
 </html>
\ No newline at end of file

Added: servicemix/documentation/trunk/src/main/webapp/activemq/toc.ssp
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/activemq/toc.ssp?rev=1363931&view=auto
==============================================================================
--- servicemix/documentation/trunk/src/main/webapp/activemq/toc.ssp (added)
+++ servicemix/documentation/trunk/src/main/webapp/activemq/toc.ssp Fri Jul 20 20:09:45 2012
@@ -0,0 +1,8 @@
+<ul>
+    <li id="introduction">
+        <a href="${uri("/activemq/index.html")}">Introduction</a>
+    </li>
+    <li id="activemq-camel">
+        <a href="${uri("/activemq/activemq-camel-example.html")}">ActiveMQ and Camel example</a>
+    </li>
+</ul>
\ No newline at end of file

Modified: servicemix/documentation/trunk/src/main/webapp/theme/master.css
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/theme/master.css?rev=1363931&r1=1363930&r2=1363931&view=diff
==============================================================================
--- servicemix/documentation/trunk/src/main/webapp/theme/master.css (original)
+++ servicemix/documentation/trunk/src/main/webapp/theme/master.css Fri Jul 20 20:09:45 2012
@@ -137,11 +137,12 @@ div#siteFooter {
   background-color: #76a3cd;
   margin-top: 30px;
   color: #ffffff;
-  text-align: right;
+  text-align: center;
   vertical-align: bottom;
   clear: both;
   padding-left: 20px;
   padding-right: 20px;
+  font-size: 80%;
 }
 
 div#content {