You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by iv...@apache.org on 2015/03/10 21:55:36 UTC

svn commit: r1665687 - /zookeeper/site/trunk/templates/bookkeeper/skeleton.html

Author: ivank
Date: Tue Mar 10 20:55:36 2015
New Revision: 1665687

URL: http://svn.apache.org/r1665687
Log:
Add redirect for new bk site

Modified:
    zookeeper/site/trunk/templates/bookkeeper/skeleton.html

Modified: zookeeper/site/trunk/templates/bookkeeper/skeleton.html
URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/templates/bookkeeper/skeleton.html?rev=1665687&r1=1665686&r2=1665687&view=diff
==============================================================================
--- zookeeper/site/trunk/templates/bookkeeper/skeleton.html (original)
+++ zookeeper/site/trunk/templates/bookkeeper/skeleton.html Tue Mar 10 20:55:36 2015
@@ -22,86 +22,16 @@
 	<link href="/bookkeeper/css/site.css" rel="stylesheet" type="text/css">
 	<link href="/bookkeeper/css/type-settings.css" rel="stylesheet" type="text/css">
 
-	<title>Apache BookKeeper - {% block title %}{{ headers.title }}{% endblock %}</title>
+	<title>Apache BookKeeper - Redirecting</title>
 
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<script>
+	  var newUrl = document.location.replace("zookeeper.apache.org/bookkeeper", "bookkeeper.apache.org")
+	  document.location.assign(newUrl)
+	</script>
 </head>
 <body>
-<div class="white_box">
-<div class="header">
-  <div class="header_l">
-    <div class="header_r">
-    </div>
-  </div>
-</div>
-<div class="content">
-  <div class="content_l">
-    <div class="content_r">
-      <div>
-
-<!-- Banner -->
-                                                                        
-                                                                        
-            <div id="header_background">
-	<div id="bookkeeper_logo">
-		<a href="/bookkeeper"><img src="/bookkeeper/images/bookkeeper_logo_blk.png"/></a> <b><font size=+4 color=white>Apache BookKeeper&trade;</font></b> <a href="http://apache.org"><img src="/bookkeeper/images/feather_small.gif"/></a>
-	</div>
-      </div>
-                                    
-    <table border="0">
-    <tbody>
-        <tr>
-        <td style="overflow: hidden;" valign="top" width="100%">
-          <div class="wiki-content">
-{% block content %} {{ content|textile }}{% endblock %}
-          </div>
-        </td>
-        <td valign="top">
-          <div class="navigation">
-            <div class="navigation_top">
-{% include "bookkeeper/search.html" %}
-            <div class="navigation_bottom"> 
-<!-- sidenav -->                                                                        
-{% filter textile %}{% include "bookkeeper/sidenav.textile" %}{% endfilter %}
-<!-- sidenav -->                                                                        
-              </div>
-            </div>   
-          </div>
-        </td>
-        </tr>
-    </tbody>
-        </table>
-
-<!--
-        <div class="bottom_red_bar"></div>
--->
-      </div>
-    </div>
-  </div>
-</div>
-<div class="black_box">
-<div class="footer">
-  <div class="footer_l">
-    <div class="footer_r">
-      <div>
-
-      </div>
-    </div>
-  </div>
-</div>
-</div>
-</div>
-<!--
-<div class="design_attribution">Page Template Design By Marc Prud'hommeaux based on <a href="http://activemq.apache.org/">ActiveMQ template</a></div>
--->
-<div class="copyright_footer">
-<p>Copyright &copy; 2010 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br>Apache ZooKeeper, ZooKeeper, Apache, the Apache feather logo, and the Apache ZooKeeper project logo are trademarks of The Apache Software Foundation.</p>
-</div>
-<script src="skeleton_files/urchin.js" type="text/javascript">
-</script>
-<script type="text/javascript">
-_uacct = "UA-1940143-1";
-urchinTracker();
-</script>
+  BookKeeper has graduated as an Apache Top Level project.
 
+  <a href="http://bookkeeper.apache.org">Click here if you are not automatically redirected</a>
 </body></html>