You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cu...@apache.org on 2006/01/31 00:06:49 UTC

svn commit: r373624 [3/3] - in /lucene/hadoop/trunk: ./ site/ site/images/ site/skin/ site/skin/css/ site/skin/images/ site/skin/scripts/ site/skin/translations/ src/ src/site/ src/site/src/ src/site/src/documentation/ src/site/src/documentation/classe...

Added: lucene/hadoop/trunk/site/skin/skinconf.xsl
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/site/skin/skinconf.xsl?rev=373624&view=auto
==============================================================================
--- lucene/hadoop/trunk/site/skin/skinconf.xsl (added)
+++ lucene/hadoop/trunk/site/skin/skinconf.xsl Mon Jan 30 15:06:34 2006
@@ -0,0 +1,153 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+        
+    <xsl:template match="skinconfig">
+
+  <xsl:if test="not(colors)">
+  <colors>
+<!-- Lenya -->
+  <color name="header" value="#ffffff"/>
+
+    <color name="tab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
+    <color name="tab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
+    <color name="subtab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
+
+    <color name="heading" value="#E5E4D9"/>
+    <color name="subheading" value="#E5E4D9"/>
+    <color name="published" value="#4C6C8F" font="#FFFFFF"/>
+	<color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/>
+    <color name="navstrip" value="#E5E4D9" font="#000000"/>
+
+    <color name="toolbox" value="#CFDCED" font="#000000"/>
+
+    <color name="border" value="#999999"/>
+    <color name="menu" value="#4C6C8F" font="#ffffff" link="#ffffff" vlink="#ffffff" hlink="#ffffff"  />    
+    <color name="menuheading" value="#cfdced" font="#000000" />
+    <color name="searchbox" value="#E5E4D9" font="#000000"/>
+    
+    <color name="dialog" value="#E5E4D9" font="#000000"/>
+	<color name="body" value="#ffffff" />            
+    
+    <color name="table" value="#ccc"/>    
+    <color name="table-cell" value="#ffffff"/>   
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#003366"/>
+        
+    <color name="footer" value="#E5E4D9"/>
+  </colors>
+  </xsl:if>
+
+     <xsl:copy>
+      <xsl:copy-of select="@*"/>
+      <xsl:copy-of select="node()[not(name(.)='colors')]"/>     
+      <xsl:apply-templates select="colors"/>
+     </xsl:copy> 
+
+    </xsl:template>
+
+    <xsl:template match="colors">
+     <xsl:copy>
+      <xsl:copy-of select="@*"/>
+      <xsl:copy-of select="node()[name(.)='color']"/> 
+      
+     <xsl:if test="not(color[@name='header'])">
+       <color name="header" value="#FFFFFF"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='tab-selected'])">
+      <color name="tab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='tab-unselected'])">
+      <color name="tab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
+     </xsl:if>
+     <xsl:if test="not(color[@name='subtab-selected'])">
+      <color name="subtab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='subtab-unselected'])">
+      <color name="subtab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='heading'])">
+      <color name="heading" value="#E5E4D9"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='subheading'])">
+      <color name="subheading" value="#E5E4D9"/>
+     </xsl:if>
+      <xsl:if test="not(color[@name='published'])">
+		<color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/>
+     </xsl:if> 
+     <xsl:if test="not(color[@name='published'])">
+        <color name="published" value="#4C6C8F" font="#FFFFFF"/>
+     </xsl:if> 
+     <xsl:if test="not(color[@name='navstrip'])">
+      <color name="navstrip" value="#E5E4D9" font="#000000"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='toolbox'])">
+       <color name="toolbox" value="#CFDCED" font="#000000"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='border'])">
+       <color name="border" value="#999999"/>
+     </xsl:if>       
+     <xsl:if test="not(color[@name='menu'])">
+      	<color name="menu" value="#4C6C8F" font="#ffffff" link="#ffffff" vlink="#ffffff" hlink="#ffffff"  /> 
+     </xsl:if>
+     <xsl:if test="not(color[@name='menuheading'])">
+	     <color name="menuheading" value="#cfdced" font="#000000" />
+     </xsl:if> 
+     <xsl:if test="not(color[@name='searchbox'])">
+	 	<color name="searchbox" value="#E5E4D9" font="#000000"/>
+     </xsl:if> 
+     <xsl:if test="not(color[@name='dialog'])">
+      <color name="dialog" value="#E5E4D9" font="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='body'])">
+      <color name="body" value="#ffffff" /> 
+     </xsl:if>  
+     <xsl:if test="not(color[@name='table'])">
+      <color name="table" value="#ccc"/>    
+     </xsl:if>  
+     <xsl:if test="not(color[@name='table-cell'])">
+      <color name="table-cell" value="#ffffff"/>    
+     </xsl:if>  
+     <xsl:if test="not(color[@name='highlight'])">
+       <color name="highlight" value="#ffff00"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='fixme'])">
+       <color name="fixme" value="#c60"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='note'])">
+       <color name="note" value="#069"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='warning'])">
+       <color name="warning" value="#900"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='code'])">
+       <color name="code" value="#a5b6c6"/>
+     </xsl:if>  
+     <xsl:if test="not(color[@name='footer'])">
+       <color name="footer" value="#E5E4D9"/>
+     </xsl:if>  
+    
+     </xsl:copy> 
+
+    </xsl:template>
+    
+</xsl:stylesheet>

Added: lucene/hadoop/trunk/site/version_control.html
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/site/version_control.html?rev=373624&view=auto
==============================================================================
--- lucene/hadoop/trunk/site/version_control.html (added)
+++ lucene/hadoop/trunk/site/version_control.html Mon Jan 30 15:06:34 2006
@@ -0,0 +1,194 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta content="Apache Forrest" name="Generator">
+<meta name="Forrest-version" content="0.7">
+<meta name="Forrest-skin-name" content="pelt">
+<title>Hadoop Version Control System</title>
+<link type="text/css" href="skin/basic.css" rel="stylesheet">
+<link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
+<link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
+<link type="text/css" href="skin/profile.css" rel="stylesheet">
+<script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script>
+<link rel="shortcut icon" href="images/favicon.ico">
+</head>
+<body onload="init()">
+<script type="text/javascript">ndeSetTextSize();</script>
+<div id="top">
+<div class="breadtrail">
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://lucene.apache.org/">Lucene</a> &gt; <a href="http://lucene.apache.org/hadoop/">Hadoop</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+</div>
+<div class="header">
+<div class="grouplogo">
+<a href="http://lucene.apache.org/"><img class="logoImage" alt="Lucene" src="http://lucene.apache.org/java/docs/images/lucene_green_150.gif" title="Apache Lucene"></a>
+</div>
+<div class="projectlogo">
+<a href="http://lucene.apache.org/hadoop/"><img class="logoImage" alt="Hadoop" src="images/hadoop-logo.jpg" title="Scalable Computing Platform"></a>
+</div>
+<div class="searchbox">
+<form action="http://www.google.com/search" method="get" class="roundtopsmall">
+<input value="lucene.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 attr="value" name="Search" value="Search" type="submit">
+</form>
+</div>
+<ul id="tabs">
+<li class="current">
+<a class="base-selected" href="index.html">Main</a>
+</li>
+<li>
+<a class="base-not-selected" href="http://wiki.apache.org/hadoop">Wiki</a>
+</li>
+</ul>
+</div>
+</div>
+<div id="main">
+<div id="publishedStrip">
+<div id="level2tabs"></div>
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="breadtrail">
+             
+             &nbsp;
+           </div>
+<div id="menu">
+<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Project</div>
+<div id="menu_1.1" class="menuitemgroup">
+<div class="menuitem">
+<a href="index.html">News</a>
+</div>
+<div class="menuitem">
+<a href="about.html">About</a>
+</div>
+<div class="menuitem">
+<a href="credits.html">Credits</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
+<div id="menu_1.2" class="menuitemgroup">
+<div class="menuitem">
+<a href="http://wiki.apache.org/hadoop/">Wiki</a>
+</div>
+<div class="menuitem">
+<a href="apidocs/index.html">API Docs</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Resources</div>
+<div id="menu_selected_1.3" class="selectedmenuitemgroup" style="display: block;">
+<div class="menuitem">
+<a href="http://cvs.apache.org/dist/lucene/hadoop/nightly/">Download</a>
+</div>
+<div class="menuitem">
+<a href="mailing_lists.html">Mailing Lists</a>
+</div>
+<div class="menuitem">
+<a href="issue_tracking.html">Issue Tracking</a>
+</div>
+<div class="menupage">
+<div class="menupagetitle">Version Control</div>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_1.4', 'skin/')" id="menu_1.4Title" class="menutitle">Related Projects</div>
+<div id="menu_1.4" class="menuitemgroup">
+<div class="menuitem">
+<a href="http://lucene.apache.org/java/">Lucene</a>
+</div>
+<div class="menuitem">
+<a href="http://lucene.apache.org/nutch/">Nutch</a>
+</div>
+</div>
+<div id="credit"></div>
+<div id="roundbottom">
+<img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
+<div id="credit2"></div>
+</div>
+<div id="content">
+<div title="Portable Document Format" class="pdflink">
+<a class="dida" href="version_control.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
+        PDF</a>
+</div>
+<h1>Hadoop Version Control System</h1>
+<div id="minitoc-area">
+<ul class="minitoc">
+<li>
+<a href="#Overview">Overview</a>
+</li>
+<li>
+<a href="#Web+Access+%28read-only%29">Web Access (read-only)</a>
+</li>
+<li>
+<a href="#Anonymous+Access+%28read-only%29">Anonymous Access (read-only)</a>
+</li>
+<li>
+<a href="#Committer+Access+%28read-write%29">Committer Access (read-write)</a>
+</li>
+</ul>
+</div>
+  
+    
+<a name="N1000C"></a><a name="Overview"></a>
+<h2 class="h3">Overview</h2>
+<div class="section">
+<p>
+        The Hadoop source code resides in the Apache <a href="http://subversion.tigris.org/">Subversion (SVN)</a> repository.
+        The command-line SVN client can be obtained <a href="http://subversion.tigris.org/project_packages.html">here</a>.
+        The TortoiseSVN GUI client for Windows can be obtained <a href="http://tortoisesvn.tigris.org/">here</a>. There
+        are also SVN plugins available for both <a href="http://subclipse.tigris.org/">Eclipse</a> and 
+        <a href="http://svnup.tigris.org/">IntelliJ IDEA</a>.
+      </p>
+</div>
+    
+    
+<a name="N1002A"></a><a name="Web+Access+%28read-only%29"></a>
+<h2 class="h3">Web Access (read-only)</h2>
+<div class="section">
+<p>
+        The source code can be browsed via the Web at 
+        <a href="http://svn.apache.org/viewcvs.cgi/lucene/hadoop/">http://svn.apache.org/viewcvs.cgi/lucene/hadoop/</a>.
+        No SVN client software is required.
+      </p>
+</div>
+    
+    
+<a name="N10038"></a><a name="Anonymous+Access+%28read-only%29"></a>
+<h2 class="h3">Anonymous Access (read-only)</h2>
+<div class="section">
+<p>
+        The SVN URL for anonymous users is 
+        <a href="http://svn.apache.org/repos/asf/lucene/hadoop/">http://svn.apache.org/repos/asf/lucene/hadoop/</a>.
+        Instructions for anonymous SVN access are 
+        <a href="http://www.apache.org/dev/version-control.html#anon-svn">here</a>.
+      </p>
+</div>
+    
+    
+<a name="N1004A"></a><a name="Committer+Access+%28read-write%29"></a>
+<h2 class="h3">Committer Access (read-write)</h2>
+<div class="section">
+<p>
+        The SVN URL for committers is 
+        <a href="https://svn.apache.org/repos/asf/lucene/hadoop/">https://svn.apache.org/repos/asf/lucene/hadoop/</a>.
+        Instructions for committer SVN access are 
+        <a href="http://www.apache.org/dev/version-control.html#https-svn">here</a>.
+      </p>
+</div>
+    
+  
+</div>
+<div class="clearboth">&nbsp;</div>
+</div>
+<div id="footer">
+<div class="lastmodified">
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="copyright">
+        Copyright &copy;
+         2005 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+</div>
+</div>
+</body>
+</html>

Added: lucene/hadoop/trunk/site/version_control.pdf
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/site/version_control.pdf?rev=373624&view=auto
==============================================================================
--- lucene/hadoop/trunk/site/version_control.pdf (added)
+++ lucene/hadoop/trunk/site/version_control.pdf Mon Jan 30 15:06:34 2006
@@ -0,0 +1,384 @@
+%PDF-1.3
+%ª«¬­
+4 0 obj
+<< /Type /Info
+/Producer (FOP 0.20.5) >>
+endobj
+5 0 obj
+<< /Length 508 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gb!$C4`A1k&;KrWMAsH`l]4"I,G:d293!iaLXI=k%R_KqFUX(Uh`)`p\tiVFSKYQ8lT7>/kaeU-h4+KT&;IRaY^,=OL6Y7/G7T8CjMCmA(<2H...@R0>bpAnDJ!1Bee2G1:G>BkKQMF4%ES?MI-'`E5$fj'm,RWH;5"aU+U=LnAX>cU;T:hbd/ffc4e<C]DKj%!haYnfS69HtEZha^+R5eodgs:kRg6<G?H*+2IgHiJB_)m.[LRfm?Y9(Bd5ViXk_u`/&G1!_Vq7Ri5(tQRQ>WdjX.7V%M!M&opM[ig16nO/cBc[5G&ijhsV&@rA&`/Sm,oB"8kqaAO*8j^dLof+aY@9G0A+2NC/u]iuj"D<F0Y5Sj;+O'jg'~>
+endstream
+endobj
+6 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 5 0 R
+/Annots 7 0 R
+>>
+endobj
+7 0 obj
+[
+8 0 R
+10 0 R
+12 0 R
+14 0 R
+]
+endobj
+8 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 559.666 157.316 547.666 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 9 0 R
+/H /I
+>>
+endobj
+10 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 541.466 226.616 529.466 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 11 0 R
+/H /I
+>>
+endobj
+12 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 523.266 262.628 511.266 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 13 0 R
+/H /I
+>>
+endobj
+14 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 505.066 259.292 493.066 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 15 0 R
+/H /I
+>>
+endobj
+16 0 obj
+<< /Length 1470 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GatU3cZbj<&AJ%FcnROK7R@`l[ksRde$lNmgUQXEklG;5junZ.JXu!(IRepM85)@uQV1pQRNJ.cbmY[0Zh_WI&V^CpGaJYJ4X2A*5D#$uFFo46KE<a6kf4RWkNIM<UHeY=+S?nEO6>^S>'ucE04quWUcEiZCJTZna$Lp"fO'F7a%/k1SGbDD@"NDeBH)%1O:od32Vqmf?,45'Pu9[k=)+opn+TMX4A!^G?cgG>o$[JDqgL2BBkCmW7[jk`Ee@sIM6VT$!_aiG7:ATT=<K#K8*CQ@[5E*ioG[BKg%2AD]DWA(X)_4#L%JlBOSjfocOY*s0FK)K'0:HP:U<.Fd_%fVqtBjb]Z\^#"X?=rdogIs;cR-SIInA^kYW@,E"JLDRWFnNDUWWK;<4Qt,7rP?efpGlmE)>OO\>/->1P.4=cL3hP6cpT4MjAd.uA5^WDuX&9C'Ej^QD]k5fibEVGD3r"f6""=)q./c.C]i!$7AJ_Y:]JWQ49<c91'_Z52VIJjr.e6UJUjLgpN+M.<%]Aee6PF$<hm,JZ>.c?'>^p2Wq66;a]o#47<H3\S0IO<2i_8=,#M!HkC,bm5F#hK.]8_)T>s`G`SfGN!;LL-+6lV\!9!lMN_ZGVEX\7I](WiR6cU<YK\,PLAcF\;7V*/W1hQ1_R6n>9%%u:rK_'0!&NhkB*VX8Z[pBkOmpc;Y9sY.IQR#d5CR>$)R`?Xf9@7mrI[#r[a7u7uVe.AEiAGQ,U"HIEr-;B+u^:[=\q.*1J_93))*9PB>.R?Ck]&Dg/2>jdW/`'o+mlR;mkZe,%%1,eP#icm!1W"oN!j;qTR0&3.%^DX)QBa*_268t7f'(+[(iS'<*<<&e+Fo4"?6;U.5GI%R%rVgTb\?gg`SO1kIhXg:n9p#D]^jPK9>q.lU<\U'NG/;@jfi\lkE9B<BXj`.?peaHD[4Mie/hb#UM+C31e!Q>8II/WX18EWX<(U1)N>8[KcHG2iT(=9%JTK%Z
 GT_S^6(.@e`8MdgLi`1#f6I!e1:TK9&$03l3]])jWdf:FnMqbP;offEb=0&2#2Lmi:ErDsYh)$9F)FNTp&8:P@Bo!GR.jhBfeqmbRfTssrpJ#"m4tMjBA?@`\W.+u?>[H#[^InGpS_*EYmM"gUK"[HHn6@ZRO7GHhcYNcKfFGZcTbP@=80KI!!l/%JF5:RXZ+]nkj_i^Wr>+3p.\>CYF:Y(/;/7n;mb.29IOEsr12WBs`^$j7^h.@o]jg7rhE(2LG\JU>6W6L!M?#,u;hjK:&3V6,rC`@*hL0uBInh1RdFgJU/a)B$<*=!:%!6^6Wg;B_)!dLW"?o*qhXMW#e$u+KK;CYTRMgm>_DjpiHsT<K@fN<@3=&-gb"0m-gZ+YjN;KXjkHJlG"HX9h>$"d?GLZG7du;O"DB:Fl`(;ck\<FLjedD+Lg<+Wr]PTMJe\5:bL18ds<YS;B@TT-P@/q>'<!M^g#JCYc3W~>
+endstream
+endobj
+17 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 16 0 R
+/Annots 18 0 R
+>>
+endobj
+18 0 obj
+[
+19 0 R
+20 0 R
+21 0 R
+22 0 R
+23 0 R
+24 0 R
+25 0 R
+26 0 R
+27 0 R
+28 0 R
+29 0 R
+]
+endobj
+19 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 318.6 629.666 407.592 617.666 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://subversion.tigris.org/)
+/S /URI >>
+/H /I
+>>
+endobj
+20 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 297.3 616.466 317.952 604.466 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://subversion.tigris.org/project_packages.html)
+/S /URI >>
+/H /I
+>>
+endobj
+21 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 168.312 603.266 188.964 591.266 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://tortoisesvn.tigris.org/)
+/S /URI >>
+/H /I
+>>
+endobj
+22 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 418.92 603.266 454.248 591.266 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://subclipse.tigris.org/)
+/S /URI >>
+/H /I
+>>
+endobj
+23 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 477.576 603.266 510.912 591.266 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://svnup.tigris.org/)
+/S /URI >>
+/H /I
+>>
+endobj
+24 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 590.066 118.656 578.066 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://svnup.tigris.org/)
+/S /URI >>
+/H /I
+>>
+endobj
+25 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 524.532 327.636 512.532 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://svn.apache.org/viewcvs.cgi/lucene/hadoop/)
+/S /URI >>
+/H /I
+>>
+endobj
+26 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 279.648 472.198 503.616 460.198 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://svn.apache.org/repos/asf/lucene/hadoop/)
+/S /URI >>
+/H /I
+>>
+endobj
+27 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 303.288 458.998 323.94 446.998 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.apache.org/dev/version-control.html#anon-svn)
+/S /URI >>
+/H /I
+>>
+endobj
+28 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 250.656 406.664 479.292 394.664 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (https://svn.apache.org/repos/asf/lucene/hadoop/)
+/S /URI >>
+/H /I
+>>
+endobj
+29 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 297.288 393.464 317.94 381.464 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.apache.org/dev/version-control.html#https-svn)
+/S /URI >>
+/H /I
+>>
+endobj
+31 0 obj
+<<
+ /Title (\376\377\0\61\0\40\0\117\0\166\0\145\0\162\0\166\0\151\0\145\0\167)
+ /Parent 30 0 R
+ /Next 32 0 R
+ /A 9 0 R
+>> endobj
+32 0 obj
+<<
+ /Title (\376\377\0\62\0\40\0\127\0\145\0\142\0\40\0\101\0\143\0\143\0\145\0\163\0\163\0\40\0\50\0\162\0\145\0\141\0\144\0\55\0\157\0\156\0\154\0\171\0\51)
+ /Parent 30 0 R
+ /Prev 31 0 R
+ /Next 33 0 R
+ /A 11 0 R
+>> endobj
+33 0 obj
+<<
+ /Title (\376\377\0\63\0\40\0\101\0\156\0\157\0\156\0\171\0\155\0\157\0\165\0\163\0\40\0\101\0\143\0\143\0\145\0\163\0\163\0\40\0\50\0\162\0\145\0\141\0\144\0\55\0\157\0\156\0\154\0\171\0\51)
+ /Parent 30 0 R
+ /Prev 32 0 R
+ /Next 34 0 R
+ /A 13 0 R
+>> endobj
+34 0 obj
+<<
+ /Title (\376\377\0\64\0\40\0\103\0\157\0\155\0\155\0\151\0\164\0\164\0\145\0\162\0\40\0\101\0\143\0\143\0\145\0\163\0\163\0\40\0\50\0\162\0\145\0\141\0\144\0\55\0\167\0\162\0\151\0\164\0\145\0\51)
+ /Parent 30 0 R
+ /Prev 33 0 R
+ /A 15 0 R
+>> endobj
+35 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+36 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F5
+/BaseFont /Times-Roman
+/Encoding /WinAnsiEncoding >>
+endobj
+37 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Helvetica
+/Encoding /WinAnsiEncoding >>
+endobj
+38 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Helvetica-Oblique
+/Encoding /WinAnsiEncoding >>
+endobj
+39 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F7
+/BaseFont /Times-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+1 0 obj
+<< /Type /Pages
+/Count 2
+/Kids [6 0 R 17 0 R ] >>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 1 0 R
+ /Outlines 30 0 R
+ /PageMode /UseOutlines
+ >>
+endobj
+3 0 obj
+<< 
+/Font << /F3 35 0 R /F5 36 0 R /F1 37 0 R /F2 38 0 R /F7 39 0 R >> 
+/ProcSet [ /PDF /ImageC /Text ] >> 
+endobj
+9 0 obj
+<<
+/S /GoTo
+/D [17 0 R /XYZ 85.0 659.0 null]
+>>
+endobj
+11 0 obj
+<<
+/S /GoTo
+/D [17 0 R /XYZ 85.0 567.066 null]
+>>
+endobj
+13 0 obj
+<<
+/S /GoTo
+/D [17 0 R /XYZ 85.0 501.532 null]
+>>
+endobj
+15 0 obj
+<<
+/S /GoTo
+/D [17 0 R /XYZ 85.0 435.998 null]
+>>
+endobj
+30 0 obj
+<<
+ /First 31 0 R
+ /Last 34 0 R
+>> endobj
+xref
+0 40
+0000000000 65535 f 
+0000006741 00000 n 
+0000006806 00000 n 
+0000006898 00000 n 
+0000000015 00000 n 
+0000000071 00000 n 
+0000000670 00000 n 
+0000000790 00000 n 
+0000000836 00000 n 
+0000007021 00000 n 
+0000000971 00000 n 
+0000007084 00000 n 
+0000001108 00000 n 
+0000007150 00000 n 
+0000001245 00000 n 
+0000007216 00000 n 
+0000001382 00000 n 
+0000002945 00000 n 
+0000003068 00000 n 
+0000003165 00000 n 
+0000003346 00000 n 
+0000003548 00000 n 
+0000003732 00000 n 
+0000003913 00000 n 
+0000004091 00000 n 
+0000004266 00000 n 
+0000004465 00000 n 
+0000004665 00000 n 
+0000004873 00000 n 
+0000005074 00000 n 
+0000007282 00000 n 
+0000005283 00000 n 
+0000005422 00000 n 
+0000005655 00000 n 
+0000005924 00000 n 
+0000006185 00000 n 
+0000006298 00000 n 
+0000006408 00000 n 
+0000006516 00000 n 
+0000006632 00000 n 
+trailer
+<<
+/Size 40
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+7333
+%%EOF

Added: lucene/hadoop/trunk/src/site/forrest.properties
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/src/site/forrest.properties?rev=373624&view=auto
==============================================================================
--- lucene/hadoop/trunk/src/site/forrest.properties (added)
+++ lucene/hadoop/trunk/src/site/forrest.properties Mon Jan 30 15:06:34 2006
@@ -0,0 +1,104 @@
+# Copyright 2002-2004 The Apache Software Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+##############
+# Properties used by forrest.build.xml for building the website
+# These are the defaults, un-comment them if you need to change them.
+##############
+
+# Prints out a summary of Forrest settings for this project
+#forrest.echo=true 
+
+# Project name (used to name .war file)
+#project.name=my-project
+
+# Specifies name of Forrest skin to use
+#project.skin=tigris
+#project.skin=pelt
+
+# comma separated list, file:// is supported
+#forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml
+
+##############
+# behavioural properties
+#project.menu-scheme=tab_attributes
+#project.menu-scheme=directories
+
+##############
+# layout properties
+
+# Properties that can be set to override the default locations
+#
+# Parent properties must be set. This usually means uncommenting
+# project.content-dir if any other property using it is uncommented
+
+#project.status=status.xml
+#project.content-dir=src/documentation
+#project.raw-content-dir=${project.content-dir}/content
+#project.conf-dir=${project.content-dir}/conf
+#project.sitemap-dir=${project.content-dir}
+#project.xdocs-dir=${project.content-dir}/content/xdocs
+#project.resources-dir=${project.content-dir}/resources
+#project.stylesheets-dir=${project.resources-dir}/stylesheets
+#project.images-dir=${project.resources-dir}/images
+#project.schema-dir=${project.resources-dir}/schema
+#project.skins-dir=${project.content-dir}/skins
+#project.skinconf=${project.content-dir}/skinconf.xml
+#project.lib-dir=${project.content-dir}/lib
+#project.classes-dir=${project.content-dir}/classes
+#project.translations-dir=${project.content-dir}/translations
+
+##############
+# validation properties
+
+# This set of properties determine if validation is performed
+# Values are inherited unless overridden.
+# e.g. if forrest.validate=false then all others are false unless set to true.
+#forrest.validate=true
+#forrest.validate.xdocs=${forrest.validate}
+#forrest.validate.skinconf=${forrest.validate}
+#forrest.validate.sitemap=${forrest.validate}
+#forrest.validate.stylesheets=${forrest.validate}
+#forrest.validate.skins=${forrest.validate}
+#forrest.validate.skins.stylesheets=${forrest.validate.skins}
+
+# *.failonerror=(true|false) - stop when an XML file is invalid
+#forrest.validate.failonerror=true
+
+# *.excludes=(pattern) - comma-separated list of path patterns to not validate
+# e.g.
+#forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml
+#forrest.validate.xdocs.excludes=
+
+
+##############
+# General Forrest properties
+
+# The URL to start crawling from
+#project.start-uri=linkmap.html
+# Set logging level for messages printed to the console
+# (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
+#project.debuglevel=ERROR
+# Max memory to allocate to Java
+#forrest.maxmemory=64m
+# Any other arguments to pass to the JVM. For example, to run on an X-less
+# server, set to -Djava.awt.headless=true
+#forrest.jvmargs=
+# The bugtracking URL - the issue number will be appended
+#project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
+#project.bugtracking-url=http://issues.apache.org/jira/browse/
+# The issues list as rss
+#project.issues-rss-url=
+#I18n Property only works for the "forrest run" target.
+#project.i18n=true

Added: lucene/hadoop/trunk/src/site/src/documentation/README.txt
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/src/site/src/documentation/README.txt?rev=373624&view=auto
==============================================================================
--- lucene/hadoop/trunk/src/site/src/documentation/README.txt (added)
+++ lucene/hadoop/trunk/src/site/src/documentation/README.txt Mon Jan 30 15:06:34 2006
@@ -0,0 +1,7 @@
+This is the base documentation directory.
+
+skinconf.xml     # This file customizes Forrest for your project. In it, you
+                 # tell forrest the project name, logo, copyright info, etc
+
+sitemap.xmap     # Optional. This sitemap is consulted before all core sitemaps.
+                 # See http://forrest.apache.org/docs/project-sitemap.html

Added: lucene/hadoop/trunk/src/site/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/src/site/src/documentation/classes/CatalogManager.properties?rev=373624&view=auto
==============================================================================
--- lucene/hadoop/trunk/src/site/src/documentation/classes/CatalogManager.properties (added)
+++ lucene/hadoop/trunk/src/site/src/documentation/classes/CatalogManager.properties Mon Jan 30 15:06:34 2006
@@ -0,0 +1,37 @@
+# Copyright 2002-2004 The Apache Software Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+#=======================================================================
+# CatalogManager.properties
+#
+# This is the default properties file for Apache Forrest.
+# This facilitates local configuration of application-specific catalogs.
+#
+# See the Apache Forrest documentation:
+# http://forrest.apache.org/docs/your-project.html
+# http://forrest.apache.org/docs/validation.html
+
+# verbosity ... level of messages for status/debug
+# See forrest/src/core/context/WEB-INF/cocoon.xconf
+
+# catalogs ... list of additional catalogs to load
+#  (Note that Apache Forrest will automatically load its own default catalog
+#  from src/core/context/resources/schema/catalog.xcat)
+# use full pathnames
+# pathname separator is always semi-colon (;) regardless of operating system
+# directory separator is always slash (/) regardless of operating system
+#
+#catalogs=/home/me/forrest/my-site/src/documentation/resources/schema/catalog.xcat
+catalogs=
+

Added: lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/about.xml
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/about.xml?rev=373624&view=auto
==============================================================================
--- lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/about.xml (added)
+++ lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/about.xml Mon Jan 30 15:06:34 2006
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
+          "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document> 
+
+  <header> 
+    <title>About Hadoop</title> 
+  </header> 
+
+  <body> 
+
+    <section>
+      <title>Overview</title>
+
+      <p>Hadoop is a new <a href="ext:lucene">Lucene</a> sub-project
+      that contains the distributed computing platform that was
+      formerly a part of <a href="ext:nutch">Nutch</a>.  This
+      includes the Hadoop Distributed Filesystem (HDFS) and an
+      implementation of MapReduce.</p>
+
+      <p>For more information about Hadoop, please see the <a
+      href="ext:wiki">Hadoop wiki.</a></p>
+
+    </section>
+
+  </body>
+
+</document>

Added: lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/credits.xml
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/credits.xml?rev=373624&view=auto
==============================================================================
--- lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/credits.xml (added)
+++ lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/credits.xml Mon Jan 30 15:06:34 2006
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
+          "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document> 
+
+<header>
+  <title>Hadoop credits</title> 
+</header> 
+
+<body>
+
+<section>
+<title>Committers</title>
+<ul>
+  <li>Andrzej Bialecki</li>
+  <li>Mike Cafarella</li>
+  <li><a href="http://www.nutch.org/blog/cutting.html">Doug Cutting</a></li>
+</ul>
+</section>
+
+</body>
+</document>

Added: lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/index.xml?rev=373624&view=auto
==============================================================================
--- lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/index.xml (added)
+++ lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/index.xml Mon Jan 30 15:06:34 2006
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
+          "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document> 
+
+  <header> 
+    <title>Welcome to Hadoop!</title> 
+  </header> 
+
+  <body> 
+
+    <section>
+      <title>News</title>
+
+      <section>
+      <title>1 February, 2006: Hadoop split from Nutch</title>
+      <p>Hadoop is a new <a href="ext:lucene">Lucene</a> sub-project
+      that contains the distributed computing platform that was
+      formerly a part of <a href="ext:nutch">Nutch</a>.  This
+      includes the Hadoop Distributed Filesystem (HDFS) and an
+      implementation of MapReduce.</p>
+      </section>
+
+    </section>
+
+  </body>
+
+</document>

Added: lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/issue_tracking.xml
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/issue_tracking.xml?rev=373624&view=auto
==============================================================================
--- lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/issue_tracking.xml (added)
+++ lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/issue_tracking.xml Mon Jan 30 15:06:34 2006
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document>
+  
+  <header>
+    <title>Hadoop Issue Tracking</title>
+  </header>
+  
+  <body>
+    <p>
+      Hadoop issues (bugs, as well as enhancement requests) are tracked in 
+      Apache JIRA <a href="http://nagoya.apache.org/jira/browse/HADOOP">here</a>.
+      If you aren't sure whether something is a bug, post a question on the
+      Hadoop user <a href="mailing_lists.html">mailing list</a>.
+    </p>
+  </body>
+  
+</document>

Added: lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/mailing_lists.xml
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/mailing_lists.xml?rev=373624&view=auto
==============================================================================
--- lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/mailing_lists.xml (added)
+++ lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/mailing_lists.xml Mon Jan 30 15:06:34 2006
@@ -0,0 +1,65 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
+          "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document>
+  
+  <header>
+    <title>Hadoop Mailing Lists</title>
+  </header>
+  
+  <body>
+  
+    <section>
+      <title>Users</title>
+
+      <p>If you use Hadoop, please subscribe to the Hadoop user mailing list.</p>
+
+      <p>
+        The Hadoop user mailing list is :
+        <a href="mailto:hadoop-user@lucene.apache.org">hadoop-user@lucene.apache.org</a>.
+      </p>      
+      <ul>
+        <li><a href="mailto:hadoop-user-subscribe@lucene.apache.org">Subscribe to List</a></li>
+        <li><a href="mailto:hadoop-user-unsubscribe@lucene.apache.org">Unsubscribe from List</a></li>
+        <li><a href="http://lucene.apache.org/mail/hadoop-user/">View List Archive</a></li>
+      </ul>
+      <note>In order to post to the list, it is necessary to first subscribe to it.</note>
+    </section>
+  
+    <section>
+      <title>Developers</title>
+
+      <p>If you'd like to contribute to Hadoop, please subscribe to the
+      Hadoop developer mailing list.</p>
+
+      <p>
+        The Hadoop developer mailing list is :
+        <a href="mailto:hadoop-dev@lucene.apache.org">hadoop-dev@lucene.apache.org</a>.
+      </p>      
+      <ul>
+        <li><a href="mailto:hadoop-dev-subscribe@lucene.apache.org">Subscribe to List</a></li>
+        <li><a href="mailto:hadoop-dev-unsubscribe@lucene.apache.org">Unsubscribe from List</a></li>
+        <li><a href="http://lucene.apache.org/mail/hadoop-dev/">View List Archive</a></li>
+      </ul>
+      <note>In order to post to the list, it is necessary to first subscribe to it.</note>
+    </section>
+  
+    <section>
+      <title>Commits</title>
+
+      <p>If you'd like to see changes made in Hadoop's <a
+      href="version_control.html">version control system</a>
+      then subscribe to the Hadoop commit mailing list.</p>
+
+      <ul>
+        <li><a href="mailto:hadoop-commits-subscribe@lucene.apache.org">Subscribe to List</a></li>
+        <li><a href="mailto:hadoop-commits-unsubscribe@lucene.apache.org">Unsubscribe from List</a></li>
+        <li><a href="http://lucene.apache.org/mail/hadoop-commits/">View List Archive</a></li>
+      </ul>
+    </section>
+  
+  </body>
+  
+</document>

Added: lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/site.xml?rev=373624&view=auto
==============================================================================
--- lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/site.xml (added)
+++ lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/site.xml Mon Jan 30 15:06:34 2006
@@ -0,0 +1,49 @@
+<?xml version="1.0"?>
+
+<!--
+Forrest site.xml
+
+This file contains an outline of the site's information content.  It is used to:
+- Generate the website menus (though these can be overridden - see docs)
+- Provide semantic, location-independent aliases for internal 'site:' URIs, eg
+<link href="site:changes"> links to changes.html (or ../changes.html if in
+  subdir).
+- Provide aliases for external URLs in the external-refs section.  Eg, <link
+  href="ext:cocoon"> links to http://xml.apache.org/cocoon/
+
+See http://forrest.apache.org/docs/linking.html for more info.
+-->
+
+<site label="Hadoop" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
+
+  <project label="Project">
+    <news        label="News"             href="index.html" />    
+    <about       label="About"            href="about.html" />    
+    <credits     label="Credits"          href="credits.html" />    
+  </project>
+
+  <docs label="Documentation">    
+    <wiki        label="Wiki"             href="ext:wiki" />    
+    <apidocs     label="API Docs"         href="apidocs/index.html" />
+  </docs>
+
+  <resources label="Resources">
+    <download    label="Download"         href="ext:nightly" />
+    <contact     label="Mailing Lists"    href="mailing_lists.html" />
+    <issues      label="Issue Tracking"   href="issue_tracking.html" />
+    <vcs         label="Version Control"  href="version_control.html" />
+  </resources>
+
+  <projects label="Related Projects">
+    <lucene     label="Lucene"		  href="ext:lucene" />
+    <nutch      label="Nutch"             href="ext:nutch" />
+  </projects>
+
+  <external-refs>
+    <lucene    href="http://lucene.apache.org/java/" />
+    <nutch     href="http://lucene.apache.org/nutch/" />
+    <wiki      href="http://wiki.apache.org/hadoop/" />
+    <nightly   href="http://cvs.apache.org/dist/lucene/hadoop/nightly/" />
+  </external-refs>
+ 
+</site>

Added: lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/tabs.xml?rev=373624&view=auto
==============================================================================
--- lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/tabs.xml (added)
+++ lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/tabs.xml Mon Jan 30 15:06:34 2006
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" 
+          "tab-cocoon-v10.dtd">
+
+<tabs software="Nutch"
+      title="Nutch"
+      copyright="The Apache Software Foundation"
+      xmlns:xlink="http://www.w3.org/1999/xlink">
+
+  <!-- The rules are:
+    @dir will always have /index.html added.
+    @href is not modified unless it is root-relative and obviously specifies a
+    directory (ends in '/'), in which case /index.html will be added
+  -->
+
+  <tab label="Main" dir=""/>  
+  <tab label="Wiki" href="http://wiki.apache.org/hadoop"/>
+  
+</tabs>

Added: lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/version_control.xml
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/version_control.xml?rev=373624&view=auto
==============================================================================
--- lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/version_control.xml (added)
+++ lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/version_control.xml Mon Jan 30 15:06:34 2006
@@ -0,0 +1,55 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document>
+  
+  <header>
+    <title>Hadoop Version Control System</title>
+  </header>
+  
+  <body>
+  
+    <section>
+      <title>Overview</title>
+      <p>
+        The Hadoop source code resides in the Apache <a href="http://subversion.tigris.org/">Subversion (SVN)</a> repository.
+        The command-line SVN client can be obtained <a href="http://subversion.tigris.org/project_packages.html">here</a>.
+        The TortoiseSVN GUI client for Windows can be obtained <a href="http://tortoisesvn.tigris.org/">here</a>. There
+        are also SVN plugins available for both <a href="http://subclipse.tigris.org/">Eclipse</a> and 
+        <a href="http://svnup.tigris.org/">IntelliJ IDEA</a>.
+      </p>
+    </section>
+    
+    <section>
+      <title>Web Access (read-only)</title>
+      <p>
+        The source code can be browsed via the Web at 
+        <a href="http://svn.apache.org/viewcvs.cgi/lucene/hadoop/">http://svn.apache.org/viewcvs.cgi/lucene/hadoop/</a>.
+        No SVN client software is required.
+      </p>
+    </section>
+    
+    <section>
+      <title>Anonymous Access (read-only)</title>
+      <p>
+        The SVN URL for anonymous users is 
+        <a href="http://svn.apache.org/repos/asf/lucene/hadoop/">http://svn.apache.org/repos/asf/lucene/hadoop/</a>.
+        Instructions for anonymous SVN access are 
+        <a href="http://www.apache.org/dev/version-control.html#anon-svn">here</a>.
+      </p>
+    </section>
+    
+    <section>
+      <title>Committer Access (read-write)</title>
+      <p>
+        The SVN URL for committers is 
+        <a href="https://svn.apache.org/repos/asf/lucene/hadoop/">https://svn.apache.org/repos/asf/lucene/hadoop/</a>.
+        Instructions for committer SVN access are 
+        <a href="http://www.apache.org/dev/version-control.html#https-svn">here</a>.
+      </p>
+    </section>
+    
+  </body>
+  
+</document>

Added: lucene/hadoop/trunk/src/site/src/documentation/resources/images/favicon.ico
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/src/site/src/documentation/resources/images/favicon.ico?rev=373624&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/hadoop/trunk/src/site/src/documentation/resources/images/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/hadoop/trunk/src/site/src/documentation/resources/images/hadoop-logo.jpg
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/src/site/src/documentation/resources/images/hadoop-logo.jpg?rev=373624&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/hadoop/trunk/src/site/src/documentation/resources/images/hadoop-logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/hadoop/trunk/src/site/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/src/site/src/documentation/skinconf.xml?rev=373624&view=auto
==============================================================================
--- lucene/hadoop/trunk/src/site/src/documentation/skinconf.xml (added)
+++ lucene/hadoop/trunk/src/site/src/documentation/skinconf.xml Mon Jan 30 15:06:34 2006
@@ -0,0 +1,345 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!--
+Skin configuration file. This file contains details of your project,
+which will be used to configure the chosen Forrest skin.
+-->
+
+<!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="lucene.apache.org" provider="google"/>
+
+  <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
+  <disable-print-link>true</disable-print-link>  
+  <!-- Disable the PDF link? -->
+  <disable-pdf-link>false</disable-pdf-link>
+  <!-- Disable the POD link? -->
+  <disable-pod-link>true</disable-pod-link>
+  <!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. -->
+  <disable-txt-link>true</disable-txt-link>
+  <!-- Disable the xml source link? -->
+  <!-- The xml source link makes it possible to access the xml rendition
+    of the source frim the html page, and to have it generated statically.
+    This can be used to enable other sites and services to reuse the
+    xml format for their uses. Keep this disabled if you don't want other
+    sites to easily reuse your pages.-->
+  <disable-xml-link>true</disable-xml-link>
+
+  <!-- Disable navigation icons on all external links? -->
+  <disable-external-link-image>true</disable-external-link-image>
+
+  <!-- Disable w3c compliance links? 
+    Use e.g. align="center" to move the compliance links logos to 
+    an alternate location default is left.
+    (if the skin supports it) -->
+  <disable-compliance-links>true</disable-compliance-links>
+
+  <!-- Render mailto: links unrecognisable by spam harvesters? -->
+  <obfuscate-mail-links>false</obfuscate-mail-links>
+
+  <!-- Disable the javascript facility to change the font size -->
+  <disable-font-script>true</disable-font-script>
+
+  <!-- project logo -->
+  <project-name>Hadoop</project-name>
+  <project-description>Scalable Computing Platform</project-description>
+  <project-url>http://lucene.apache.org/hadoop/</project-url>
+  <project-logo>images/hadoop-logo.jpg</project-logo>
+
+  <!-- group logo -->
+  <group-name>Lucene</group-name>
+  <group-description>Apache Lucene</group-description>
+  <group-url>http://lucene.apache.org/</group-url>
+  <group-logo>http://lucene.apache.org/java/docs/images/lucene_green_150.gif</group-logo>
+
+  <!-- optional host logo (e.g. sourceforge logo)
+       default skin: renders it at the bottom-left corner -->
+  <host-url></host-url>
+  <host-logo></host-logo>
+
+  <!-- relative url of a favicon file, normally favicon.ico -->
+  <favicon-url>images/favicon.ico</favicon-url>
+
+  <!-- The following are used to construct a copyright statement -->
+  <year>2005</year>
+  <vendor>The Apache Software Foundation.</vendor>
+  <copyright-link>http://www.apache.org/licenses/</copyright-link>
+
+  <!-- Some skins use this to form a 'breadcrumb trail' of links.
+    Use location="alt" to move the trail to an alternate location
+    (if the skin supports it).
+	  Omit the location attribute to display the trail in the default location.
+	  Use location="none" to not display the trail (if the skin supports it).
+    For some skins just set the attributes to blank.
+  -->
+  <trail>
+    <link1 name="Apache" href="http://www.apache.org/"/>
+    <link2 name="Lucene" href="http://lucene.apache.org/"/>
+    <link3 name="Hadoop" href="http://lucene.apache.org/hadoop/"/>
+  </trail>
+
+  <!-- Configure the TOC, i.e. the Table of Contents.
+  @max-depth
+   how many "section" levels need to be included in the
+   generated Table of Contents (TOC). 
+  @min-sections
+   Minimum required to create a TOC.
+  @location ("page","menu","page,menu", "none")
+   Where to show the TOC.
+  -->
+  <toc max-depth="2" min-sections="1" location="page"/>
+
+  <!-- Heading types can be clean|underlined|boxed  -->
+  <headings type="clean"/>
+  
+  <!-- The optional feedback element will be used to construct a
+    feedback link in the footer with the page pathname appended:
+    <a href="@href">{@to}</a>
+  <feedback to="webmaster@foo.com"
+    href="mailto:webmaster@foo.com?subject=Feedback&#160;" >
+    Send feedback about the website to:
+  </feedback>
+    -->
+  <!--
+    extra-css - here you can define custom css-elements that are 
+    a. overriding the fallback elements or 
+    b. adding the css definition from new elements that you may have 
+       used in your documentation.
+    -->
+  <extra-css>
+    <!--Example of b. 
+        To define the css definition of a new element that you may have used
+        in the class attribute of a <p> node. 
+        e.g. <p class="quote"/>
+    -->
+    p.quote {
+      margin-left: 2em;
+      padding: .5em;
+      background-color: #f0f0f0;
+      font-family: monospace;
+    }
+  </extra-css>
+
+  <colors>
+  <!-- These values are used for the generated CSS files. -->
+
+  <!-- Krysalis -->
+<!--
+    <color name="header"    value="#FFFFFF"/>
+
+    <color name="tab-selected" value="#a5b6c6" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="tab-unselected" value="#F7F7F7"  link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-selected" value="#a5b6c6"  link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-unselected" value="#a5b6c6"  link="#000000" vlink="#000000" hlink="#000000"/>
+
+    <color name="heading" value="#a5b6c6"/>
+    <color name="subheading" value="#CFDCED"/>
+        
+    <color name="navstrip" value="#CFDCED" font="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="toolbox" value="#a5b6c6"/>
+    <color name="border" value="#a5b6c6"/>
+        
+    <color name="menu" value="#F7F7F7" link="#000000" vlink="#000000" hlink="#000000"/>    
+    <color name="dialog" value="#F7F7F7"/>
+            
+    <color name="body"    value="#ffffff" link="#0F3660" vlink="#009999" hlink="#000066"/>
+    
+    <color name="table" value="#a5b6c6"/>    
+    <color name="table-cell" value="#ffffff"/>    
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#a5b6c6"/>
+        
+    <color name="footer" value="#a5b6c6"/>
+-->
+  
+  <!-- Forrest -->
+<!--
+    <color name="header"    value="#294563"/>
+
+    <color name="tab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="tab-unselected" value="#b5c7e7" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="subtab-selected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="subtab-unselected" value="#4a6d8c" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+
+    <color name="heading" value="#294563"/>
+    <color name="subheading" value="#4a6d8c"/>
+        
+    <color name="navstrip" value="#cedfef" font="#0F3660" link="#0F3660" vlink="#0F3660" hlink="#000066"/>
+    <color name="toolbox" value="#4a6d8c"/>
+    <color name="border" value="#294563"/>
+    
+    <color name="menu" value="#4a6d8c" font="#cedfef" link="#ffffff" vlink="#ffffff" hlink="#ffcf00"/>    
+    <color name="dialog" value="#4a6d8c"/>
+            
+    <color name="body" value="#ffffff"  link="#0F3660" vlink="#009999" hlink="#000066"/>
+    
+    <color name="table" value="#7099C5"/>    
+    <color name="table-cell" value="#f0f0ff"/>    
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#CFDCED"/>
+        
+    <color name="footer" value="#cedfef"/>
+-->
+
+  <!-- Collabnet --> 
+<!--
+    <color name="header"    value="#003366"/>
+
+    <color name="tab-selected" value="#dddddd" link="#555555" vlink="#555555" hlink="#555555"/>
+    <color name="tab-unselected" value="#999999" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
+    <color name="subtab-selected" value="#cccccc" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-unselected" value="#cccccc" link="#555555" vlink="#555555" hlink="#555555"/>
+
+    <color name="heading" value="#003366"/>
+    <color name="subheading" value="#888888"/>
+    
+    <color name="navstrip" value="#dddddd" font="#555555"/>
+    <color name="toolbox" value="#dddddd" font="#555555"/>
+    <color name="border" value="#999999"/>
+    
+    <color name="menu" value="#ffffff"/>    
+    <color name="dialog" value="#eeeeee"/>
+            
+    <color name="body"      value="#ffffff"/>
+    
+    <color name="table" value="#ccc"/>    
+    <color name="table-cell" value="#ffffff"/>   
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#003366"/>
+        
+    <color name="footer" value="#ffffff"/>
+-->
+ <!-- Lenya using pelt-->
+<!--
+    <color name="header" value="#ffffff"/>
+
+    <color name="tab-selected" value="#4C6C8F" link="#ffffff" vlink="#ffffff" hlink="#ffffff"/>
+    <color name="tab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-selected" value="#000000" link="#000000" vlink="#000000" hlink="#000000"/>
+    <color name="subtab-unselected" value="#E5E4D9" link="#000000" vlink="#000000" hlink="#000000"/>
+
+    <color name="heading" value="#E5E4D9"/>
+    <color name="subheading" value="#000000"/>
+    <color name="published" value="#4C6C8F" font="#FFFFFF"/>
+    <color name="feedback" value="#4C6C8F" font="#FFFFFF" align="center"/>
+    <color name="navstrip" value="#E5E4D9" font="#000000"/>
+
+    <color name="toolbox" value="#CFDCED" font="#000000"/>
+
+    <color name="border" value="#999999"/>
+    <color name="menu" value="#4C6C8F" font="#ffffff" link="#ffffff" vlink="#ffffff" hlink="#ffffff" current="#FFCC33" />    
+    <color name="menuheading" value="#cfdced" font="#000000" />
+    <color name="searchbox" value="#E5E4D9" font="#000000"/>
+    
+    <color name="dialog" value="#CFDCED"/>
+    <color name="body" value="#ffffff" />            
+    
+    <color name="table" value="#ccc"/>    
+    <color name="table-cell" value="#ffffff"/>   
+    <color name="highlight" value="#ffff00"/>
+    <color name="fixme" value="#cc6600"/>
+    <color name="note" value="#006699"/>
+    <color name="warning" value="#990000"/>
+    <color name="code" value="#003366"/>
+        
+    <color name="footer" value="#E5E4D9"/>
+-->
+  </colors>
+ 
+  <!-- Settings specific to PDF output. -->
+  <pdf>
+    <!-- 
+       Supported page sizes are a0, a1, a2, a3, a4, a5, executive,
+       folio, legal, ledger, letter, quarto, tabloid (default letter).
+       Supported page orientations are portrait, landscape (default
+       portrait).
+       Supported text alignments are left, right, justify (default left).
+    -->
+    <page size="letter" orientation="portrait" text-align="left"/>
+
+    <!--
+       Margins can be specified for top, bottom, inner, and outer
+       edges. If double-sided="false", the inner edge is always left
+       and the outer is always right. If double-sided="true", the
+       inner edge will be left on odd pages, right on even pages,
+       the outer edge vice versa.
+       Specified below are the default settings.
+    -->
+    <margins double-sided="false">
+      <top>1in</top>
+      <bottom>1in</bottom>
+      <inner>1.25in</inner>
+      <outer>1in</outer>
+    </margins>
+
+    <!--
+      Print the URL text next to all links going outside the file
+    -->
+    <show-external-urls>false</show-external-urls>
+
+    <!--
+      Disable the copyright footer on each page of the PDF.
+      A footer is composed for each page. By default, a "credit" with role=pdf
+      will be used, as explained below. Otherwise a copyright statement
+      will be generated. This latter can be disabled.
+    -->
+    <disable-copyright-footer>false</disable-copyright-footer>
+  </pdf>
+
+  <!-- Credits are typically rendered as a set of small clickable
+    images in the page footer.
+    Use box-location="alt" to move the credit to an alternate location
+    (if the skin supports it). 
+  -->
+  <credits>
+    <credit box-location="alt">
+      <name>Built with Apache Forrest</name>
+      <url>http://forrest.apache.org/</url>
+      <image>images/built-with-forrest-button.png</image>
+      <width>88</width>
+      <height>31</height>
+    </credit>
+    <!-- A credit with @role="pdf" will be used to compose a footer
+     for each page in the PDF, using either "name" or "url" or both.
+    -->
+    <!--
+    <credit role="pdf">
+      <name>Built with Apache Forrest</name>
+      <url>http://forrest.apache.org/</url>
+    </credit>
+    -->
+  </credits>
+
+</skinconfig>

Added: lucene/hadoop/trunk/src/site/status.xml
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/src/site/status.xml?rev=373624&view=auto
==============================================================================
--- lucene/hadoop/trunk/src/site/status.xml (added)
+++ lucene/hadoop/trunk/src/site/status.xml Mon Jan 30 15:06:34 2006
@@ -0,0 +1,74 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<status>
+
+  <developers>
+    <person name="Joe Bloggs"      email="joe@joescompany.org"      id="JB" />
+    <!-- Add more people here -->
+  </developers>
+
+  <changes>
+    <!-- Add new releases here -->
+    <release version="0.1" date="unreleased">
+      <!-- Some action types have associated images. By default, images are
+      defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
+      src/documentation/resources/images/<foo>.jpg images, these will
+      automatically be used for entries of type <foo>. -->
+
+      <action dev="JB" type="add" context="admin">
+        Initial Import
+      </action>
+      <!-- Sample action:
+      <action dev="JB" type="fix" due-to="Joe Contributor"
+          due-to-email="joec@apache.org" fixes-bug="123">
+          Fixed a bug in the Foo class.
+        </action>
+        -->
+    </release>
+  </changes>
+
+  <todo>
+    <actions priority="high">
+      <action context="docs" dev="JB">
+        Customize this template project with your project's details.  This
+        TODO list is generated from 'status.xml'.
+      </action>
+      <action context="docs" dev="JB">
+        Add lots of content.  XML content goes in
+        <code>src/documentation/content/xdocs</code>, or wherever the
+        <code>${project.xdocs-dir}</code> property (set in
+        <code>forrest.properties</code>) points.
+      </action>
+      <action context="feedback" dev="JB">
+        Mail <link
+          href="mailto:forrest-dev@xml.apache.org">forrest-dev@xml.apache.org</link>
+        with feedback.
+      </action>
+    </actions>
+    <!-- Add todo items. @context is an arbitrary string. Eg:
+    <actions priority="high">
+      <action context="code" dev="SN">
+      </action>
+    </actions>
+    <actions priority="medium">
+      <action context="docs" dev="open">
+      </action>
+    </actions>
+    -->
+  </todo>
+
+</status>