You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2001/11/23 22:28:11 UTC

cvs commit: jakarta-avalon/tools/ext cocoon.jar

bloritsch    01/11/23 13:28:11

  Modified:    src/documentation/stylesheets docbook2body.xsl
               src/documentation/xdocs/authors index.xml
               tools/ext cocoon.jar
  Log:
  update cocoon
  
  Revision  Changes    Path
  1.5       +15 -0     jakarta-avalon/src/documentation/stylesheets/docbook2body.xsl
  
  Index: docbook2body.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/documentation/stylesheets/docbook2body.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- docbook2body.xsl	2001/07/31 16:53:58	1.4
  +++ docbook2body.xsl	2001/11/23 21:28:10	1.5
  @@ -38,6 +38,21 @@
           <font face="arial,helvetica,sanserif" color="#525D76"><i><xsl:value-of select="subtitle"/></i></font><br/>
         </xsl:if>
   
  +      <font color="#000000" face="arial,helvetica,sanserif" size="-2">
  +        <p>
  +          <xsl:for-each select="//authorgroup/author">
  +            <xsl:choose>
  +              <xsl:when test="position()=1">by</xsl:when>
  +              <xsl:default>, </xsl:default>
  +          </xsl:for-each>
  +          <a href="mailto:{address/email}">
  +            <xsl:if test="honorific"><xsl:value-of select="honorific"/>. </xsl:if>
  +            <xsl:if test="firstname"><xsl:value-of select="firstname"/> </xsl:if>
  +            <xsl:value-of select="surname"/>
  +          </a>
  +        </p>
  +      </font>
  +
         <font color="#000000" face="arial,helvetica,sanserif">
           <xsl:apply-templates select="para"/>
         </font><br/>
  
  
  
  1.6       +78 -58    jakarta-avalon/src/documentation/xdocs/authors/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/documentation/xdocs/authors/index.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.xml	2001/11/23 17:28:18	1.5
  +++ index.xml	2001/11/23 21:28:10	1.6
  @@ -1,60 +1,80 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<article><articleinfo><authorgroup/></articleinfo><title>Avalon Contributors</title>
  -
  -<section><title>Contributors</title>
  -
  -<para>
  -The people listed below have made significant contributions to Avalon by 
  -working long and hard to make quality software for the rest of the world to use. 
  -Contributors to the Avalon Project should be extremely proud of themselves.
  -</para>
  -
  -<para>
  -If you would like to become a contributor, please see the Todo document to find 
  -areas where you can contribute effectively. If there is nothing in there that 
  -suits your interest, but you still have ideas, please feel free to suggest them 
  -on the mailing list.
  -</para>
  -
  -<para>
  -The table is listed in alphabetic order.
  -</para>
  -
  -<para>
  -<table><tgroup cols="20"><tbody><row>
  -    <entry>Federico Barbieri</entry>
  -    <entry><ulink uri="mailto:fede@apache.org">fede@apache.org</ulink></entry>
  -</row><row>
  -    <entry>Charles Benett</entry>
  -    <entry><ulink uri="mailto:charles@benett1.demon.co.uk">charles@benett1.demon.co.uk</ulink></entry>
  -</row><row>
  -    <entry><ulink uri="donaldp.html">Peter Donald</ulink></entry>
  -    <entry><ulink uri="mailto:peter@apache.org">peter@apache.org</ulink></entry>
  -</row><row>
  -    <entry>Pierpaolo Fumagalli</entry>
  -    <entry><ulink uri="mailto:pier@apache.org">pier@apache.org</ulink></entry>
  -</row><row>
  -    <entry><ulink uri="hammant.html">Paul Hammant</ulink></entry>
  -    <entry><ulink uri="mailto:Paul_Hammant@yahoo.com">Paul_Hammant@yahoo.com</ulink></entry>
  -</row><row>
  -    <entry>Roberto Lo Giacco</entry>
  -    <entry><ulink uri="mailto:rlogiacco@mail.com">rlogiacco@mail.com</ulink></entry>
  -</row><row>
  -    <entry>Serge Knystautas</entry>
  -    <entry><ulink uri="mailto:sergek@lokitech.com">sergek@lokitech.com</ulink></entry>
  -</row><row>
  -    <entry><ulink uri="bloritsch.html">Berin Loritsch</ulink></entry>
  -    <entry><ulink uri="mailto:bloritsch@apache.org">bloritsch@apache.org</ulink></entry>
  -</row><row>
  -    <entry><ulink uri="stefano.html">Stefano Mazzocchi</ulink></entry>
  -    <entry><ulink uri="mailto:stefano@apache.org">stefano@apache.org</ulink></entry>
  -</row><row>
  -    <entry>Leo Simons</entry>
  -    <entry><ulink uri="mailto:mail@leosimons.com">mail@leosimons.com</ulink></entry>
  -</row></tbody></tgroup></table>
  -
  -</para>
  -
  +<article xmlns:xi="http://www.w3.org/2001/XInclude"
  +         xml:base="context://xdocs/authors">
  +  <articleinfo>
  +    <authorgroup>
  +      <xi:include href="avalon-doc.html"/>
  +    </authorgroup>
  +  </articleinfo>
  +  <title>Avalon Contributors</title>
  +  <section>
  +    <title>Contributors</title>
  +    <para>
  +      The people listed below have made significant contributions to Avalon by 
  +      working long and hard to make quality software for the rest of the world to use. 
  +      Contributors to the Avalon Project should be extremely proud of themselves.
  +    </para>
  +    <para>
  +      If you would like to become a contributor, please see the Todo document to find 
  +      areas where you can contribute effectively. If there is nothing in there that 
  +      suits your interest, but you still have ideas, please feel free to suggest them 
  +      on the mailing list.
  +    </para>
  +    <para>
  +      The table is listed in alphabetic order.
  +    </para>
  +    <para>
  +    <table>
  +      <tgroup cols="2">
  +        <colspec colwidth="1*"/>
  +        <colspec colwidth="1*"/>
  +        <tbody>
  +          <row>
  +            <entry><ulink uri="avalon-doc.html">The Avalon Documentation Team</ulink></entry>
  +            <entry><ulink uri="mailto:avalon-dev@jakarta.apache.org">avalon-dev@jakarta.apache.org</ulink></entry>
  +          </row>
  +          <row>
  +            <entry><ulink uri="fede.html">Federico Barbieri</ulink></entry>
  +            <entry><ulink uri="mailto:fede@apache.org">fede@apache.org</ulink></entry>
  +          </row>
  +          <row>
  +            <entry>Charles Benett</entry>
  +            <entry><ulink uri="mailto:charles@benett1.demon.co.uk">charles@benett1.demon.co.uk</ulink></entry>
  +          </row>
  +          <row>
  +            <entry><ulink uri="donaldp.html">Peter Donald</ulink></entry>
  +            <entry><ulink uri="mailto:peter@apache.org">peter@apache.org</ulink></entry>
  +          </row>
  +          <row>
  +            <entry><ulink uri="pier.html">Pierpaolo Fumagalli</ulink></entry>
  +            <entry><ulink uri="mailto:pier@apache.org">pier@apache.org</ulink></entry>
  +          </row>
  +          <row>
  +            <entry><ulink uri="hammant.html">Paul Hammant</ulink></entry>
  +            <entry><ulink uri="mailto:Paul_Hammant@yahoo.com">Paul_Hammant@yahoo.com</ulink></entry>
  +          </row>
  +          <row>
  +            <entry><ulink uri="roberto.html">Roberto Lo Giacco</ulink></entry>
  +            <entry><ulink uri="mailto:rlogiacco@mail.com">rlogiacco@mail.com</ulink></entry>
  +          </row>
  +          <row>
  +            <entry>Serge Knystautas</entry>
  +            <entry><ulink uri="mailto:sergek@lokitech.com">sergek@lokitech.com</ulink></entry>
  +          </row>
  +          <row>
  +            <entry><ulink uri="bloritsch.html">Berin Loritsch</ulink></entry>
  +            <entry><ulink uri="mailto:bloritsch@apache.org">bloritsch@apache.org</ulink></entry>
  +          </row>
  +          <row>
  +            <entry><ulink uri="stefano.html">Stefano Mazzocchi</ulink></entry>
  +            <entry><ulink uri="mailto:stefano@apache.org">stefano@apache.org</ulink></entry>
  +          </row><row>
  +            <entry><ulink uri="lsimons.html">Leo Simons</ulink></entry>
  +            <entry><ulink uri="mailto:mail@leosimons.com">mail@leosimons.com</ulink></entry>
  +          </row>
  +        </tbody>
  +      </tgroup>
  +    </table>
  +  </para>
   </section>
  -
  -</article>
  \ No newline at end of file
  +</article>
  
  
  
  1.5       +1652 -1587jakarta-avalon/tools/ext/cocoon.jar
  
  	<<Binary file>>
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>