Author: olga
Date: Wed Jun 24 22:19:53 2009
New Revision: 788196

URL: http://svn.apache.org/viewvc?rev=788196&view=rev
Log:
PIG=862: documentation update (chandec via olgan)

Modified:
    hadoop/pig/site/author/src/documentation/content/xdocs/tabs.xml
    hadoop/pig/site/author/src/documentation/skinconf.xml

Modified: hadoop/pig/site/author/src/documentation/content/xdocs/tabs.xml
URL: 
http://svn.apache.org/viewvc/hadoop/pig/site/author/src/documentation/content/xdocs/tabs.xml?rev=788196&r1=788195&r2=788196&view=diff
==============================================================================
--- hadoop/pig/site/author/src/documentation/content/xdocs/tabs.xml (original)
+++ hadoop/pig/site/author/src/documentation/content/xdocs/tabs.xml Wed Jun 24 
22:19:53 2009
@@ -30,7 +30,7 @@
    Tabs can be embedded to a depth of two. The second level of tabs will only 
     be displayed when their parent tab is selected.    
   -->
-  <tab id="" label="Home" dir="" indexfile="index.html"/>
+  <tab id="" label="Project" dir="" indexfile="index.html"/>
   <tab id="wiki" label="Wiki" href="http://wiki.apache.org/pig/"/>
 
 </tabs>

Modified: hadoop/pig/site/author/src/documentation/skinconf.xml
URL: 
http://svn.apache.org/viewvc/hadoop/pig/site/author/src/documentation/skinconf.xml?rev=788196&r1=788195&r2=788196&view=diff
==============================================================================
--- hadoop/pig/site/author/src/documentation/skinconf.xml (original)
+++ hadoop/pig/site/author/src/documentation/skinconf.xml Wed Jun 24 22:19:53 
2009
@@ -22,6 +22,15 @@
 
 <!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.6-3//EN" 
"http://forrest.apache.org/dtd/skinconfig-v06-3.dtd";>
 <skinconfig>
+  <!-- To enable lucene search add provider="lucene" (default is google).
+    Add box-location="alt" to move the search box to an alternate location
+    (if the skin supports it) and box-location="all" to show it in all
+    available locations on the page.  Remove the <search> element to show
+    no search box. @domain will enable sitesearch for the specific domain with 
google.
+    In other words google will search the @domain for the query string.
+
+  -->
+  <search name="Lucene" domain="hadoop.apache.org" provider="google"/>
 
   <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
   <disable-print-link>true</disable-print-link>  


Reply via email to