You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by cu...@apache.org on 2010/08/25 18:08:52 UTC

svn commit: r989195 - in /avro/site: author/skinconf.xml publish/credits.html publish/index.html publish/irc.html publish/issue_tracking.html publish/linkmap.html publish/mailing_lists.html publish/releases.html publish/version_control.html

Author: cutting
Date: Wed Aug 25 16:08:52 2010
New Revision: 989195

URL: http://svn.apache.org/viewvc?rev=989195&view=rev
Log:
AVRO-626. Use search-hadoop.com for search on search avro.apache.org.  Contributed by Alex Baranau.

Modified:
    avro/site/author/skinconf.xml
    avro/site/publish/credits.html
    avro/site/publish/index.html
    avro/site/publish/irc.html
    avro/site/publish/issue_tracking.html
    avro/site/publish/linkmap.html
    avro/site/publish/mailing_lists.html
    avro/site/publish/releases.html
    avro/site/publish/version_control.html

Modified: avro/site/author/skinconf.xml
URL: http://svn.apache.org/viewvc/avro/site/author/skinconf.xml?rev=989195&r1=989194&r2=989195&view=diff
==============================================================================
--- avro/site/author/skinconf.xml (original)
+++ avro/site/author/skinconf.xml Wed Aug 25 16:08:52 2010
@@ -30,7 +30,7 @@ which will be used to configure the chos
     In other words google will search the @domain for the query string.
 
   -->
-  <search name="Avro" domain="avro.apache.org" provider="google"/>
+  <search provider="search-hadoop" name="avro"/>
 
   <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
   <disable-print-link>true</disable-print-link>  

Modified: avro/site/publish/credits.html
URL: http://svn.apache.org/viewvc/avro/site/publish/credits.html?rev=989195&r1=989194&r2=989195&view=diff
==============================================================================
--- avro/site/publish/credits.html (original)
+++ avro/site/publish/credits.html Wed Aug 25 16:08:52 2010
@@ -42,9 +42,9 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="avro.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+<form action="http://search-hadoop.com/avro" 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: avro/site/publish/index.html
URL: http://svn.apache.org/viewvc/avro/site/publish/index.html?rev=989195&r1=989194&r2=989195&view=diff
==============================================================================
--- avro/site/publish/index.html (original)
+++ avro/site/publish/index.html Wed Aug 25 16:08:52 2010
@@ -42,9 +42,9 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="avro.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+<form action="http://search-hadoop.com/avro" 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: avro/site/publish/irc.html
URL: http://svn.apache.org/viewvc/avro/site/publish/irc.html?rev=989195&r1=989194&r2=989195&view=diff
==============================================================================
--- avro/site/publish/irc.html (original)
+++ avro/site/publish/irc.html Wed Aug 25 16:08:52 2010
@@ -42,9 +42,9 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="avro.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+<form action="http://search-hadoop.com/avro" 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: avro/site/publish/issue_tracking.html
URL: http://svn.apache.org/viewvc/avro/site/publish/issue_tracking.html?rev=989195&r1=989194&r2=989195&view=diff
==============================================================================
--- avro/site/publish/issue_tracking.html (original)
+++ avro/site/publish/issue_tracking.html Wed Aug 25 16:08:52 2010
@@ -42,9 +42,9 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="avro.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+<form action="http://search-hadoop.com/avro" 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: avro/site/publish/linkmap.html
URL: http://svn.apache.org/viewvc/avro/site/publish/linkmap.html?rev=989195&r1=989194&r2=989195&view=diff
==============================================================================
--- avro/site/publish/linkmap.html (original)
+++ avro/site/publish/linkmap.html Wed Aug 25 16:08:52 2010
@@ -42,9 +42,9 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="avro.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+<form action="http://search-hadoop.com/avro" 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: avro/site/publish/mailing_lists.html
URL: http://svn.apache.org/viewvc/avro/site/publish/mailing_lists.html?rev=989195&r1=989194&r2=989195&view=diff
==============================================================================
--- avro/site/publish/mailing_lists.html (original)
+++ avro/site/publish/mailing_lists.html Wed Aug 25 16:08:52 2010
@@ -42,9 +42,9 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="avro.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+<form action="http://search-hadoop.com/avro" 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: avro/site/publish/releases.html
URL: http://svn.apache.org/viewvc/avro/site/publish/releases.html?rev=989195&r1=989194&r2=989195&view=diff
==============================================================================
--- avro/site/publish/releases.html (original)
+++ avro/site/publish/releases.html Wed Aug 25 16:08:52 2010
@@ -42,9 +42,9 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="avro.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+<form action="http://search-hadoop.com/avro" 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: avro/site/publish/version_control.html
URL: http://svn.apache.org/viewvc/avro/site/publish/version_control.html?rev=989195&r1=989194&r2=989195&view=diff
==============================================================================
--- avro/site/publish/version_control.html (original)
+++ avro/site/publish/version_control.html Wed Aug 25 16:08:52 2010
@@ -42,9 +42,9 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="avro.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+<form action="http://search-hadoop.com/avro" 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>
 <!--+