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/02/06 21:34:32 UTC

svn commit: r375359 - in /lucene/hadoop/trunk: site/ src/site/src/documentation/content/xdocs/

Author: cutting
Date: Mon Feb  6 12:34:29 2006
New Revision: 375359

URL: http://svn.apache.org/viewcvs?rev=375359&view=rev
Log:
Fixed javadoc link and added more news.

Modified:
    lucene/hadoop/trunk/site/about.html
    lucene/hadoop/trunk/site/credits.html
    lucene/hadoop/trunk/site/index.html
    lucene/hadoop/trunk/site/index.pdf
    lucene/hadoop/trunk/site/issue_tracking.html
    lucene/hadoop/trunk/site/linkmap.html
    lucene/hadoop/trunk/site/mailing_lists.html
    lucene/hadoop/trunk/site/version_control.html
    lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/index.xml
    lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/site.xml

Modified: lucene/hadoop/trunk/site/about.html
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/site/about.html?rev=375359&r1=375358&r2=375359&view=diff
==============================================================================
--- lucene/hadoop/trunk/site/about.html (original)
+++ lucene/hadoop/trunk/site/about.html Mon Feb  6 12:34:29 2006
@@ -72,7 +72,7 @@
 <a href="http://wiki.apache.org/hadoop/">Wiki</a>
 </div>
 <div class="menuitem">
-<a href="apidocs/index.html">API Docs</a>
+<a href="docs/api/">API Docs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Resources</div>

Modified: lucene/hadoop/trunk/site/credits.html
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/site/credits.html?rev=375359&r1=375358&r2=375359&view=diff
==============================================================================
--- lucene/hadoop/trunk/site/credits.html (original)
+++ lucene/hadoop/trunk/site/credits.html Mon Feb  6 12:34:29 2006
@@ -72,7 +72,7 @@
 <a href="http://wiki.apache.org/hadoop/">Wiki</a>
 </div>
 <div class="menuitem">
-<a href="apidocs/index.html">API Docs</a>
+<a href="docs/api/">API Docs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Resources</div>

Modified: lucene/hadoop/trunk/site/index.html
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/site/index.html?rev=375359&r1=375358&r2=375359&view=diff
==============================================================================
--- lucene/hadoop/trunk/site/index.html (original)
+++ lucene/hadoop/trunk/site/index.html Mon Feb  6 12:34:29 2006
@@ -72,7 +72,7 @@
 <a href="http://wiki.apache.org/hadoop/">Wiki</a>
 </div>
 <div class="menuitem">
-<a href="apidocs/index.html">API Docs</a>
+<a href="docs/api/">API Docs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Resources</div>
@@ -119,7 +119,13 @@
 <a href="#News">News</a>
 <ul class="minitoc">
 <li>
-<a href="#1+February%2C+2006%3A+Hadoop+split+from+Nutch">1 February, 2006: Hadoop split from Nutch</a>
+<a href="#6+February%2C+2006%3A+nightly+builds">6 February, 2006: nightly builds</a>
+</li>
+<li>
+<a href="#3+February%2C+2006%3A+Hadoop+code+moved+out+of+Nutch">3 February, 2006: Hadoop code moved out of Nutch</a>
+</li>
+<li>
+<a href="#30+March%2C+2006%3A+Hadoop+project+approved">30 March, 2006: Hadoop project approved</a>
 </li>
 </ul>
 </li>
@@ -130,13 +136,22 @@
 <a name="N1000C"></a><a name="News"></a>
 <h2 class="h3">News</h2>
 <div class="section">
-<a name="N10012"></a><a name="1+February%2C+2006%3A+Hadoop+split+from+Nutch"></a>
-<h3 class="h4">1 February, 2006: Hadoop split from Nutch</h3>
-<p>Hadoop is a new <a href="http://lucene.apache.org/java/">Lucene</a> sub-project
-      that contains the distributed computing platform that was
-      formerly a part of <a href="http://lucene.apache.org/nutch/">Nutch</a>.  This
-      includes the Hadoop Distributed Filesystem (HDFS) and an
-      implementation of MapReduce.</p>
+<a name="N10012"></a><a name="6+February%2C+2006%3A+nightly+builds"></a>
+<h3 class="h4">6 February, 2006: nightly builds</h3>
+<p>Hadoop now has nightly builds.  This automatically creates a
+      <a href="http://cvs.apache.org/dist/lucene/hadoop/nightly/">downloadable version of Hadoop every
+      night</a>.  All unit tests must pass, or a message is sent to
+      the developers mailing list and no new version is created.  This
+      also updates the <a href="docs/api/">javadoc</a>.</p>
+<a name="N10024"></a><a name="3+February%2C+2006%3A+Hadoop+code+moved+out+of+Nutch"></a>
+<h3 class="h4">3 February, 2006: Hadoop code moved out of Nutch</h3>
+<p>The Hadoop code has now been moved into its own Subversion
+      tree, renamed into packages under <span class="codefrag">org.apache.hadoop</span>.
+      All unit tests pass, but little else has yet been tested.</p>
+<a name="N10031"></a><a name="30+March%2C+2006%3A+Hadoop+project+approved"></a>
+<h3 class="h4">30 March, 2006: Hadoop project approved</h3>
+<p>The Lucene PMC has elected to split the Nutch MapReduce and
+      distributed filesytem code into a new project named Hadoop.</p>
 </div>
 
   

Modified: lucene/hadoop/trunk/site/index.pdf
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/site/index.pdf?rev=375359&r1=375358&r2=375359&view=diff
==============================================================================
--- lucene/hadoop/trunk/site/index.pdf (original)
+++ lucene/hadoop/trunk/site/index.pdf Mon Feb  6 12:34:29 2006
@@ -5,10 +5,10 @@
 /Producer (FOP 0.20.5) >>
 endobj
 5 0 obj
-<< /Length 442 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 545 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gaua:4\rsL&;KrWMIT:*0`K/4/K7,XLnPG*&d'h`WRFm?j,gcMrV+qNe1O*9,b-$,cfaJ5D_BKi\t05d$)*HG&Tt9$U9KLl;#;r6\6,1r,182V>Bl-7<)r.a)Sm/T@s]%3mIq.e;X<IS"RhF8>.+S-bru0&7)D>Q!4.&Mof.%`YqH!hd'Z`Yl&Ik/7Se;gEX,!%&ioG`R*C+lpXd=L\_:88?]G!`ZE7?3LQt-KcSk227j/0<Bq1]1SI:%Iq;1>'>-toS4^@gpV_l*WEqlqHG>5J"?C%_MH8XTJ@f9B23inEq/)HHd/GeQX[3$ed-'8I)?_.mjcmgH=VeG?BS0-"NAB\V:_14=01.`')et$_dmW<M`2lj@VF8a+@H"F*DYHi<?1Yam6&aF"7RXO#sOdY(VbM6oU9nI.\j[EOg$af1uql,n"\,HOFWlq%~>
+Gaua;9i&Y\%#46L(#cSm@.M_;K,[0O#RMbE,n@_aCX[F)CJ*26mGF,7A'#;9"p0o.)EZ66plXT6jID5JU+TgfAId;+`5--P&;8S(:oJf6Mh--SMWX,Bn0!TVcG^?c:d7d7K1;=*<LcZa*=^CPMQW5QO2tLO99B#j#kNAY.%V-D*7mgcR@/=Eb=7`@@\^sU_:s8=;_?&s\:1VOltH5E]%_*mhhn7nmnSN8+"DDe\fWOCd%-#/ig_`r+,Rn\e0tL6(%3$e@kjt;\6^0p(WG#g1M/Y:k"W*9N_);_dQ^-t:LY:R-UB`M%10V<KGDhI6_^c(]1>l$I-:&pUfK@^c.Ae?gGVY&F*^H7"RL(gDWjBjTu6TPZ/Z][f=m+-,X7en<Qc2@=:!nY\N3'l<B$?L?9]@STX]rNf<1<[%>S=5I$I]U#n3&n>+j*MF%3_CdLA#A!VK`92*f#=KH<XWU9`p$+feVFT7cBT:QuN&.4EtR;/S87o.!LOqd*mZ19N4T=LMcZ2`"Tg[B1j9d@ItTCp=PZ@L=ITGGbg1n,~>
 endstream
 endobj
 6 0 obj
@@ -24,6 +24,8 @@
 [
 8 0 R
 10 0 R
+12 0 R
+14 0 R
 ]
 endobj
 8 0 obj
@@ -39,7 +41,7 @@
 10 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 541.466 332.48 529.466 ]
+/Rect [ 108.0 541.466 278.504 529.466 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A 11 0 R
@@ -47,93 +49,148 @@
 >>
 endobj
 12 0 obj
-<< /Length 771 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 108.0 523.266 375.128 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 [ 108.0 505.066 328.124 493.066 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 15 0 R
+/H /I
+>>
+endobj
+16 0 obj
+<< /Length 1318 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gasamh/Car&:`#5@GWo!H+"C@$#bdM9aD<3Oa(7r\;ArEjU3H0l@2#W:?tPU-.Eag20Zfr48UW>DANr5#SWH*"+iE37E#0R8r1`K.)[qV.':kB.uLOX%HE6AeQ9HMY0eneIL899_&lm(W-ekU<>a[s#S`9UhFNJ,&!>7Q'mpP[-HOP"cJ^1h;T;3d#Y=o6TiYi&B)gG[(a7n0%j+g.1p)hN[Oc_HY"_gq.79_E05D_3$Or/#,-,:PKHn\9?R7h.324hM3N#etriH%&eiQF?F[Jq8.%i?6+VhF9_9@))&0inF+Zj7-6u^?rg7b?Q2H?4U3YCsh!4U9AVJA?R_YGu[-Nrp]2lpn#e,7c7Yd<4:&7nSlX.o%?s4R^'dIjA=%DC%q:"9`%;/^i^/QKQ'9Q^h$nsio9j3`I@i(a=26bPD>r`-F3AH;%.IED=2EAlH$-I-oQj$]CMs5j0X$(qY"DJ&gO5PQ"!KQIURVl6qBaRpjgcSt=l2>7nUWOmT1CLHl-e`6U;q0WXQX7KEK(OWSuUoA+EXD1C6BtFe%dF<68O680rIF>[^5WlHg>qcuQ#[XE":s>b$d_6Q_,nB-o0($rC6L>U&.@:k,bX*]Uc$ZT3GH!$R=Rt]OgC(q1=*f;-de'%2\'SP'U;T5!EanN4D<C<r8>'L>:N=Th`5-CAkB=?T`K:m&?)nK1]/R]@40G?LqS@X#WK6E3`dO)_!P@9<X"kMFRruJE#%SLo;!6jI0ISGE+,nhmLioW??_(]qh$\iCB0l~>
+Gat=+997gc&AJ$CYdXaK=HXjsWOF/:VC7lWbo5f>m6R%O>H'0RHE?(ThpIW4flETl0,cHU^2Mm#]C"a9-V_+HN,85-7LgA4)#S@d1-"m%8%IfHm>:c:MUU2<NDT$<X5D.3H;4AcgKuj'D)_KH<ic%)dqa5l#/3lDGP@))5#j'XV'3Iqn!eM'VUo>'n[P5q#9t9Zo\J\ofp,92?G:VRJhd9q-g'[P=D&FoY\VZ<\\jd8A+#>8V5F6NXs--tR]ZuXQ!F'*IuY.W$cKlQST'OfYHgO@DN?6X+#UGh7<KM=):j[<'@d<E_uB<cala1FirpLsQit!Z$D;b2r:G\)aU"Ymdc=)nH^>!)nj"O_SJC4-@aB=3UEnQ)Ad*U>eY7EbdB?8h9+sTV6RC;XN3&R"@f9cY.^f'jiIu,6"6I..=!e[i-__HJaP[*9P:@bmpFBMG1=Vbu%YY9b_ba#SX!iU,cuGJ=mnK1G>sRu5IAAA,$O&5XTZs;13a&A<p_l]_AW?,p119qE51Z!UK`[VI'_T!9!8U3]dHu7/TSpjlZ\gB18anX]SC$>2m3Loo)Kl(ZWR*kfW2e3l[,l*t9KK&NU4[FjGjJBVa(Q6:+-B.sRE01F/VWO\BpRn:_;BOcq5Og0k@g/jc;C1knVOsh)PpC(hW!>:`+4:\AehW+'Zk`SG)kCMTdlk3%nZFWfG&0cGbLuYE$l1@d)cV%_O'HiH8!!0*"E$UVo-L(-)s'r\PV<!'dspU[k,qg6Ao]4dXJJT#,TL$.$<o,RU-=q*?S?!YCaU-Vj@It)rsA5(];hq`m2IR0#mdYk?AelkFF@'Wc)U3Ma,0T#OB\BcctmX3:#!0']RR%d:qE[&]Oc85?9]^LG>euVjfe'j\uNE<LC:(e8*YW<jLh<7K@EboSBFDXZ-[p0<q@)s#$,YPA#^Z,tmPb6O>MN[?dtRWRoSK!d6_V^FuC;\ZEd&(EVuPk.X&LAUJm<.uMc(0eo8/"WV[
 XZVpDCLX7gTX[OmS#b-G'./I;?f]5U&o^VlP&5<@.EV\SQX,:_Z7LV"nZ&;KLfd$R01;"9flX^F&``W*p1Y&<[Ve(3]f=LU%b"#h%/V:F_Cb8oR@F8b:hHZ0K&jY5LOJU:&dQZ&T4C!P&p)bW>mAY.?epaQG0ue#BHc+acpVrn&2.r@m2.RUHI]?-7IS;S*;J>534L7Tb^IIk2i7"p&-Tlrbi,&2I7K]?\_X@i.@+-M:88r/HjEk*9b5NC_p4>1PIgO)b"Jr8k1t5V\]^=j9PFq6V5"?n[H*T,gi)bf\.8oKP6n`Z7'p;:&aqr[?&A.rBQ_d&?~>
 endstream
 endobj
-13 0 obj
+17 0 obj
 << /Type /Page
 /Parent 1 0 R
 /MediaBox [ 0 0 612 792 ]
 /Resources 3 0 R
-/Contents 12 0 R
-/Annots 14 0 R
+/Contents 16 0 R
+/Annots 18 0 R
 >>
 endobj
-14 0 obj
+18 0 obj
 [
-15 0 R
-16 0 R
+19 0 R
+20 0 R
+21 0 R
 ]
 endobj
-15 0 obj
+19 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 173.316 599.613 208.632 587.613 ]
+/Rect [ 383.304 599.613 501.948 587.613 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://lucene.apache.org/java/)
+/A << /URI (http://cvs.apache.org/dist/lucene/hadoop/nightly/)
 /S /URI >>
 /H /I
 >>
 endobj
-16 0 obj
+20 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 199.632 586.413 228.96 574.413 ]
+/Rect [ 90.0 586.413 185.316 574.413 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://lucene.apache.org/nutch/)
+/A << /URI (http://cvs.apache.org/dist/lucene/hadoop/nightly/)
 /S /URI >>
 /H /I
 >>
 endobj
-18 0 obj
+21 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 359.964 573.213 397.284 561.213 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (docs/api/)
+/S /URI >>
+/H /I
+>>
+endobj
+23 0 obj
 <<
  /Title (\376\377\0\61\0\40\0\116\0\145\0\167\0\163)
- /Parent 17 0 R
- /First 19 0 R
- /Last 19 0 R
- /Count -1
+ /Parent 22 0 R
+ /First 24 0 R
+ /Last 26 0 R
+ /Count -3
  /A 9 0 R
 >> endobj
-19 0 obj
+24 0 obj
 <<
- /Title (\376\377\0\61\0\56\0\61\0\40\0\61\0\40\0\106\0\145\0\142\0\162\0\165\0\141\0\162\0\171\0\54\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\110\0\141\0\144\0\157\0\157\0\160\0\40\0\163\0\160\0\154\0\151\0\164\0\40\0\146\0\162\0\157\0\155\0\40\0\116\0\165\0\164\0\143\0\150)
- /Parent 18 0 R
+ /Title (\376\377\0\61\0\56\0\61\0\40\0\66\0\40\0\106\0\145\0\142\0\162\0\165\0\141\0\162\0\171\0\54\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\156\0\151\0\147\0\150\0\164\0\154\0\171\0\40\0\142\0\165\0\151\0\154\0\144\0\163)
+ /Parent 23 0 R
+ /Next 25 0 R
  /A 11 0 R
 >> endobj
-20 0 obj
+25 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\62\0\40\0\63\0\40\0\106\0\145\0\142\0\162\0\165\0\141\0\162\0\171\0\54\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\110\0\141\0\144\0\157\0\157\0\160\0\40\0\143\0\157\0\144\0\145\0\40\0\155\0\157\0\166\0\145\0\144\0\40\0\157\0\165\0\164\0\40\0\157\0\146\0\40\0\116\0\165\0\164\0\143\0\150)
+ /Parent 23 0 R
+ /Prev 24 0 R
+ /Next 26 0 R
+ /A 13 0 R
+>> endobj
+26 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\63\0\40\0\63\0\60\0\40\0\115\0\141\0\162\0\143\0\150\0\54\0\40\0\62\0\60\0\60\0\66\0\72\0\40\0\110\0\141\0\144\0\157\0\157\0\160\0\40\0\160\0\162\0\157\0\152\0\145\0\143\0\164\0\40\0\141\0\160\0\160\0\162\0\157\0\166\0\145\0\144)
+ /Parent 23 0 R
+ /Prev 25 0 R
+ /A 15 0 R
+>> endobj
+27 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F3
 /BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
-21 0 obj
+28 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F5
 /BaseFont /Times-Roman
 /Encoding /WinAnsiEncoding >>
 endobj
-22 0 obj
+29 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F1
 /BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
-23 0 obj
+30 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F9
+/BaseFont /Courier
+/Encoding /WinAnsiEncoding >>
+endobj
+31 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F2
 /BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
-24 0 obj
+32 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F7
@@ -143,70 +200,90 @@
 1 0 obj
 << /Type /Pages
 /Count 2
-/Kids [6 0 R 13 0 R ] >>
+/Kids [6 0 R 17 0 R ] >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 1 0 R
- /Outlines 17 0 R
+ /Outlines 22 0 R
  /PageMode /UseOutlines
  >>
 endobj
 3 0 obj
 << 
-/Font << /F3 20 0 R /F5 21 0 R /F1 22 0 R /F2 23 0 R /F7 24 0 R >> 
+/Font << /F3 27 0 R /F5 28 0 R /F1 29 0 R /F9 30 0 R /F2 31 0 R /F7 32 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
 <<
 /S /GoTo
-/D [13 0 R /XYZ 85.0 659.0 null]
+/D [17 0 R /XYZ 85.0 659.0 null]
 >>
 endobj
 11 0 obj
 <<
 /S /GoTo
-/D [13 0 R /XYZ 85.0 627.866 null]
+/D [17 0 R /XYZ 85.0 627.866 null]
 >>
 endobj
-17 0 obj
+13 0 obj
+<<
+/S /GoTo
+/D [17 0 R /XYZ 85.0 550.213 null]
+>>
+endobj
+15 0 obj
+<<
+/S /GoTo
+/D [17 0 R /XYZ 85.0 485.76 null]
+>>
+endobj
+22 0 obj
 <<
- /First 18 0 R
- /Last 18 0 R
+ /First 23 0 R
+ /Last 23 0 R
 >> endobj
 xref
-0 25
+0 33
 0000000000 65535 f 
-0000003433 00000 n 
-0000003498 00000 n 
-0000003590 00000 n 
+0000005358 00000 n 
+0000005423 00000 n 
+0000005515 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
-0000000604 00000 n 
-0000000724 00000 n 
-0000000756 00000 n 
-0000003713 00000 n 
-0000000891 00000 n 
-0000003776 00000 n 
-0000001027 00000 n 
-0000001890 00000 n 
-0000002013 00000 n 
-0000002047 00000 n 
-0000002231 00000 n 
-0000003842 00000 n 
-0000002415 00000 n 
-0000002556 00000 n 
-0000002877 00000 n 
-0000002990 00000 n 
-0000003100 00000 n 
-0000003208 00000 n 
-0000003324 00000 n 
+0000000707 00000 n 
+0000000827 00000 n 
+0000000873 00000 n 
+0000005649 00000 n 
+0000001008 00000 n 
+0000005712 00000 n 
+0000001145 00000 n 
+0000005778 00000 n 
+0000001282 00000 n 
+0000005844 00000 n 
+0000001419 00000 n 
+0000002830 00000 n 
+0000002953 00000 n 
+0000002994 00000 n 
+0000003197 00000 n 
+0000003397 00000 n 
+0000005909 00000 n 
+0000003560 00000 n 
+0000003701 00000 n 
+0000003984 00000 n 
+0000004373 00000 n 
+0000004696 00000 n 
+0000004809 00000 n 
+0000004919 00000 n 
+0000005027 00000 n 
+0000005133 00000 n 
+0000005249 00000 n 
 trailer
 <<
-/Size 25
+/Size 33
 /Root 2 0 R
 /Info 4 0 R
 >>
 startxref
-3893
+5960
 %%EOF

Modified: lucene/hadoop/trunk/site/issue_tracking.html
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/site/issue_tracking.html?rev=375359&r1=375358&r2=375359&view=diff
==============================================================================
--- lucene/hadoop/trunk/site/issue_tracking.html (original)
+++ lucene/hadoop/trunk/site/issue_tracking.html Mon Feb  6 12:34:29 2006
@@ -72,7 +72,7 @@
 <a href="http://wiki.apache.org/hadoop/">Wiki</a>
 </div>
 <div class="menuitem">
-<a href="apidocs/index.html">API Docs</a>
+<a href="docs/api/">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>

Modified: lucene/hadoop/trunk/site/linkmap.html
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/site/linkmap.html?rev=375359&r1=375358&r2=375359&view=diff
==============================================================================
--- lucene/hadoop/trunk/site/linkmap.html (original)
+++ lucene/hadoop/trunk/site/linkmap.html Mon Feb  6 12:34:29 2006
@@ -72,7 +72,7 @@
 <a href="http://wiki.apache.org/hadoop/">Wiki</a>
 </div>
 <div class="menuitem">
-<a href="apidocs/index.html">API Docs</a>
+<a href="docs/api/">API Docs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Resources</div>
@@ -169,7 +169,7 @@
     
 <ul>
 <li>
-<a href="apidocs/index.html">API Docs</a>&nbsp;&nbsp;&nbsp;_________________________&nbsp;&nbsp;<em>apidocs</em>
+<a href="docs/api/">API Docs</a>&nbsp;&nbsp;&nbsp;_________________________&nbsp;&nbsp;<em>apidocs</em>
 </li>
 </ul>
   

Modified: lucene/hadoop/trunk/site/mailing_lists.html
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/site/mailing_lists.html?rev=375359&r1=375358&r2=375359&view=diff
==============================================================================
--- lucene/hadoop/trunk/site/mailing_lists.html (original)
+++ lucene/hadoop/trunk/site/mailing_lists.html Mon Feb  6 12:34:29 2006
@@ -72,7 +72,7 @@
 <a href="http://wiki.apache.org/hadoop/">Wiki</a>
 </div>
 <div class="menuitem">
-<a href="apidocs/index.html">API Docs</a>
+<a href="docs/api/">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>

Modified: lucene/hadoop/trunk/site/version_control.html
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/site/version_control.html?rev=375359&r1=375358&r2=375359&view=diff
==============================================================================
--- lucene/hadoop/trunk/site/version_control.html (original)
+++ lucene/hadoop/trunk/site/version_control.html Mon Feb  6 12:34:29 2006
@@ -72,7 +72,7 @@
 <a href="http://wiki.apache.org/hadoop/">Wiki</a>
 </div>
 <div class="menuitem">
-<a href="apidocs/index.html">API Docs</a>
+<a href="docs/api/">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>

Modified: 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=375359&r1=375358&r2=375359&view=diff
==============================================================================
--- lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/index.xml (original)
+++ lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/index.xml Mon Feb  6 12:34:29 2006
@@ -15,12 +15,25 @@
       <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>
+      <title>6 February, 2006: nightly builds</title>
+      <p>Hadoop now has nightly builds.  This automatically creates a
+      <a href="ext:nightly">downloadable version of Hadoop every
+      night</a>.  All unit tests must pass, or a message is sent to
+      the developers mailing list and no new version is created.  This
+      also updates the <a href="docs/api/">javadoc</a>.</p>
+      </section>
+
+      <section>
+      <title>3 February, 2006: Hadoop code moved out of Nutch</title>
+      <p>The Hadoop code has now been moved into its own Subversion
+      tree, renamed into packages under <code>org.apache.hadoop</code>.
+      All unit tests pass, but little else has yet been tested.</p> 
+      </section>
+
+      <section>
+      <title>30 March, 2006: Hadoop project approved</title>
+      <p>The Lucene PMC has elected to split the Nutch MapReduce and
+      distributed filesytem code into a new project named Hadoop.</p>
       </section>
 
     </section>

Modified: 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=375359&r1=375358&r2=375359&view=diff
==============================================================================
--- lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/site.xml (original)
+++ lucene/hadoop/trunk/src/site/src/documentation/content/xdocs/site.xml Mon Feb  6 12:34:29 2006
@@ -24,7 +24,7 @@
 
   <docs label="Documentation">    
     <wiki        label="Wiki"             href="ext:wiki" />    
-    <apidocs     label="API Docs"         href="apidocs/index.html" />
+    <apidocs     label="API Docs"         href="docs/api/" />
   </docs>
 
   <resources label="Resources">