crossley    2002/12/23 00:21:59

  Modified:    src/documentation/stylesheets Tag: cocoon_2_0_3_branch
                        document2html.xsl
               src/documentation/xdocs Tag: cocoon_2_0_3_branch
                        mail-archives.xml who.xml
               src/documentation/xdocs/userdocs/xsp Tag:
                        cocoon_2_0_3_branch esql.xml
               .        Tag: cocoon_2_0_3_branch changes.xml
  Log:
  Obfuscate some email addresses. Now only javadocs to be fixed.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.2   +16 -3     xml-cocoon2/src/documentation/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/stylesheets/document2html.xsl,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- document2html.xsl 4 Jul 2002 02:36:02 -0000       1.4.2.1
  +++ document2html.xsl 23 Dec 2002 08:21:59 -0000      1.4.2.2
  @@ -265,9 +265,22 @@
        <!-- links section -->
        <!-- ====================================================================== -->
        <xsl:template match="link">
  -             <a href="{@href}">
  -                     <xsl:apply-templates/>
  -             </a>
  +          <xsl:choose>
  +            <xsl:when test="starts-with(@href, 'mailto:') and contains(@href, '@')">
  +              <xsl:variable name="mailto-id"
  +                  select="substring-before(@href,'@')"/>
  +              <xsl:variable name="mailto-domain"
  +                  select="substring-after(@href,'@')"/>
  +                <a href="{$mailto-id}.at.{$mailto-domain}">
  +                  <xsl:apply-templates/>
  +                </a>
  +             </xsl:when>
  +             <xsl:otherwise>
  +                <a href="{@href}">
  +                  <xsl:apply-templates/>
  +                </a>
  +            </xsl:otherwise>
  +          </xsl:choose>
        </xsl:template>
        <xsl:template match="connect">
                <xsl:apply-templates/>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +1 -1      xml-cocoon2/src/documentation/xdocs/mail-archives.xml
  
  Index: mail-archives.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/mail-archives.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- mail-archives.xml 4 Aug 2002 15:41:39 -0000       1.1.2.1
  +++ mail-archives.xml 23 Dec 2002 08:21:59 -0000      1.1.2.2
  @@ -15,7 +15,7 @@
    <s1 title="Mailing List Archives">
     <p>
      There are a number of mailing list archives available. Email
  -   <link 
href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</link> if you
  +   <link 
href="mailto:[EMAIL PROTECTED]";>cocoon-users.at.xml.apache.org</link> if you
      know of more.
     </p>
   
  
  
  
  1.2.2.15  +41 -41    xml-cocoon2/src/documentation/xdocs/who.xml
  
  Index: who.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/who.xml,v
  retrieving revision 1.2.2.14
  retrieving revision 1.2.2.15
  diff -u -r1.2.2.14 -r1.2.2.15
  --- who.xml   6 Dec 2002 14:51:05 -0000       1.2.2.14
  +++ who.xml   23 Dec 2002 08:21:59 -0000      1.2.2.15
  @@ -36,30 +36,30 @@
       in strict alphabetical order.
       </p>
       <ul>
  -      <li>Nicola Ken Barozzi ([EMAIL PROTECTED])</li>
  -      <li>Marcus Crafter ([EMAIL PROTECTED])</li>
  -      <li>David Crossley ([EMAIL PROTECTED])</li>
  -      <li>Torsten Curdt ([EMAIL PROTECTED])</li>
  -      <li>Bertrand Delacr&#233;taz ([EMAIL PROTECTED])</li>
  -      <li>Vadim Gritsenko ([EMAIL PROTECTED])</li>
  -      <li>Christian Haul ([EMAIL PROTECTED])</li>
  -      <li>Bernhard Huber ([EMAIL PROTECTED])</li>
  -      <li>Ivelin Ivanov ([EMAIL PROTECTED])</li>
  -      <li>Matthew Langham ([EMAIL PROTECTED])</li>
  -      <li>Stefano Mazzocchi ([EMAIL PROTECTED])</li>
  -      <li>Stephan Michels ([EMAIL PROTECTED])</li>
  -      <li>John Morrison ([EMAIL PROTECTED])</li>
  -      <li>Steven Noels ([EMAIL PROTECTED])</li>
  -      <li>Giacomo Pati ([EMAIL PROTECTED])</li>
  -      <li>Konstantin Piroumian ([EMAIL PROTECTED])</li>
  -      <li>Ovidiu Predescu ([EMAIL PROTECTED])</li>
  -      <li>Jeremy Quinn ([EMAIL PROTECTED])</li>
  -      <li>Gianugo Rabellino ([EMAIL PROTECTED])</li>
  -      <li>Peter Royal ([EMAIL PROTECTED])</li>
  -      <li>Diana Shannon ([EMAIL PROTECTED])</li>
  -      <li>Davanum Srinivas ([EMAIL PROTECTED])</li>
  -      <li>Sylvain Wallez ([EMAIL PROTECTED])</li>
  -      <li>Carsten Ziegeler ([EMAIL PROTECTED])</li>
  +      <li>Nicola Ken Barozzi (nicolaken.at.apache.org)</li>
  +      <li>Marcus Crafter (crafterm.at.apache.org)</li>
  +      <li>David Crossley (crossley.at.apache.org)</li>
  +      <li>Torsten Curdt (tcurdt.at.apache.org)</li>
  +      <li>Bertrand Delacr&#233;taz (bdelacretaz.at.apache.org)</li>
  +      <li>Vadim Gritsenko (vgritsenko.at.apache.org)</li>
  +      <li>Christian Haul (haul.at.apache.org)</li>
  +      <li>Bernhard Huber (huber.at.apache.org)</li>
  +      <li>Ivelin Ivanov (ivelin.at.apache.org)</li>
  +      <li>Matthew Langham (mlangham.at.apache.org)</li>
  +      <li>Stefano Mazzocchi (stefano.at.apache.org)</li>
  +      <li>Stephan Michels (stephan.at.apache.org)</li>
  +      <li>John Morrison (morrijr.at.apache.org)</li>
  +      <li>Steven Noels (stevenn.at.apache.org)</li>
  +      <li>Giacomo Pati (giacomo.at.apache.org)</li>
  +      <li>Konstantin Piroumian (kpiroumian.at.apache.org)</li>
  +      <li>Ovidiu Predescu (ovidiu.at.apache.org)</li>
  +      <li>Jeremy Quinn (jeremy.at.apache.org)</li>
  +      <li>Gianugo Rabellino (gianugo.at.apache.org)</li>
  +      <li>Peter Royal (proyal.at.apache.org)</li>
  +      <li>Diana Shannon (shannon.at.apache.org)</li>
  +      <li>Davanum Srinivas (dims.at.apache.org)</li>
  +      <li>Sylvain Wallez (sylvain.at.apache.org)</li>
  +      <li>Carsten Ziegeler (cziegeler.at.apache.org)</li>
       </ul>
     </s2>
   
  @@ -69,10 +69,10 @@
       They have not committed anything for three months.
       </p>
       <ul>
  -      <li>Mark Butler ([EMAIL PROTECTED])</li>
  -      <li>Gerhard Froehlich ([EMAIL PROTECTED])</li>
  -      <li>Berin Loritsch ([EMAIL PROTECTED])</li>
  -      <li>Martin Man ([EMAIL PROTECTED])</li>
  +      <li>Mark Butler (butlermh.at.apache.org)</li>
  +      <li>Gerhard Froehlich (froehlich.at.apache.org)</li>
  +      <li>Berin Loritsch (bloritsch.at.apache.org)</li>
  +      <li>Martin Man (mman.at.apache.org)</li>
       </ul>
     </s2>
   
  @@ -84,19 +84,19 @@
       return.
       </p>
       <ul>
  -      <li>Zvi Avraham ([EMAIL PROTECTED])</li>
  -      <li>Donald Ball ([EMAIL PROTECTED])</li>
  -      <li>Brian Behlendorf ([EMAIL PROTECTED])</li>
  -      <li>Ross Burton ([EMAIL PROTECTED])</li>
  -      <li>Steven Coffman ([EMAIL PROTECTED])</li>
  -      <li>Peter Donald ([EMAIL PROTECTED])</li>
  -      <li>Robin Green ([EMAIL PROTECTED])</li>
  -      <li>Ben Laurie ([EMAIL PROTECTED])</li>
  -      <li>Brett McLaughlin ([EMAIL PROTECTED])</li>
  -      <li>Ricardo Rocha ([EMAIL PROTECTED])</li>
  -      <li>Sam Ruby ([EMAIL PROTECTED])</li>
  -      <li>Paul Russell ([EMAIL PROTECTED])</li>
  -      <li>Sebastien Sahuc ([EMAIL PROTECTED])</li>
  +      <li>Zvi Avraham (zvia.at.apache.org)</li>
  +      <li>Donald Ball (balld.at.apache.org)</li>
  +      <li>Brian Behlendorf (brian.at.apache.org)</li>
  +      <li>Ross Burton (rossb.at.apache.org)</li>
  +      <li>Steven Coffman (gears.at.apache.org)</li>
  +      <li>Peter Donald (donaldp.at.apache.org)</li>
  +      <li>Robin Green (greenrd.at.apache.org)</li>
  +      <li>Ben Laurie (ben.at.apache.org)</li>
  +      <li>Brett McLaughlin (bmclaugh.at.apache.org)</li>
  +      <li>Ricardo Rocha (ricardo.at.apache.org)</li>
  +      <li>Sam Ruby (rubys.at.apache.org)</li>
  +      <li>Paul Russell (prussell.at.apache.org)</li>
  +      <li>Sebastien Sahuc (ssahuc.at.apache.org)</li>
        </ul>
     </s2>
    </s1>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.7   +1 -1      xml-cocoon2/src/documentation/xdocs/userdocs/xsp/esql.xml
  
  Index: esql.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/xsp/esql.xml,v
  retrieving revision 1.4.2.6
  retrieving revision 1.4.2.7
  diff -u -r1.4.2.6 -r1.4.2.7
  --- esql.xml  7 Dec 2002 20:33:47 -0000       1.4.2.6
  +++ esql.xml  23 Dec 2002 08:21:59 -0000      1.4.2.7
  @@ -488,7 +488,7 @@
   
      <p>Of course, we would be very grateful for any improvements on this
       documentation or further examples - please send them to <link
  -     
href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</link>!</p>
  +     
href="mailto:[EMAIL PROTECTED]";>cocoon-users.at.xml.apache.org</link>!</p>
      
     </s1>
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.138.2.80 +24 -24    xml-cocoon2/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/changes.xml,v
  retrieving revision 1.138.2.79
  retrieving revision 1.138.2.80
  diff -u -r1.138.2.79 -r1.138.2.80
  --- changes.xml       19 Dec 2002 08:46:19 -0000      1.138.2.79
  +++ changes.xml       23 Dec 2002 08:21:59 -0000      1.138.2.80
  @@ -641,7 +641,7 @@
      Added subprotocol "raw" to the cocoon: protocol. When the subprotocol is
      appended, the request parameters of the original request are not
      forwarded to the internal pipelines. Suggested by 
  -   Michael Hartle [[EMAIL PROTECTED]].
  +   Michael Hartle [mhartle.at.hartle-klug.com].
     </action>
     <action dev="VG" type="add">
       Added Pizza Java compiler as another alternative to Sun javac and Jikes.
  @@ -766,7 +766,7 @@
      (1) removed the FilesystemQueueImpl, one thread less now, (2) changed swapping 
      alghorithm in the MRUMemoryStore towards less serialization, (3) Cache entries
      will be saved to the filesystem, when the System is shutdown cleanly, (4) fixed
  -   bug submitted by Peter Hargreaves [[EMAIL PROTECTED]] in StoreJanitor
  +   bug submitted by Peter Hargreaves [pdh.at.totalise.co.uk] in StoreJanitor
      (GC hangs in endless loop).
     </action>
     <action dev="VG" type="update">
  @@ -902,11 +902,11 @@
     </action>
     <action dev="SW" type="add">
       Status generator outputs a detailed description of what's in the cache. Patch 
submitted by
  -    Sebastien Koechlin [[EMAIL PROTECTED]]
  +    Sebastien Koechlin [skoechlin.at.ivision.fr]
     </action>
     <action dev="CZ" type="update">
       Applied patch adding advanced error handling to SQLTransformer plus 
escape-string element
  -    from Peter Seiderer [[EMAIL PROTECTED]]
  +    from Peter Seiderer [Peter.Seiderer.at.ciselant.de]
     </action>
     <action dev="CZ" type="update">
       The JaxpParser is now poolable and configurable.
  @@ -919,13 +919,13 @@
     </action>
     <action dev="CZ" type="update">
       Added support for configurable SourceFactories.
  -    Patch submitted by Gianugo Rabellino [[EMAIL PROTECTED]].
  +    Patch submitted by Gianugo Rabellino [gianugo.at.rabellino.it].
     </action>
     <action dev="CZ" type="add">
       Added RTF serialization of XSL-FO documents (requires jfor).
  -    Patch submitted by Bertrand Delacretaz [[EMAIL PROTECTED]].
  +    Patch submitted by Bertrand Delacretaz [bdelacretaz.at.codeconsult.ch].
       Applied patch for the SQLTransformer to output namespaces for the
  -    generated elements. Patch submitted by Per-Olof Nor&eacute;n [[EMAIL PROTECTED]].
  +    generated elements. Patch submitted by Per-Olof Nor&eacute;n [pelle.at.alma.nu].
     </action>
     <action dev="SW" type="add">
      New ServerPagesAction and associated "action" and "capture" logicsheets
  @@ -947,15 +947,15 @@
     </action>
     <action dev="CZ" type="update">
       Applied patch for session-info for TraxTransformer from J&ouml;rn Heid
  -    [[EMAIL PROTECTED]].
  +    [heid.at.fh-heilbronn.de].
     </action>
     <action dev="CZ" type="update">
       Applied patch for the SQLTransformer to output namespaces for the
  -    generated elements. Patch submitted by Per-Olof Nor&eacute;n [[EMAIL PROTECTED]].
  +    generated elements. Patch submitted by Per-Olof Nor&eacute;n [pelle.at.alma.nu].
     </action>
     <action dev="OP" type="update">
       Applied patch for incremental XSLT processing from J&ouml;rn Heid
  -    [[EMAIL PROTECTED]].
  +    [heid.at.fh-heilbronn.de].
     </action>
    </release>
    <release version="2.0rc2" date="November 7, 2001">
  @@ -1001,28 +1001,28 @@
     </action>
     <action dev="CZ" type="fix">
       Applied NPE fix in certain conditions in ServerPagesGenerator.
  -    Submitted by: Ovidiu Predescu [[EMAIL PROTECTED]] 
  +    Submitted by: Ovidiu Predescu [ovidiu.at.cup.hp.com] 
     </action>
     <action dev="CZ" type="fix">
  -    Applied NPE fix for MRUMemoryStore Submitted by: Ovidiu Predescu 
[[EMAIL PROTECTED]] 
  +    Applied NPE fix for MRUMemoryStore Submitted by: Ovidiu Predescu 
[ovidiu.at.cup.hp.com] 
     </action>
     <action dev="CZ" type="fix">
       Fixed (hopefully) dependency to the http environment in StreamGenerator.
     </action>
     <action dev="CZ" type="fix">
       Optional setting of the lexical-handler for XMLReader. This patch allows to use 
  -    Crimson instead of Xerces. Submitted by: Ovidiu Predescu [[EMAIL PROTECTED]] 
  +    Crimson instead of Xerces. Submitted by: Ovidiu Predescu [ovidiu.at.cup.hp.com] 
     </action>
     <action dev="CZ" type="update">
       Added xml compiler and interpreter to cocoon.xconf 
     </action>
     <action dev="CZ" type="fix">
       Applied Patch for entity catalogs: accept parameters from xconf.
  -    Submitted by: David Crossley [[EMAIL PROTECTED]] 
  +    Submitted by: David Crossley [crossley.at.indexgeo.com.au] 
     </action>
     <action dev="CZ" type="fix">
       Applied fix for missing "User-Agent" header in BrowserSelectorFactory.
  -    Submitted by: Joerg Henne [[EMAIL PROTECTED]] 
  +    Submitted by: Joerg Henne [j.henne.at.levigo.de] 
     </action>
     <action dev="CZ" type="fix">
       Enhanced Command Line Interface by adding background attribute to 
ExtendedXLinkPipe
  @@ -1031,11 +1031,11 @@
     </action>
     <action dev="CZ" type="update">
       Applied patch for default value support for RequestParamAction.
  -    Submitted by: Sergio Carvalho [[EMAIL PROTECTED]] 
  +    Submitted by: Sergio Carvalho [sergio.carvalho.at.acm.org] 
     </action>
     <action dev="CZ" type="fix">
       Applied fix for a bug in the WriteDOMSessionTransformer for handling xml 
documents
  -    with namespaces correctly. Submitted by: Greg Weinger [[EMAIL PROTECTED]] 
  +    with namespaces correctly. Submitted by: Greg Weinger 
[gweinger.at.itmedicine.net] 
     </action>
    </release>
    <release version="2.0rc1" date="September 24, 2001">
  @@ -1071,7 +1071,7 @@
      New log formatter outputs the caller class and request URI in the log file. 
     </action>
     <action dev="CZ" type="add">
  -   Added patch by Stuart Roebuck ([EMAIL PROTECTED])
  +   Added patch by Stuart Roebuck (stuart.roebuck.at.adolos.com)
      fixing the byte handling of the ImageDirectoryGenerator.
     </action>
     <action dev="DM" type="add">
  @@ -1146,7 +1146,7 @@
       explicitly call with URI and PREFIX as parameters to the methods.
     </action>
     <action dev="BL" type="fix" fixes-bug="2142">
  -    Applied fix to URLFactoryImpl donated by [EMAIL PROTECTED]
  +    Applied fix to URLFactoryImpl donated by wangtun.at.staff.yam.com.
     </action>
     <action dev="BL" type="add">
       Added support for fine-grained pool size control for Excalibur Component
  @@ -1158,7 +1158,7 @@
       the ComponentManager architecture in Avalon Excalibur.
     </action>
     <action dev="GP" type="add">
  -   Integrated new StreamGenerator from Kinga Dziembowski 
&lt;[EMAIL PROTECTED]&gt;
  +   Integrated new StreamGenerator from Kinga Dziembowski 
&lt;kingadziembowska.at.msn.com&gt;
      Documentation is available in the webapp/docs/samples/stream/ReadMeAdd.txt (not 
yet converted to xdocs)
     </action>
     <action dev="CZ" type="update">
  @@ -1167,16 +1167,16 @@
     </action>
     <action dev="CZ" type="update">
      Fixed NPE in browser detection.
  -   Applied patch to the BrowserImpl. from Ovidiu Predescu ([EMAIL PROTECTED]). It
  +   Applied patch to the BrowserImpl. from Ovidiu Predescu (ovidiu.at.cup.hp.com). It
      fixes a NPE if the browser is not described.
     </action>
     <action dev="CZ" type="update">
      The TraxTransformer resolves now the uri used inside a stylesheet (e.g. 
xsl:include).
  -   Applied the patch from Rick Tessner ([EMAIL PROTECTED]).
  +   Applied the patch from Rick Tessner (rick.at.myra.com).
     </action>
     <action dev="CZ" type="update">
      SQLTransformer is now recycled properly.
  -   Applied patch from Ovidiu Predescu ([EMAIL PROTECTED]).
  +   Applied patch from Ovidiu Predescu (ovidiu.at.cup.hp.com).
     </action>
    </release>
    <release version="Cocoon 2.0b1" date="June 7, 2001">
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to