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/08/26 16:15:55 UTC

svn commit: r240248 - in /beehive/trunk/docs/forrest: site/src/documentation/content/xdocs/ www/ www/skin/images/

Author: ekoneil
Date: Fri Aug 26 07:15:48 2005
New Revision: 240248

URL: http://svn.apache.org/viewcvs?rev=240248&view=rev
Log:
Updates to the website to change the front-page bullets and descriptions for the parts of Beehive.  Also adds a blurb about the system controls.

BB: self
DRT: build.site / stage.site pass


Modified:
    beehive/trunk/docs/forrest/site/src/documentation/content/xdocs/index.xml
    beehive/trunk/docs/forrest/site/src/documentation/content/xdocs/site.xml
    beehive/trunk/docs/forrest/www/index.html
    beehive/trunk/docs/forrest/www/index.pdf
    beehive/trunk/docs/forrest/www/skin/images/corner-imports.svg.xslt
    beehive/trunk/docs/forrest/www/skin/images/dc.svg.xslt
    beehive/trunk/docs/forrest/www/skin/images/poddoc.svg.xslt
    beehive/trunk/docs/forrest/www/skin/images/rc.svg.xslt
    beehive/trunk/docs/forrest/www/skin/images/txtdoc.svg.xslt

Modified: beehive/trunk/docs/forrest/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/site/src/documentation/content/xdocs/index.xml?rev=240248&r1=240247&r2=240248&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/site/src/documentation/content/xdocs/index.xml (original)
+++ beehive/trunk/docs/forrest/site/src/documentation/content/xdocs/index.xml Fri Aug 26 07:15:48 2005
@@ -10,17 +10,26 @@
     <title>What is Beehive?</title>
     <anchor id="what"/>
 <p> Welcome to Beehive! Our goal is to make J2EE programming easier by building a simple object model on 
-J2EE and Struts. Using the new JSR-175 and JSR-181 metadata annotations, Beehive reduces the coding 
+J2EE and Struts. Using the new <a href="site:jsr/n175">JSR-175</a> annotations, Beehive reduces the coding 
 necessary for J2EE.  The initial Beehive project has three pieces.</p>
 <ul>
-    <li><strong>NetUI Page Flow</strong> &#8211; An annotation-driven web application framework built on Struts that centralizes navigation logic/metadata/state in 
-<em>reusable, encapsulated</em> "page flow" controller classes.  It provides an integrated set of JSP tags, as well as first-class integration 
-with JavaServer Faces and with raw Struts.</li>
-    <li><strong>Controls</strong> &#8211; Lightweight component framework that helps programmers build components that incorporate metadata into their 
-programming model. This project comes with a few pre-made controls as well.</li>
-    <li><strong>Web Services</strong> &#8211; An implementation of <a href="http://www.jcp.org/en/jsr/detail?id=181">JSR-181</a>, an annotation-driven programming 
-model for web services.</li>
-</ul>
+            <li><strong>NetUI</strong>: An annotation-driven web application programming framework that is built atop Struts. 
+                NetUI centralizes navigation logic, state, metadata, and exception handling in a single enacpsulated
+                and reusable Page Flow Controller class.  In addition, NetUI provides a set of JSP tags
+                for rendering HTML / XHTML and higher-level UI constructs such as data grids and trees and has first-class
+                integration with JavaServer Faces and Struts.</li>
+            <li><strong>Controls</strong>: A lightweight, metadata-driven component framework for building that reduces the 
+                complexity of being a client of enterprise resources.  Controls provide a unified client abstraction that
+                can be implemented to access a diverse set of enterprise resources using a single configuration model.
+            </li>
+            <li><strong>Web Service Metadata (WSM)</strong>: An implementation of <a href="site:jsr/n181">JSR 181</a> which 
+                standardizes a simplified, annotation-driven model for building Java web services.
+            </li>
+        </ul>
+        <p>
+        In addition, Beehive includes a set of <em>system controls</em> that are abstractions for low-level J2EE resource APIs such
+        as EJB, JMS, JDBC, and web services.
+        </p>
 </section>
 <section id="news">
     <title>News</title>

Modified: beehive/trunk/docs/forrest/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/site/src/documentation/content/xdocs/site.xml?rev=240248&r1=240247&r2=240248&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/site/src/documentation/content/xdocs/site.xml (original)
+++ beehive/trunk/docs/forrest/site/src/documentation/content/xdocs/site.xml Fri Aug 26 07:15:48 2005
@@ -22,5 +22,9 @@
                 <v10m1 href="v1.0m1"/>
             </releases>
         </beehive>
+        <jsr href="http://jcp.org/en/jsr/detail">
+            <n181 href="?id=181"/>
+            <n175 href="?id=175"/>
+        </jsr>
     </external-refs>
 </site>    

Modified: beehive/trunk/docs/forrest/www/index.html
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/www/index.html?rev=240248&r1=240247&r2=240248&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/www/index.html (original)
+++ beehive/trunk/docs/forrest/www/index.html Fri Aug 26 07:15:48 2005
@@ -126,27 +126,36 @@
 <div class="section">
 <a name="what"></a>
 <p> Welcome to Beehive! Our goal is to make J2EE programming easier by building a simple object model on 
-J2EE and Struts. Using the new JSR-175 and JSR-181 metadata annotations, Beehive reduces the coding 
+J2EE and Struts. Using the new <a class="external" href="http://jcp.org/en/jsr/detail?id=175">JSR-175</a> annotations, Beehive reduces the coding 
 necessary for J2EE.  The initial Beehive project has three pieces.</p>
 <ul>
-    
-<li>
-<strong>NetUI Page Flow</strong> &ndash; An annotation-driven web application framework built on Struts that centralizes navigation logic/metadata/state in 
-<em>reusable, encapsulated</em> "page flow" controller classes.  It provides an integrated set of JSP tags, as well as first-class integration 
-with JavaServer Faces and with raw Struts.</li>
-    
-<li>
-<strong>Controls</strong> &ndash; Lightweight component framework that helps programmers build components that incorporate metadata into their 
-programming model. This project comes with a few pre-made controls as well.</li>
-    
+            
 <li>
-<strong>Web Services</strong> &ndash; An implementation of <a class="external" href="http://www.jcp.org/en/jsr/detail?id=181">JSR-181</a>, an annotation-driven programming 
-model for web services.</li>
-
+<strong>NetUI</strong>: An annotation-driven web application programming framework that is built atop Struts. 
+                NetUI centralizes navigation logic, state, metadata, and exception handling in a single enacpsulated
+                and reusable Page Flow Controller class.  In addition, NetUI provides a set of JSP tags
+                for rendering HTML / XHTML and higher-level UI constructs such as data grids and trees and has first-class
+                integration with JavaServer Faces and Struts.</li>
+            
+<li>
+<strong>Controls</strong>: A lightweight, metadata-driven component framework for building that reduces the 
+                complexity of being a client of enterprise resources.  Controls provide a unified client abstraction that
+                can be implemented to access a diverse set of enterprise resources using a single configuration model.
+            </li>
+            
+<li>
+<strong>Web Service Metadata (WSM)</strong>: An implementation of <a class="external" href="http://jcp.org/en/jsr/detail?id=181">JSR 181</a> which 
+                standardizes a simplified, annotation-driven model for building Java web services.
+            </li>
+        
 </ul>
+<p>
+        In addition, Beehive includes a set of <em>system controls</em> that are abstractions for low-level J2EE resource APIs such
+        as EJB, JMS, JDBC, and web services.
+        </p>
 </div>
 
-<a name="N10032"></a><a name="news"></a>
+<a name="N10039"></a><a name="news"></a>
 <h2 class="boxed">News</h2>
 <div class="section">
 <ul>
@@ -176,7 +185,7 @@
 </ul>
 </div>
 
-<a name="N10061"></a><a name="docs"></a>
+<a name="N10068"></a><a name="docs"></a>
 <h2 class="boxed">Documentation</h2>
 <div class="section">
 <p>
@@ -186,7 +195,7 @@
 </p>
 </div>
 
-<a name="N1006F"></a><a name="beehive2"></a>
+<a name="N10076"></a><a name="beehive2"></a>
 <h2 class="boxed">Beehive 2.0 Planning</h2>
 <div class="section">
 <p>
@@ -209,7 +218,7 @@
 </ul>
 </div>
 
-<a name="N1009A"></a><a name="links"></a>
+<a name="N100A1"></a><a name="links"></a>
 <h2 class="boxed">Links</h2>
 <div class="section">
 <p>

Modified: beehive/trunk/docs/forrest/www/index.pdf
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/www/index.pdf?rev=240248&r1=240247&r2=240248&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/www/index.pdf (original)
+++ beehive/trunk/docs/forrest/www/index.pdf Fri Aug 26 07:15:48 2005
@@ -80,10 +80,10 @@
 >>
 endobj
 18 0 obj
-<< /Length 2795 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 2878 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gatm>=``U]&q9SYT_"CIN@4ij2(uQtaZ)A]AC_]HC*%Qi!)\i:%'P2W($F1eK,5FgAB@T39+jO`d>blSDYX2/eVF%&5HYtfEl,o(i&gRY#JN-78:A[E#Aa.sY<Q2l)om-'_"Zb#hSJB4pbm+T96+fpoq/;ZpK-[Mcm!5ArVjsE%TgRM)A]U3V4J(D"7&.Yrqe:P^U$tJ+nP)f#?L(:;<m'-3I_U$r#ag!^KL:q[/uGEmZ/AMY%L6j0JF2=gZ6Da#]9AlH(i1M_NpH?4GiZolWpQ=_SNW$q0+F`_]`[74R8A*b.](j5LBu`oMZq)K4J[GZ@a4ZX:uXkZ[G0TCQ[tBfhDDs79UtL4"aH@-aIG6EPDCBa6:UnI)h?dH+(XBbBEa@Y**p-,!CB-%CW8A,]q%eM!3ZuTIPGBDY#b1Lco(L*NL$KTB-fg7%TZ^k(NCd^?p$ZFrJkg-/[6-0,GIbF7X?,%Wb8iOTtNi1_0k__*+YA1/S?o+;8'HqkbhaR),0NGd:/YfU]hD)_u?dIMge1h[9BJ9)W1I313RX.,"i%G?UV`p%bB>ns1:-"#if#*2lRpMejTl-.JRm$j<$7]515tX.=o26*H;rMrkaC,3!2Y;?=995N_O;kniP+na+h)n[YZMA!fu7&qO[#*To0'.`i=n(H.P;4c7.5QR"eOGhj>'\ce]8)]2=$R%0O:6eaJAQ+Sa&2W8RN0Z[^(P][%<G:-/Co,q66e=cM0@H_V?qYOl2E*pZ'3![:k,f'L0:0:Y>m-GfE_hoPT%\FEXn-N&66<qG,&>qKgeK-gP/^b:oPis6oCE.V_beMg==]VSXiH\:+*=.#C%"00comdlgO6hnM7sl46/2i4</Zk?*3&\\;rKi*;0CiJMUYY[Ho#amKlMG`9GfDMf9n*q6L[)t2-Ou)LO_<Sd-bZ`>Eqof5MUJ_m-J*6o#+KuuY:2em3&9haEFWitEA!/S)W!DI*MDsCPMec&))O*6P9#V
 o02.eX#d1DM]]FDM++)<jblmRGa,.*`I$M".Oe-mt/pYFBp>n`9pIjjG/^Rl3KkBE_,3C84/_o!J-o,HekCa&QUnHh39<&8k&KhMX;+(GU;F85#^>1ICiXJMVRh.LM?pd`#H"snX`cgT#O=5)6LXskaCGFfm2$Je_0f2l^`dgu+c7n&(>O'm$Nh)L?%:bna-NLc,+<)I`"/-Rb[-Ub(Rg8eiRQuFB%tX4K<Ink@E)(sO>7i9(Ytt:"/n0:U-+<-fIQMKuF0d1!#KZ@ti"EYW'q;pFToS0:S8^ol;q<#"p1?\:Q#BIV^Feok`CqPUnm[mR8$(<d"cFJ"nF:djG8)gE89Xb:a0HA)NpM#P.G;PIG;Vd(S@`@(0&Z<*kT@.@hQeVtcO0,-0gI?(?EN]ki</j:6[3,&.H)RKTZG$V58)^:8Ok&=X<?Qf+``!S&F@>k85jIp$k/XQI.\^;$\CNA$LZN&peXu0g\!UV/8`rdaNimU]b=tb(;5=NgK+*WOt\3J)1>5*"`=<0FICF+NUAF+3`COkkR=X_3r>`B:GT)cZ*-c)i8uG+"(i7(K(3NQ\l=$jfD(KVT&8VUIcOM_"7WdFOnQ*C3!:n\;kQW6N&YRk.,qc"79a7J;P6mF:H\,0=0V1!<8g26G<c<QC&Ap7653%i_oN4*`BY5rTG/Nf[VdhH'O?g)gDR-0OEB=nYQ)V$mnu#40@0DGJ^5HRH$3')rumG="T0$5^ZuFmgdM+TOC]lpom&DQ6td:g'Mq:,#1__?IUo0?CisCTZeGI&8IoS@]0"X?7m$g=/j7J@)+6t?J>a9U-9=->YS7DoUoJJ>)XRZSKD&V%d"k*D2P88-BNU,pqF.=:F2]'bQWb)^o9EdE8LU<Gl:EYJH9+:+3FaX<nnKb98H;U9_Gj]`?5t_qV8XSIb&BfND>6/n>^!58r=HiMf5g*.-Sc1N!:MgsdSH3Qdo],R%9-?a^_?p`@*I(>gnen]6gSM.MLg
 PV!(U`kN,)9sQIdM40b$FXIUFr#"mp_K\9[_2j,4VVj1(4[oQiNuC5JW>Y&7`7/mFHo8f36bT$hF3]d088g/61/`rAH>4`X\WM'6I0M^QIMeZ-':aQeIP,cJtAd6KO7)n"@L8k$9U`k4e;OB#O$d[:!9-tXcJT[)sOrBZ^5H''#9]_94akY^^/R5ccI_jrKick,@:4VY#1*A#1t@+<0G...@b7Eq>n3TA11,WdW8GodMQ8+V,I'1D>ZE2jt/MJBdn$t-T\BmGG9KYu=4c<r9H[S75e\8uRG[OG-W)cGo)esrG^F4c/]a<YGk6o2&mZ.fEF/9*Ift&cn^!Q5`"WX,;TZ(6H:nt;Y]!`\`)qEO+TT6T#CZ9?4ju2tlkcm4NmbRWHkY3!bgBWO@4.\5'[FA]giO-EH5Ch#M/nCPUZe)t\l:aG?,%?t,:I$-V&UPV+f[`h"/a,NMqsZTZ(#JeilMHi&;Wb3*$oHJI5nI-P_<]E!c66%U@C4tm&"nn/]`~>
+Gatm>=``=W&q9SY@,@'HQm0@FH.e&gHcE5]XCpmaVeWOK&.(q\nBc]]Q0b^3#"]C9*YK2`PtMl`U=&/U#Bf]]EW("Lf7ddj<Y2hHr"!&YK)\Ik+J*"tNA5kQO'dj(V.Ehbn%%oopYbYkp.X4\%De"R`U=UE:D\qY^p)o&:[8D3fNd&5cnK:2g$1Wf\8OL+`kUEbju_Ude7@E"DeZ1O]MRLh(u+Ttp5aF;IuL;;7KC&tqb,+mj-l\1*uH2^@hObCc`g!YO3S-<9fH`fH"KX4VbEXbjoZ+MW%7nJKN`24RZ+S5M59b_,(E+cYLRA8nr9;Vb-R)=aCrC-3bJ$eIBRl.CJRn%[G^:%@BI+_M65,MXi1&#^FV]$:\0qs1%K.<=dm<EnQ:[K/<Cme'H13;(($P:4Z4Kho>6T>K+ZiJI/*.54rC)=1l$=Q6\+44ZiVI0*8`]k`pGgLhWY3`hKWjq4@r1loK`^&9r3QUa$23D^h_W?mcsSjk!8Snc*G!X--rpWrP1ME"i91J@RX'!6Ygp>:WcS!NcNsG)$:3L(!,P'>j*M#>(=D(jr#g4G0'c?i,?3s[o?j=0`3Vk]U5f(M]7"*R_0as?*BCQ.j86nHn]g%#+[Xk_H-Tl=S_'egG+XggK@.li@Q,cLEA>=SHg*>`WCf_\+XWlT%iWF*n:dmLr2)T@Ja;W_]"sF.iF`<(+o,`ch+@/^2*SI,_HqK[;f;</1Uluq#@QoAb:[pHL*$TL.B<@$W$snl]dYkVBpYOeV/UCI?3#U-b4p9&ksAd.skMZ:Z8<AK*41Jb@n75WWX/s-b'_h.d.4XHCu4a\k2J+>(+OZ3I-cqUl5pi@"$m@QK+?*&`6Ba)k>i?a&:N!Z8i1#OJWmNHG2jgqY5TrL2N(V[<NH<Mj_p+rThr25LjMB^Ab+hd?M-%Rk5;?$%'KrY'C\R(H>Z!,$'RNg*2+^U([]3dYgp''Kdup(b,PZVXA/sZf[u105K$FB.Fi
 fV!aFn?6X:UkR2fLiWVEZ%?2\Fm@rtNSD!V(E!@6kf[MrnE=C5W!pR\S[UD]o;%4j(pIp$r`:<oiTT%Rc)*l2="OilZ=A:UP2rXu.1@/sq4O7G"')%l_.#$X$=L"k%,tb\e52HH%R+M^OB_f*X/(*FV*\8Grg9<aE?>etLi)O?9bqVud3MS)1,oZ%9W@*IWAlr[+g/:)5PQs\d.MukF97TkK`F*_;<A97o=C5Rd#,HmX:5s"4<D;#33j&RbXSJaYLMC*oSr>PY"/e1-em*.H6.%L6l4OAIK_W,s_aIf+qY'aTrp.0@Th0XXoV(!SVbC&/SIp3h9,#N$F@0`G!!li5Y&.(S[G\b6*\RA$WS:9M1-hs'S#[SDOt5]D=*$nn4d+0A*@#ik7;Z#0fV(H+Zb+-r4Ls?iSD9bab$li0]pbD*!nZbB\SeE^37+\'a^VU.:7]1)RD^EZeY7'J/n=..6V%I&-`W\&'>Uq&WF@cG0EXRSUW"<E9@-iSYu:KJ8sX5UE%2qj/ms4iCLhN4V#l:Y6Je])$Hg;9*RlpO,AOTO*U"SQ&-`!LmEo,%nGW4O$L.HUrXl=t?[\@m]8rEXn!M]dTkn<==VD`K02<&[ERH7iBH>70R%22VJRs-bIb)P*`Ln;2OTc`^1'?8q,7QWHXbKEcZFig\\0U%<WloV1jc\gh59'um'pE.$nJHi6Y4#a?G;S"`)srh,cuB0:4&:%PZ0]YOP<#r/S]>8r_E4on;8WD]EYR).^"4)!2N+RMoY9Cmn.),bH,@IZ5Sr:4^H'0kS]?C"/7Gp$ZG5%hL%(W\X=0dh<gW/3ZdW\?#(_]J9Nq>m&n:WTjl_g+JZ91<f8@'ibM@rm,'k\3=rYQ,`F]_RU0R2?JJP:Upk=qd[21(])U*1A$_6ECS&)"tgJ%UkYo2DTD"a?7M3@j;'ZV]K(`An`5e?'65%NjqT"3Ds9;ddpBg!!.(Nrkd@m.-i'Jc4j]rY6>B>lD(P0c
 B+ETE-$i]-PV<niH>W(eiK&U;8e3nkn_.R%!h&?'r.`[HqrI#iANIa0@!/eUGg5k%e(eGR5+YoU2!UHNim3:;ZBrl0mm!)IErK'-coi\!sbLCMQ>b4qV#W'ZKh7-Z-Pn?NJ7=#%/W-K_ZQ)^<3Z?)Te^E%!a?Fh9.+)e-"?A^C&M0[QMpl25F:nFq///feu&b8E]p,_.:Rl(^YsB`,(L$!!n'\H;G!K!W:>Y8+!+!f0/`3)?2b.h_&PV;&Oip!-2>@bIq"X%u%pSS9IZ(#*Fd^fc(9&c:*ZlB;4B@8i)T(<7K$dNhAr(=#2?5f(TgYFP!V%g:^C6e=G`E<n2d*YR])lR%#]lg-=,-b(a,So9@3QH#q147Es$*bSp5Z-`11g2($[1H*Ui(2o4D@hO<+4^Vj[)4eI=GddDma7$N`b]'V@B3f:Bb=^\b)0b$O'J:o-n<1,W7_M!!fTb,S#]S]XA)@l:Er$(`L2?Z996NfV.gHVJX!Z]la"63'qZC]"LXcBN::8dHoGdeqO\,5d?2nbL,H2&fp-I-QZD5WfWA\F-IL@he5ep&5Q^$Kr^/TGJJdu"gTkDp1@):l_eeXU!L<!TED[tXa;tIH5*g,(E+ECY2-XUDCO*Gc_E<2Ki6F1q8q>iHq'ds:d_BXbdRV*&D@MeC7MMnHb]P_*L;L`[R$p!?5Z0"AN#6-O^gG,C0)#VB!JF4k:q^qbaWLE&=dTCo!0[qLKihG$K&0SV5!GJUt/7H;RG>'YHQF=Xt3I%X-(<C.S!?#(Lb&6ZrH9cZm>rN-F;p8,h^(op:'B%,Z_)>+EZW=>$p8lg=a!t#GHQJ$V)(HDX^"Y(neV^+2X^a2G0,ZG5d?!BtW%fK-%U8gL7$`E%.0r&o*qU60i(el>F1VARWpu:i~>
 endstream
 endobj
 19 0 obj
@@ -103,16 +103,15 @@
 24 0 R
 25 0 R
 26 0 R
-27 0 R
 ]
 endobj
 21 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 297.984 493.666 339.324 481.666 ]
+/Rect [ 325.32 616.466 366.66 604.466 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://www.jcp.org/en/jsr/detail?id=181)
+/A << /URI (http://jcp.org/en/jsr/detail?id=175)
 /S /URI >>
 /H /I
 >>
@@ -120,10 +119,10 @@
 22 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 390.532 360.984 378.532 ]
+/Rect [ 380.964 467.266 421.308 455.266 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/)
+/A << /URI (http://jcp.org/en/jsr/detail?id=181)
 /S /URI >>
 /H /I
 >>
@@ -131,10 +130,10 @@
 23 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 364.132 365.988 352.132 ]
+/Rect [ 108.0 329.732 360.984 317.732 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://cvs.apache.org/dist/incubator/beehive/nightlies/)
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0m1/)
 /S /URI >>
 /H /I
 >>
@@ -142,10 +141,10 @@
 24 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 259.308 350.932 314.652 338.932 ]
+/Rect [ 108.0 303.332 365.988 291.332 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0-beta/bin/)
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/nightlies/)
 /S /URI >>
 /H /I
 >>
@@ -153,10 +152,10 @@
 25 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 90.0 296.598 284.316 284.598 ]
+/Rect [ 259.308 290.132 314.652 278.132 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://beehive.apache.org/releases/v1.0m1)
+/A << /URI (http://cvs.apache.org/dist/incubator/beehive/v1.0-beta/bin/)
 /S /URI >>
 /H /I
 >>
@@ -164,58 +163,60 @@
 26 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 232.992 153.064 405.984 141.064 ]
+/Rect [ 90.0 235.798 284.316 223.798 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (mailto:beehive-user@incubator.apache.org)
+/A << /URI (http://beehive.apache.org/releases/v1.0m1)
 /S /URI >>
 /H /I
 >>
 endobj
 27 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 311.292 139.864 356.616 127.864 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (mailinglists.html)
-/S /URI >>
-/H /I
->>
-endobj
-28 0 obj
-<< /Length 1451 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 1721 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gb"/&9lm'h&A@sB:cW*e2@Kj:i0`jX;b:Q0Z=E@I@:fuVaL9Y:Z@L!WIm5OTTa$#*S@;BN84`4BCN[+^]@l7o2Yh:N=pt-*1l34,Yo%!?lVmJ*'+jpjK_7D%HZD'7I!hTQX1Dp7M5)FYnE3uX'<7Ibg!&ugg"Q:G?#F!K'lio_\fi!W3hMo9?+qa]CG!\l08/TBb%gagqI.X?J2-=+>;e>g$N"pHh];p(2MFJ+N^e:f"TNJliQs_-O%$K=^u8F*m#YA?DA$Is2m;<u09Eb5P]7l(.[aptadRY9-f;9/QEXO:r->36-1%$uQ)=($1,4P*]+aDr$*;aB7!9,"Cu5Pm-Toi0k;bG7mCQ)UA*YJX_5:5okZs%n/3:M<O+ng_!7l8p##?m[IUH<N5?SZZ6oLf.gZ\_(g*1uZ7kh%38RXqV")D[HlS(GY="Gm9,qU`MF!nn(rk-%VJLOtHF\`r8!d"DCTFo]dI14RmIPVXQqC9\MZRi.H'[Fl;(D"""1>QQS4@@L3Etl8,00K4VZDuRUL,)&thpNN38S,Oic)^#T+g\5eRG\9Qn:'X'M("Af?H1U;E[8r:MW:ueZ[%QV^SHIJB^u?dHF^PN.u@.a_\-sjVqUf'-W$,cgn59'bBQsO\j@D-L#^ip=$;oG-:P3i^-\^1V*#OG[Wc=)@6-FhU?`nS+nOu`BmSX(GV(JpZfX$.fj_U."&"kqm'LV>5hQ]*K`$YYER7HZ2\h0I.pj@?\dfGa[encG8(D-p#-cRn1\(T6CHim=W&3_$:.&L!BU@GUkP$n!^iKAU3rodq(s6T?-q]A0RB9(t?gg6F)6lQK>/&@m6c=0)m55.`;A+N'>qZ9BOLAZFj1Q\WQuHj!,9&g[AUidq/BrGq3nOW`JW2iRC#]K?4p!u9!-uTs]2I##1O<C"fk@1Ig)C1;Wb-qo`?TidEKmo"V/:S24uj``b=kYdO'*2QJ>@"G(c0S'q5TAK76YfAjI`0#"S:-
 keK&:Mk\/^-kL8JSgWMR)a=UGr)jD;m[SKiuTsh".[NaUpQ`M+&WPdg#mC4k6!CH%,TTku\d`jRGVQf+$(J*dH.;F0lH42&>5R(3Ln6%L%4JPAXj-B7='PhrNFUV[1"!e?o-)7#cf&Y"]kdD)khZN1pA<;#BaT;C)l_@p^7UJBBqg6h/:2\=chd=`sq@ZadWe)U-c&5S9qXVM9(LdD,Yp`"\B$T2E:H+\Ur$gYM06_rO/s1F?=_sRn6kc#A@bpf,P80sd<kK(,&X>@M/I(CQg2#3IK>q\H^4A)K']%lR5LOa;s*f_BJH7-;QG.nlMF?76nJGIlc0*WckM?GO9=VRDR_'hreb/YH&:s0#OK)#H'ks2ikO9Tj[h@,\Mn:=qDS$Bq/.b&bhM'qq/u[)6Nm\3RN-Tb$kQ9$LRm!6q<WlJJci65b7Y_q>!`a&FJD^3?0Ap5HIK<kZo=k~>
+Gb"/'968iG&AII30KqKQ'gdKT8G6#p[57Nd*B.#g6]qO>5n[XaFSU_^s1V.qJL0u`4[!sDYm?0_m=+rL6J&Qcc"uss`3EA4s5PB3M/@7XiNL;%kGdK^&m1R/k*&"Wf<`SS>@ol0^6pQ#[[+5XT4?E7N"^)UeneiE\J4YJa@'"+1s+WZ;l]@?QgsM"Hg@.Y],uj?N-MJg@k:&$NR3U)$5KNV;4u20mcOf<_l_D@e-C,DiWfqV=%ZUC_"ImN44"T@Trf2.10LPdAQ8*G1,CGg!%Z="8C@$42QF-2@?1Qm[;8/Ma62sVqV:ZoldJ@>6=!4#OD89B:qa+rRun9+DKfP$#afOIXf"2c8+EmMeIaRHLsfPN[JD&EAM1;r<"bI;;5>'A0-XRmP%Lc7C`HUh4B%`%J2Ta54l=1-08NcVedD3W59&Jg>S!q'(;B?VN3XeTb"Zeg((6BtAY)8XRD!]VSeJXt)RJ[MFI6=R+gc9fm?0_iafVl)iSDf6_IRTtrOeZ`;5WLH5WE!a2JSA)8/?s1pJ`;CW8sLPlr@(5QQhUUUVfDgPAJM@/u.F1^\^I*Oa/Q[8AS=Al`LZ6]eZ\G$A6((M_DP;'P1==E*K*m5odXFS1&$:LVt(goUH'++.!@GQnXTs3mA5JKrfmr;XC74+[>dRBn>!+?.*m9>(o+\$C$itRE-]@OE1kkEDMq`p]ebulEaQM`NcpQL%6>X2B-\%;/I]27704O-Lb3No>]Y<i?C23F`/4;gqXUXN]F"s)Z`!M!76hlN';u11;B)BS3F!$r;`D]5Tf3/dHd_3?R<<@6.m"[Pe7&&*e,>s,2<'L.R@oXiZ1@B<V1*n(D#b&,o;=eJPgJnoPtt:aR!$g-":qs7\V^g"E$:N=f.#GYdp%pYd'TCoW1k<-^Z+'oiSj*`8P_"&3Ak[2ako=SX)")<JY;COlKb4`\$@RPt/C1%bGVo/'?\ZA=B&J(1%B,piN:H=ORJ?<4;>G[Z(=
 L6dPhu,NQm24&2=p,#q&q5?)bG.XINT\Hd:8FMapd6Ss1FY"r3fa.m!B*9rh"6Qb]mDak_ul]'f9j`lPU!h0kTjg@5['ubetSo\^TDq=YL85IN8I=]uhp<U@a"pnN9)]Qs$Vc4mRZa&]`hW80>\i&suiI9&<[re+XWE>*S[Xh"XUIS,63!-CH!0E:-mW$1J'm+JNc_I(k7WPKA_4duGXY^0_?Ft2VD'PloHdau8:fN.:T%#kL.Wb[4pa@med.$k4S,'+4kW-T4C8&Gu.Wk@')'=1Y2QcTMmaK]:FZL\q]T*r<)r@aDW2/.M3c%s1c!M,AXJSaZ'5GRa5n=Mn<R%,uLpV2YaqL<?d4;0f2-$[08_%;nf`9H5\q\OnC#omFQ&KA(do'lh:2(^N)"[g-9h3TE`,JELrWCt7Jg8&"G];:-=Ao=]LX;fj?bLl5:N(-tZC0L:ms][Qhpe!cH;S3^+ZCTlcHT[D]<@h_\Up#IAo_l\Andj/b/>i[=&G:G42BM0aLo,1,%d[55Vjh>Mn]m)@+A&,-tId[AI>0bTc^c!!"P^BCJe9PN3-W7\a.#po?P*XiC74j.81[ZpqmZ"/,cd`Z7]DugR`b16/+_*2ck'eU_$gMDh.<tQU%N./QKef>0l0A?en=f3u<*6Uq>GDFKe"3Bm@\lM9hVN"&bOeA&bep$bD!IA$\g1@);4nFM7_'D03A:d'&li]\p2HgIjL3beKuVeX?~>
 endstream
 endobj
-29 0 obj
+28 0 obj
 << /Type /Page
 /Parent 1 0 R
 /MediaBox [ 0 0 612 792 ]
 /Resources 3 0 R
-/Contents 28 0 R
-/Annots 30 0 R
+/Contents 27 0 R
+/Annots 29 0 R
 >>
 endobj
-30 0 obj
+29 0 obj
 [
+30 0 R
 31 0 R
 32 0 R
 33 0 R
 34 0 R
 35 0 R
 36 0 R
+37 0 R
 ]
 endobj
+30 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 232.992 626.4 405.984 614.4 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (mailto:beehive-user@incubator.apache.org)
+/S /URI >>
+/H /I
+>>
+endobj
 31 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 209.652 638.4 295.98 626.4 ]
+/Rect [ 311.292 613.2 356.616 601.2 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://wiki.apache.org/beehive/WishList)
+/A << /URI (mailinglists.html)
 /S /URI >>
 /H /I
 >>
@@ -223,10 +224,10 @@
 32 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 226.98 612.0 285.996 600.0 ]
+/Rect [ 209.652 573.6 295.98 561.6 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (mailinglists.html)
+/A << /URI (http://wiki.apache.org/beehive/WishList)
 /S /URI >>
 /H /I
 >>
@@ -234,10 +235,10 @@
 33 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 90.0 557.666 166.32 545.666 ]
+/Rect [ 226.98 547.2 285.996 535.2 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (downloads.html)
+/A << /URI (mailinglists.html)
 /S /URI >>
 /H /I
 >>
@@ -245,10 +246,10 @@
 34 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 90.0 536.466 156.324 524.466 ]
+/Rect [ 90.0 492.866 166.32 480.866 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://wiki.apache.org/beehive)
+/A << /URI (downloads.html)
 /S /URI >>
 /H /I
 >>
@@ -256,10 +257,10 @@
 35 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 90.0 515.266 115.332 503.266 ]
+/Rect [ 90.0 471.666 156.324 459.666 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10570)
+/A << /URI (http://wiki.apache.org/beehive)
 /S /URI >>
 /H /I
 >>
@@ -267,7 +268,18 @@
 36 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 90.0 494.066 202.32 482.066 ]
+/Rect [ 90.0 450.466 115.332 438.466 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10570)
+/S /URI >>
+/H /I
+>>
+endobj
+37 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 429.266 202.32 417.266 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (http://svn.apache.org/repos/asf/beehive/trunk)
@@ -275,87 +287,87 @@
 /H /I
 >>
 endobj
-38 0 obj
+39 0 obj
 <<
  /Title (\376\377\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 37 0 R
- /Next 39 0 R
+ /Parent 38 0 R
+ /Next 40 0 R
  /A 9 0 R
 >> endobj
-39 0 obj
+40 0 obj
 <<
  /Title (\376\377\0\62\0\40\0\116\0\145\0\167\0\163)
- /Parent 37 0 R
- /Prev 38 0 R
- /Next 40 0 R
+ /Parent 38 0 R
+ /Prev 39 0 R
+ /Next 41 0 R
  /A 11 0 R
 >> endobj
-40 0 obj
+41 0 obj
 <<
  /Title (\376\377\0\63\0\40\0\104\0\157\0\143\0\165\0\155\0\145\0\156\0\164\0\141\0\164\0\151\0\157\0\156)
- /Parent 37 0 R
- /Prev 39 0 R
- /Next 41 0 R
+ /Parent 38 0 R
+ /Prev 40 0 R
+ /Next 42 0 R
  /A 13 0 R
 >> endobj
-41 0 obj
+42 0 obj
 <<
  /Title (\376\377\0\64\0\40\0\102\0\145\0\145\0\150\0\151\0\166\0\145\0\40\0\62\0\56\0\60\0\40\0\120\0\154\0\141\0\156\0\156\0\151\0\156\0\147)
- /Parent 37 0 R
- /Prev 40 0 R
- /Next 42 0 R
+ /Parent 38 0 R
+ /Prev 41 0 R
+ /Next 43 0 R
  /A 15 0 R
 >> endobj
-42 0 obj
+43 0 obj
 <<
  /Title (\376\377\0\65\0\40\0\114\0\151\0\156\0\153\0\163)
- /Parent 37 0 R
- /Prev 41 0 R
+ /Parent 38 0 R
+ /Prev 42 0 R
  /A 17 0 R
 >> endobj
-43 0 obj
+44 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F3
 /BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
-44 0 obj
+45 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F5
 /BaseFont /Times-Roman
 /Encoding /WinAnsiEncoding >>
 endobj
-45 0 obj
+46 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F6
 /BaseFont /Times-Italic
 /Encoding /WinAnsiEncoding >>
 endobj
-46 0 obj
+47 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F1
 /BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
-47 0 obj
+48 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F9
 /BaseFont /Courier
 /Encoding /WinAnsiEncoding >>
 endobj
-48 0 obj
+49 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F2
 /BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
-49 0 obj
+50 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F7
@@ -365,18 +377,18 @@
 1 0 obj
 << /Type /Pages
 /Count 3
-/Kids [6 0 R 19 0 R 29 0 R ] >>
+/Kids [6 0 R 19 0 R 28 0 R ] >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 1 0 R
- /Outlines 37 0 R
+ /Outlines 38 0 R
  /PageMode /UseOutlines
  >>
 endobj
 3 0 obj
 << 
-/Font << /F3 43 0 R /F5 44 0 R /F1 46 0 R /F6 45 0 R /F9 47 0 R /F2 48 0 R /F7 49 0 R >> 
+/Font << /F3 44 0 R /F5 45 0 R /F1 47 0 R /F6 46 0 R /F9 48 0 R /F2 49 0 R /F7 50 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -388,90 +400,91 @@
 11 0 obj
 <<
 /S /GoTo
-/D [19 0 R /XYZ 85.0 455.466 null]
+/D [19 0 R /XYZ 85.0 394.666 null]
 >>
 endobj
 13 0 obj
 <<
 /S /GoTo
-/D [19 0 R /XYZ 85.0 325.932 null]
+/D [19 0 R /XYZ 85.0 265.132 null]
 >>
 endobj
 15 0 obj
 <<
 /S /GoTo
-/D [19 0 R /XYZ 85.0 273.598 null]
+/D [19 0 R /XYZ 85.0 212.798 null]
 >>
 endobj
 17 0 obj
 <<
 /S /GoTo
-/D [29 0 R /XYZ 85.0 587.0 null]
+/D [28 0 R /XYZ 85.0 522.2 null]
 >>
 endobj
-37 0 obj
+38 0 obj
 <<
- /First 38 0 R
- /Last 42 0 R
+ /First 39 0 R
+ /Last 43 0 R
 >> endobj
 xref
-0 50
+0 51
 0000000000 65535 f 
-0000010516 00000 n 
-0000010588 00000 n 
-0000010680 00000 n 
+0000011051 00000 n 
+0000011123 00000 n 
+0000011215 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000000754 00000 n 
 0000000874 00000 n 
 0000000927 00000 n 
-0000010825 00000 n 
+0000011360 00000 n 
 0000001062 00000 n 
-0000010888 00000 n 
+0000011423 00000 n 
 0000001199 00000 n 
-0000010954 00000 n 
+0000011489 00000 n 
 0000001336 00000 n 
-0000011020 00000 n 
+0000011555 00000 n 
 0000001473 00000 n 
-0000011086 00000 n 
+0000011621 00000 n 
 0000001610 00000 n 
-0000004498 00000 n 
-0000004621 00000 n 
-0000004690 00000 n 
-0000004883 00000 n 
-0000005087 00000 n 
-0000005294 00000 n 
-0000005507 00000 n 
-0000005699 00000 n 
-0000005893 00000 n 
-0000006064 00000 n 
-0000007608 00000 n 
-0000007731 00000 n 
-0000007793 00000 n 
-0000007981 00000 n 
-0000008147 00000 n 
-0000008311 00000 n 
-0000008492 00000 n 
-0000008707 00000 n 
-0000011150 00000 n 
-0000008902 00000 n 
-0000009086 00000 n 
-0000009216 00000 n 
-0000009400 00000 n 
+0000004581 00000 n 
+0000004704 00000 n 
+0000004766 00000 n 
+0000004953 00000 n 
+0000005142 00000 n 
+0000005346 00000 n 
+0000005553 00000 n 
+0000005766 00000 n 
+0000005958 00000 n 
+0000007772 00000 n 
+0000007895 00000 n 
+0000007971 00000 n 
+0000008161 00000 n 
+0000008328 00000 n 
+0000008516 00000 n 
+0000008682 00000 n 
+0000008846 00000 n 
+0000009027 00000 n 
+0000009242 00000 n 
+0000011685 00000 n 
+0000009437 00000 n 
 0000009621 00000 n 
-0000009743 00000 n 
-0000009856 00000 n 
-0000009966 00000 n 
-0000010077 00000 n 
-0000010185 00000 n 
-0000010291 00000 n 
-0000010407 00000 n 
+0000009751 00000 n 
+0000009935 00000 n 
+0000010156 00000 n 
+0000010278 00000 n 
+0000010391 00000 n 
+0000010501 00000 n 
+0000010612 00000 n 
+0000010720 00000 n 
+0000010826 00000 n 
+0000010942 00000 n 
 trailer
 <<
-/Size 50
+/Size 51
 /Root 2 0 R
 /Info 4 0 R
 >>
 startxref
-11201
+11736
 %%EOF

Modified: beehive/trunk/docs/forrest/www/skin/images/corner-imports.svg.xslt
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/www/skin/images/corner-imports.svg.xslt?rev=240248&r1=240247&r2=240248&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/www/skin/images/corner-imports.svg.xslt (original)
+++ beehive/trunk/docs/forrest/www/skin/images/corner-imports.svg.xslt Fri Aug 26 07:15:48 2005
@@ -1,96 +1,96 @@
-<?xml version="1.0"?>
-<!--
-  Copyright 2002-2004 The Apache Software Foundation or its licensors,
-  as applicable.
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
-    <xsl:param name="orientation-tb"/>
-    <xsl:param name="orientation-lr"/>
-    <xsl:param name="size"/>
-    <xsl:param name="bg-color-name"/>
-    <xsl:param name="stroke-color-name"/>
-    <xsl:param name="fg-color-name"/>    
-
-   <!-- if not all colors are present, don't even try to render the corners -->
-    <xsl:variable name="isize"><xsl:choose>
-    	<xsl:when test="$bg-color-name and $stroke-color-name and $fg-color-name"><xsl:value-of select="$size"/></xsl:when>
-    	<xsl:otherwise>0</xsl:otherwise>
-    </xsl:choose></xsl:variable>
-    <xsl:variable name="smallersize" select="number($isize)-1"/>
-    <xsl:variable name="biggersize" select="number($isize)+1"/>     
-    <xsl:variable name="bg"><xsl:if test="skinconfig/colors/color[@name=$bg-color-name]">fill:<xsl:value-of select="skinconfig/colors/color[@name=$bg-color-name]/@value"/>;</xsl:if></xsl:variable>
-    <xsl:variable name="fill"><xsl:if test="skinconfig/colors/color[@name=$stroke-color-name]">fill:<xsl:value-of select="skinconfig/colors/color[@name=$stroke-color-name]/@value"/>;</xsl:if></xsl:variable>
-    <xsl:variable name="stroke"><xsl:if test="skinconfig/colors/color[@name=$fg-color-name]">stroke:<xsl:value-of select="skinconfig/colors/color[@name=$fg-color-name]/@value"/>;</xsl:if></xsl:variable>
-        
-	<xsl:template match="skinconfig">
-
-        	
-
-<svg width="{$isize}" height="{$isize}">
-    <!-- background-->
-    <rect x="-1" y="-1" width="{$biggersize}" height="{$biggersize}" style="{$bg}stroke-width:0"/>
-<!-- 0,0 0,-4 4,0 4,-4-->
-
-    <xsl:variable name="flip-tb-scale">
-      <xsl:choose>
-    	<xsl:when test="$orientation-tb='t'">1</xsl:when>
-    	<xsl:otherwise>-1</xsl:otherwise>
-      </xsl:choose>
-    </xsl:variable>
-
-    <xsl:variable name="flip-lr-scale">
-      <xsl:choose>
-    	<xsl:when test="$orientation-lr='l'">1</xsl:when>
-    	<xsl:otherwise>-1</xsl:otherwise>
-      </xsl:choose>
-    </xsl:variable>
-    
-    <xsl:variable name="flip-tb-translate">
-      <xsl:choose>
-    	<xsl:when test="$orientation-tb='t'">0</xsl:when>
-    	<xsl:otherwise>-<xsl:value-of select="$isize" /></xsl:otherwise>
-      </xsl:choose>
-    </xsl:variable>
-
-    <xsl:variable name="flip-lr-translate">
-      <xsl:choose>
-    	<xsl:when test="$orientation-lr='l'">0</xsl:when>
-    	<xsl:otherwise>-<xsl:value-of select="$isize" /></xsl:otherwise>
-      </xsl:choose>
-    </xsl:variable>    
-    
-    <!-- flip transform -->
-    <g transform="scale({$flip-lr-scale},{$flip-tb-scale}) translate({$flip-lr-translate}, {$flip-tb-translate})"> 
-      <xsl:call-template name="figure" />
-    </g>
-</svg>
-</xsl:template>
-
-        
-  <xsl:template name="figure">
-       <!-- Just change shape here -->     
-		<g transform="translate(0.5 0.5)">
-			<ellipse cx="{$smallersize}" cy="{$smallersize}" rx="{$smallersize}" ry="{$smallersize}"
-				 style="{$fill}{$stroke}stroke-width:1"/>
-		</g>
-	   <!-- end -->	
-  </xsl:template>
-    
-  
-  <xsl:template match="*"></xsl:template>
-  <xsl:template match="text()"></xsl:template>
-  
-</xsl:stylesheet>
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+    <xsl:param name="orientation-tb"/>
+    <xsl:param name="orientation-lr"/>
+    <xsl:param name="size"/>
+    <xsl:param name="bg-color-name"/>
+    <xsl:param name="stroke-color-name"/>
+    <xsl:param name="fg-color-name"/>    
+
+   <!-- if not all colors are present, don't even try to render the corners -->
+    <xsl:variable name="isize"><xsl:choose>
+    	<xsl:when test="$bg-color-name and $stroke-color-name and $fg-color-name"><xsl:value-of select="$size"/></xsl:when>
+    	<xsl:otherwise>0</xsl:otherwise>
+    </xsl:choose></xsl:variable>
+    <xsl:variable name="smallersize" select="number($isize)-1"/>
+    <xsl:variable name="biggersize" select="number($isize)+1"/>     
+    <xsl:variable name="bg"><xsl:if test="skinconfig/colors/color[@name=$bg-color-name]">fill:<xsl:value-of select="skinconfig/colors/color[@name=$bg-color-name]/@value"/>;</xsl:if></xsl:variable>
+    <xsl:variable name="fill"><xsl:if test="skinconfig/colors/color[@name=$stroke-color-name]">fill:<xsl:value-of select="skinconfig/colors/color[@name=$stroke-color-name]/@value"/>;</xsl:if></xsl:variable>
+    <xsl:variable name="stroke"><xsl:if test="skinconfig/colors/color[@name=$fg-color-name]">stroke:<xsl:value-of select="skinconfig/colors/color[@name=$fg-color-name]/@value"/>;</xsl:if></xsl:variable>
+        
+	<xsl:template match="skinconfig">
+
+        	
+
+<svg width="{$isize}" height="{$isize}">
+    <!-- background-->
+    <rect x="-1" y="-1" width="{$biggersize}" height="{$biggersize}" style="{$bg}stroke-width:0"/>
+<!-- 0,0 0,-4 4,0 4,-4-->
+
+    <xsl:variable name="flip-tb-scale">
+      <xsl:choose>
+    	<xsl:when test="$orientation-tb='t'">1</xsl:when>
+    	<xsl:otherwise>-1</xsl:otherwise>
+      </xsl:choose>
+    </xsl:variable>
+
+    <xsl:variable name="flip-lr-scale">
+      <xsl:choose>
+    	<xsl:when test="$orientation-lr='l'">1</xsl:when>
+    	<xsl:otherwise>-1</xsl:otherwise>
+      </xsl:choose>
+    </xsl:variable>
+    
+    <xsl:variable name="flip-tb-translate">
+      <xsl:choose>
+    	<xsl:when test="$orientation-tb='t'">0</xsl:when>
+    	<xsl:otherwise>-<xsl:value-of select="$isize" /></xsl:otherwise>
+      </xsl:choose>
+    </xsl:variable>
+
+    <xsl:variable name="flip-lr-translate">
+      <xsl:choose>
+    	<xsl:when test="$orientation-lr='l'">0</xsl:when>
+    	<xsl:otherwise>-<xsl:value-of select="$isize" /></xsl:otherwise>
+      </xsl:choose>
+    </xsl:variable>    
+    
+    <!-- flip transform -->
+    <g transform="scale({$flip-lr-scale},{$flip-tb-scale}) translate({$flip-lr-translate}, {$flip-tb-translate})"> 
+      <xsl:call-template name="figure" />
+    </g>
+</svg>
+</xsl:template>
+
+        
+  <xsl:template name="figure">
+       <!-- Just change shape here -->     
+		<g transform="translate(0.5 0.5)">
+			<ellipse cx="{$smallersize}" cy="{$smallersize}" rx="{$smallersize}" ry="{$smallersize}"
+				 style="{$fill}{$stroke}stroke-width:1"/>
+		</g>
+	   <!-- end -->	
+  </xsl:template>
+    
+  
+  <xsl:template match="*"></xsl:template>
+  <xsl:template match="text()"></xsl:template>
+  
+</xsl:stylesheet>

Modified: beehive/trunk/docs/forrest/www/skin/images/dc.svg.xslt
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/www/skin/images/dc.svg.xslt?rev=240248&r1=240247&r2=240248&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/www/skin/images/dc.svg.xslt (original)
+++ beehive/trunk/docs/forrest/www/skin/images/dc.svg.xslt Fri Aug 26 07:15:48 2005
@@ -1,31 +1,31 @@
-<?xml version="1.0"?>
-<!--
-  Copyright 2002-2004 The Apache Software Foundation or its licensors,
-  as applicable.
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-  <xsl:import href="corner-imports.svg.xslt" />
-  
-  <!-- Diagonal 45 degrees corner -->
-  <xsl:template name="figure">
-        <xsl:variable name="biggersize" select="number($size)+number($size)"/>     
-		<g transform="translate(0 0.5)">
-           <polygon points="0,{$size} {$size},0 {$biggersize},0 {$biggersize},{$biggersize} 0,{$biggersize}"
-                    style="{$fill}{$stroke}stroke-width:1"/>
-		</g>
-  </xsl:template>
-      
-</xsl:stylesheet>
-
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+  <xsl:import href="corner-imports.svg.xslt" />
+  
+  <!-- Diagonal 45 degrees corner -->
+  <xsl:template name="figure">
+        <xsl:variable name="biggersize" select="number($size)+number($size)"/>     
+		<g transform="translate(0 0.5)">
+           <polygon points="0,{$size} {$size},0 {$biggersize},0 {$biggersize},{$biggersize} 0,{$biggersize}"
+                    style="{$fill}{$stroke}stroke-width:1"/>
+		</g>
+  </xsl:template>
+      
+</xsl:stylesheet>
+

Modified: beehive/trunk/docs/forrest/www/skin/images/poddoc.svg.xslt
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/www/skin/images/poddoc.svg.xslt?rev=240248&r1=240247&r2=240248&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/www/skin/images/poddoc.svg.xslt (original)
+++ beehive/trunk/docs/forrest/www/skin/images/poddoc.svg.xslt Fri Aug 26 07:15:48 2005
@@ -1,58 +1,58 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!--
-  Copyright 2002-2004 The Apache Software Foundation or its licensors,
-  as applicable.
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<svg width="20pt" height="20pt"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink">
-  <defs
-     id="defs550">
-    <linearGradient id="gray2white">
-      <stop style="stop-color:#7f7f7f;stop-opacity:1;" offset="0.000000"/>
-      <stop style="stop-color:#ffffff;stop-opacity:1;" offset="1.000000"/>
-    </linearGradient>
-    <linearGradient id="pageshade" xlink:href="#gray2white"
-       x1="0.95" y1="0.95"
-       x2="0.40" y2="0.20"
-       gradientUnits="objectBoundingBox" spreadMethod="pad" />
-    <path d="M 0 0 L 200 0" style="stroke:#000000;stroke-width:1pt;" id="hr"/>
-  </defs>
-
-  <g transform="scale(0.08)">
-    <g transform="translate(40, 0)">
-      <rect width="230" height="300" x="0" y="0"
-            style="fill:url(#pageshade);fill-rule:evenodd;
-            stroke:#000000;stroke-width:1.25;"/>
-
-      <g transform="translate(15, 60)">
-        <use xlink:href="#hr" x="0" y="0"/>
-        <use xlink:href="#hr" x="0" y="60"/>
-        <use xlink:href="#hr" x="0" y="120"/>
-        <use xlink:href="#hr" x="0" y="180"/>
-      </g>
-    </g>
-
-    <g transform="translate(0,70),scale(1.1,1.6)">
-      <rect width="200" height="100" x="0" y="0"
-         style="fill:#ff0000;fill-rule:evenodd;
-                stroke:#000000;stroke-width:2.33903;"/>
-      <text x="20" y="75"
-            style="stroke:#ffffff;stroke-width:1.0;
-                   font-size:72;font-weight:normal;fill:#ffffff;
-                   font-family:Arial;text-anchor:start;">POD</text>
-    </g>
-  </g>
-</svg>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<svg width="20pt" height="20pt"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink">
+  <defs
+     id="defs550">
+    <linearGradient id="gray2white">
+      <stop style="stop-color:#7f7f7f;stop-opacity:1;" offset="0.000000"/>
+      <stop style="stop-color:#ffffff;stop-opacity:1;" offset="1.000000"/>
+    </linearGradient>
+    <linearGradient id="pageshade" xlink:href="#gray2white"
+       x1="0.95" y1="0.95"
+       x2="0.40" y2="0.20"
+       gradientUnits="objectBoundingBox" spreadMethod="pad" />
+    <path d="M 0 0 L 200 0" style="stroke:#000000;stroke-width:1pt;" id="hr"/>
+  </defs>
+
+  <g transform="scale(0.08)">
+    <g transform="translate(40, 0)">
+      <rect width="230" height="300" x="0" y="0"
+            style="fill:url(#pageshade);fill-rule:evenodd;
+            stroke:#000000;stroke-width:1.25;"/>
+
+      <g transform="translate(15, 60)">
+        <use xlink:href="#hr" x="0" y="0"/>
+        <use xlink:href="#hr" x="0" y="60"/>
+        <use xlink:href="#hr" x="0" y="120"/>
+        <use xlink:href="#hr" x="0" y="180"/>
+      </g>
+    </g>
+
+    <g transform="translate(0,70),scale(1.1,1.6)">
+      <rect width="200" height="100" x="0" y="0"
+         style="fill:#ff0000;fill-rule:evenodd;
+                stroke:#000000;stroke-width:2.33903;"/>
+      <text x="20" y="75"
+            style="stroke:#ffffff;stroke-width:1.0;
+                   font-size:72;font-weight:normal;fill:#ffffff;
+                   font-family:Arial;text-anchor:start;">POD</text>
+    </g>
+  </g>
+</svg>

Modified: beehive/trunk/docs/forrest/www/skin/images/rc.svg.xslt
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/www/skin/images/rc.svg.xslt?rev=240248&r1=240247&r2=240248&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/www/skin/images/rc.svg.xslt (original)
+++ beehive/trunk/docs/forrest/www/skin/images/rc.svg.xslt Fri Aug 26 07:15:48 2005
@@ -1,30 +1,30 @@
-<?xml version="1.0"?>
-<!--
-  Copyright 2002-2004 The Apache Software Foundation or its licensors,
-  as applicable.
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-  <xsl:import href="corner-imports.svg.xslt" />
-
-  <!-- Rounded corner -->
-  <xsl:template name="figure">
-		<g transform="translate(0.5 0.5)">
-			<ellipse cx="{$smallersize}" cy="{$smallersize}" rx="{$smallersize}" ry="{$smallersize}"
-				 style="{$fill}{$stroke}stroke-width:1"/>
-		</g>
-  </xsl:template>
-      
-</xsl:stylesheet>
-
+<?xml version="1.0"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+  <xsl:import href="corner-imports.svg.xslt" />
+
+  <!-- Rounded corner -->
+  <xsl:template name="figure">
+		<g transform="translate(0.5 0.5)">
+			<ellipse cx="{$smallersize}" cy="{$smallersize}" rx="{$smallersize}" ry="{$smallersize}"
+				 style="{$fill}{$stroke}stroke-width:1"/>
+		</g>
+  </xsl:template>
+      
+</xsl:stylesheet>
+

Modified: beehive/trunk/docs/forrest/www/skin/images/txtdoc.svg.xslt
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/www/skin/images/txtdoc.svg.xslt?rev=240248&r1=240247&r2=240248&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/www/skin/images/txtdoc.svg.xslt (original)
+++ beehive/trunk/docs/forrest/www/skin/images/txtdoc.svg.xslt Fri Aug 26 07:15:48 2005
@@ -1,58 +1,58 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!--
-  Copyright 2002-2004 The Apache Software Foundation or its licensors,
-  as applicable.
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<svg width="20pt" height="20pt"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink">
-  <defs
-     id="defs550">
-    <linearGradient id="gray2white">
-      <stop style="stop-color:#7f7f7f;stop-opacity:1;" offset="0.000000"/>
-      <stop style="stop-color:#ffffff;stop-opacity:1;" offset="1.000000"/>
-    </linearGradient>
-    <linearGradient id="pageshade" xlink:href="#gray2white"
-       x1="0.95" y1="0.95"
-       x2="0.40" y2="0.20"
-       gradientUnits="objectBoundingBox" spreadMethod="pad" />
-    <path d="M 0 0 L 200 0" style="stroke:#000000;stroke-width:1pt;" id="hr"/>
-  </defs>
-
-  <g transform="scale(0.08)">
-    <g transform="translate(40, 0)">
-      <rect width="230" height="300" x="0" y="0"
-            style="fill:url(#pageshade);fill-rule:evenodd;
-            stroke:#000000;stroke-width:1.25;"/>
-
-      <g transform="translate(15, 60)">
-        <use xlink:href="#hr" x="0" y="0"/>
-        <use xlink:href="#hr" x="0" y="60"/>
-        <use xlink:href="#hr" x="0" y="120"/>
-        <use xlink:href="#hr" x="0" y="180"/>
-      </g>
-    </g>
-
-    <g transform="translate(0,70),scale(1.1,1.6)">
-      <rect width="200" height="100" x="0" y="0"
-         style="fill:#ff0000;fill-rule:evenodd;
-                stroke:#000000;stroke-width:2.33903;"/>
-      <text x="20" y="75"
-            style="stroke:#ffffff;stroke-width:1.0;
-                   font-size:72;font-weight:normal;fill:#ffffff;
-                   font-family:Arial;text-anchor:start;">TXT</text>
-    </g>
-  </g>
-</svg>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<svg width="20pt" height="20pt"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink">
+  <defs
+     id="defs550">
+    <linearGradient id="gray2white">
+      <stop style="stop-color:#7f7f7f;stop-opacity:1;" offset="0.000000"/>
+      <stop style="stop-color:#ffffff;stop-opacity:1;" offset="1.000000"/>
+    </linearGradient>
+    <linearGradient id="pageshade" xlink:href="#gray2white"
+       x1="0.95" y1="0.95"
+       x2="0.40" y2="0.20"
+       gradientUnits="objectBoundingBox" spreadMethod="pad" />
+    <path d="M 0 0 L 200 0" style="stroke:#000000;stroke-width:1pt;" id="hr"/>
+  </defs>
+
+  <g transform="scale(0.08)">
+    <g transform="translate(40, 0)">
+      <rect width="230" height="300" x="0" y="0"
+            style="fill:url(#pageshade);fill-rule:evenodd;
+            stroke:#000000;stroke-width:1.25;"/>
+
+      <g transform="translate(15, 60)">
+        <use xlink:href="#hr" x="0" y="0"/>
+        <use xlink:href="#hr" x="0" y="60"/>
+        <use xlink:href="#hr" x="0" y="120"/>
+        <use xlink:href="#hr" x="0" y="180"/>
+      </g>
+    </g>
+
+    <g transform="translate(0,70),scale(1.1,1.6)">
+      <rect width="200" height="100" x="0" y="0"
+         style="fill:#ff0000;fill-rule:evenodd;
+                stroke:#000000;stroke-width:2.33903;"/>
+      <text x="20" y="75"
+            style="stroke:#ffffff;stroke-width:1.0;
+                   font-size:72;font-weight:normal;fill:#ffffff;
+                   font-family:Arial;text-anchor:start;">TXT</text>
+    </g>
+  </g>
+</svg>