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/09/13 16:45:43 UTC

svn commit: r280569 - in /beehive: site/ site/www/ site/www/dtd/ site/www/images/ site/www/releases/ site/www/skin/ trunk/docs/forrest/ trunk/docs/forrest/www/

Author: ekoneil
Date: Tue Sep 13 07:45:27 2005
New Revision: 280569

URL: http://svn.apache.org/viewcvs?rev=280569&view=rev
Log:
Few more website changes:

- integrate the trunk/docs/forrest/www directory up to site/www; forgot to do this yesterday
- update the website for the new release download content

BB: self
DRT: site build passes


Added:
    beehive/site/www/
      - copied from r280344, beehive/trunk/docs/forrest/www/
    beehive/site/www/contributors.html
      - copied unchanged from r280566, beehive/trunk/docs/forrest/www/contributors.html
    beehive/site/www/contributors.pdf
      - copied unchanged from r280566, beehive/trunk/docs/forrest/www/contributors.pdf
    beehive/site/www/documentation.html
      - copied unchanged from r280566, beehive/trunk/docs/forrest/www/documentation.html
    beehive/site/www/documentation.pdf
      - copied unchanged from r280566, beehive/trunk/docs/forrest/www/documentation.pdf
    beehive/site/www/downloads.html
      - copied, changed from r280566, beehive/trunk/docs/forrest/www/downloads.html
    beehive/site/www/downloads.pdf
      - copied, changed from r280566, beehive/trunk/docs/forrest/www/downloads.pdf
    beehive/site/www/dtd/
      - copied from r280566, beehive/trunk/docs/forrest/www/dtd/
    beehive/site/www/faq.html
      - copied unchanged from r280566, beehive/trunk/docs/forrest/www/faq.html
    beehive/site/www/faq.pdf
      - copied unchanged from r280566, beehive/trunk/docs/forrest/www/faq.pdf
    beehive/site/www/images/
      - copied from r280566, beehive/trunk/docs/forrest/www/images/
    beehive/site/www/index.html
      - copied, changed from r280566, beehive/trunk/docs/forrest/www/index.html
    beehive/site/www/index.pdf
      - copied, changed from r280566, beehive/trunk/docs/forrest/www/index.pdf
    beehive/site/www/license.html
      - copied unchanged from r280566, beehive/trunk/docs/forrest/www/license.html
    beehive/site/www/license.pdf
      - copied unchanged from r280566, beehive/trunk/docs/forrest/www/license.pdf
    beehive/site/www/linkmap.html
      - copied, changed from r280566, beehive/trunk/docs/forrest/www/linkmap.html
    beehive/site/www/linkmap.pdf
      - copied, changed from r280566, beehive/trunk/docs/forrest/www/linkmap.pdf
    beehive/site/www/mailinglists.html
      - copied unchanged from r280566, beehive/trunk/docs/forrest/www/mailinglists.html
    beehive/site/www/mailinglists.pdf
      - copied unchanged from r280566, beehive/trunk/docs/forrest/www/mailinglists.pdf
    beehive/site/www/releases/
    beehive/site/www/releases/release-1.0m1.html
    beehive/site/www/releases/release-1.0m1.pdf
    beehive/site/www/skin/
      - copied from r280566, beehive/trunk/docs/forrest/www/skin/
Removed:
    beehive/trunk/docs/forrest/www/
Modified:
    beehive/site/build.xml
    beehive/trunk/docs/forrest/build.xml

Modified: beehive/site/build.xml
URL: http://svn.apache.org/viewcvs/beehive/site/build.xml?rev=280569&r1=280568&r2=280569&view=diff
==============================================================================
--- beehive/site/build.xml (original)
+++ beehive/site/build.xml Tue Sep 13 07:45:27 2005
@@ -10,10 +10,13 @@
 -->
 <project name="Beehive Forrest Site Build" default="usage" basedir=".">
  
-     <property environment="os"/>
-     <property name="forrest.home" location="${os.FORREST_HOME}"/>
+    <property environment="os"/>
+    <property name="forrest.home" location="${os.FORREST_HOME}"/>
 
-     <import file="${os.FORREST_HOME}/main/forrest.build.xml"/>
+    <property name="site.build.dir" location="build/site"/>
+    <property name="site.staging.dir" location="www"/>
+
+    <import file="${os.FORREST_HOME}/main/forrest.build.xml"/>
 
     <target name="build">
         <antcall target="site"/>
@@ -21,6 +24,27 @@
 
     <target name="clean">
         <delete dir="build"/>
+    </target>
+
+    <target name="stage.site">
+        <copy todir="${site.staging.dir}">
+            <fileset dir="${site.build.dir}"/>
+        </copy>
+
+        <echo>Running dos2unix to fixup line endings on skin generated by Forrest</echo>
+        <exec executable="dos2unix" dir="www/skin">
+            <arg line="*"/>
+        </exec>
+
+        <echo>
+Beehive website creation is now complete.  To reflect these changes in on http://beehive.apache.org,
+do the following:
+
+svn commit www
+ssh minotaur.apache.org
+cd /www/beehive.apache.org
+svn update
+        </echo>
     </target>
 
     <target name="usage" description="Print the usage for this build.xml">

Copied: beehive/site/www/downloads.html (from r280566, beehive/trunk/docs/forrest/www/downloads.html)
URL: http://svn.apache.org/viewcvs/beehive/site/www/downloads.html?p2=beehive/site/www/downloads.html&p1=beehive/trunk/docs/forrest/www/downloads.html&r1=280566&r2=280569&rev=280569&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/www/downloads.html (original)
+++ beehive/site/www/downloads.html Tue Sep 13 07:45:27 2005
@@ -113,135 +113,47 @@
 <div id="minitoc-area">
 <ul class="minitoc">
 <li>
-<a href="#Beehive+1.0m1+Binary+Distribution">Beehive 1.0m1 Binary Distribution</a>
+<a href="#Downloading+Beehive">Downloading Beehive</a>
 </li>
 <li>
-<a href="#Nightly+Builds">Nightly Builds</a>
-</li>
-<li>
-<a href="#Verifying+Downloaded+Files">Verifying Downloaded Files</a>
-<ul class="minitoc">
-<li>
-<a href="#Verifying+with+PGP">Verifying with PGP</a>
-</li>
-<li>
-<a href="#Verifying+with+GnuPG">Verifying with GnuPG</a>
+<a href="#Releases+and+Milestone+Builds">Releases and Milestone Builds</a>
 </li>
 <li>
-<a href="#Verifying+with+MD5">Verifying with MD5</a>
-</li>
-</ul>
+<a href="#Nightly+Builds">Nightly Builds</a>
 </li>
 </ul>
 </div>
         
-<a name="N1000C"></a><a name="Beehive+1.0m1+Binary+Distribution"></a>
-<h2 class="boxed">Beehive 1.0m1 Binary Distribution</h2>
+<a name="N1000C"></a><a name="Downloading+Beehive"></a>
+<h2 class="boxed">Downloading Beehive</h2>
 <div class="section">
 <p>
-                The Beehive 1.0 Milestone 1 binary distribution is available for download at
-                <a class="external" href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/">http://cvs.apache.org/dist/incubator/beehive/v1.0m1/</a>. 
+            Beehive is available as a source, binary, or library distribution.  You may choose to download a production
+            release or a nightly development build.  All Beehive releases are licensed under the terms of the
+            <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License</a>.
             </p>
-<p>Known issues associated with the 1.0 Milestone 1 release can found at 
-                <a class="external" href="http://wiki.apache.org/beehive/1%2e0m1_Known_Issues">http://wiki.apache.org/beehive/1%2e0m1_Known_Issues</a>
-</p>
-</div>
-        
-<a name="N10020"></a><a name="Nightly+Builds"></a>
-<h2 class="boxed">Nightly Builds</h2>
-<div class="section">
-<p>Nightly Beehive builds are available at: <a class="external" href="http://cvs.apache.org/dist/beehive/nightly/">here</a>
-</p>
 </div>
         
-<a name="N1002D"></a><a name="Verifying+Downloaded+Files"></a>
-<h2 class="boxed">Verifying Downloaded Files</h2>
+<a name="N1001A"></a><a name="Releases+and+Milestone+Builds"></a>
+<h2 class="boxed">Releases and Milestone Builds</h2>
 <div class="section">
-<p>
-                You can verify the integrity of downloaded files using either GnuPG/PGP or MD5.
-            </p>
-<a name="N10036"></a><a name="Verifying+with+PGP"></a>
-<h3 class="boxed">Verifying with PGP</h3>
-<p>
-                    PGP is commercial encryption/digital-signature software.  It can be found <a class="external" href="http://www.pgp.com">here</a>.
-                </p>
+<p></p>
 <ul>
-                    
-<li>
-                        Download the Beehive <a class="external" href="http://cvs.apache.org/dist/incubator/beehive/KEYS">KEYS</a> file.
-                    </li>
-                    
-<li>
-                        Download the associated <span class="codefrag">.asc</span> file that goes with the file
-                        you downloaded.  If you downloaded <span class="codefrag">example.tar.gz</span>, then you
-                        would also need <span class="codefrag">example.tar.gz.asc</span>.
-                    </li>
-                    
-<li>
-                        Import the KEYS file into your local keystore:
-                        <pre class="code">pgp -ka KEYS</pre>
-                    
-</li>
-                    
+
+            
 <li>
-                        Verify your downloaded file:
-                        <pre class="code">pgp example.tar.gz.asc</pre>
-                    
+<a href="releases/release-1.0m1.html">Beehive 1.0 Milestone 1 (June 6, 2005)</a>
 </li>
-                
+            
 </ul>
-<a name="N10068"></a><a name="Verifying+with+GnuPG"></a>
-<h3 class="boxed">Verifying with GnuPG</h3>
-<p>
-                    GnuPG is a "complete and free replacement for PGP."  It can be found <a class="external" href="http://www.gnupg.org">here</a>.
-                </p>
-<ul>
-                    
-<li>
-                        Download the Beehive <a class="external" href="http://cvs.apache.org/dist/incubator/beehive/KEYS">KEYS</a> file.
-                    </li>
-                    
-<li>
-                        Download the associated <span class="codefrag">.asc</span> file that goes with the file
-                        you downloaded.  If you downloaded <span class="codefrag">example.tar.gz</span>, then you
-                        would also need <span class="codefrag">example.tar.gz.asc</span>.
-                    </li>
-                    
-<li>
-                        Import the KEYS file into your local keystore:
-                        <pre class="code">gpg --import KEYS</pre>
-                    
-</li>
-                    
-<li>
-                        Verify your downloaded file:
-                        <pre class="code">gpg --verify example.tar.gz.asc</pre>
-                    
-</li>
-                
-</ul>
-<a name="N1009A"></a><a name="Verifying+with+MD5"></a>
-<h3 class="boxed">Verifying with MD5</h3>
+</div>
+        
+<a name="N1002D"></a><a name="Nightly+Builds"></a>
+<h2 class="boxed">Nightly Builds</h2>
+<div class="section">
 <p>
-                    
-<span class="codefrag">md5sum</span> is a program on Unix-type systems that creates and verifies
-                    file checksums ("message digests").
-                </p>
-<ul>
-                    
-<li>
-                        Download the associated <span class="codefrag">.md5</span> file that goes with the file
-                        you downloaded.  If you downloaded <span class="codefrag">example.tar.gz</span>, then you
-                        would also need <span class="codefrag">example.tar.gz.md5</span>.
-                    </li>
-                    
-<li>
-                        Verify your downloaded file:
-                        <pre class="code">md5sum -c example.tar.gz.md5</pre>
-                    
-</li>
-                
-</ul>
+            Nightly Beehive builds are available <a class="external" href="http://cvs.apache.org/dist/beehive/nightly/">here</a>.
+            </p>
 </div>
     
 </div>

Copied: beehive/site/www/downloads.pdf (from r280566, beehive/trunk/docs/forrest/www/downloads.pdf)
URL: http://svn.apache.org/viewcvs/beehive/site/www/downloads.pdf?p2=beehive/site/www/downloads.pdf&p1=beehive/trunk/docs/forrest/www/downloads.pdf&r1=280566&r2=280569&rev=280569&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/www/downloads.pdf (original)
+++ beehive/site/www/downloads.pdf Tue Sep 13 07:45:27 2005
@@ -5,10 +5,10 @@
 /Producer (FOP 0.20.5) >>
 endobj
 5 0 obj
-<< /Length 645 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 513 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-GauI4c&S8I&:j43Ko_)?]!fEZXu+h1Og[li[$RctQC,T?0rct?b1kMPZ?EZn8>S6*&C5TMr66'*bCb"_+Wq@b+KkiWs2k=m?%;r257CGj@hF;990dq+?Y>;Z=k6<PD<KgraO_b(%.G+lb_sITifFUUH1>#.3I"2qh3p3d>F1?!>\Y(9!fYFb@74osMI@20nZZq+?<R$j^3.Hk?9EN/0gl95`(\6=*M'hSX]FGde"VtGd&Z*>InW&M(_#d6An7>p$m?LFa>CYErDDqT](Q-1:=Q_)rsS3DG*EL'lmd6R+W>@;Bm@u#$Wj&`$G#d)45OD[Fh0Y3o@m6_j@l<6g7B-MPVSVraPk*r:I7Uum!lqP/G.djS(6Z0\%jnnP/!ZN'?FMD04+O,hQriM?cd2l\f&9-)\2=`F;6i(041pp?G,n4\n=6aI_VO7D7o6tTte80b<5RI&"J)Z?kgN2JFl?"OAMT0W.If2Ad9%Tam1]"lia+$VP^(NpUYT!hH7qQg<S8[\b*g,DS<aX)fJ5d-YR'T%>R8uDk4%.DQW]Z$ja$2G/C.tl\A4riEhbKBoaU\U%OH?6'fkh_K4(Nms(J$d!k6b?"i*oJ[.#5C+T(XDBt2bA&&pLVn/-f-dB`m/Td!J$#aaj\c~>
+GauHG9on$O&A@sBbV>6g/0DllYM!NaNKgI1H;E'4=GJ0#%]DWjjkn\BNaO)Kdn><(B&Lq'Gn6:og&3,tRNi76-H"foA/M`m!Si)+Wj#Ob(pRNSocAQU5+CH@2.GsMn-\io,:J,%"RiX@aUqt#OB%4J<_hTej^Dq62K@RjmA9N=Ns!5eq$<jKO;!kF"!:+^oE*jHVs&3J8oJ4q\Wf0um$d2aFJI76k65=':mfVqU)?=?PX2L2:=.m0.ts0>.Md=NK9^2Jo0t+*1-_]qSEkY_,S[%rnDKoi+<9?;'YA6KK)VLQ45ZWIY4/XK$*FL"723M8ZX<[ClX(.<,q:q9IEra-%T^Fnqj,LEHR1AXFGV/)K8Q=Zjb*'!3/Y<j]+!?6OtIMA38T:-n)8&f@q?(]'l1>rp8<ga`l>QS>NNN)Ed]6H'Bd[H*J9VlXDt.uA+,TSSofToUlkkq9A4a?b,;).^$sHuT[Iq]Fu9*_)m)_3'[QmOZYtg`BQ'/X-m$SS[](9^~>
 endstream
 endobj
 6 0 obj
@@ -25,15 +25,12 @@
 8 0 R
 10 0 R
 12 0 R
-14 0 R
-16 0 R
-18 0 R
 ]
 endobj
 8 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 102.0 559.666 279.332 547.666 ]
+/Rect [ 102.0 559.666 217.652 547.666 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A 9 0 R
@@ -43,7 +40,7 @@
 10 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 102.0 541.466 181.016 529.466 ]
+/Rect [ 102.0 541.466 257.66 529.466 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A 11 0 R
@@ -53,7 +50,7 @@
 12 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 102.0 523.266 247.316 511.266 ]
+/Rect [ 102.0 523.266 181.016 511.266 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A 13 0 R
@@ -61,88 +58,54 @@
 >>
 endobj
 14 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 108.0 505.066 219.5 493.066 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 15 0 R
-/H /I
->>
-endobj
-16 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 108.0 486.866 233.492 474.866 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 17 0 R
-/H /I
->>
-endobj
-18 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 108.0 468.666 222.824 456.666 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 19 0 R
-/H /I
->>
-endobj
-20 0 obj
-<< /Length 2147 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 1336 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gb!;eD/\/e&H;*)+VYcT!])Ek+t<1p...@6SSh>,!q!4c,9o8/N+-ls<r4:=Y%HAi?53XVe5=S5#b"'@?q#%l[cZO/43%cGmF'I*Q,V/W%@oC4,?C.+Qdrc0YgfIPM&5\T*3m=<"]hdfe9*'3K?G"ZEf=:p4#-u^VQs:p&l\imX`AQ?L]tQN@j;$_A3$+a%!OE36i7i86]<L?MOgZF1qh&\tHKA@<E&f6"&K?'>No!XRhP#gON`R01TSG%CON+QNT\_4s!0SIO>a<h].Uj50rc4N!@H&)=9Ef]&0-5W`OJA.2:BJcLThs:-,8nC=TUJ\:G#T(XhSbM
 ^JhZG*HCdVEh7<k<...@TM9Zq928K0lM8XMpLL4CU>6])or^mNRg]qg:`kM-lu8WF/Js%a")s[iFaG6G98lg-I2>OT+-R>*ZlKPob&e*AY+(I7.3"eYo*RtpDJB%X9&Z1D6In<LF$L0YT/snd!#B2Ga2l0:HHu1DKg+dF\WA_;<;&[!N,fWr<V9jRGO*JDKGY[a])D&4m"bH;b_JN//bAU6E%JCn^>Oa#:#5f"VJ%aH=,AO7.'q&>_/<kY07mCq-=)B9gA8T&LdrNcf*JmApi;F5:2,5o&b'\"Q@\^B7S&Kn[r-Mp1F5<818@Ki\3)l68;9Q=+G$C'H<d?.[AYeU6t75q-q6A'L\`@rlV$KO.A3Rh;]I$<.Jh:CCL3JSnAtTb4KH5#<LEB3o7kf$>;Bhk1bbEjq6?f_-()EXLM0EC=@X/`7h;M+RG:oc$j?e5tY]7[0SeN>aI6G]Df8O=A270.L970eb6XH?l>7P&6Qs)UBD>70hd?G#rBM^8.H87`kk4Q/7Zs9/$N.O+kKmX873;k#7E(mp@f5&H]1-d?l:I7c=-K-;o<XC\qINXs)/&VKCW2G[Xm._Q1sN\F7g3L66reT;%(ADPsmk2T_=,u:H^ulPs:5MU)pF$:^819>nAu32j0Z"ZgXU"W8qpWfl5b9"XdP9XmS5h6##oPeX>W$?.9J:9k8%$g:FM;ar^5_1&s59c&$@-^5hq6':5r)0rIO/Xg0e-r"r]a+p.ZeM8#".`tc>IK&`lkr,#4e#r2rY%<$r#?5<8A^G^?^=QnZQ4Nf[d1!:l'6)>WE#hMrc[*AP>>AVQ6DZK&[FEYcX%H&?[7#C
 ZN`LC'!Fol^d)aND0]F"TCs5'rZKIY$6Hsl.#W7e]5]_ge/]rCH)lUI#Q=cNCH0(8XO8R"Dl3fF'n9]$nY1[goRek+K'MLmBrie,Ie9ENYM+uH"Po==t-0(@FN72s;g?DdC4Zr,5==+4%N0YhCB$UA\J)$Cpb7fN^[ron1~>
+Gb"/&a`?E"&A@B[E3u[c#Q\DpEL_9Nil\'[Z#WCS3D^?!YsOQ_8_GtNT8'kK"]7#qjd:ro/D^820*(il5.d<1r...@C>g+Qli@[4tP>C*mLa##FMWEgjIsI5DTdB],G[GA4,=Nhg>%fY%c$g.0W,GpA!h>tu1L*s3\?&H4'uHWuo[mdN`a*[
 /7UN[(o9c%%:dbnG2DO<D!b,pR:"1lemp;_p/L%[/e`])m2i+p9mi6PjRk^g,Snlel^'EBhQ:\]j=82X\%Lp#t8@S<k05.2)>ru`"FChpqoiLPDg=E,!Y3ZgD>JOY>L<SA$5O8_Apl[50ZMk%h[P`[2A$MhYPTbU\mq;s@'j6/`5;[(alOtgB&05V'"?\qpn$Zf</"h<t2'(Kk-f2b%>V`K(l;ucN,"=Ec2IjN]][QbG:LJ(*[`r7t>7RnQ34:#^$#,3-d-pS%2;\*&#F4HbBTJ?CPFuJgFHD^7e_JkC&;0=X;,"e+4KT8V,5tB1WTiG<I-;;QKBW8WPWo_HIfRbeogS~>
 endstream
 endobj
-21 0 obj
+15 0 obj
 << /Type /Page
 /Parent 1 0 R
 /MediaBox [ 0 0 612 792 ]
 /Resources 3 0 R
-/Contents 20 0 R
-/Annots 22 0 R
+/Contents 14 0 R
+/Annots 16 0 R
 >>
 endobj
-22 0 obj
+16 0 obj
 [
-23 0 R
-24 0 R
-25 0 R
-26 0 R
-27 0 R
-28 0 R
-29 0 R
+17 0 R
+18 0 R
+19 0 R
 ]
 endobj
-23 0 obj
+17 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 90.0 616.466 342.984 604.466 ]
+/Rect [ 167.988 603.266 291.276 591.266 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/)
+/A << /URI (http://www.apache.org/licenses/LICENSE-2.0)
 /S /URI >>
 /H /I
 >>
 endobj
-24 0 obj
+18 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 90.0 582.066 364.632 570.066 ]
+/Rect [ 108.0 546.932 297.312 534.932 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://wiki.apache.org/beehive/1%2e0m1_Known_Issues)
+/A << /URI (releases/release-1.0m1.html)
 /S /URI >>
 /H /I
 >>
 endobj
-25 0 obj
+19 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 283.308 529.732 303.96 517.732 ]
+/Rect [ 268.308 492.598 288.96 480.598 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (http://cvs.apache.org/dist/beehive/nightly/)
@@ -150,148 +113,57 @@
 /H /I
 >>
 endobj
-26 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 444.612 426.145 465.264 414.145 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.pgp.com)
-/S /URI >>
-/H /I
->>
-endobj
-27 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 220.98 408.945 252.312 396.945 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://cvs.apache.org/dist/incubator/beehive/KEYS)
-/S /URI >>
-/H /I
->>
-endobj
-28 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 429.048 283.172 449.7 271.172 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.gnupg.org)
-/S /URI >>
-/H /I
->>
-endobj
-29 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 220.98 265.972 252.312 253.972 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://cvs.apache.org/dist/incubator/beehive/KEYS)
-/S /URI >>
-/H /I
->>
-endobj
-30 0 obj
-<< /Length 787 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gb"/$9lnc;&A@sBBK2hEA<CD...@p>/1[V"`L`oZ^PForiHX/9+DBEhVNIQLEbl-b[T`fPPM@2'07'8_0ss4c\nD8TqnI.-*I,X1?0Cs66&_t<!~>
-endstream
-endobj
-31 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 30 0 R
->>
-endobj
-33 0 obj
+21 0 obj
 <<
- /Title (\376\377\0\61\0\40\0\102\0\145\0\145\0\150\0\151\0\166\0\145\0\40\0\61\0\56\0\60\0\155\0\61\0\40\0\102\0\151\0\156\0\141\0\162\0\171\0\40\0\104\0\151\0\163\0\164\0\162\0\151\0\142\0\165\0\164\0\151\0\157\0\156)
- /Parent 32 0 R
- /Next 34 0 R
+ /Title (\376\377\0\61\0\40\0\104\0\157\0\167\0\156\0\154\0\157\0\141\0\144\0\151\0\156\0\147\0\40\0\102\0\145\0\145\0\150\0\151\0\166\0\145)
+ /Parent 20 0 R
+ /Next 22 0 R
  /A 9 0 R
 >> endobj
-34 0 obj
+22 0 obj
 <<
- /Title (\376\377\0\62\0\40\0\116\0\151\0\147\0\150\0\164\0\154\0\171\0\40\0\102\0\165\0\151\0\154\0\144\0\163)
- /Parent 32 0 R
- /Prev 33 0 R
- /Next 35 0 R
+ /Title (\376\377\0\62\0\40\0\122\0\145\0\154\0\145\0\141\0\163\0\145\0\163\0\40\0\141\0\156\0\144\0\40\0\115\0\151\0\154\0\145\0\163\0\164\0\157\0\156\0\145\0\40\0\102\0\165\0\151\0\154\0\144\0\163)
+ /Parent 20 0 R
+ /Prev 21 0 R
+ /Next 23 0 R
  /A 11 0 R
 >> endobj
-35 0 obj
+23 0 obj
 <<
- /Title (\376\377\0\63\0\40\0\126\0\145\0\162\0\151\0\146\0\171\0\151\0\156\0\147\0\40\0\104\0\157\0\167\0\156\0\154\0\157\0\141\0\144\0\145\0\144\0\40\0\106\0\151\0\154\0\145\0\163)
- /Parent 32 0 R
- /First 36 0 R
- /Last 38 0 R
- /Prev 34 0 R
- /Count -3
+ /Title (\376\377\0\63\0\40\0\116\0\151\0\147\0\150\0\164\0\154\0\171\0\40\0\102\0\165\0\151\0\154\0\144\0\163)
+ /Parent 20 0 R
+ /Prev 22 0 R
  /A 13 0 R
 >> endobj
-36 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\61\0\40\0\126\0\145\0\162\0\151\0\146\0\171\0\151\0\156\0\147\0\40\0\167\0\151\0\164\0\150\0\40\0\120\0\107\0\120)
- /Parent 35 0 R
- /Next 37 0 R
- /A 15 0 R
->> endobj
-37 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\62\0\40\0\126\0\145\0\162\0\151\0\146\0\171\0\151\0\156\0\147\0\40\0\167\0\151\0\164\0\150\0\40\0\107\0\156\0\165\0\120\0\107)
- /Parent 35 0 R
- /Prev 36 0 R
- /Next 38 0 R
- /A 17 0 R
->> endobj
-38 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\63\0\40\0\126\0\145\0\162\0\151\0\146\0\171\0\151\0\156\0\147\0\40\0\167\0\151\0\164\0\150\0\40\0\115\0\104\0\65)
- /Parent 35 0 R
- /Prev 37 0 R
- /A 19 0 R
->> endobj
-39 0 obj
+24 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F3
 /BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
-40 0 obj
+25 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F5
 /BaseFont /Times-Roman
 /Encoding /WinAnsiEncoding >>
 endobj
-41 0 obj
+26 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F1
 /BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
-42 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F9
-/BaseFont /Courier
-/Encoding /WinAnsiEncoding >>
-endobj
-43 0 obj
+27 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F2
 /BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
-44 0 obj
+28 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F7
@@ -300,115 +172,81 @@
 endobj
 1 0 obj
 << /Type /Pages
-/Count 3
-/Kids [6 0 R 21 0 R 31 0 R ] >>
+/Count 2
+/Kids [6 0 R 15 0 R ] >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 1 0 R
- /Outlines 32 0 R
+ /Outlines 20 0 R
  /PageMode /UseOutlines
  >>
 endobj
 3 0 obj
 << 
-/Font << /F3 39 0 R /F5 40 0 R /F1 41 0 R /F9 42 0 R /F2 43 0 R /F7 44 0 R >> 
+/Font << /F3 24 0 R /F5 25 0 R /F1 26 0 R /F2 27 0 R /F7 28 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
 <<
 /S /GoTo
-/D [21 0 R /XYZ 85.0 659.0 null]
+/D [15 0 R /XYZ 85.0 659.0 null]
 >>
 endobj
 11 0 obj
 <<
 /S /GoTo
-/D [21 0 R /XYZ 85.0 559.066 null]
+/D [15 0 R /XYZ 85.0 580.266 null]
 >>
 endobj
 13 0 obj
 <<
 /S /GoTo
-/D [21 0 R /XYZ 85.0 506.732 null]
->>
-endobj
-15 0 obj
-<<
-/S /GoTo
-/D [21 0 R /XYZ 85.0 454.398 null]
->>
-endobj
-17 0 obj
-<<
-/S /GoTo
-/D [21 0 R /XYZ 85.0 311.425 null]
+/D [15 0 R /XYZ 85.0 521.932 null]
 >>
 endobj
-19 0 obj
-<<
-/S /GoTo
-/D [21 0 R /XYZ 85.0 168.452 null]
->>
-endobj
-32 0 obj
+20 0 obj
 <<
- /First 33 0 R
- /Last 35 0 R
+ /First 21 0 R
+ /Last 23 0 R
 >> endobj
 xref
-0 45
+0 29
 0000000000 65535 f 
-0000008641 00000 n 
-0000008713 00000 n 
-0000008805 00000 n 
+0000004618 00000 n 
+0000004683 00000 n 
+0000004775 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
-0000000807 00000 n 
-0000000927 00000 n 
-0000000987 00000 n 
-0000008939 00000 n 
-0000001122 00000 n 
-0000009002 00000 n 
-0000001259 00000 n 
-0000009068 00000 n 
-0000001396 00000 n 
-0000009134 00000 n 
-0000001531 00000 n 
-0000009200 00000 n 
-0000001668 00000 n 
-0000009266 00000 n 
-0000001805 00000 n 
-0000004045 00000 n 
-0000004168 00000 n 
-0000004237 00000 n 
-0000004440 00000 n 
-0000004642 00000 n 
-0000004838 00000 n 
-0000005010 00000 n 
-0000005212 00000 n 
-0000005384 00000 n 
-0000005586 00000 n 
-0000006465 00000 n 
-0000009332 00000 n 
-0000006573 00000 n 
-0000006855 00000 n 
-0000007044 00000 n 
-0000007330 00000 n 
-0000007538 00000 n 
-0000007772 00000 n 
-0000007979 00000 n 
-0000008092 00000 n 
-0000008202 00000 n 
-0000008310 00000 n 
-0000008416 00000 n 
-0000008532 00000 n 
+0000000675 00000 n 
+0000000795 00000 n 
+0000000834 00000 n 
+0000004898 00000 n 
+0000000969 00000 n 
+0000004961 00000 n 
+0000001105 00000 n 
+0000005027 00000 n 
+0000001242 00000 n 
+0000002671 00000 n 
+0000002794 00000 n 
+0000002835 00000 n 
+0000003031 00000 n 
+0000003210 00000 n 
+0000005093 00000 n 
+0000003406 00000 n 
+0000003610 00000 n 
+0000003887 00000 n 
+0000004062 00000 n 
+0000004175 00000 n 
+0000004285 00000 n 
+0000004393 00000 n 
+0000004509 00000 n 
 trailer
 <<
-/Size 45
+/Size 29
 /Root 2 0 R
 /Info 4 0 R
 >>
 startxref
-9383
+5144
 %%EOF

Copied: beehive/site/www/index.html (from r280566, beehive/trunk/docs/forrest/www/index.html)
URL: http://svn.apache.org/viewcvs/beehive/site/www/index.html?p2=beehive/site/www/index.html&p1=beehive/trunk/docs/forrest/www/index.html&r1=280566&r2=280569&rev=280569&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/www/index.html (original)
+++ beehive/site/www/index.html Tue Sep 13 07:45:27 2005
@@ -216,7 +216,7 @@
 <p>Please participate by:</p>
 <ul>
         
-<li>Sending your ideas to the <a class="external" href="mailto:beehive-user@incubator.apache.org">beehive-user@incubator.apache.org</a> mailing list.  
+<li>Sending your ideas to the <a class="external" href="mailto:user@beehive.apache.org">user@beehive.apache.org</a> mailing list.  
 This is the ideal forum for discussion of new ideas -- <a href="mailinglists.html">subscribe</a> and join in!  Please preface the subject of 
 your message with <span class="codefrag">"[Feature Idea]"</span> and include a short description of the feature and its benefits.</li>
         

Copied: beehive/site/www/index.pdf (from r280566, beehive/trunk/docs/forrest/www/index.pdf)
URL: http://svn.apache.org/viewcvs/beehive/site/www/index.pdf?p2=beehive/site/www/index.pdf&p1=beehive/trunk/docs/forrest/www/index.pdf&r1=280566&r2=280569&rev=280569&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/www/index.pdf (original)
+++ beehive/site/www/index.pdf Tue Sep 13 07:45:27 2005
@@ -160,10 +160,10 @@
 >>
 endobj
 26 0 obj
-<< /Length 1696 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 1690 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gb"/'968iG&AII3YWb'''hX&\+$J.lm>Ni=a,SX3OQ6D(OG&uF>s>"1^[De_?qH1fjls&1Ysgq5Dti!&(;=(umM<-YAsT]VhtOIm,c9P30)TioofT^bJ@J&qN90EPg$N8BdlfK<$K!C81K-l5n7*?D,br:8*Fl?35$pOnK'2-a0rGBCqNY]I%-8umd,oBKo/l!5Z1n=7<X7Cb[2fnT%HnU#=XUup">&#'&r\fP):'L`A?sc9pM$&[Q&NLN]e!(R]Fg,QjWiDf^/#3%:s8E7pp<39nI4I<HXfN^8qMRC@k"A5)NMq(g$MNC!^?47Safs3EYL02)]^)]M^U02fZ<Mj?KNI/74)HRj@,LLrlW-<+DJ9%bf90m^b`AY#\_Cmh"+5ko7H2f@O%"Rn?_i5_"EpA[L0b>D6.;LBi]+u9>--l*gV((dmWZ$/,buoh.Y$po>tFH/W7uuS^\j\$Br_>i`^6/o<p>e>XUe0Q[+t?V)T(tRg"dT,f#U7Zhft[j9qCRTGIiuQ&-4d`J!HBJKid9pJ$=[EI[_@A1R5@YE=F-/2gcO"p\^A]bU<jF]Y4("Y\$"6?,_Rnc3\-H?GsPD)WTg!2o!*8H-,XOC;BYk*n1pllo:1j0^j;Yp4^,!@*&o:cYjTg5\P$Y\-^^dW-cLZ%=!:Y/)ib!m=4T>U@ejfpaB.Md'10s$:Q*pHrQuXd3]B>D"u`9]3=%kDd0W_aSBZleXPU\:H):*4&BZ2Z\"#!MDa/c,VP]k-pM0djLQ%*hfn]klVqYH6"m$Rq/-<.,.(KP*b4Ej"EeuAG[HG--5Ih]LOBT$t&Ytl7lSfjQ^t95Qs2=9+R8CCb5)h^)a8:0MMn7gQ"s..AAq@DIl"JCq9qd86!_<VMK:V<j"Z,GT8euNqia:$JjJrBc/.!"b4?/3UZQMgi>$I4R/s5@&uAjW,(!2e*O`Pn6/r4V],f:RPqCGZHYOLgD!J.#jOd*"R\6_a/K_@UoMN!a/Z:
 075'igGMi%c-c;heP;%@g[RXKfa3cOj%WtF"U!MsmBLXQ-l-7SH@6)A'!brB\]<sd...@Qn>^(.00$)k%MB6Qo.Q/4`bP~>
+Gb"/'>B?Pt'Roe[TR"]*1b&dLV,'h>A1'HQ-f);gLY[AT5dn):O9/aLs*YCZU]WM5cLeBJZS@V'hfnKLo$)Q*4.lI-F0$\cIm8j-@U$S8_dAJTcW?,?&`5'kofW+mFu,chFN5qf_Dh)*bZ7V"r,\r/P#:5nSi'kZT._9b_+X=D\tTPrns(#VN9)Rnd,srfkBGKYC]4?b*=^d/FZg@k/a+!CR201W!fe9N#tDR&N@0i710Y[>?+qc38g^4-=]RP/?AXt?q$?[r(fJO(e8YO352F$K!mCH8hO7<.O...@E_U>EZB?%Kug9'pEQ[@\UI7s#UPc+Mcj@Kj@bnH*):E:1<2heoRK=D@u6QBorrTrH(J"U2^FeCEb+aF]ktosf!^hs&s[Kl9uOT6.b>b&4:WAuLO9-c\EWF^I$5b\.fP$HEn]j#\E05\H.5pK_,tnbq/0+dmEQXYYCf:;kYY`fC'.1Fh>H<E9`apBTOE87puA%$-7t+6WZtjlW]H,s?7(*
 T6T]gi%%dRE^[N,O!G.648&)-BBNdHUHCc1J)0&ob2`V,/iuL/eW(RuO&P=."MW-p60.#2Q2l8B=!;ejlcm']C472_G":f!-!1,cbUlOneA'a2K\UR5_[I=ZNX0M$#I%-rm:F7ID5UFe)UITHs!80jB84XkI*)X0H/SFEq<7B5_>Eh(Z!8=G^V%KqXh8Uj[,8D]ahK2L&M!?\CUWcZ263iUrT4Elr7.u"+c29+7ZB.mO$gI+Hkh;"05%I8E`VJKlj7Sh1DF!P8DY9R'>G%R1Q!R2;ML8X"'/`J4UrsA(BkboroVoE"T/&gX),m-b`/i4uV9`+>Z_Q#K+P?`-DB<pES2*RW)/Eb@h3&gPbo.X5SH9Z%!3&[?RF-kbR/Hmf\o!*F5L+KflAi80^qXqJ.L,S#QQPGY/R#TH>Pm6[O6E(qEmuY?JgY$PMjMlY27NJF\I_CnM+&SN'/Bser3XSiicc7VH+=$9Fc"V[cXL?a&dbpt@^Gh[P80sDWd#i4&M%o6*F=UBYLrqr>-Gp@#%h[#o]<7MVAm)"^L,ng@)+580N[b!+X=/?cSe>+Hr4a-m_&_2K\&.aF-i[6?#OY3#TT0rWO=BYUiG88iB^;t8n^."lQtQY[LO</O?a00!>bm?SMMCR=Zp@J]!4LJS/If)S-c;'Y!fGeJ%A?L\,&$4BX[D^fD08:i?0iS!b)&EL&~>
 endstream
 endobj
 27 0 obj
@@ -190,10 +190,10 @@
 29 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 232.992 643.6 405.984 631.6 ]
+/Rect [ 232.992 643.6 356.664 631.6 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (mailto:beehive-user@incubator.apache.org)
+/A << /URI (mailto:user@beehive.apache.org)
 /S /URI >>
 /H /I
 >>
@@ -201,7 +201,7 @@
 30 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 311.292 630.4 356.616 618.4 ]
+/Rect [ 252.636 630.4 297.96 618.4 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (mailinglists.html)
@@ -417,23 +417,23 @@
 xref
 0 50
 0000000000 65535 f 
-0000010709 00000 n 
-0000010781 00000 n 
-0000010873 00000 n 
+0000010692 00000 n 
+0000010764 00000 n 
+0000010856 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000000754 00000 n 
 0000000874 00000 n 
 0000000927 00000 n 
-0000011018 00000 n 
+0000011001 00000 n 
 0000001062 00000 n 
-0000011081 00000 n 
+0000011064 00000 n 
 0000001199 00000 n 
-0000011147 00000 n 
+0000011130 00000 n 
 0000001336 00000 n 
-0000011213 00000 n 
+0000011196 00000 n 
 0000001473 00000 n 
-0000011279 00000 n 
+0000011262 00000 n 
 0000001610 00000 n 
 0000004494 00000 n 
 0000004617 00000 n 
@@ -443,29 +443,29 @@
 0000005252 00000 n 
 0000005449 00000 n 
 0000005641 00000 n 
-0000007430 00000 n 
-0000007553 00000 n 
-0000007629 00000 n 
-0000007819 00000 n 
-0000007986 00000 n 
-0000008174 00000 n 
-0000008340 00000 n 
-0000008504 00000 n 
-0000008685 00000 n 
-0000008900 00000 n 
-0000011343 00000 n 
-0000009095 00000 n 
-0000009279 00000 n 
-0000009409 00000 n 
-0000009593 00000 n 
-0000009814 00000 n 
-0000009936 00000 n 
-0000010049 00000 n 
-0000010159 00000 n 
-0000010270 00000 n 
-0000010378 00000 n 
-0000010484 00000 n 
-0000010600 00000 n 
+0000007424 00000 n 
+0000007547 00000 n 
+0000007623 00000 n 
+0000007803 00000 n 
+0000007969 00000 n 
+0000008157 00000 n 
+0000008323 00000 n 
+0000008487 00000 n 
+0000008668 00000 n 
+0000008883 00000 n 
+0000011326 00000 n 
+0000009078 00000 n 
+0000009262 00000 n 
+0000009392 00000 n 
+0000009576 00000 n 
+0000009797 00000 n 
+0000009919 00000 n 
+0000010032 00000 n 
+0000010142 00000 n 
+0000010253 00000 n 
+0000010361 00000 n 
+0000010467 00000 n 
+0000010583 00000 n 
 trailer
 <<
 /Size 50
@@ -473,5 +473,5 @@
 /Info 4 0 R
 >>
 startxref
-11394
+11377
 %%EOF

Copied: beehive/site/www/linkmap.html (from r280566, beehive/trunk/docs/forrest/www/linkmap.html)
URL: http://svn.apache.org/viewcvs/beehive/site/www/linkmap.html?p2=beehive/site/www/linkmap.html&p1=beehive/trunk/docs/forrest/www/linkmap.html&r1=280566&r2=280569&rev=280569&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/www/linkmap.html (original)
+++ beehive/site/www/linkmap.html Tue Sep 13 07:45:27 2005
@@ -146,7 +146,7 @@
         
 <ul>
 <li>
-<a href="documentation.html">Documentation</a>&nbsp;&nbsp;&nbsp;_________________________&nbsp;&nbsp;<em>downloads</em>
+<a href="documentation.html">Documentation</a>&nbsp;&nbsp;&nbsp;_________________________&nbsp;&nbsp;<em>documentation</em>
 </li>
 </ul>
         
@@ -224,6 +224,7 @@
     
 </ul>
 </ul>
+    
     
 
 </ul>

Copied: beehive/site/www/linkmap.pdf (from r280566, beehive/trunk/docs/forrest/www/linkmap.pdf)
URL: http://svn.apache.org/viewcvs/beehive/site/www/linkmap.pdf?p2=beehive/site/www/linkmap.pdf&p1=beehive/trunk/docs/forrest/www/linkmap.pdf&r1=280566&r2=280569&rev=280569&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/www/linkmap.pdf (original)
+++ beehive/site/www/linkmap.pdf Tue Sep 13 07:45:27 2005
@@ -39,7 +39,7 @@
 << /Length 997 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-GauI5?#Q2d'Sc)P'u"K;iqhF)1@:BB>s%]]W>FkW&`P(C"LgW/p#"(\;G:<;-E9L,L]O.B_8l$'*!b?P^jGV`oTAb`YXcepZ:@>0i;dBrd!bH\'R0sN"9`B2f3Yeu,Kq=.$tL8M]drP2n;\h.i:;V1mNJh(0X*83#5(qbmHjrX/+E-1_a?+%<LAC]S0kfbRX+N)`2&)^Mu4.a!l8%<"Lned]&TImqEjP*.$B\!J2"d7#&;$e%M>mImKhc5JYNO$F$E.nD??$pKO_-NnYS^?2<OA1cV%C1-7lPP-t06nH!KQo8;JZcOFTa1kTc%%Nm#Z%l_kX+`X#O9Zuj0a=Vi0BM=LfD,t.3cIEn#OXBIA\-VfTDbgoW'S$X868@u4c"[%hjS`YP*bFH"OP'u+L2!.0q52$edX]O'W@Ju-P!#bKIDFmK<B!uD__HGaA8CYg`IDbgmAC(B-"g+8"TmskqW66"o@@Y:#U+%YVEF'&aAOo,0=A*g;lQgWF*aY^_QX+KqVI@/\MW6Z8\4)gfAkJ5Ppi^A[3m@FZ.?h9b5EkWf^sibb8mrc)obKp7aa^Nhl0HbUY1h)fJ!"24],Y=I^Id`[SERU>WKV$Y0[Bm8da*$0_d&6\(p.aA\UBN_R-@,R=;K$Mcm?YS.7m/[h$<@>3`Wi939P;X0XM$]!U[@mP13oeer35XAWPU@+oVn"\.[OGAfh[&>mC+rg="\k\2_gd3cE#.c/7c3iEWlS3;[k^^,m=E6%)_Gb[&$]3",VULrq>Gh3`=#3?C49ZbbbOdW*YIbr8@p6%BJKCP&[hN)Lk(m<4>dBA?I7h2"U9CTelR2I2#tDHg?=b>i>8D%A/mY+rD.(1-^@o;8..--32"odN_G&XGMlbAbk[,7ZCs]*9;P`-1rORuTLa8oS1m/51"'lGPeKB;I8^G^bp-_Jq@U#k;L@/9N`c5DG:^^+o4g>J4\CB-q5]cDgpTSS:[D$nCZ")=(O?)a/hugAM%
 U.LW6~>
+GauI5>u03/'Sc)J.sqX>2?%cH=kJVO?lBT5M_Rq?laD@$L*WVThp4ktli82mJqcZt-h2JSq"R!9a&2=`$6B9P6R5#'m'gLFfl';*i;hq3d!bNN'Eeb/"9`B2e)%F',Kq=.%-/=#K?N14$B?GGi9Gl,&Kn:d0X*83#0g+:mGe79C[gWi_a?+%FdRe0Su13Nc,0EC0j1K^Z8`!%6$1\j!NlNsmW^.4Tb)PpMBjH!+:Kr<JD)]16c9q0>=/*[i+U!b4HE@LS%rPjiE5DGnl-dU#4kXBhb.)A-7lP@-t06n78iE38;O38OFTaqkTc$*Nh<kme$F';(aDj+dF*lLAlF.H-E7G9PRtN(p,Pb]Z?jW?SKo_,1Z-F!`+8gs6JA"/0&V"1doeCBYf^ZQ-Jc`06Xq8Rn"Y:cZd%48+E$%U#U%$Ybq3Y/c.h4S3/Mt7Y&?;/=_crA0lR_iK%A>`d+h(X_o&Fr*#EUX-J?f^Qh."$#I6+\+D%W#]5D`=-@-1U;n1"+2_3ojDnH-3c3J5cAh0=5Ua<`\RB;M@rf,&Gmde_8HoWnR6G69!`/hS8O`Bq6XAaDVZAu,#Xn*&PVR4N$G55EI09T9NV9-ADj+2J&k`pV";]Q[#oRtU1pQO@<]YdE-P3&];T8,$J[S'1q3nZ]9:XZ6%?,em#ZMU=QL^Ihq>:O>#[V*j`jB_Jh8a_egn:r[%X^h&ZERA?Zn!Pc0DSmbhZ-e7E+1\#mc-j4DHZ8]GC4(@fE.`nD51"_n]-NI7hh]E-:L0Ga54^mY@ci<dV5<4H-!EFAUQU-=ZIT._<uIo$@b^Dce]bP+Hb0lPdah_jRVfWr+8j]ulC$u3'\bfPnm,=4Ntu'pZjYL7^(TL-LkZTlgC28rhTpH"efu4i7_9ufL;\93?E9)HLIuMn>:iNf'C*Lu4Qht_lZcj/J&8H0&VRY574[a0j+hmAO0?g&gt(Z4rlW/qZ?]`KTf4Pth4W=O]Wj)2rhS`(Xkd@
 RNt#4~>
 endstream
 endobj
 11 0 obj

Added: beehive/site/www/releases/release-1.0m1.html
URL: http://svn.apache.org/viewcvs/beehive/site/www/releases/release-1.0m1.html?rev=280569&view=auto
==============================================================================
--- beehive/site/www/releases/release-1.0m1.html (added)
+++ beehive/site/www/releases/release-1.0m1.html Tue Sep 13 07:45:27 2005
@@ -0,0 +1,194 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta content="Apache Forrest" name="Generator">
+<meta name="Forrest-version" content="0.7">
+<meta name="Forrest-skin-name" content="pelt">
+<meta name="generator" content="">
+<title>Download Apache Beehive</title>
+<link type="text/css" href="../skin/basic.css" rel="stylesheet">
+<link media="screen" type="text/css" href="../skin/screen.css" rel="stylesheet">
+<link media="print" type="text/css" href="../skin/print.css" rel="stylesheet">
+<link type="text/css" href="../skin/profile.css" rel="stylesheet">
+<script src="../skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="../skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="../skin/fontsize.js" language="javascript" type="text/javascript"></script>
+<link rel="shortcut icon" href="../">
+</head>
+<body onload="init()">
+<script type="text/javascript">ndeSetTextSize();</script>
+<div id="top">
+<div class="breadtrail">
+<a href="http://www.apache.org">Apache</a> &gt; <a href="http://beehive.apache.org">Beehive</a><script src="../skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
+</div>
+<div class="header">
+<div class="grouplogo">
+<a href="http://www.apache.org/"><img class="logoImage" alt="Apache Software Foundation" src="../images/apache-asf-compressed.png" title="The Apache Software Foundation"></a>
+</div>
+<div class="projectlogo">
+<a href="http://beehive.apache.org/"><img class="logoImage" alt="Apache Beehive" src="../images/_beehive_logo_wide.gif" title="The Beehive project at the Apache Software Foundation"></a>
+</div>
+<div class="searchbox">
+<form action="http://www.google.com/search" method="get" class="roundtopsmall">
+<input value="apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
+                    <input attr="value" name="Search" value="Search" type="submit">
+</form>
+</div>
+<ul id="tabs">
+<li class="current">
+<a class="base-selected" href="../index.html">Home</a>
+</li>
+<li>
+<a class="base-not-selected" href="../documentation.html">Documentation</a>
+</li>
+</ul>
+</div>
+</div>
+<div id="main">
+<div id="publishedStrip">
+<div id="level2tabs"></div>
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="breadtrail">
+             
+             &nbsp;
+           </div>
+<div id="menu">
+<div onclick="SwitchMenu('menu_1.1', '../skin/')" id="menu_1.1Title" class="menutitle">Project</div>
+<div id="menu_1.1" class="menuitemgroup">
+<div class="menuitem">
+<a href="../index.html">Beehive</a>
+</div>
+<div class="menuitem">
+<a href="../license.html">License</a>
+</div>
+<div class="menuitem">
+<a href="../documentation.html">Documentation</a>
+</div>
+<div class="menuitem">
+<a href="../downloads.html">Downloads</a>
+</div>
+<div class="menuitem">
+<a href="../mailinglists.html">Mailing Lists</a>
+</div>
+<div class="menuitem">
+<a href="../contributors.html">Who We Are</a>
+</div>
+<div class="menuitem">
+<a href="../faq.html">FAQ</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_1.2', '../skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
+<div id="menu_1.2" class="menuitemgroup">
+<div class="menuitem">
+<a href="http://beehive.apache.org/releases/v1.0m1">1.0 Milestone 1</a>
+</div>
+<div class="menuitem">
+<a href="http://beehive.apache.org/releases/nightly">Nightly</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_1.3', '../skin/')" id="menu_1.3Title" class="menutitle">Links</div>
+<div id="menu_1.3" class="menuitemgroup">
+<div class="menuitem">
+<a href="http://wiki.apache.org/beehive">Wiki</a>
+</div>
+<div class="menuitem">
+<a href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10570">Known issues / bugs (JIRA)</a>
+</div>
+<div class="menuitem">
+<a href="http://svn.apache.org/viewcvs.cgi/beehive/trunk">Source Code</a>
+</div>
+</div>
+<div id="credit"></div>
+<div id="roundbottom">
+<img style="display: none" class="corner" height="15" width="15" alt="" src="../skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
+<div id="credit2"></div>
+</div>
+<div id="content">
+<div title="Portable Document Format" class="pdflink">
+<a class="dida" href="release-1.0m1.pdf"><img alt="PDF -icon" src="../skin/images/pdfdoc.gif" class="skin"><br>
+        PDF</a>
+</div>
+<h1>Download Apache Beehive</h1>
+<div id="minitoc-area">
+<ul class="minitoc">
+<li>
+<a href="#how">How to download</a>
+</li>
+<li>
+<a href="#Distributions">Distributions</a>
+</li>
+<li>
+<a href="#verify">Verifying a Release</a>
+</li>
+</ul>
+</div>
+<a name="N10010"></a><a name="how"></a>
+<h2 class="boxed">How to download</h2>
+<div class="section">
+<p>Use the links below to download a distribution of Apache Beehive. It is good practice to <a href="#verify">verify the integrity</a> of the distribution files.</p>
+<p>Apache Beehive is distributed as a <span class="codefrag">zip</span> archive (for Windows) and as a <span class="codefrag">tar.gz</span> archive (for UNIX). The contents are the same, the only difference is the line-endings of all text files.</p>
+<p>The distribution contains all of the source code, documentation, and resources, together with the pre-built ready-to-run Beehive binary.</p>
+</div>
+<a name="N10025"></a><a name="Distributions"></a>
+<h2 class="boxed">Distributions</h2>
+<div class="section">
+<p>Use the links below to download a distribution of Apache Beehive from the Incubator website. It is good practice to <a href="#verify">verify the integrity</a> of the distribution files.</p>
+<p>There are three different distributions:</p>
+<ul>
+<li>bin distribution - contains the documentation, Javadoc, and JAR files for Beehive.</li>
+<li>lib distribution - contains only the JAR files for Beehive.</li>
+<li>src distribution - contains Beehive source files at the point which the binaries were built.</li>
+</ul>
+<p>
+<a class="external" href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1.zip">apache-beehive-incubating01.0m1.zip</a> [<a class="external" href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1.zip.asc">PGP</a>] [<a class="external" href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1.zip.md5">MD5</a>]<br> 
+<a class="external" href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1.tar.gz">apache-beehive-incubating-1.0m1.tar.gz</a> [<a class="external" href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1.tar.gz.asc">PGP</a>] [<a class="external" href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1.tar.gz.md5">MD5</a>]</p>
+<p>
+<a class="external" href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-lib.zip">apache-beehive-incubating-1.0m1-lib.zip</a> [<a class="external" href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-lib.zip.asc">PGP</a>] [<a class="external" href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-lib.zip.md5">MD5</a>]<br> 
+<a class="external" href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-1.0m1-lib.tar.gz">apache-beehive-incubating-1.0m1-lib.tar.gz</a> [<a class="external" href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-lib.tar.gz.asc">PGP</a>] [<a class="external" href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-lib.tar.gz.md5">MD5</a>]</p>
+<p>
+<a class="external" href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-src.zip">apache-beehive-incubating-1.0m1-src.zip</a> [<a class="external" href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-src.zip.asc">PGP</a>] [<a class="external" href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-src.zip.md5">MD5</a>]<br> 
+<a class="external" href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-1.0m1-src.tar.gz">apache-beehive-1.0m1-src.tar.gz</a> [<a class="external" href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-src.tar.gz.asc">PGP</a>] [<a class="external" href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-src.tar.gz.md5">MD5</a>]</p>
+</div>
+<a name="N10089"></a><a name="verify"></a>
+<h2 class="boxed">Verifying a Release</h2>
+<div class="section">
+<p>It is essential that you verify the integrity of the downloaded files using the PGP and MD5 signatures. MD5 verification ensures the file was not corrupted during the download process. PGP verification ensures that the file came from a certain person.</p>
+<p>The PGP signatures can be verified using <a class="external" href="http://www.pgpi.org/">PGP</a> or <a class="external" href="http://www.gnupg.org/">GPG</a>. First download the Apaceh Beehive <a class="external" href="http://cvs.apache.org/dist/incubator/beehive/KEYS">KEYS</a> as well as the <span class="codefrag">asc</span> signature file for the particular distribution. It is important that you get these files from the ultimate trusted source - the main ASF distribution site, rather than from a mirror. Then verify the signatures using:</p>
+<pre>% pgpk -a KEYS
+% pgpv apache-beehive-X.Y.tar.gz.asc
+
+<em>or</em>
+
+% pgp -ka KEYS
+% pgp apache-beehive-X.Y.tar.gz.asc
+
+<em>or</em>
+
+% gpg --import KEYS
+% gpg --verify apache-beehive-X.Y.tar.gz.asc
+</pre>
+<p>To verify the MD5 signature on the files, you need to use a program called <span class="codefrag">md5</span> or <span class="codefrag">md5sum</span>, which is included in many UNIX distributions. It is also available as part of <a class="external" href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>. Windows users can get binary md5 programs from <a class="external" href="http://www.fourmilab.ch/md5/">here</a>, <a class="external" href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or <a class="external" href="http://www.slavasoft.com/fsum/">here</a>.</p>
+<p>Apache Beehive strongly recommends that you verify your downloads with both PGP and MD5.</p>
+</div>
+</div>
+<div class="clearboth">&nbsp;</div>
+</div>
+<div id="footer">
+<div class="lastmodified">
+<script type="text/javascript"><!--
+document.write("<text>Last Published:</text> " + document.lastModified);
+//  --></script>
+</div>
+<div class="copyright">
+        Copyright &copy;
+         2005 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+</div>
+<div id="feedback">
+    Send feedback about the website to:
+    <a id="feedbackto" href="mailto:dev@beehive.apache.org?subject=Feedback%C2%A0releases/release-1.0m1.html">dev@beehive.apache.org</a>
+</div>
+</div>
+</body>
+</html>

Added: beehive/site/www/releases/release-1.0m1.pdf
URL: http://svn.apache.org/viewcvs/beehive/site/www/releases/release-1.0m1.pdf?rev=280569&view=auto
==============================================================================
--- beehive/site/www/releases/release-1.0m1.pdf (added)
+++ beehive/site/www/releases/release-1.0m1.pdf Tue Sep 13 07:45:27 2005
@@ -0,0 +1,593 @@
+%PDF-1.3
+%ª«¬­
+4 0 obj
+<< /Type /Info
+/Producer (FOP 0.20.5) >>
+endobj
+5 0 obj
+<< /Length 488 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gau`P9i&Y\%))C:Qs2R-`+d]-&jg&d$#p%s0#4/re#cM^7b_e6^S`/PP7==-@d0S0@R'`MYpYZV204=oKL1o+[/2-bKnY4GgCGIop3_o6f+0##KK"7X[Ul/loF`,jK(d^.?,ao`C4.;f1>fGX*tUTD!>(>%!=hqOJ-5sm5eXmN*0&l92l!h^oR?E*Onc(DGXq;:kS)n1Of^Aj-`Uung!h5f#Gd-"8A"N(.nD&m4>a1$El[%m[!khU*Nr=D:<-9*.f%uPk(/?,m?S8@4'_jqM:clYV^l.W:\2/so(fl=<EYrLXhgHQ")7HVdM*#Fdr8*H2QU7sQ"R_A>j)QV[J29\);"Ef`Fs;uplB4*O0#P!Zhs/V.Z!$@osmu;3)gMGlcGT;'7l.NU*O-`j2O>Lc:R5@#i2`sGA=Odo#7o^%K+L2C5l*5[2,1:icoXZW3"[lQ*E,DlS=I3QUM=lU<lLS]/Fb6bA&8#U8`VE3;!Q@~>
+endstream
+endobj
+6 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 5 0 R
+/Annots 7 0 R
+>>
+endobj
+7 0 obj
+[
+8 0 R
+10 0 R
+12 0 R
+]
+endobj
+8 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 546.166 195.992 534.166 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 9 0 R
+/H /I
+>>
+endobj
+10 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 527.966 172.676 515.966 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 11 0 R
+/H /I
+>>
+endobj
+12 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 509.766 205.304 497.766 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 13 0 R
+/H /I
+>>
+endobj
+14 0 obj
+<< /Length 2806 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gb!#^968iG&AII3nC!_8VEtT>i1mcWWSOB!:7A,bWI(9d9'/Mc<KO...@eP97>BI<TC@MC)^d;e$mF_c:K6bEt.)0==^)"4YZ6rSY?s>\Qmm<Q+F/:JnG[G$1KF#6Wj6KjOh_%*]'/oEMYT=P`_!pm_q)JlLEIOKrC*j]gSOA/'p?4,8<I"em3rlloq$Bli:GMRq)R_YUgiNptnK[+5d'@pC]oh'jd[a"4p*P9LYDEBc\>T0+Is)deshch<d+dE>f]q^E993AXmY$FGGTY(Cg+c1cPEG)!.3<&\#$]lEZJ;L'Wu"2eY):QomIP82KH6)ekL)VZRbq/@Bn?n0An';K?U0C_q^JjH#?nEBcu.idl^aRS"psEd^RR"kFB*SsDgRPUFEJfhPg#BdfU0*ZJ`l*J+L67="l;h4_0-YiXW@VT4c;^Hp&1)s[l?gI+<6D"KL;+jQJO_L[-ePres&!X!9BR2l\Yhkne8*>ZPd_LYMqZpZ"rFe0<IES84%"QU8_aCE-j,R97<OKr-+HZNK[U?!MQ'C1uKOqO6DO)9h
 Pd22*&OO0@tBZI*AME">0@euN'<GFXsH]1eX'?V3FIKZ3Z,,0.]R,Q8ijJ(W5=tScj)JtruE$"?l72]lel=<s)X3SKJdQBD*)@k/V2N$r?'5-S3$K84\+^1fUX=o]BT$)2dd1#j9?2+uJs%F<sh5_&L';J'&<2kMt"e.cb*_`mH@t_<LfdH)g2UT\cbsMFo<IjO4UM:#`3TW#b7J0e1kuT])NaZ?MbV;c[*dG=nU3jf)WkM$.e44Af<E0EpG4:3#\W(86*Z1Dlg,CgJ^>'MSdY(U1?ES'r/X&5t6J6*P@NR!q7h?ZGR--A@OJkAj"`+C>Q(l<97TdH<dSk/uXS93mLOsEA&.SS:Xk%_PSFSi]%S&Nurcr%=>_MU%2e%S:Vbe`sajiLWL#45&g4&d.NiRFRr>8gW=hC,GIal$TG8ie<g&u<r.'Dq[L/:0e^"?#58hP^,n?u(8)L@s`1#=;<psl+b,GX<DKEcA\'^B3UGoQ88NOO0Y&?L47a4g_s'uU8o>=(5*"ZHun,=:Ce\=5hea%$h(F[;Z^PG44u@%#fP<JZB9l#'h"N$uTl9J/pg!bh)3<hE,uP-a]TgfpWn(^4F'2fkJu@P4;4CrYtabPQht'TtFaM/3^"1X)!cQ-!X#<+6FhK=ePfd)bOcc*@.Fi+uMLV0Q<,\HnnFh)^6NR7[BIlSMiN\"HdW]U@eu'K'e]q&@i0`o+iT6qH*ti!+lWSCJ?C:ArmnB2MWK&M-k"CDES;<sH.,:I[<S/eoZIiA8H]>+JE!P,m8AbJS>cXDH5I0/Z),nUR;1b?V216%ahtFZ9ro1kquTYTD(`AkFVhF>i@TnX2n"Z>e?nP_C6$B63=unr$"j:*DP;%;%K6iJ7QlbGI57WtR)OP6qmlmFbjHFs[?u_7&oiGTV^Oef<2.j$8n5J`#GF@U*uE6%S"'4aBt]36q+T/WpZPh;%&Q_,GMT%rGZsY[)c?Jf!lcg-.U4=6t&`::XsjD0k
 =*K.S_;1V,.\q)PQ/nmn)A`CX)N7W"m>1PnH35ng/A3QZfNKTA/?ptdaMO?oX8b0s5";;Ib<RH...@4ZlaT_0>J"mVdIdOBDR%$VeIC-(C1Fc6e%N<#5%s%%cK<#?XUks/mYSq`"g3Iq#``7s?PU(6:q,n3%0rL(8@7u+&t'R!r*=B\nqo"g*QtT?3i0oj:rU#2.E_*R3!B-Pc&<j!#.D)FrVkR/57W,(;;SgIlL<G&l`fCGm'%RJN1VcMd[e<4_9ofs/\nJjInI2Z9\WlhT'Ms/:_lWEg4s>AmW=N"Y=oGH%)PG:R,Uu.NLg@bl?Ol0m:&5/jlS2kRHrMS^.8`BJM38K.G)F[^BMA/LcT5>n(#IJ9/cn5m4PufOeMc2!LP,QZiUpK?'6uJj?k,&-M9#dORBG(IOObfiUl-s)22PVo,DLQPd<NfEgkhSPBpDelL0$([86X`#PHTIk'nVj2g%7!hTqdeiW1EeYN+nWl4=EFp0`JnNX6p#BdAnYFl[+dL^fqV7e:*ki)6E[4%kZ\'P=lO%"reJg`_9mHEW?:fpenqm?bnf1=JJ+$4*<o+NmXue0s1HS,cbVn6C]4[ch$,,m/t;[8gZ64OI-U&C!XH6Z:]tReC.q>(52EXh]L?63H7r\C:+*]E!+l:'d^*:)5hQMt1oh@?p!_7VblYAB-'cm-]u:n"=&i:X$8$H>8>2q>h23Sj-iAij$&kY2A#FVfWSq6+<7_B9rCfd[d.G#a=g&hOs2IIfPCeo+_~>
+endstream
+endobj
+15 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
+>>
+endobj
+16 0 obj
+[
+17 0 R
+18 0 R
+19 0 R
+20 0 R
+21 0 R
+22 0 R
+23 0 R
+24 0 R
+25 0 R
+26 0 R
+27 0 R
+28 0 R
+29 0 R
+30 0 R
+31 0 R
+32 0 R
+33 0 R
+34 0 R
+35 0 R
+36 0 R
+37 0 R
+38 0 R
+39 0 R
+]
+endobj
+17 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 616.466 179.988 604.466 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 13 0 R
+/H /I
+>>
+endobj
+18 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 234.312 482.132 324.3 470.132 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 13 0 R
+/H /I
+>>
+endobj
+19 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 394.132 273.288 382.132 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1.zip)
+/S /URI >>
+/H /I
+>>
+endobj
+20 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 280.284 394.132 302.292 382.132 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1.zip.asc)
+/S /URI >>
+/H /I
+>>
+endobj
+21 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 313.284 394.132 338.616 382.132 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1.zip.md5)
+/S /URI >>
+/H /I
+>>
+endobj
+22 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 380.932 283.608 368.932 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1.tar.gz)
+/S /URI >>
+/H /I
+>>
+endobj
+23 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 290.604 380.932 312.612 368.932 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1.tar.gz.asc)
+/S /URI >>
+/H /I
+>>
+endobj
+24 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 323.604 380.932 348.936 368.932 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1.tar.gz.md5)
+/S /URI >>
+/H /I
+>>
+endobj
+25 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 359.732 287.952 347.732 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-lib.zip)
+/S /URI >>
+/H /I
+>>
+endobj
+26 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 294.948 359.732 316.956 347.732 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-lib.zip.asc)
+/S /URI >>
+/H /I
+>>
+endobj
+27 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 327.948 359.732 353.28 347.732 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-lib.zip.md5)
+/S /URI >>
+/H /I
+>>
+endobj
+28 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 346.532 300.276 334.532 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-1.0m1-lib.tar.gz)
+/S /URI >>
+/H /I
+>>
+endobj
+29 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 307.272 346.532 329.28 334.532 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-lib.tar.gz.asc)
+/S /URI >>
+/H /I
+>>
+endobj
+30 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 340.272 346.532 365.604 334.532 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-lib.tar.gz.md5)
+/S /URI >>
+/H /I
+>>
+endobj
+31 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 325.332 289.272 313.332 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-src.zip)
+/S /URI >>
+/H /I
+>>
+endobj
+32 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 296.268 325.332 318.276 313.332 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-src.zip.asc)
+/S /URI >>
+/H /I
+>>
+endobj
+33 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 329.268 325.332 354.6 313.332 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-src.zip.md5)
+/S /URI >>
+/H /I
+>>
+endobj
+34 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 312.132 246.936 300.132 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-1.0m1-src.tar.gz)
+/S /URI >>
+/H /I
+>>
+endobj
+35 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 253.932 312.132 275.94 300.132 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-src.tar.gz.asc)
+/S /URI >>
+/H /I
+>>
+endobj
+36 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 286.932 312.132 312.264 300.132 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/apache-beehive-incubating-1.0m1-src.tar.gz.md5)
+/S /URI >>
+/H /I
+>>
+endobj
+37 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 291.636 212.198 313.644 200.198 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.pgpi.org/)
+/S /URI >>
+/H /I
+>>
+endobj
+38 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 329.64 212.198 353.64 200.198 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.gnupg.org/)
+/S /URI >>
+/H /I
+>>
+endobj
+39 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 198.998 121.332 186.998 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/KEYS)
+/S /URI >>
+/H /I
+>>
+endobj
+40 0 obj
+<< /Length 1001 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GatU29lJc?%))O>kdU['B??HN+4kWE3abCc\la`)#:3Cj"1FK:::'B?:N;n\q-:-J87Ka&,9KKS\k9XHWV=T2,e)[)Qh]L&.#RA0aHt5*KEESkOcfCk]1TcG2j@-N?_e@]mu2YkTk%`U,G9$IdY`F%,A2$Z<J-E3e)FL>T&:QpdQmd:A2CqB5=t_!U@A]H2H#V:om<K6?]Y<S_KkaS9JLg4E][8rpiOcOckLaWgUTW=Fa_2I;O"2lFRk?]4/#\)6ZslFH%RfHH^ktE)d0_*Yq4'E85D;",9:e38\hc[<uF5bVbfdsG>5G)jWmTOZZsef1TsRKYs(G>>$^h+gI5TlP-r;=>)]@3"%@j6lZ"r2E)I'CQqGr.^5mKI:JT&iVDZ>+hA3\?^ocM&LHWbb6049UZ7+h5`'m&91MIDZT(E`/rF)%;*&HRVUJsYT57g[?#l-5$?>/(WYj=^gQ@3?9b^_!UZVk!"Qj^2B&$&EH'[>\A[DWCej`GbAG^`IN5qKq5Vo(P#Pja-C-6S/^j.NRNeu"7"Wd_FcQt=aq_@sm3,6KpXGID)%>2sBqB6qsAD,Sj@Xb_9T=/b,RU6Z"k?FTlV[PS&S(gW\<N?F%mVT=KaJTlqY\,^-kegpdP,RtWe@&fM[D_Ig0,LX7fT0a6."`,X+!@5k1n2^mqgbU?p4Dn*MCg(oZrpZ>0_A*A[!;t@^EOc%Gj#eOAK.YB4<D8t']C'3PXKPYp/3<W2U[,Q\]kl2#=-]dAeA1HN[RZ@jh,Dn=1h[6^79sYbYnfcdLAaYQl$dl<#&]tPj<nCBf)4kh%\!QWOVksKqgkC@:mS3TYPWR1?A'=;,%:[$BsY1g'5A+`N=M'H!X.sF4gr/^SS-sM4GSMZ6AS&P_nF:'SHXfMp%o+1`(Yh(FTCNH\4)q+Tqt+X;"+)D`>&-T.uql4c.W]JWKW_<F!meIb>(=(48D0<g4_@sj[RS^9J-iP5\=TlK[+doA7[.PZc^'
 0mP"L?6i[~>
+endstream
+endobj
+41 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 40 0 R
+/Annots 42 0 R
+>>
+endobj
+42 0 obj
+[
+43 0 R
+44 0 R
+45 0 R
+46 0 R
+]
+endobj
+43 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 456.3 634.1 527.964 622.1 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.gnu.org/software/textutils/textutils.html)
+/S /URI >>
+/H /I
+>>
+endobj
+44 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 336.624 620.9 357.276 608.9 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.fourmilab.ch/md5/)
+/S /URI >>
+/H /I
+>>
+endobj
+45 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 363.276 620.9 383.928 608.9 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.pc-tools.net/win32/freeware/console/)
+/S /URI >>
+/H /I
+>>
+endobj
+46 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 402.924 620.9 423.576 608.9 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.slavasoft.com/fsum/)
+/S /URI >>
+/H /I
+>>
+endobj
+48 0 obj
+<<
+ /Title (\376\377\0\61\0\40\0\110\0\157\0\167\0\40\0\164\0\157\0\40\0\144\0\157\0\167\0\156\0\154\0\157\0\141\0\144)
+ /Parent 47 0 R
+ /Next 49 0 R
+ /A 9 0 R
+>> endobj
+49 0 obj
+<<
+ /Title (\376\377\0\62\0\40\0\104\0\151\0\163\0\164\0\162\0\151\0\142\0\165\0\164\0\151\0\157\0\156\0\163)
+ /Parent 47 0 R
+ /Prev 48 0 R
+ /Next 50 0 R
+ /A 11 0 R
+>> endobj
+50 0 obj
+<<
+ /Title (\376\377\0\63\0\40\0\126\0\145\0\162\0\151\0\146\0\171\0\151\0\156\0\147\0\40\0\141\0\40\0\122\0\145\0\154\0\145\0\141\0\163\0\145)
+ /Parent 47 0 R
+ /Prev 49 0 R
+ /A 13 0 R
+>> endobj
+51 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+52 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F5
+/BaseFont /Times-Roman
+/Encoding /WinAnsiEncoding >>
+endobj
+53 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Helvetica
+/Encoding /WinAnsiEncoding >>
+endobj
+54 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F9
+/BaseFont /Courier
+/Encoding /WinAnsiEncoding >>
+endobj
+55 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Helvetica-Oblique
+/Encoding /WinAnsiEncoding >>
+endobj
+56 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F7
+/BaseFont /Times-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+1 0 obj
+<< /Type /Pages
+/Count 3
+/Kids [6 0 R 15 0 R 41 0 R ] >>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 1 0 R
+ /Outlines 47 0 R
+ /PageMode /UseOutlines
+ >>
+endobj
+3 0 obj
+<< 
+/Font << /F3 51 0 R /F5 52 0 R /F1 53 0 R /F9 54 0 R /F2 55 0 R /F7 56 0 R >> 
+/ProcSet [ /PDF /ImageC /Text ] >> 
+endobj
+9 0 obj
+<<
+/S /GoTo
+/D [15 0 R /XYZ 85.0 659.0 null]
+>>
+endobj
+11 0 obj
+<<
+/S /GoTo
+/D [15 0 R /XYZ 85.0 524.666 null]
+>>
+endobj
+13 0 obj
+<<
+/S /GoTo
+/D [15 0 R /XYZ 85.0 289.132 null]
+>>
+endobj
+47 0 obj
+<<
+ /First 48 0 R
+ /Last 50 0 R
+>> endobj
+xref
+0 57
+0000000000 65535 f 
+0000012906 00000 n 
+0000012978 00000 n 
+0000013070 00000 n 
+0000000015 00000 n 
+0000000071 00000 n 
+0000000650 00000 n 
+0000000770 00000 n 
+0000000809 00000 n 
+0000013204 00000 n 
+0000000944 00000 n 
+0000013267 00000 n 
+0000001081 00000 n 
+0000013333 00000 n 
+0000001218 00000 n 
+0000004117 00000 n 
+0000004240 00000 n 
+0000004421 00000 n 
+0000004557 00000 n 
+0000004694 00000 n 
+0000004932 00000 n 
+0000005177 00000 n 
+0000005422 00000 n 
+0000005663 00000 n 
+0000005911 00000 n 
+0000006159 00000 n 
+0000006401 00000 n 
+0000006650 00000 n 
+0000006898 00000 n 
+0000007132 00000 n 
+0000007383 00000 n 
+0000007635 00000 n 
+0000007877 00000 n 
+0000008126 00000 n 
+0000008373 00000 n 
+0000008607 00000 n 
+0000008858 00000 n 
+0000009110 00000 n 
+0000009284 00000 n 
+0000009457 00000 n 
+0000009657 00000 n 
+0000010751 00000 n 
+0000010874 00000 n 
+0000010922 00000 n 
+0000011122 00000 n 
+0000011300 00000 n 
+0000011497 00000 n 
+0000013399 00000 n 
+0000011677 00000 n 
+0000011856 00000 n 
+0000012040 00000 n 
+0000012244 00000 n 
+0000012357 00000 n 
+0000012467 00000 n 
+0000012575 00000 n 
+0000012681 00000 n 
+0000012797 00000 n 
+trailer
+<<
+/Size 57
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+13450
+%%EOF

Modified: beehive/trunk/docs/forrest/build.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/build.xml?rev=280569&r1=280568&r2=280569&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/build.xml (original)
+++ beehive/trunk/docs/forrest/build.xml Tue Sep 13 07:45:27 2005
@@ -22,51 +22,21 @@
   This Ant file drives the creation of Beehive documentation and delegates
   its work to the Ant files in the site-author and release sub-directories.
 -->
-<project name="Beehive Forrest Site Build" default="build">
+<project name="Beehive/Documentation/Release" default="build">
  
     <property environment="os"/>
 
-    <property name="site.build.dir" location="site/build/site"/>
-    <property name="site.staging.dir" location="www"/>
-
     <target name="build">
         <antcall target="build.release"/>
-        <antcall target="build.site"/>
     </target>
 
     <target name="clean">
-        <delete dir="site/build"/>
         <delete dir="release/build"/>
         <delete dir="build"/>
     </target>
 
-    <target name="build.site">
-        <ant dir="site" target="build" inheritAll="false"/>
-    </target>
-
     <target name="build.release">
         <ant dir="release" target="build" inheritAll="false"/>
-    </target>
-
-    <target name="stage.site">
-        <copy todir="${site.staging.dir}">
-            <fileset dir="${site.build.dir}"/>
-        </copy>
-
-        <echo>Running dos2unix to fixup line endings on skin generated by Forrest</echo>
-        <exec executable="dos2unix" dir="www/skin">
-            <arg line="*"/>
-        </exec>
-
-        <echo>
-Beehive website creation is now complete.  To reflect these changes in on http://beehive.apache.org,
-do the following:
-
-svn commit www
-ssh minotaur.apache.org
-cd /www/beehive.apache.org
-svn update
-        </echo>
     </target>
 
 </project>