You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2008/02/12 07:17:04 UTC

svn commit: r620705 - in /hadoop/hbase: site/author/src/documentation/ site/author/src/documentation/content/xdocs/ site/author/src/documentation/resources/images/ site/publish/ trunk/docs/ trunk/docs/images/ trunk/src/docs/src/documentation/ trunk/src...

Author: stack
Date: Mon Feb 11 22:17:01 2008
New Revision: 620705

URL: http://svn.apache.org/viewvc?rev=620705&view=rev
Log:
HBASE-436 website
Edits (Fixed up releases, cleaned up text on home page, addressed
review comments made by our Jim).

Added:
    hadoop/hbase/site/author/src/documentation/resources/images/hbase_small.gif   (with props)
    hadoop/hbase/trunk/docs/images/hbase_small.gif   (with props)
    hadoop/hbase/trunk/src/docs/src/documentation/resources/images/hbase_small.gif   (with props)
Modified:
    hadoop/hbase/site/author/src/documentation/content/xdocs/index.xml
    hadoop/hbase/site/author/src/documentation/content/xdocs/releases.xml
    hadoop/hbase/site/author/src/documentation/content/xdocs/site.xml
    hadoop/hbase/site/author/src/documentation/skinconf.xml
    hadoop/hbase/site/publish/credits.html
    hadoop/hbase/site/publish/index.html
    hadoop/hbase/site/publish/index.pdf
    hadoop/hbase/site/publish/irc.html
    hadoop/hbase/site/publish/issue_tracking.html
    hadoop/hbase/site/publish/linkmap.html
    hadoop/hbase/site/publish/mailing_lists.html
    hadoop/hbase/site/publish/releases.html
    hadoop/hbase/site/publish/releases.pdf
    hadoop/hbase/site/publish/version_control.html
    hadoop/hbase/trunk/docs/index.html
    hadoop/hbase/trunk/docs/linkmap.html
    hadoop/hbase/trunk/src/docs/src/documentation/skinconf.xml

Modified: hadoop/hbase/site/author/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/author/src/documentation/content/xdocs/index.xml?rev=620705&r1=620704&r2=620705&view=diff
==============================================================================
--- hadoop/hbase/site/author/src/documentation/content/xdocs/index.xml (original)
+++ hadoop/hbase/site/author/src/documentation/content/xdocs/index.xml Mon Feb 11 22:17:01 2008
@@ -10,18 +10,22 @@
   </header> 
 
   <body>
-  <p>HBase is the Hadoop database.  The original implementation was modelled on the paper, <a href="http://labs.google.com/papers/bigtable.html">Bigtable: A Distributed Storeage System for Structured Data</a> by Chang et al.  Just as Bigtable leverages the distributed data storage provided by the <a href="http://labs.google.com/papers/gfs.html">Google File System</a>, HBase provides Bigtable-like capabilities on top of Hadoop.</p>  
+  <p>HBase is the Hadoop database. HBase is a robust, scalable, distributed, 
+  column-orientated store capable of hosting billions of rows * thousands of
+  columns of structured data.  Try it if your plans for a data store run to
+  big.
+  </p>
 
-    <p>For more information about HBase, please see the <a href="ext:wiki">Hadoop wiki.</a></p>     
+  <p>The original implementation was modelled on the paper, <a href="http://labs.google.com/papers/bigtable.html">Bigtable: A Distributed Storeage System for Structured Data</a> by Chang et al.  Just as Bigtable leverages the distributed data storage provided by the <a href="http://labs.google.com/papers/gfs.html">Google File System</a>, HBase provides Bigtable-like capabilities on top of Hadoop.</p>  
 
     <section>
       <title>Getting Started </title>
       <p>
-      Start by installing hbase on a single machine or a very small cluster.
+      Start by installing HBase on a single machine or a very small cluster.
       </p>
       <ol>
         <li><a href="ext:docs/current/index">Learn about</a> HBase by reading the documentation.</li>
-        <li><a href="releases.html">Download</a> Hadoop from the release page.</li>
+        <li><a href="releases.html">Download</a> HBase from the release page.</li>
         <li><a href="mailing_lists.html">Discuss it</a> on the mailing list.</li>
       </ol>
     </section>
@@ -29,7 +33,10 @@
     <section>
       <title> Getting Involved </title>
       <p>
-      HBase is an open source volunteer project under the Apache Software Foundation. We encourage you to learn about the project and contribute your expertise. Here are some starter links:
+      HBase is an open source volunteer project under the Apache Software Foundation. 
+      It is a subproject of <a href="http://hadoop.apache.org/core/">Hadoop</a>.
+      We encourage you to learn about the project and contribute your expertise. 
+      Here are some starter links:
       </p>
       <ol>
         <li>Give us <a href="issue_tracking.html">feedback</a>: What can we do better?</li>

Modified: hadoop/hbase/site/author/src/documentation/content/xdocs/releases.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/author/src/documentation/content/xdocs/releases.xml?rev=620705&r1=620704&r2=620705&view=diff
==============================================================================
--- hadoop/hbase/site/author/src/documentation/content/xdocs/releases.xml (original)
+++ hadoop/hbase/site/author/src/documentation/content/xdocs/releases.xml Mon Feb 11 22:17:01 2008
@@ -13,7 +13,12 @@
 
     <section>
       <title>Download</title>
+      <p><a href="http://hadoop.apache.org/core/releases.html">Download Hadoop 0.16.0</a>
+      to get the most recent HBase release.  Its bundled under the Hadoop
+      <em>contrib</em> directory.
+      </p>
 
+<!--
       <p>Releases may be downloaded from Apache mirrors.</p>
 
       <p>
@@ -39,11 +44,25 @@
       </p>
 
     </section>
+      -->
 
     <section>
       <title>News</title>
-
-     
+      <section>
+      <title>HBase 'promoted' to Hadoop Sub-project</title>
+      <p>02/11/2008: HBase originally incubated as a contribution to Hadoop.  As of the start
+      of February, near-contemporaneous with Hadoops' becoming a TLP Apache project, HBase was
+      'promoted' to become a subproject of Hadoop.  Hadoop 0.16.0 was the last Hadoop release
+      to carry HBase and is, as of this writing, the most recent official HBase release
+      (see under the <em>contrib</em> subdirectory of the Hadoop release).</p>
+      <p>Going forward, all future HBase releases will be hosted on this page.  A 0.1
+      branch has already been made and releases made on this branch will be fixes to
+      for the release 0.16.0 release of HBase.  The first 'standalone' HBase release
+      will be 0.1.0 and would roughly equate to the HBase that would have been shipped
+      in Hadoop 0.16.1, if HBase were still hosted inside Hadoop.
+      </p>
+      </section>
+    </section>
     </section>
 
   </body>

Modified: hadoop/hbase/site/author/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/author/src/documentation/content/xdocs/site.xml?rev=620705&r1=620704&r2=620705&view=diff
==============================================================================
--- hadoop/hbase/site/author/src/documentation/content/xdocs/site.xml (original)
+++ hadoop/hbase/site/author/src/documentation/content/xdocs/site.xml Mon Feb 11 22:17:01 2008
@@ -44,7 +44,7 @@
     <hadoop-default href="http://hadoop.apache.org/hbase/hadoop-default.html" />
     <docs href="http://hadoop.apache.org/hbase/docs/">
       <current href="current/">
-	    <index href="documentation.html"/>
+	    <index href="index.html"/>
       </current>
     </docs>
 

Added: hadoop/hbase/site/author/src/documentation/resources/images/hbase_small.gif
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/author/src/documentation/resources/images/hbase_small.gif?rev=620705&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/hbase/site/author/src/documentation/resources/images/hbase_small.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: hadoop/hbase/site/author/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/author/src/documentation/skinconf.xml?rev=620705&r1=620704&r2=620705&view=diff
==============================================================================
--- hadoop/hbase/site/author/src/documentation/skinconf.xml (original)
+++ hadoop/hbase/site/author/src/documentation/skinconf.xml Mon Feb 11 22:17:01 2008
@@ -67,7 +67,7 @@
   <project-name>HBase</project-name>
   <project-description>The Hadoop database</project-description>
   <project-url>http://hadoop.apache.org/hbase/</project-url>
-  <project-logo>images/hbase_logo_med.gif</project-logo>
+  <project-logo>images/hbase_small.gif</project-logo>
 
   <!-- group logo -->
   <group-name>Hadoop</group-name>

Modified: hadoop/hbase/site/publish/credits.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/credits.html?rev=620705&r1=620704&r2=620705&view=diff
==============================================================================
--- hadoop/hbase/site/publish/credits.html (original)
+++ hadoop/hbase/site/publish/credits.html Mon Feb 11 22:17:01 2008
@@ -39,7 +39,7 @@
     |start Project Logo
     +-->
 <div class="projectlogo">
-<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_logo_med.gif" title="The Hadoop database"></a>
+<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_small.gif" title="The Hadoop database"></a>
 </div>
 <!--+
     |end Project Logo

Modified: hadoop/hbase/site/publish/index.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/index.html?rev=620705&r1=620704&r2=620705&view=diff
==============================================================================
--- hadoop/hbase/site/publish/index.html (original)
+++ hadoop/hbase/site/publish/index.html Mon Feb 11 22:17:01 2008
@@ -39,7 +39,7 @@
     |start Project Logo
     +-->
 <div class="projectlogo">
-<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_logo_med.gif" title="The Hadoop database"></a>
+<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_small.gif" title="The Hadoop database"></a>
 </div>
 <!--+
     |end Project Logo
@@ -172,26 +172,29 @@
 </ul>
 </div>
   
-<p>HBase is the Hadoop database.  The original implementation was modelled on the paper, <a href="http://labs.google.com/papers/bigtable.html">Bigtable: A Distributed Storeage System for Structured Data</a> by Chang et al.  Just as Bigtable leverages the distributed data storage provided by the <a href="http://labs.google.com/papers/gfs.html">Google File System</a>, HBase provides Bigtable-like capabilities on top of Hadoop.</p>  
+<p>HBase is the Hadoop database. HBase is a robust, scalable, distributed, 
+  column-orientated store capable of hosting billions of rows * thousands of
+  columns of structured data.  Try it if your plans for a data store run to
+  big.
+  </p>
 
-    
-<p>For more information about HBase, please see the <a href="http://wiki.apache.org/hadoop/HBase">Hadoop wiki.</a>
-</p>     
+  
+<p>The original implementation was modelled on the paper, <a href="http://labs.google.com/papers/bigtable.html">Bigtable: A Distributed Storeage System for Structured Data</a> by Chang et al.  Just as Bigtable leverages the distributed data storage provided by the <a href="http://labs.google.com/papers/gfs.html">Google File System</a>, HBase provides Bigtable-like capabilities on top of Hadoop.</p>  
 
     
-<a name="N1001D"></a><a name="Getting+Started"></a>
+<a name="N1001A"></a><a name="Getting+Started"></a>
 <h2 class="h3">Getting Started </h2>
 <div class="section">
 <p>
-      Start by installing hbase on a single machine or a very small cluster.
+      Start by installing HBase on a single machine or a very small cluster.
       </p>
 <ol>
         
 <li>
-<a href="http://hadoop.apache.org/hbase/docs/current/documentation.html">Learn about</a> HBase by reading the documentation.</li>
+<a href="http://hadoop.apache.org/hbase/docs/current/index.html">Learn about</a> HBase by reading the documentation.</li>
         
 <li>
-<a href="releases.html">Download</a> Hadoop from the release page.</li>
+<a href="releases.html">Download</a> HBase from the release page.</li>
         
 <li>
 <a href="mailing_lists.html">Discuss it</a> on the mailing list.</li>
@@ -200,11 +203,14 @@
 </div>
 
     
-<a name="N1003C"></a><a name="Getting+Involved"></a>
+<a name="N10039"></a><a name="Getting+Involved"></a>
 <h2 class="h3"> Getting Involved </h2>
 <div class="section">
 <p>
-      HBase is an open source volunteer project under the Apache Software Foundation. We encourage you to learn about the project and contribute your expertise. Here are some starter links:
+      HBase is an open source volunteer project under the Apache Software Foundation. 
+      It is a subproject of <a href="http://hadoop.apache.org/core/">Hadoop</a>.
+      We encourage you to learn about the project and contribute your expertise. 
+      Here are some starter links:
       </p>
 <ol>
         

Modified: hadoop/hbase/site/publish/index.pdf
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/index.pdf?rev=620705&r1=620704&r2=620705&view=diff
==============================================================================
--- hadoop/hbase/site/publish/index.pdf (original)
+++ hadoop/hbase/site/publish/index.pdf Mon Feb 11 22:17:01 2008
@@ -47,10 +47,10 @@
 >>
 endobj
 12 0 obj
-<< /Length 1966 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 2080 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gat=,9on$e&A@sBW4*4t-k\t*<%^...@Jf>9>,?MH;R3G]sB6@-a]5uGmrh@jgI`lsZ3-,@Hhh3aD$DYd>.oYO$6R++D*/2XI"!$MIGus6B&;C3NnBd0TCHS1^Z,a%j,79pT#'<MXf?*.dgjf[gfOB:u=t!>1mm0tiB2.0I.9pMS6\HdSfZmaq<EX(i:n?(t>Zil85]>o^.bu(p)Z\Z;UYq#?Qn7cm!tcV;`Dn,?FML:[GHXVb5<U@T;%5shr_@K5&\aiPr"INS;+_(:?#rTeD5F#P`NuN$K%]G;*ifJt:23bG*UU#n<&lH(SF*Q^hHU<#I!RVm#mZ/1@AgJ$+"<gU1Y:+kKn?aY0BFptnes&203dV16SJUoHBGWRHf@_raPXVRlE(BJ;T7s$EsOSKPX5Ys(#CE=jK5;)37ATn>5]4Z4aM</,Yl%?[=6JJVKE77o'?\9Vo^C@AU2j;31mSg#PV?k@.msq&p"oe/tWWNPtTY%<OfLg5t_T\qau&&g_^u"!J$J1Ma/l4<Au30]"!LQ@+8g?".f"XC$)Fb181?MNfE6XYJJZXdWOD,">q?3:sP0T+XV[d;rmC?p6:QWpAU(<mpg(T_oR%M:u0F>7k/g<RO5puqp6URd3\T/g3qlQL="lM-us"1r*9Hn3gFZ-]smcRTKCNC4W>mh:b:pB<n:!
 .kF+o%4"X+4"@L952E=rA,jAf>C6+*<4/`.8^Fk$Wh5MBON2T^3IEV$a*(m0(]A+0KHs#[=Y'k632'"&V#Hp@uB)+N_&XNo7rC%u3Bmi-XA1]lMAY0'D"!E2UQ#\C*H9$q=b0rWmAr>hCI)&]s%@+lR!mU7Ab7qX7bOdp1#VVemKJONAOBab2O1Dn26-,^q,icgeSflMsDqOAgq,6?1fe8*")n=C<o@\MiA75d6,n-n=6.9j/-o;E>3Wpa2%gn:^T%NP.$j&1ZHs]]R@a:jK>C*I<Q+&*7l^sV]r(A\;*?a^\!#koeBD.)&f5*1BTfMNAeO&SWLEai^ouj$6?'9I2TH\&C4JL9U.doTgcSBuVd<F:k>.^nChcWTrKt^K1N.thn=o%KLTT.-Y5bhMSWt\]fTBEKl!m*@-8H4J[Q&]pra1lDPr-3f#JAr,jd(CX6B=X465K^l'q/,ZT5Q_@K4`!oY.JTocrNGdNq^ci:]dR)G,5n!p\\"Y*YD?/D_coN=7CsB9SOD"=g1R`F!cM2qI4YghlH4R`\9EON#>!.<qSPb\n,bQ@,GQA6--pPf@=:79gh4sSZ*XDkZgL+TiMFi8(2bb37R;CKL7)i25_XeP3!ceH-0`n,AY(m.q@>!&*YWXI.8KURXZ3#;#'X$G5@04]!<3:69ZcC`[d2W1iE)G8MIQs-s7%YuEHdrsW#Pr+:(u6uF9',u9Z"6^X0]1?I$Jjb^i]VY#NS1\X9b$!K-b]L(#=S]T.oe=FSNTX@Ct<o/;eM:26Z<'Lr3MUc](7a`Lp4?nCmJ*gr"UTGrj_[#-#`h1()5^m,[jF4gN+7c$a8"=?),IkE<("o#%Ef^?IohbQ/4o.".Tp%fA3jh*ac[%X`2nj=Veg=p81(T]:]cMGr/cha;gTVq3C[5'B5$D3EcR77(@@M!&b8)SZ%A""!./(s@1hA'"IRf!k8LT]<3&=Oa's@Ye3WrrM[OE=i~>
+Gat=,9on$e&A@sBW4/SD.M>0IF=p!?l#%EH5he/X6e_\pdp=o;kiuY:qsQVr(Is^')aT!^7?d1'4q;3p]%sIEhSielr4q(R=+PQtKjFcZ6>mm[(lO6s!pXW_hI!HMh24h=p23F&IsRA[k3r-YrU<DFPWG5qSZ'LCQMP9P)bQJ^9=8W:qMcAk;NZlS0%&#uX6MIp2RV>6d8]5PZ+*YB-Au'CDm-j(]Zk))F4&^>_rdt&Pt4b%:7B64W4i$(;,qa>*6c2VbO\CBeai?14elA5`3-):'#i/$Y1nWi8(_sJekN-QL5eYLDorl,EK0tS0A8^Z:Bime<)]4hVd*UMHW;\iQfc<q-]XKeJTe3#GmAgr:D!E>TP&lZ%$("B'd?.03hCA;CsO$F_2LSd,l=N`1=*46Gj6Q-:Z<YC2nc5`2llsZSM9NYHZ'WRlE;'1JW\8Ei6e;#pX]]h7rg9PH(9-*hS\W>ea6sN>opXuNs5c)o/8\[3ptibW,3`O%`@nf1C.as5`ico&T^;JP0HlMq7TG$KrTEmo/q)MaG*6K/#A8!OjoF==1CY&pqXs(QnsBQp:b#<8X.RP7#t!'kQcNq`'HEu[oXl1s&mM[P1YiZ38gUtQ\DQ7Np!7=jjCnR_.k$?Q=g]C/HAE@-mG"CN[p7C2?>B;[9tjhI%G!]&_dk4(a2tjC6i==;5R[NCr'mRI\(Kg_(>oof5Jp;O?B[6P!?C3]G6?/!Wn^g`C*Y6W5a40'Y#Vb<,tBe$I`XdlKBU[U5/YZ7WS;M9*g#KZa%DlH<Q-e,pc<rBkMO9C@B]?oLnkAm4]%,>g'^'IKZgS[KU[VmC]?j*sH9;RW:*6+GKP^*HEO.7A=M\H.k7][36C'>B*,l=c)4rAT"bO>YPp)-(4p<*_-6IT3S(Sc$c.Y3ZR'&.%6++8ulapj(0B]Dt<7qh+VF+<bHZ_DE\h&'_ID[BoUk\h#2@Ip<Y_2]h9L@F=mD)/>@Rp"f2A1d1*a
 TosB@"W'tEc`NV5^^996;*)ad=g.oCki3l]ZDqg\>h]\iu_T37N+V+Xno%hHGWYWrJ@mu^:\5gF@-EP&Ji[E6qXI/X;MsDLb+TCX3m-)*&85QTKp4gc&UQE!"Ctr=Ama/9(WRPR;:@41(7lh(&icb/Z2G4\c>3tk;emG7%$Q&Q%9XF>sluN/E!C1lbb+/O-c>fOT.^l@V(N*O"G`QS$>,RF6"hLD`,Z:N45c)a#,&m>\3Uo[jK&jcTo$F;:"``P*f45`nc4^=if'i:,H7j4aG)OoS4dVRS=gKd3dG[MCF#hKI;"$#`_Ua1_HP0WR"AXt&W6+<0^=*`<VTIJjVbL/O]=\H@k3$CQk5a9=LqAu-"^jC(@A2);/I$@AHU'C7q7:hcfeiNdd+)CFmM'tQ*Y9!ucKtO'nYG`R1[1GsTnrBM](DS-\gu2j-(uCjp#Xsf*OKg/P3AlC9pq_UTX-(^.IkH6;Z/+E<&pCVLOYpUq>LL#!'NQFIJk_dGDJ<al\Fg\)H8eO09p2h5QVdG>rCB)5dbgTD63=`A@d<!F]iqbD+d##>gk,?&0tc\ju/:<JH/D6)ukM[O[TVT0klJO<3uMM-L[t[kYmi%QbTBLp4rdXfVp@srdDXe/f>b5;*-#;SRbl9e'EmaTCh3s.s8d+D7bFP#d3(:lJ8;d(dYVKL<Q[m9@or^BR5+i#enWVOFkKCgN7^LYa.SPl!d&)qK*^f.S*#CUgPk;DCa/=Md\A[T_\%QS3..#JgnF\c]dXPC,TTG=oNNj;[*7`GY5..PgS'9G5c->ff@Sk.^U%O[q&o[.W<(8$j5+,3e/=VA*RC_S[)p4I[5-e^o%/XJ;tQ7E[$HWLQtE3/h9T`ockfPM[obG.:&9%<QATJAG(j@39"qMicCmA1FCHV-L`c%P'%$07HS<6,pD@##pVfh)'@Ubo#&u16W^HX87tNLQ`EB\E)<\16a[8<"o:)%ifOKAK."?_htof#dLij=0^*
 iuT9BC]r51AgZIn1Op(DOF+4TPObRT]98Vmr*=+?Dn1f#A&\9[ASATnZ^@!0f*@!*\p_<RA0mjm3]b?^fS=ih<!4_ijQ#Mb-G[/~>
 endstream
 endobj
 13 0 obj
@@ -72,12 +72,13 @@
 20 0 R
 21 0 R
 22 0 R
+23 0 R
 ]
 endobj
 15 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 90.0 647.6 381.636 635.6 ]
+/Rect [ 364.968 613.2 522.624 601.2 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (http://labs.google.com/papers/bigtable.html)
@@ -88,10 +89,10 @@
 16 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 349.284 634.4 444.624 622.4 ]
+/Rect [ 90.0 600.0 220.98 588.0 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://labs.google.com/papers/gfs.html)
+/A << /URI (http://labs.google.com/papers/bigtable.html)
 /S /URI >>
 /H /I
 >>
@@ -99,10 +100,10 @@
 17 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 333.624 600.0 398.952 588.0 ]
+/Rect [ 205.98 586.8 301.32 574.8 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://wiki.apache.org/hadoop/HBase)
+/A << /URI (http://labs.google.com/papers/gfs.html)
 /S /URI >>
 /H /I
 >>
@@ -110,10 +111,10 @@
 18 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 530.466 165.648 518.466 ]
+/Rect [ 108.0 504.066 165.648 492.066 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://hadoop.apache.org/hbase/docs/current/documentation.html)
+/A << /URI (http://hadoop.apache.org/hbase/docs/current/index.html)
 /S /URI >>
 /H /I
 >>
@@ -121,7 +122,7 @@
 19 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 517.266 157.992 505.266 ]
+/Rect [ 108.0 490.866 157.992 478.866 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (releases.html)
@@ -132,7 +133,7 @@
 20 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 504.066 155.004 492.066 ]
+/Rect [ 108.0 477.666 155.004 465.666 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (mailing_lists.html)
@@ -143,10 +144,10 @@
 21 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 147.996 412.132 191.304 400.132 ]
+/Rect [ 155.988 416.132 193.98 404.132 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (issue_tracking.html)
+/A << /URI (http://hadoop.apache.org/core/)
 /S /URI >>
 /H /I
 >>
@@ -154,7 +155,18 @@
 22 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 148.668 398.932 203.016 386.932 ]
+/Rect [ 147.996 385.732 191.304 373.732 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (issue_tracking.html)
+/S /URI >>
+/H /I
+>>
+endobj
+23 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 148.668 372.532 203.016 360.532 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (mailing_lists.html)
@@ -162,49 +174,49 @@
 /H /I
 >>
 endobj
-24 0 obj
+25 0 obj
 <<
  /Title (\376\377\0\61\0\40\0\107\0\145\0\164\0\164\0\151\0\156\0\147\0\40\0\123\0\164\0\141\0\162\0\164\0\145\0\144)
- /Parent 23 0 R
- /Next 25 0 R
+ /Parent 24 0 R
+ /Next 26 0 R
  /A 9 0 R
 >> endobj
-25 0 obj
+26 0 obj
 <<
  /Title (\376\377\0\62\0\40\0\107\0\145\0\164\0\164\0\151\0\156\0\147\0\40\0\111\0\156\0\166\0\157\0\154\0\166\0\145\0\144)
- /Parent 23 0 R
- /Prev 24 0 R
+ /Parent 24 0 R
+ /Prev 25 0 R
  /A 11 0 R
 >> endobj
-26 0 obj
+27 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F3
 /BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
-27 0 obj
+28 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F5
 /BaseFont /Times-Roman
 /Encoding /WinAnsiEncoding >>
 endobj
-28 0 obj
+29 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F1
 /BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
-29 0 obj
+30 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F2
 /BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
-30 0 obj
+31 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F7
@@ -219,71 +231,72 @@
 2 0 obj
 << /Type /Catalog
 /Pages 1 0 R
- /Outlines 23 0 R
+ /Outlines 24 0 R
  /PageMode /UseOutlines
  >>
 endobj
 3 0 obj
 << 
-/Font << /F3 26 0 R /F5 27 0 R /F1 28 0 R /F2 29 0 R /F7 30 0 R >> 
+/Font << /F3 27 0 R /F5 28 0 R /F1 29 0 R /F2 30 0 R /F7 31 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
 <<
 /S /GoTo
-/D [13 0 R /XYZ 85.0 577.0 null]
+/D [13 0 R /XYZ 85.0 550.6 null]
 >>
 endobj
 11 0 obj
 <<
 /S /GoTo
-/D [13 0 R /XYZ 85.0 485.066 null]
+/D [13 0 R /XYZ 85.0 458.666 null]
 >>
 endobj
-23 0 obj
+24 0 obj
 <<
- /First 24 0 R
- /Last 25 0 R
+ /First 25 0 R
+ /Last 26 0 R
 >> endobj
 xref
-0 31
+0 32
 0000000000 65535 f 
-0000005629 00000 n 
-0000005694 00000 n 
-0000005786 00000 n 
+0000005930 00000 n 
+0000005995 00000 n 
+0000006087 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000000568 00000 n 
 0000000688 00000 n 
 0000000720 00000 n 
-0000005909 00000 n 
+0000006210 00000 n 
 0000000855 00000 n 
-0000005972 00000 n 
+0000006273 00000 n 
 0000000991 00000 n 
-0000003050 00000 n 
-0000003173 00000 n 
-0000003249 00000 n 
-0000003439 00000 n 
-0000003627 00000 n 
-0000003812 00000 n 
-0000004026 00000 n 
-0000004191 00000 n 
-0000004361 00000 n 
-0000004534 00000 n 
-0000006038 00000 n 
-0000004706 00000 n 
-0000004886 00000 n 
-0000005073 00000 n 
-0000005186 00000 n 
-0000005296 00000 n 
-0000005404 00000 n 
-0000005520 00000 n 
+0000003164 00000 n 
+0000003287 00000 n 
+0000003370 00000 n 
+0000003563 00000 n 
+0000003752 00000 n 
+0000003938 00000 n 
+0000004144 00000 n 
+0000004309 00000 n 
+0000004479 00000 n 
+0000004662 00000 n 
+0000004835 00000 n 
+0000006339 00000 n 
+0000005007 00000 n 
+0000005187 00000 n 
+0000005374 00000 n 
+0000005487 00000 n 
+0000005597 00000 n 
+0000005705 00000 n 
+0000005821 00000 n 
 trailer
 <<
-/Size 31
+/Size 32
 /Root 2 0 R
 /Info 4 0 R
 >>
 startxref
-6089
+6390
 %%EOF

Modified: hadoop/hbase/site/publish/irc.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/irc.html?rev=620705&r1=620704&r2=620705&view=diff
==============================================================================
--- hadoop/hbase/site/publish/irc.html (original)
+++ hadoop/hbase/site/publish/irc.html Mon Feb 11 22:17:01 2008
@@ -39,7 +39,7 @@
     |start Project Logo
     +-->
 <div class="projectlogo">
-<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_logo_med.gif" title="The Hadoop database"></a>
+<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_small.gif" title="The Hadoop database"></a>
 </div>
 <!--+
     |end Project Logo

Modified: hadoop/hbase/site/publish/issue_tracking.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/issue_tracking.html?rev=620705&r1=620704&r2=620705&view=diff
==============================================================================
--- hadoop/hbase/site/publish/issue_tracking.html (original)
+++ hadoop/hbase/site/publish/issue_tracking.html Mon Feb 11 22:17:01 2008
@@ -39,7 +39,7 @@
     |start Project Logo
     +-->
 <div class="projectlogo">
-<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_logo_med.gif" title="The Hadoop database"></a>
+<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_small.gif" title="The Hadoop database"></a>
 </div>
 <!--+
     |end Project Logo

Modified: hadoop/hbase/site/publish/linkmap.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/linkmap.html?rev=620705&r1=620704&r2=620705&view=diff
==============================================================================
--- hadoop/hbase/site/publish/linkmap.html (original)
+++ hadoop/hbase/site/publish/linkmap.html Mon Feb 11 22:17:01 2008
@@ -39,7 +39,7 @@
     |start Project Logo
     +-->
 <div class="projectlogo">
-<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_logo_med.gif" title="The Hadoop database"></a>
+<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_small.gif" title="The Hadoop database"></a>
 </div>
 <!--+
     |end Project Logo

Modified: hadoop/hbase/site/publish/mailing_lists.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/mailing_lists.html?rev=620705&r1=620704&r2=620705&view=diff
==============================================================================
--- hadoop/hbase/site/publish/mailing_lists.html (original)
+++ hadoop/hbase/site/publish/mailing_lists.html Mon Feb 11 22:17:01 2008
@@ -39,7 +39,7 @@
     |start Project Logo
     +-->
 <div class="projectlogo">
-<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_logo_med.gif" title="The Hadoop database"></a>
+<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_small.gif" title="The Hadoop database"></a>
 </div>
 <!--+
     |end Project Logo

Modified: hadoop/hbase/site/publish/releases.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/releases.html?rev=620705&r1=620704&r2=620705&view=diff
==============================================================================
--- hadoop/hbase/site/publish/releases.html (original)
+++ hadoop/hbase/site/publish/releases.html Mon Feb 11 22:17:01 2008
@@ -39,7 +39,7 @@
     |start Project Logo
     +-->
 <div class="projectlogo">
-<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_logo_med.gif" title="The Hadoop database"></a>
+<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_small.gif" title="The Hadoop database"></a>
 </div>
 <!--+
     |end Project Logo
@@ -162,12 +162,16 @@
 <ul class="minitoc">
 <li>
 <a href="#Download">Download</a>
-</li>
-<li>
-<a href="#Release+Notes">Release Notes</a>
-</li>
+<ul class="minitoc">
 <li>
 <a href="#News">News</a>
+<ul class="minitoc">
+<li>
+<a href="#HBase+%27promoted%27+to+Hadoop+Sub-project">HBase 'promoted' to Hadoop Sub-project</a>
+</li>
+</ul>
+</li>
+</ul>
 </li>
 </ul>
 </div> 
@@ -176,36 +180,27 @@
 <a name="N1000C"></a><a name="Download"></a>
 <h2 class="h3">Download</h2>
 <div class="section">
-<p>Releases may be downloaded from Apache mirrors.</p>
 <p>
-      
-<a href="http://www.apache.org/dyn/closer.cgi/hadoop/hbase/">
-      <strong><strong>Download a release now!</strong></strong></a>
-      
-</p>
-<p>On the mirror, all recent releases are available, but are not
-      guaranteed to be stable. For stable releases, look in the stable
-      directory.
+<a href="http://hadoop.apache.org/core/releases.html">Download Hadoop 0.16.0</a>
+      to get the most recent HBase release.  Its bundled under the Hadoop
+      <em>contrib</em> directory.
+      </p>
+<a name="N1001D"></a><a name="News"></a>
+<h3 class="h4">News</h3>
+<a name="N10023"></a><a name="HBase+%27promoted%27+to+Hadoop+Sub-project"></a>
+<h4>HBase 'promoted' to Hadoop Sub-project</h4>
+<p>02/11/2008: HBase originally incubated as a contribution to Hadoop.  As of the start
+      of February, near-contemporaneous with Hadoops' becoming a TLP Apache project, HBase was
+      'promoted' to become a subproject of Hadoop.  Hadoop 0.16.0 was the last Hadoop release
+      to carry HBase and is, as of this writing, the most recent official HBase release
+      (see under the <em>contrib</em> subdirectory of the Hadoop release).</p>
+<p>Going forward, all future HBase releases will be hosted on this page.  A 0.1
+      branch has already been made and releases made on this branch will be fixes to
+      for the release 0.16.0 release of HBase.  The first 'standalone' HBase release
+      will be 0.1.0 and would roughly equate to the HBase that would have been shipped
+      in Hadoop 0.16.1, if HBase were still hosted inside Hadoop.
       </p>
 </div>
-
-    
-<a name="N10023"></a><a name="Release+Notes"></a>
-<h2 class="h3">Release Notes</h2>
-<div class="section">
-<p>Release notes for Hadoop releases are available in Jira.</p>
-<p>
-      
-<a href="http://issues.apache.org/jira/browse/HBASE?report=com.atlassian.jira.plugin.system.project:changelog-panel">
-      <strong><strong>Browse release notes now!</strong></strong></a>
-      
-</p>
-</div>
-
-    
-<a name="N10037"></a><a name="News"></a>
-<h2 class="h3">News</h2>
-<div class="section"></div>
 
   
 </div>

Modified: hadoop/hbase/site/publish/releases.pdf
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/releases.pdf?rev=620705&r1=620704&r2=620705&view=diff
==============================================================================
--- hadoop/hbase/site/publish/releases.pdf (original)
+++ hadoop/hbase/site/publish/releases.pdf Mon Feb 11 22:17:01 2008
@@ -5,10 +5,10 @@
 /Producer (FOP 0.20.5) >>
 endobj
 5 0 obj
-<< /Length 428 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 396 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gaua:_,>n>&;KX9`?+9[24G/M8#peQ&"QR=;\.N8[PLH(TH2qH";m>KWAg+FCpNlS[laUV7@-XJ4@'1ON0nso,6lnYJD#]cmafg>Th'6$n*h=S/W*TTi.>UPh23:sV<pT...@OMbQSf>bhr&o?]fH+#3P9kb*6lPAg*9FDbjB[D;c6Sdauc677V+KG!CpKBe^c:'u:c(7Pc_66mWM<^e+Do6RkWb:o-AoV5m:,r?O_kTO+ha7A+'1!Fp/aM>#*--fEqF+JAm^G^l9B#!/EhR,"AP0Z*t\^/bXYkQ\A=GQ^9.D'*;"=m.:=`918De]]@<L$AV]A"I[X_tlF#!Menntbb*~>
+Gaua95>T0N&B/jCMAt#q_gc\u3`;V;$qPn-?jNa\<XNh<!YsUafIb_ZWGA%JIcp=/I]#-Rm!Ps$VT;'TN4WH93%UHt5(3R1Y*Pn(<E=X!K;[dB<q^,,B/2-[UZB6JAh<QfGQE4Sg>sINFpB(Q'+1#l4EUDQGRngbM64\0ZL)&R+nuWTIcr/hFG;%pc$+U\mZr@6rUm\tb&5tRQAZ(E(\)T_`"k\4E[uc1*eedt-DaQ<5iY^XWK7Vdn'&4)4n>1JdQd#4c/*mBHsQs%0dfM?.QC%Pc9TYBg!"#.rm$:/+nLqma9j,]Ad$S&!.4?2]D:aCbLI/Eq^b;A,rmW1d]4eS(Rq^foqSXED:q@C\c$1Xjfl0F7b=(U#lf&iC"&R>dk!2GIfnX8^68~>
 endstream
 endobj
 6 0 obj
@@ -24,7 +24,6 @@
 [
 8 0 R
 10 0 R
-12 0 R
 ]
 endobj
 8 0 obj
@@ -40,7 +39,7 @@
 10 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 102.0 541.466 178.316 529.466 ]
+/Rect [ 108.0 541.466 150.824 529.466 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A 11 0 R
@@ -48,110 +47,97 @@
 >>
 endobj
 12 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 102.0 523.266 137.324 511.266 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 13 0 R
-/H /I
->>
-endobj
-14 0 obj
-<< /Length 956 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 1360 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gat=*9iKe#&A@sBW&L)X<D1p+Z"XRS#MML^D%?tn6Dfc3AOD3%?TI\tg;X=X\R]:?HZ.M^.kR(7a"rPX__G>4U)7_lJn"a)8B60RYQU.XT]I6n4<aJ6IA"5V5P\b!H"P=t'`CMEbNS7IqWfr<m.2W9-4DCJ&3IW+5mj]T9@56c&M5J1NX-)iI6pO[PC`0`bu.K97E;tu:L11s]Dq2#::flE2U:a&kgR5U]`T/LSTE?s(`![)T^-Y5C>`:U=JELtO4P;NAg'Mr<a;@$\nT<LD)jJ0gS-uFEK"U;flPsOj9)uNT?m(h!VcYFP?EE*Bp/hAROOMMb_h(e9kF?Q&"kaS.!o*.SHr6,YZ[j1p5qM'VR'5HJH#Fm7#Aj6MjLj&M,7u*&+=8,cj1ljEI#Jdk'Y@a]j$LUo)!=@A6B_YoJXre(_8c@)uqdUAs\ocQ3+_L6TO[[DS_P(K5i4k;eX"q5&]&IX>n!T3O<VuZu/^T+bF4Ss54&WRT]NcMfr#>C[g*;Z1D6NXa@qP8*NKPT0M;%`\[so5lYu5qjN3h>?4Ii(lk*nX:s:r7rNVFRc2=ZJpB/38!J:lCr[W6l%N8EHiNeVn9d/JGL"DB:8Z/'f^M)"&o14rQ2_bnXR]1dpVPV$[*Ju!?9f.L$Q)/<&j1gY3:Z$@&u,&FRgSf%0UN's'q:e-)aig4K]ZC[R@7?rD(6*e&%?Fp%/,f6/iCs4L/7sX8srbs?6QdPmE#OLFQP'j"MmF'OH]b6?DWFO"e\D30*:/g.5Bic8aef/F\'8LeB[Xr[1j=+]*doZ2V<T!&kcQCh&ca31Ads%s("Z'ffW+<df'FsCW>gTgF&d^15Y=cZ(dD$:c[M6HO5]HoAW>lqJ>VmghqI_SD@(C/bhapkp#E=eh1-\d2@Q(()>gJ]."9`kQi\Op*!e4EbBG%d__+\Jg5I?ij;84A%DjXjWF"Q;#1~>
+Gasap968iG&AII3i+@>UL'[:>>MRe)4.T+bldk\.M3,dg7498r<W>65^9HN_cM1d#Lu&%'ojRg3=fl$t_E@+Fc$nc9_ho$2IMdn^3"%j81,g>F,PgMod0K6\rTj:XYNfBR8gFr.?aBK;p"O*O%5b9BYH(^Qok5$B`,"d*EK<tXqa=)_?2_H_hR"c7/+VeeFB[In4=!G6gmH)9mgjHud)Za>RCor]lPH0IhP4tIkQ;]RkMS.4Z-VAtc:@<<^W19hT,=g$K7V+;ETA\ik`HcP"87pLPWCB^[1-J+\MlZG%CihIc>FR<TFQh`W^BoSSIR,e*tIJobEXglFHDb"W`0nqW(Q\RbFL2Gr97@K&qA1Q*2(UT]df#GXc"HkM)bQ=lB1*2]A5JBFNqb2)!dMrBY,E>Y1$D_.IC)3l"iFpq,=C<U+dWj.EN^b9'H^(oO'L]>Hbm+LCn[HW#nYpR"*5!\N#h&kYR>NrD9d2C(t\FP`80skL#2:F-uKRI?&&_GLGcT.[f(c7&/3))=?OpHM[gps$?.taKPO#YlVBO_(UaoRc.;._aVo?R[(&o>B@iA4tM:e3]gl+aRb<MbDKT='c$-]JXT9"5J+MY<MkXX_5$(>7$c>O@4',hkfUUum91TF4R-F)O]u*!I<dYQKbXCJMGP?i8rH$9)YlR0<B>k;U'bf":*$\#0H9cKcd+#6PLs=5?#:Z"F++ndCci3&5p+F":"@%CZf&uP41*UEVC*Z-2eZ!-(>d_*jT9MTfM4q;Fo^"$]dSJ=n)E11XY5U#'*[[CX@+KQMf"a<U?en4RQ`?WF.8';I\6!_OhXE3k2>QR.?V,2`cEukVC(pa+&_\oamp!62R:l+*<rD>M:#NUin"Dr><C^uI.OA>H.a]r(-99#b#.a'F]E5Q?8AX>`TgZL2hehO[^*uqC4ML-i5bGaeb$pBd)?LB6TRH:T'$pp'"O;P\R:('iAc^*WKF*Pg6\/D)<4ssd6@FL42=e
 sF^"!_8OH_JO.D/Dlh.6EkZRQLCbIK3e:O[i#i<Bb:a@5dKtJ@-\:JZ\$\0<4RoP0KWcMDZ<?G-:.`uZe]SWu"_a?6l(s]3G=>oFo("K&M<.(#l!o-=XR[m3`gGAJAQHC'`_/*?_KL'A=$+@.lO4[.un8&PEP8.Yp9\@97GanccA'4AZOEs)8+Y8)$a5%6Z"+uYS(iXNqAJc$W:Vrf2QC&?6d-l-(f]elT]Cu3#`5XEXE90PAM.(f<4--"b(G(=]6"WkbZS:`.KLjA=c[;A)JPRI#^j"Pm0C!Y1V(->^)b/(6^jTgjlU#3ZY5MS@X:hZ5VY1aD-ouWNn;<%f^."/f>H(Y:I$[BiV:=C66;?ls!7\u2QN~>
 endstream
 endobj
-15 0 obj
+13 0 obj
 << /Type /Page
 /Parent 1 0 R
 /MediaBox [ 0 0 612 792 ]
 /Resources 3 0 R
-/Contents 14 0 R
-/Annots 16 0 R
+/Contents 12 0 R
+/Annots 14 0 R
 >>
 endobj
-16 0 obj
+14 0 obj
 [
-17 0 R
-18 0 R
+15 0 R
 ]
 endobj
-17 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 608.466 217.656 596.466 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.apache.org/dyn/closer.cgi/hadoop/hbase/)
-/S /URI >>
-/H /I
->>
-endobj
-18 0 obj
+15 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 90.0 500.532 224.304 488.532 ]
+/Rect [ 90.0 629.666 213.984 617.666 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://issues.apache.org/jira/browse/HBASE?report=com.atlassian.jira.plugin.system.project:changelog-panel)
+/A << /URI (http://hadoop.apache.org/core/releases.html)
 /S /URI >>
 /H /I
 >>
 endobj
-20 0 obj
+17 0 obj
 <<
  /Title (\376\377\0\61\0\40\0\104\0\157\0\167\0\156\0\154\0\157\0\141\0\144)
- /Parent 19 0 R
- /Next 21 0 R
+ /Parent 16 0 R
+ /First 18 0 R
+ /Last 18 0 R
+ /Count -2
  /A 9 0 R
 >> endobj
-21 0 obj
+18 0 obj
 <<
- /Title (\376\377\0\62\0\40\0\122\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\116\0\157\0\164\0\145\0\163)
- /Parent 19 0 R
- /Prev 20 0 R
- /Next 22 0 R
+ /Title (\376\377\0\61\0\56\0\61\0\40\0\116\0\145\0\167\0\163)
+ /Parent 17 0 R
+ /First 20 0 R
+ /Last 20 0 R
+ /Count -1
  /A 11 0 R
 >> endobj
-22 0 obj
+20 0 obj
 <<
- /Title (\376\377\0\63\0\40\0\116\0\145\0\167\0\163)
- /Parent 19 0 R
- /Prev 21 0 R
- /A 13 0 R
+ /Title (\376\377\0\61\0\56\0\61\0\56\0\61\0\40\0\110\0\102\0\141\0\163\0\145\0\40\0\47\0\160\0\162\0\157\0\155\0\157\0\164\0\145\0\144\0\47\0\40\0\164\0\157\0\40\0\110\0\141\0\144\0\157\0\157\0\160\0\40\0\123\0\165\0\142\0\55\0\160\0\162\0\157\0\152\0\145\0\143\0\164)
+ /Parent 18 0 R
+ /A 19 0 R
 >> endobj
-23 0 obj
+21 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F3
 /BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
-24 0 obj
+22 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F5
 /BaseFont /Times-Roman
 /Encoding /WinAnsiEncoding >>
 endobj
-25 0 obj
+23 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F6
+/BaseFont /Times-Italic
+/Encoding /WinAnsiEncoding >>
+endobj
+24 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F1
 /BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
-26 0 obj
+25 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F2
 /BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
-27 0 obj
+26 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F7
@@ -161,79 +147,78 @@
 1 0 obj
 << /Type /Pages
 /Count 2
-/Kids [6 0 R 15 0 R ] >>
+/Kids [6 0 R 13 0 R ] >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 1 0 R
- /Outlines 19 0 R
+ /Outlines 16 0 R
  /PageMode /UseOutlines
  >>
 endobj
 3 0 obj
 << 
-/Font << /F3 23 0 R /F5 24 0 R /F1 25 0 R /F2 26 0 R /F7 27 0 R >> 
+/Font << /F3 21 0 R /F5 22 0 R /F1 24 0 R /F6 23 0 R /F2 25 0 R /F7 26 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
 <<
 /S /GoTo
-/D [15 0 R /XYZ 85.0 659.0 null]
+/D [13 0 R /XYZ 85.0 659.0 null]
 >>
 endobj
 11 0 obj
 <<
 /S /GoTo
-/D [15 0 R /XYZ 85.0 551.066 null]
+/D [13 0 R /XYZ 85.0 593.466 null]
 >>
 endobj
-13 0 obj
+16 0 obj
+<<
+ /First 17 0 R
+ /Last 17 0 R
+>> endobj
+19 0 obj
 <<
 /S /GoTo
-/D [15 0 R /XYZ 85.0 477.532 null]
+/D [13 0 R /XYZ 85.0 563.413 null]
 >>
 endobj
-19 0 obj
-<<
- /First 20 0 R
- /Last 22 0 R
->> endobj
 xref
-0 28
+0 27
 0000000000 65535 f 
-0000003815 00000 n 
-0000003880 00000 n 
-0000003972 00000 n 
+0000004082 00000 n 
+0000004147 00000 n 
+0000004239 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
-0000000590 00000 n 
+0000000558 00000 n 
+0000000678 00000 n 
 0000000710 00000 n 
-0000000749 00000 n 
-0000004095 00000 n 
-0000000884 00000 n 
-0000004158 00000 n 
-0000001021 00000 n 
-0000004224 00000 n 
-0000001158 00000 n 
-0000002206 00000 n 
-0000002329 00000 n 
-0000002363 00000 n 
-0000002564 00000 n 
-0000004290 00000 n 
-0000002821 00000 n 
-0000002960 00000 n 
-0000003143 00000 n 
-0000003259 00000 n 
-0000003372 00000 n 
-0000003482 00000 n 
-0000003590 00000 n 
-0000003706 00000 n 
+0000004373 00000 n 
+0000000845 00000 n 
+0000004436 00000 n 
+0000000982 00000 n 
+0000002435 00000 n 
+0000002558 00000 n 
+0000002585 00000 n 
+0000004502 00000 n 
+0000002779 00000 n 
+0000002944 00000 n 
+0000004553 00000 n 
+0000003096 00000 n 
+0000003415 00000 n 
+0000003528 00000 n 
+0000003638 00000 n 
+0000003749 00000 n 
+0000003857 00000 n 
+0000003973 00000 n 
 trailer
 <<
-/Size 28
+/Size 27
 /Root 2 0 R
 /Info 4 0 R
 >>
 startxref
-4341
+4619
 %%EOF

Modified: hadoop/hbase/site/publish/version_control.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/version_control.html?rev=620705&r1=620704&r2=620705&view=diff
==============================================================================
--- hadoop/hbase/site/publish/version_control.html (original)
+++ hadoop/hbase/site/publish/version_control.html Mon Feb 11 22:17:01 2008
@@ -39,7 +39,7 @@
     |start Project Logo
     +-->
 <div class="projectlogo">
-<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_logo_med.gif" title="The Hadoop database"></a>
+<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_small.gif" title="The Hadoop database"></a>
 </div>
 <!--+
     |end Project Logo

Added: hadoop/hbase/trunk/docs/images/hbase_small.gif
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/docs/images/hbase_small.gif?rev=620705&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/hbase/trunk/docs/images/hbase_small.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: hadoop/hbase/trunk/docs/index.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/docs/index.html?rev=620705&r1=620704&r2=620705&view=diff
==============================================================================
--- hadoop/hbase/trunk/docs/index.html (original)
+++ hadoop/hbase/trunk/docs/index.html Mon Feb 11 22:17:01 2008
@@ -39,7 +39,7 @@
     |start Project Logo
     +-->
 <div class="projectlogo">
-<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_logo_med.gif" title="The Hadoop database"></a>
+<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_small.gif" title="The Hadoop database"></a>
 </div>
 <!--+
     |end Project Logo

Modified: hadoop/hbase/trunk/docs/linkmap.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/docs/linkmap.html?rev=620705&r1=620704&r2=620705&view=diff
==============================================================================
--- hadoop/hbase/trunk/docs/linkmap.html (original)
+++ hadoop/hbase/trunk/docs/linkmap.html Mon Feb 11 22:17:01 2008
@@ -39,7 +39,7 @@
     |start Project Logo
     +-->
 <div class="projectlogo">
-<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_logo_med.gif" title="The Hadoop database"></a>
+<a href="http://hadoop.apache.org/hbase/"><img class="logoImage" alt="HBase" src="images/hbase_small.gif" title="The Hadoop database"></a>
 </div>
 <!--+
     |end Project Logo

Added: hadoop/hbase/trunk/src/docs/src/documentation/resources/images/hbase_small.gif
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/docs/src/documentation/resources/images/hbase_small.gif?rev=620705&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/hbase/trunk/src/docs/src/documentation/resources/images/hbase_small.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: hadoop/hbase/trunk/src/docs/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/docs/src/documentation/skinconf.xml?rev=620705&r1=620704&r2=620705&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/docs/src/documentation/skinconf.xml (original)
+++ hadoop/hbase/trunk/src/docs/src/documentation/skinconf.xml Mon Feb 11 22:17:01 2008
@@ -67,7 +67,7 @@
   <project-name>HBase</project-name>
   <project-description>The Hadoop database</project-description>
   <project-url>http://hadoop.apache.org/hbase/</project-url>
-  <project-logo>images/hbase_logo_med.gif</project-logo>
+  <project-logo>images/hbase_small.gif</project-logo>
 
   <!-- group logo -->
   <group-name>Hadoop</group-name>