You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ph...@apache.org on 2011/01/31 09:46:47 UTC

svn commit: r1065524 - in /zookeeper/site/trunk: content/index.textile templates/search.html templates/skeleton.html

Author: phunt
Date: Mon Jan 31 08:46:46 2011
New Revision: 1065524

URL: http://svn.apache.org/viewvc?rev=1065524&view=rev
Log:
Added search box (via apache solr) to the nav column

Added:
    zookeeper/site/trunk/templates/search.html
Modified:
    zookeeper/site/trunk/content/index.textile
    zookeeper/site/trunk/templates/skeleton.html

Modified: zookeeper/site/trunk/content/index.textile
URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/index.textile?rev=1065524&r1=1065523&r2=1065524&view=diff
==============================================================================
--- zookeeper/site/trunk/content/index.textile (original)
+++ zookeeper/site/trunk/content/index.textile Mon Jan 31 08:46:46 2011
@@ -18,8 +18,6 @@ Notice:    Licensed to the Apache Softwa
 
 h1. Welcome to Apache ZooKeeper
 
-*This website is still under construction*
-
 h2. What is ZooKeeper?
 
 ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them ,which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed.

Added: zookeeper/site/trunk/templates/search.html
URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/templates/search.html?rev=1065524&view=auto
==============================================================================
--- zookeeper/site/trunk/templates/search.html (added)
+++ zookeeper/site/trunk/templates/search.html Mon Jan 31 08:46:46 2011
@@ -0,0 +1,6 @@
+<div class="searchbox"> 
+<form action="http://search-hadoop.com/zookeeper" method="get"> 
+<input onFocus="getBlank (this, 'Search with Apache Solr');" size="25" name="q" id="query" type="text" value="Search with Apache Solr">&nbsp;
+		  <input value="Search" type="submit"> 
+</form> 
+</div> 

Modified: zookeeper/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/templates/skeleton.html?rev=1065524&r1=1065523&r2=1065524&view=diff
==============================================================================
--- zookeeper/site/trunk/templates/skeleton.html (original)
+++ zookeeper/site/trunk/templates/skeleton.html Mon Jan 31 08:46:46 2011
@@ -19,8 +19,8 @@
     limitations under the License.
 -->
 
-	<link href="/css/site.css" rel="stylesheet" type="text/css">
-	<link href="/css/type-settings.css" rel="stylesheet" type="text/css">
+	<link href="css/site.css" rel="stylesheet" type="text/css">
+	<link href="css/type-settings.css" rel="stylesheet" type="text/css">
 
 	<title>Apache ZooKeeper - {% block title %}{{ headers.title }}{% endblock %}</title>
 
@@ -44,7 +44,7 @@
                                                                         
             <div id="header_background">
 	<div id="zookeeper_logo">
-		<a href="/"><img src="/images/zookeeper_small.gif"/></a> <b><font size=+4 color=white>Apache ZooKeeper</font></b> <a href="http://apache.org"><img src="/images/feather_small.gif"/></a>
+		<a href="/"><img src="images/zookeeper_small.gif"/></a> <b><font size=+4 color=white>Apache ZooKeeper</font></b> <a href="http://apache.org"><img src="images/feather_small.gif"/></a>
 	</div>
       </div>
                                     
@@ -59,7 +59,8 @@
         <td valign="top">
           <div class="navigation">
             <div class="navigation_top">
-              <div class="navigation_bottom"> 
+{% include "search.html" %}
+            <div class="navigation_bottom"> 
 <!-- sidenav -->                                                                        
 {% filter textile %}{% include "sidenav.textile" %}{% endfilter %}
 <!-- sidenav -->