You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/10/22 16:22:26 UTC

svn commit: r327664 - in /beehive/site: src/documentation/content/xdocs/ www/ www/releases/

Author: ekoneil
Date: Sat Oct 22 07:22:20 2005
New Revision: 327664

URL: http://svn.apache.org/viewcvs?rev=327664&view=rev
Log:
Two updates to the website:

1) add a FAQ question on the death of ControlHaus
2) move Rich's change from SVN 312711 from the www/ directory to the src/ directory by editing the site.xml file to adjust for the new location of the 1.0m1 documentation

BB: self
Test: site build pass



Modified:
    beehive/site/src/documentation/content/xdocs/faq.xml
    beehive/site/src/documentation/content/xdocs/site.xml
    beehive/site/www/contributors.html
    beehive/site/www/documentation.pdf
    beehive/site/www/downloads.html
    beehive/site/www/faq.html
    beehive/site/www/faq.pdf
    beehive/site/www/index.pdf
    beehive/site/www/license.html
    beehive/site/www/linkmap.html
    beehive/site/www/mailinglists.html
    beehive/site/www/releases/release-1.0.html
    beehive/site/www/releases/release-1.0m1.html

Modified: beehive/site/src/documentation/content/xdocs/faq.xml
URL: http://svn.apache.org/viewcvs/beehive/site/src/documentation/content/xdocs/faq.xml?rev=327664&r1=327663&r2=327664&view=diff
==============================================================================
--- beehive/site/src/documentation/content/xdocs/faq.xml (original)
+++ beehive/site/src/documentation/content/xdocs/faq.xml Sat Oct 22 07:22:20 2005
@@ -11,31 +11,42 @@
     <section id="what-is">
         <title>What is Beehive?</title>
         <p>
-          Beehive is a programming model built on J2EE that is meant to simplify 
-          building Web Applications. See the <a href="index.html">overview</a> for more info.
+        Beehive is a programming model built on J2EE that is meant to simplify building Web Applications. See the 
+        <a href="index.html">overview</a> for more info.
         </p>
     </section>
     <section id="annotations">
         <title>What are annotations?</title>
         <p>
-          Annotations are a new part of the Java language that are being introduced 
-          in JDK 1.5. They allow you to add metadata to objects that live outside 
-          of ordinary programmatic flow control. These are used for setting properties 
-          on components that the container is then able to make sense of. For 
+          Annotations are a new part of the Java language that are being introduced in JDK 5. They allow you to add metadata to objects that live outside 
+          of ordinary programmatic flow control. These are used for setting properties on components that the container is then able to make sense of. For 
           more information on annotation in java see <a class="fork" href="http://jcp.org/en/jsr/detail?id=175">JSR 175</a>
         </p>
     </section>
     <section id="controls">
         <title>What are controls?</title>
-        <p>Controls are the new component model in Beehive. They are based on 
-          regular JavaBeans, with an enhanced authoring model, an extensibility 
-          model, and a configuration model using JSR 175 annotations. To find 
-          out more about controls look at <a href="http://beehive.apache.org/docs/v1m1/controls/controlsOverview.html">Controls Overview</a>.
+        <p>
+        Controls are the new component model in Beehive. They are based on regular JavaBeans, with an enhanced authoring model, an extensibility 
+        model, and a configuration model using JSR 175 annotations. To find out more about controls see 
+        <a href="http://beehive.apache.org/docs/v1m1/controls/controlsOverview.html">Controls Overview</a>.
         </p>
     </section>  
+    <section id="controlhaus">
+        <title>What happened to ControlHaus?</title>
+        <p>
+        ControlHaus (http://www.controlhaus.org) was a website that hosted several Beehive controls including those for resource
+        access (JDBC, JMS, EJB, and Web Service), Google, Hibernate, and several others.  The Beehive committers found it difficult
+        to manage development of Beehive across two communities (Apache and ControlHaus) and made the decision in the Spring of 2005
+        to merge the resource access controls (JDBC, JMS, EJB, and Web Service) into the Apache community.  The other controls were 
+        removed.  We would welcome any control contributions which could be made to either Apache Beehive or to a Beehive "modules" 
+        project hosted externally.
+        </p>
+    </section>
     <section>
         <title>Does Beehive Support Commons Attributes?</title>
-        <p>Since Beehive uses JDK5, which already supports JSR 175 annotations, support for commons-attributes is not a goal for Beehive.</p>
+        <p>
+        Since Beehive uses JDK5, which already supports JSR 175 annotations, support for commons-attributes is not a goal for Beehive.
+        </p>
     </section>
   </section>
 </body>

Modified: beehive/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/beehive/site/src/documentation/content/xdocs/site.xml?rev=327664&r1=327663&r2=327664&view=diff
==============================================================================
--- beehive/site/src/documentation/content/xdocs/site.xml (original)
+++ beehive/site/src/documentation/content/xdocs/site.xml Sat Oct 22 07:22:20 2005
@@ -28,7 +28,7 @@
         <beehive href="http://beehive.apache.org/">
             <docs href="docs/">
                 <v10 href="1.0"/>
-                <v10m1 href="v1.0m1"/>
+                <v10m1 href="1.0m1"/>
                 <nightly href="nightly"/>
             </docs>
         </beehive>

Modified: beehive/site/www/contributors.html
URL: http://svn.apache.org/viewcvs/beehive/site/www/contributors.html?rev=327664&r1=327663&r2=327664&view=diff
==============================================================================
--- beehive/site/www/contributors.html (original)
+++ beehive/site/www/contributors.html Sat Oct 22 07:22:20 2005
@@ -84,7 +84,7 @@
 <a href="http://beehive.apache.org/docs/1.0">1.0</a>
 </div>
 <div class="menuitem">
-<a href="http://beehive.apache.org/docs/v1.0m1">1.0 Milestone 1</a>
+<a href="http://beehive.apache.org/docs/1.0m1">1.0 Milestone 1</a>
 </div>
 <div class="menuitem">
 <a href="http://beehive.apache.org/docs/nightly">Nightly</a>

Modified: beehive/site/www/documentation.pdf
URL: http://svn.apache.org/viewcvs/beehive/site/www/documentation.pdf?rev=327664&r1=327663&r2=327664&view=diff
==============================================================================
--- beehive/site/www/documentation.pdf (original)
+++ beehive/site/www/documentation.pdf Sat Oct 22 07:22:20 2005
@@ -44,7 +44,7 @@
 /Rect [ 186.66 576.6 208.656 564.6 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://beehive.apache.org/docs/v1.0m1)
+/A << /URI (http://beehive.apache.org/docs/1.0m1)
 /S /URI >>
 /H /I
 >>
@@ -106,20 +106,20 @@
 xref
 0 15
 0000000000 65535 f 
-0000001815 00000 n 
-0000001873 00000 n 
-0000001923 00000 n 
+0000001814 00000 n 
+0000001872 00000 n 
+0000001922 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000000655 00000 n 
 0000000775 00000 n 
 0000000813 00000 n 
 0000000995 00000 n 
-0000001180 00000 n 
-0000001368 00000 n 
-0000001481 00000 n 
-0000001591 00000 n 
-0000001699 00000 n 
+0000001179 00000 n 
+0000001367 00000 n 
+0000001480 00000 n 
+0000001590 00000 n 
+0000001698 00000 n 
 trailer
 <<
 /Size 15
@@ -127,5 +127,5 @@
 /Info 4 0 R
 >>
 startxref
-2035
+2034
 %%EOF

Modified: beehive/site/www/downloads.html
URL: http://svn.apache.org/viewcvs/beehive/site/www/downloads.html?rev=327664&r1=327663&r2=327664&view=diff
==============================================================================
--- beehive/site/www/downloads.html (original)
+++ beehive/site/www/downloads.html Sat Oct 22 07:22:20 2005
@@ -84,7 +84,7 @@
 <a href="http://beehive.apache.org/docs/1.0">1.0</a>
 </div>
 <div class="menuitem">
-<a href="http://beehive.apache.org/docs/v1.0m1">1.0 Milestone 1</a>
+<a href="http://beehive.apache.org/docs/1.0m1">1.0 Milestone 1</a>
 </div>
 <div class="menuitem">
 <a href="http://beehive.apache.org/docs/nightly">Nightly</a>

Modified: beehive/site/www/faq.html
URL: http://svn.apache.org/viewcvs/beehive/site/www/faq.html?rev=327664&r1=327663&r2=327664&view=diff
==============================================================================
--- beehive/site/www/faq.html (original)
+++ beehive/site/www/faq.html Sat Oct 22 07:22:20 2005
@@ -84,7 +84,7 @@
 <a href="http://beehive.apache.org/docs/1.0">1.0</a>
 </div>
 <div class="menuitem">
-<a href="http://beehive.apache.org/docs/v1.0m1">1.0 Milestone 1</a>
+<a href="http://beehive.apache.org/docs/1.0m1">1.0 Milestone 1</a>
 </div>
 <div class="menuitem">
 <a href="http://beehive.apache.org/docs/nightly">Nightly</a>
@@ -128,6 +128,9 @@
 <a href="#controls">What are controls?</a>
 </li>
 <li>
+<a href="#controlhaus">What happened to ControlHaus?</a>
+</li>
+<li>
 <a href="#Does+Beehive+Support+Commons+Attributes%3F">Does Beehive Support Commons Attributes?</a>
 </li>
 </ul>
@@ -141,29 +144,39 @@
 <a name="N10012"></a><a name="what-is"></a>
 <h3 class="boxed">What is Beehive?</h3>
 <p>
-          Beehive is a programming model built on J2EE that is meant to simplify 
-          building Web Applications. See the <a href="index.html">overview</a> for more info.
+        Beehive is a programming model built on J2EE that is meant to simplify building Web Applications. See the 
+        <a href="index.html">overview</a> for more info.
         </p>
 <a name="N10020"></a><a name="annotations"></a>
 <h3 class="boxed">What are annotations?</h3>
 <p>
-          Annotations are a new part of the Java language that are being introduced 
-          in JDK 1.5. They allow you to add metadata to objects that live outside 
-          of ordinary programmatic flow control. These are used for setting properties 
-          on components that the container is then able to make sense of. For 
+          Annotations are a new part of the Java language that are being introduced in JDK 5. They allow you to add metadata to objects that live outside 
+          of ordinary programmatic flow control. These are used for setting properties on components that the container is then able to make sense of. For 
           more information on annotation in java see <a class="external" href="http://jcp.org/en/jsr/detail?id=175">JSR 175</a>
         
 </p>
 <a name="N1002F"></a><a name="controls"></a>
 <h3 class="boxed">What are controls?</h3>
-<p>Controls are the new component model in Beehive. They are based on 
-          regular JavaBeans, with an enhanced authoring model, an extensibility 
-          model, and a configuration model using JSR 175 annotations. To find 
-          out more about controls look at <a href="http://beehive.apache.org/docs/v1m1/controls/controlsOverview.html">Controls Overview</a>.
+<p>
+        Controls are the new component model in Beehive. They are based on regular JavaBeans, with an enhanced authoring model, an extensibility 
+        model, and a configuration model using JSR 175 annotations. To find out more about controls see 
+        <a href="http://beehive.apache.org/docs/v1m1/controls/controlsOverview.html">Controls Overview</a>.
         </p>
-<a name="N1003D"></a><a name="Does+Beehive+Support+Commons+Attributes%3F"></a>
+<a name="N1003D"></a><a name="controlhaus"></a>
+<h3 class="boxed">What happened to ControlHaus?</h3>
+<p>
+        ControlHaus (http://www.controlhaus.org) was a website that hosted several Beehive controls including those for resource
+        access (JDBC, JMS, EJB, and Web Service), Google, Hibernate, and several others.  The Beehive committers found it difficult
+        to manage development of Beehive across two communities (Apache and ControlHaus) and made the decision in the Spring of 2005
+        to merge the resource access controls (JDBC, JMS, EJB, and Web Service) into the Apache community.  The other controls were 
+        removed.  We would welcome any control contributions which could be made to either Apache Beehive or to a Beehive "modules" 
+        project hosted externally.
+        </p>
+<a name="N10047"></a><a name="Does+Beehive+Support+Commons+Attributes%3F"></a>
 <h3 class="boxed">Does Beehive Support Commons Attributes?</h3>
-<p>Since Beehive uses JDK5, which already supports JSR 175 annotations, support for commons-attributes is not a goal for Beehive.</p>
+<p>
+        Since Beehive uses JDK5, which already supports JSR 175 annotations, support for commons-attributes is not a goal for Beehive.
+        </p>
 </div>
 
 </div>

Modified: beehive/site/www/faq.pdf
URL: http://svn.apache.org/viewcvs/beehive/site/www/faq.pdf?rev=327664&r1=327663&r2=327664&view=diff
==============================================================================
--- beehive/site/www/faq.pdf (original)
+++ beehive/site/www/faq.pdf Sat Oct 22 07:22:20 2005
@@ -5,10 +5,10 @@
 /Producer (FOP 0.20.5) >>
 endobj
 5 0 obj
-<< /Length 575 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 621 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gaua<hf"u<&BE](/+,-SeuO:.$r9mO/sH!0'kn1_+)'pr8-ES`FP;4/gZbqVUnj-M$m]X2?_?e.SB\]?Xqr'[M?M(%6<pij#eVDsLqP5OcBb:0H'Uh.Ja\fAm!];&:k#fN-.'-#,JB0?.F7_aZ?g98'X!gBY9nQ1qFfW_eXCsV-\.Ab5>%;a-n(s5muPJ'p.k"Qa6G=X<F+-K_(UWEpTil0L<SJ=_1Wijc5d5SaSp5?;0'ZRN:c#YPmOFmqp:rc[B<lec/k-u@jpnhpo-M6n?^UAOabM]F\rTKD6$BBC>JS"9S-L+@X@m3^o'VUq#J`:_T2Ktn8?]t]"'*^^g@dgi6*+H!C&`,+6i7$3ir'`Gh?lB\r.2CX#Cu%%)FVRVQ6>47fBAE3I#gGq4GjkVa#(tYt9d?BgI+P"IXd8_()ukk3eV6OH6Xac]G&$:b6GC\UQ;!*JAO_#pU_/Z4HISfOilQ\Q3/:TNC:->CGii$b^>JrT4qpcA#+_0P<-Ud1:g9JOLn.-c=6Ae_AterN\>tks8]$N64,OF5k)N>18.U?b;B=W`S#WHH)'>58$D.*r~>
+Gaua<9okbt&;KZOME*"]GLdiQ_l68:9rm,OMpt,K".M7X'#>9PXnqL%P:\\PP\d-R,uUt&fAh-_YeA8UgD'r/,Ct4]&U.GL"J-eE`;V/q/saEYH'1M.K.jR]idMBp+TGu-8t[h)-[Hp>;P"m#H1>";3SZ=I*mO?.\(A2GW\OI>:B2]iI$?=O:f*,4+Wh0DljrbC4B-f,NTuCI%`<tpIkOGiD9:R=$-_$nmaRA<NpJ\`Sg7qg`C0a:/<%'Ll@"#Y<*;Ab\(<RXerZ_pn5FmKjCdZO"9"J!k^m`WBGt^p;sC0oU'Y^dM`K/!#!U<F9Lj>V(-^6?J9QpSe+GT?8,b'O!+2UjN;2pgr'3Kc08m9HgVCg!N:uYNK-)1nrP,_Xc6qi[?[eLV^Z2"I:ESfXBm%)BIGePk[^n8g"1t+0$9k[JVQ1d47f=o/goHc3o^DD8qf(0rLB]%;V$.`/+NO\-$F\?1Zuh';Kli3sG_/&4N+-C;"8>kDW.U1,3b*i]2tg%[nZbMeX@q[P%si#?]W@,\A>T%FB%S"kbLuZJ#c:;8+ugXC&==aF;DRZ%GImb+<DTI]8WO2l^6aWJ>Z)XJ_s5s"L:R2SYBn_^WssC,IfWTqWn.~>
 endstream
 endobj
 6 0 obj
@@ -27,6 +27,7 @@
 12 0 R
 14 0 R
 16 0 R
+18 0 R
 ]
 endobj
 8 0 obj
@@ -72,7 +73,7 @@
 16 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 486.866 340.16 474.866 ]
+/Rect [ 108.0 486.866 280.472 474.866 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A 17 0 R
@@ -80,88 +81,106 @@
 >>
 endobj
 18 0 obj
-<< /Length 1410 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 108.0 468.666 340.16 456.666 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 19 0 R
+/H /I
+>>
+endobj
+20 0 obj
+<< /Length 1960 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gau0C_/c>0&A?CkkdXi.CCs)C:+88?]?3,Z]:Q#c,WTOM1c*hh1_ITbs#rRJR$IcnXuI5Z5cFRnIbe`kQ]%p+iibd=ZUe\u^g1sm_*(S)/-p5W1B6q2%9_a(NCYNY>i?].c^CFWiP]H9>'sIX/f1._-"4gtbO$Jt]*0F`#@XG,PUE[t--MJLro$=Jg8X'Vq3*@J>L1sdK:C.]_J,=5]qm]TPd;3pH5A8TN/\f?(Wg_X8IHo!_I>!+ejB2@=8jGSGhV52WJC#?epDJAJ!rkF!D8[M%KPXQ9gQSAfY#9CYT[6BSWRUse1a!E]5su'9sko]Q?K$]@Cg2IJ[!dA(uN>7=2W8.@P5'gcms$iEG`ic@CD5j]hRG32neM/$5(I?`]`=>")P;EhUnj*_l%]^@gCE"hJ7=RoY^0/CE4b<@J["+V)Vra;.N"(&?Os[+qm)6$#DIB15-`L<FpU%`k9_&O(e*[oG$)/Q-eNTjsfb4+7.3s1(5\Wp-C^?WpNKIDUgo(Ths:B;*-og]"ml/#:_KoGBVH:o`dWJQ9P=(9GeL87E`AnS5^WL8G6#]U9Fp\UMZkCY;R>i).%0E=49h0lFUC"H4Fd(Upt8hD)Q^/;sPR&PXB09V`k6%NH-/WYdR'I$9F#,MQ#aD"$s>d#t%X$`e,P;[J)tG^o;s0hIqQ[(S%lb&%9p:4=>])NrCO2LWX^AK!f91[4:fj(eXHg:Jnn`$2N%I;!Y+ka@H*;I^ubonruGhOG?N$QL4Dh6#'ZnDXY:`78*02"cT>lUAsr``<Ddb1B,o%eLBs@il-1<73m3r\>8A)WY\H/ar"n7ppm^dj$]Q:TQiWaE;%f"+mMh_;*gVQ=t7T0*-S6(9qdZ5NlCN$cIVi.;P)7Wj?:utj7cYT_cTue<<ZB"21BK"\0j8*g#-cZg,CN\)#sBZ-eLfulE/_sm[;(en_)D>IjRu]3L)bMZ/R,@6lZGrj]d?XKPEQ7Z>(,e>`V9P=Si1
 P7r-.sqmC3,hQsgbZCL&EC:l_l':D5RRC?FM[X-`;U<]c...@A0K>J"40+6O(<=thjMRm27^=J#A#Q=tkKY0S@)j;KETMs8MYK2:=ruF2(C.?cb@NcMZWmIV't3hX[;Dp<QfO_!(bB`E=[:)l#pU)Dal6'Of,%eGj8f.K4CjSM;KU?DJ@hRs[_6]NW+)_'n7)g?8U82Q='08A$fE:568D"R`EM$2F`"4E1m_nbjq00rC41jWO!2Wm?S`>s\o0lF7+:qq(csi@ZePAnWt@*Aba'*m>6%Rn=]#TkPO0:5Tc%tHH@otd5@E[%4o~>
+Gau0D968iG&AII3E,phKCmZ=O5'lJ3M=$6`SMm`bEi=>8-qH`u&Lnl'p$]L,8RWcoMEQ)8&j_-%rH>r(nRatsS^7;,\Kl?n3,me?$CD5$M'%#eEQY[FrUB-d1J;!43["mh(S8J3'kN'pJPung1&E`<REr&),)<TGk,Xp9XCp%61E>\%Y6I1,&"WO9q;_Fe-q)2K$g1;urm5@K%kl`4Er:I+@5pdb!_V70+]3.Z`q-Er<cdDq_XT]I-5>a-.#L)7h_JMF3*4tqOS?'/f/H$,nlblQNR@upe/oA)bbd7c"+nPP=[G\FUJ?1i`3'-mQePE?9>9*#@]aQde5G@R\S,N6Yc'lq5BsZHH<!aMh?[G\8%$dsQ/$1s\_<PDQA.```1j`,M)^BL2^&+(Kk""e93"qZ^\T>]<Y-k4ZRDHBf]bIJ<FR2;fR1Y1&aZe&82A1oE0gNMP-H,V4re,W)93*UU/5uFNG58p^a8uBkom#&,,0?+8]%,Z]9Y7LM7tOF[C<feXBJ?.l%)'o'67E\)nm(dUba8LKY\j8e>6>,WEA/,8CFDCoR\4rbqlW6nddhs%>NedXq81XC@$?2b9`1,RP/s2m9A-#]1D7&$>XM^\8(;$/qr,UWe>o^,mpq$nA05rM?!`GW`k>B`/<An#og+$JLWD5KVlW[2F=JXF_u@/PhM##Q3(L7kpBE"XXZ^nD%hO_Xo;Ql8[0WhfSe&;Md4ojYi1'<RgF[+K';Gn:l1o%N0!aTG<W3pRm[,++mV+rPP2U#*YltD&!()jJk#)9doR)Mi;M8?YCK%eLqFgAYF^#P;HFDTKXoL8'o5EUP2$fI+eb-D$@M3:9IO=ga[f]-*_t9[m%V30NtR=5B5o/&YhMgUDK:c9e>C5)W3"OGQ(H@C,QlPeX><O"I4^>8(Ih0\9qA8(g_!dd*:Q`5gm8D:bBe[+'eI4@oh)BVnq?$Np2$a]4r0B#6D=MBR.6J_M#DjuHmQ%LOA2W>Q7n2
 Pl%h_s&<8dE>MjY;ANSkk#t]4q]K@>8."P\\Ym"[X[p/(:O\p'qlu@I9c']^I,>)D\*7Y**?505bgE!QOLsf=e(B="jX6].Kf@RXjNq=sF?jBQjqWU?8gMqSt]+^)persr=VQ(OZYJbK@R%2+%NKJ\*Lc6_HAqqqc]J8/F#WH!MN#GiV8i:1;q3RtQ1/.6-l/j4J["i!1dH^GaAh",uD7+8GJX*3Z\j3mrQ!3@fRU(:_*&jPg//P$3GV,d<NU3Pc\X&MK&hV['$$RW[)IC6lC9Ru#gp`NKPt[Zp@cZ22im:"q:sg*cgS7r(d^e(LN'*05Wf``4/JWG']i-84VN>D6o)s+B:GX_62oL-gC1GSE02ILl"dmJ(W.CeNRd;G]ZM1jd$NZ"N\Ls@*YUJ+%L%NE=*llLj.6b1jQZtQhfU7ffJ`.IBTDE>Bl[F`8#HFC`[hGTHT++Jk96AlHoQ7""g^Xi-q(_4%6k3rLUtUkd34U1Kc,g[/b@I(#>mJct7Kjf^6:#-C+\hU,ef0;Sc@*^bA-F!.3XLe+H3ZT$PDe^s^'+U.4&Sd#qR2fC9U=l=[k,j3&;"tTf9^-RD-+XSle!R2`h/A)NLT<9iK<s]0[k")LUqQ53)d+G0.*8`?i0B8"&,uSJ!P>4)L'KI0G5S3@-hKlPH<ei.JOO\\*@A\"('FK?&hZ>.C^.:\WhaLVR//A'gLC`AIESh!j)pP>2f$bP^#>5*-A^)UJ>V[0o^UE`4\3-*i&*/;;>gDi2TMlQhm;6Zu5i@<qWU;27bknD#s%YmU!1(Oom8'_%74Se;8^IeEd"M]+88-huNau)S-N;=AKqR(uI)]2)&ZrW[5+r3!k:`$3"".F9E!0pp';+PX#K/ao9!RX;")KM*_`k,I:4UdiDoQK-3ZkYpj0.$(2I;,kR+Lj`Y"RF]N:[7`^s'bqYmC!$pd94P,LDljBj`"Z>^E<!Ki1$W-c#6i~>
 endstream
 endobj
-19 0 obj
+21 0 obj
 << /Type /Page
 /Parent 1 0 R
 /MediaBox [ 0 0 612 792 ]
 /Resources 3 0 R
-/Contents 18 0 R
+/Contents 20 0 R
 >>
 endobj
-21 0 obj
+23 0 obj
 <<
  /Title (\376\377\0\61\0\40\0\107\0\145\0\156\0\145\0\162\0\141\0\154)
- /Parent 20 0 R
- /First 22 0 R
- /Last 25 0 R
- /Count -4
+ /Parent 22 0 R
+ /First 24 0 R
+ /Last 28 0 R
+ /Count -5
  /A 9 0 R
 >> endobj
-22 0 obj
+24 0 obj
 <<
  /Title (\376\377\0\61\0\56\0\61\0\40\0\127\0\150\0\141\0\164\0\40\0\151\0\163\0\40\0\102\0\145\0\145\0\150\0\151\0\166\0\145\0\77)
- /Parent 21 0 R
- /Next 23 0 R
+ /Parent 23 0 R
+ /Next 25 0 R
  /A 11 0 R
 >> endobj
-23 0 obj
+25 0 obj
 <<
  /Title (\376\377\0\61\0\56\0\62\0\40\0\127\0\150\0\141\0\164\0\40\0\141\0\162\0\145\0\40\0\141\0\156\0\156\0\157\0\164\0\141\0\164\0\151\0\157\0\156\0\163\0\77)
- /Parent 21 0 R
- /Prev 22 0 R
- /Next 24 0 R
+ /Parent 23 0 R
+ /Prev 24 0 R
+ /Next 26 0 R
  /A 13 0 R
 >> endobj
-24 0 obj
+26 0 obj
 <<
  /Title (\376\377\0\61\0\56\0\63\0\40\0\127\0\150\0\141\0\164\0\40\0\141\0\162\0\145\0\40\0\143\0\157\0\156\0\164\0\162\0\157\0\154\0\163\0\77)
- /Parent 21 0 R
- /Prev 23 0 R
- /Next 25 0 R
+ /Parent 23 0 R
+ /Prev 25 0 R
+ /Next 27 0 R
  /A 15 0 R
 >> endobj
-25 0 obj
+27 0 obj
 <<
- /Title (\376\377\0\61\0\56\0\64\0\40\0\104\0\157\0\145\0\163\0\40\0\102\0\145\0\145\0\150\0\151\0\166\0\145\0\40\0\123\0\165\0\160\0\160\0\157\0\162\0\164\0\40\0\103\0\157\0\155\0\155\0\157\0\156\0\163\0\40\0\101\0\164\0\164\0\162\0\151\0\142\0\165\0\164\0\145\0\163\0\77)
- /Parent 21 0 R
- /Prev 24 0 R
+ /Title (\376\377\0\61\0\56\0\64\0\40\0\127\0\150\0\141\0\164\0\40\0\150\0\141\0\160\0\160\0\145\0\156\0\145\0\144\0\40\0\164\0\157\0\40\0\103\0\157\0\156\0\164\0\162\0\157\0\154\0\110\0\141\0\165\0\163\0\77)
+ /Parent 23 0 R
+ /Prev 26 0 R
+ /Next 28 0 R
  /A 17 0 R
 >> endobj
-26 0 obj
+28 0 obj
+<<
+ /Title (\376\377\0\61\0\56\0\65\0\40\0\104\0\157\0\145\0\163\0\40\0\102\0\145\0\145\0\150\0\151\0\166\0\145\0\40\0\123\0\165\0\160\0\160\0\157\0\162\0\164\0\40\0\103\0\157\0\155\0\155\0\157\0\156\0\163\0\40\0\101\0\164\0\164\0\162\0\151\0\142\0\165\0\164\0\145\0\163\0\77)
+ /Parent 23 0 R
+ /Prev 27 0 R
+ /A 19 0 R
+>> endobj
+29 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F3
 /BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
-27 0 obj
+30 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F5
 /BaseFont /Times-Roman
 /Encoding /WinAnsiEncoding >>
 endobj
-28 0 obj
+31 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F1
 /BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
-29 0 obj
+32 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F2
 /BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
-30 0 obj
+33 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F7
@@ -171,94 +190,103 @@
 1 0 obj
 << /Type /Pages
 /Count 2
-/Kids [6 0 R 19 0 R ] >>
+/Kids [6 0 R 21 0 R ] >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 1 0 R
- /Outlines 20 0 R
+ /Outlines 22 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 29 0 R /F5 30 0 R /F1 31 0 R /F2 32 0 R /F7 33 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
 <<
 /S /GoTo
-/D [19 0 R /XYZ 85.0 659.0 null]
+/D [21 0 R /XYZ 85.0 659.0 null]
 >>
 endobj
 11 0 obj
 <<
 /S /GoTo
-/D [19 0 R /XYZ 85.0 627.866 null]
+/D [21 0 R /XYZ 85.0 627.866 null]
 >>
 endobj
 13 0 obj
 <<
 /S /GoTo
-/D [19 0 R /XYZ 85.0 563.413 null]
+/D [21 0 R /XYZ 85.0 563.413 null]
 >>
 endobj
 15 0 obj
 <<
 /S /GoTo
-/D [19 0 R /XYZ 85.0 472.56 null]
+/D [21 0 R /XYZ 85.0 472.56 null]
 >>
 endobj
 17 0 obj
 <<
 /S /GoTo
-/D [19 0 R /XYZ 85.0 394.907 null]
+/D [21 0 R /XYZ 85.0 394.907 null]
 >>
 endobj
-20 0 obj
+19 0 obj
+<<
+/S /GoTo
+/D [21 0 R /XYZ 85.0 251.254 null]
+>>
+endobj
+22 0 obj
 <<
- /First 21 0 R
- /Last 21 0 R
+ /First 23 0 R
+ /Last 23 0 R
 >> endobj
 xref
-0 31
+0 34
 0000000000 65535 f 
-0000004909 00000 n 
-0000004974 00000 n 
-0000005066 00000 n 
+0000005935 00000 n 
+0000006000 00000 n 
+0000006092 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
-0000000737 00000 n 
-0000000857 00000 n 
-0000000910 00000 n 
-0000005189 00000 n 
-0000001044 00000 n 
-0000005252 00000 n 
-0000001181 00000 n 
-0000005318 00000 n 
-0000001318 00000 n 
-0000005384 00000 n 
-0000001455 00000 n 
-0000005449 00000 n 
-0000001591 00000 n 
-0000003094 00000 n 
-0000005515 00000 n 
-0000003202 00000 n 
-0000003361 00000 n 
-0000003556 00000 n 
-0000003795 00000 n 
-0000004016 00000 n 
-0000004353 00000 n 
-0000004466 00000 n 
-0000004576 00000 n 
-0000004684 00000 n 
-0000004800 00000 n 
+0000000783 00000 n 
+0000000903 00000 n 
+0000000963 00000 n 
+0000006215 00000 n 
+0000001097 00000 n 
+0000006278 00000 n 
+0000001234 00000 n 
+0000006344 00000 n 
+0000001371 00000 n 
+0000006410 00000 n 
+0000001508 00000 n 
+0000006475 00000 n 
+0000001645 00000 n 
+0000006541 00000 n 
+0000001781 00000 n 
+0000003834 00000 n 
+0000006607 00000 n 
+0000003942 00000 n 
+0000004101 00000 n 
+0000004296 00000 n 
+0000004535 00000 n 
+0000004756 00000 n 
+0000005042 00000 n 
+0000005379 00000 n 
+0000005492 00000 n 
+0000005602 00000 n 
+0000005710 00000 n 
+0000005826 00000 n 
 trailer
 <<
-/Size 31
+/Size 34
 /Root 2 0 R
 /Info 4 0 R
 >>
 startxref
-5566
+6658
 %%EOF

Modified: beehive/site/www/index.pdf
URL: http://svn.apache.org/viewcvs/beehive/site/www/index.pdf?rev=327664&r1=327663&r2=327664&view=diff
==============================================================================
--- beehive/site/www/index.pdf (original)
+++ beehive/site/www/index.pdf Sat Oct 22 07:22:20 2005
@@ -166,7 +166,7 @@
 /Rect [ 90.0 227.798 284.316 215.798 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://beehive.apache.org/docs/v1.0m1)
+/A << /URI (http://beehive.apache.org/docs/1.0m1)
 /S /URI >>
 /H /I
 >>
@@ -429,23 +429,23 @@
 xref
 0 51
 0000000000 65535 f 
-0000011014 00000 n 
-0000011086 00000 n 
-0000011178 00000 n 
+0000011013 00000 n 
+0000011085 00000 n 
+0000011177 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000000754 00000 n 
 0000000874 00000 n 
 0000000927 00000 n 
-0000011323 00000 n 
+0000011322 00000 n 
 0000001062 00000 n 
-0000011386 00000 n 
+0000011385 00000 n 
 0000001199 00000 n 
-0000011452 00000 n 
+0000011451 00000 n 
 0000001336 00000 n 
-0000011518 00000 n 
+0000011517 00000 n 
 0000001473 00000 n 
-0000011584 00000 n 
+0000011583 00000 n 
 0000001610 00000 n 
 0000004536 00000 n 
 0000004659 00000 n 
@@ -455,30 +455,30 @@
 0000005301 00000 n 
 0000005498 00000 n 
 0000005683 00000 n 
-0000005871 00000 n 
-0000007746 00000 n 
-0000007869 00000 n 
-0000007945 00000 n 
-0000008125 00000 n 
-0000008291 00000 n 
-0000008479 00000 n 
-0000008645 00000 n 
-0000008809 00000 n 
-0000008990 00000 n 
-0000009205 00000 n 
-0000011648 00000 n 
-0000009400 00000 n 
-0000009584 00000 n 
-0000009714 00000 n 
-0000009898 00000 n 
-0000010119 00000 n 
-0000010241 00000 n 
-0000010354 00000 n 
-0000010464 00000 n 
-0000010575 00000 n 
-0000010683 00000 n 
-0000010789 00000 n 
-0000010905 00000 n 
+0000005870 00000 n 
+0000007745 00000 n 
+0000007868 00000 n 
+0000007944 00000 n 
+0000008124 00000 n 
+0000008290 00000 n 
+0000008478 00000 n 
+0000008644 00000 n 
+0000008808 00000 n 
+0000008989 00000 n 
+0000009204 00000 n 
+0000011647 00000 n 
+0000009399 00000 n 
+0000009583 00000 n 
+0000009713 00000 n 
+0000009897 00000 n 
+0000010118 00000 n 
+0000010240 00000 n 
+0000010353 00000 n 
+0000010463 00000 n 
+0000010574 00000 n 
+0000010682 00000 n 
+0000010788 00000 n 
+0000010904 00000 n 
 trailer
 <<
 /Size 51
@@ -486,5 +486,5 @@
 /Info 4 0 R
 >>
 startxref
-11699
+11698
 %%EOF

Modified: beehive/site/www/license.html
URL: http://svn.apache.org/viewcvs/beehive/site/www/license.html?rev=327664&r1=327663&r2=327664&view=diff
==============================================================================
--- beehive/site/www/license.html (original)
+++ beehive/site/www/license.html Sat Oct 22 07:22:20 2005
@@ -84,7 +84,7 @@
 <a href="http://beehive.apache.org/docs/1.0">1.0</a>
 </div>
 <div class="menuitem">
-<a href="http://beehive.apache.org/docs/v1.0m1">1.0 Milestone 1</a>
+<a href="http://beehive.apache.org/docs/1.0m1">1.0 Milestone 1</a>
 </div>
 <div class="menuitem">
 <a href="http://beehive.apache.org/docs/nightly">Nightly</a>

Modified: beehive/site/www/linkmap.html
URL: http://svn.apache.org/viewcvs/beehive/site/www/linkmap.html?rev=327664&r1=327663&r2=327664&view=diff
==============================================================================
--- beehive/site/www/linkmap.html (original)
+++ beehive/site/www/linkmap.html Sat Oct 22 07:22:20 2005
@@ -84,7 +84,7 @@
 <a href="http://beehive.apache.org/docs/1.0">1.0</a>
 </div>
 <div class="menuitem">
-<a href="http://beehive.apache.org/docs/v1.0m1">1.0 Milestone 1</a>
+<a href="http://beehive.apache.org/docs/1.0m1">1.0 Milestone 1</a>
 </div>
 <div class="menuitem">
 <a href="http://beehive.apache.org/docs/nightly">Nightly</a>
@@ -194,7 +194,7 @@
         
 <ul>
 <li>
-<a href="http://beehive.apache.org/docs/v1.0m1">1.0 Milestone 1</a>&nbsp;&nbsp;&nbsp;_________________________&nbsp;&nbsp;<em>release-v10m1</em>
+<a href="http://beehive.apache.org/docs/1.0m1">1.0 Milestone 1</a>&nbsp;&nbsp;&nbsp;_________________________&nbsp;&nbsp;<em>release-v10m1</em>
 </li>
 </ul>
         

Modified: beehive/site/www/mailinglists.html
URL: http://svn.apache.org/viewcvs/beehive/site/www/mailinglists.html?rev=327664&r1=327663&r2=327664&view=diff
==============================================================================
--- beehive/site/www/mailinglists.html (original)
+++ beehive/site/www/mailinglists.html Sat Oct 22 07:22:20 2005
@@ -84,7 +84,7 @@
 <a href="http://beehive.apache.org/docs/1.0">1.0</a>
 </div>
 <div class="menuitem">
-<a href="http://beehive.apache.org/docs/v1.0m1">1.0 Milestone 1</a>
+<a href="http://beehive.apache.org/docs/1.0m1">1.0 Milestone 1</a>
 </div>
 <div class="menuitem">
 <a href="http://beehive.apache.org/docs/nightly">Nightly</a>

Modified: beehive/site/www/releases/release-1.0.html
URL: http://svn.apache.org/viewcvs/beehive/site/www/releases/release-1.0.html?rev=327664&r1=327663&r2=327664&view=diff
==============================================================================
--- beehive/site/www/releases/release-1.0.html (original)
+++ beehive/site/www/releases/release-1.0.html Sat Oct 22 07:22:20 2005
@@ -85,7 +85,7 @@
 <a href="http://beehive.apache.org/docs/1.0">1.0</a>
 </div>
 <div class="menuitem">
-<a href="http://beehive.apache.org/docs/v1.0m1">1.0 Milestone 1</a>
+<a href="http://beehive.apache.org/docs/1.0m1">1.0 Milestone 1</a>
 </div>
 <div class="menuitem">
 <a href="http://beehive.apache.org/docs/nightly">Nightly</a>

Modified: beehive/site/www/releases/release-1.0m1.html
URL: http://svn.apache.org/viewcvs/beehive/site/www/releases/release-1.0m1.html?rev=327664&r1=327663&r2=327664&view=diff
==============================================================================
--- beehive/site/www/releases/release-1.0m1.html (original)
+++ beehive/site/www/releases/release-1.0m1.html Sat Oct 22 07:22:20 2005
@@ -85,7 +85,7 @@
 <a href="http://beehive.apache.org/docs/1.0">1.0</a>
 </div>
 <div class="menuitem">
-<a href="http://beehive.apache.org/docs/v1.0m1">1.0 Milestone 1</a>
+<a href="http://beehive.apache.org/docs/1.0m1">1.0 Milestone 1</a>
 </div>
 <div class="menuitem">
 <a href="http://beehive.apache.org/docs/nightly">Nightly</a>