You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by st...@locus.apache.org on 2000/01/03 02:33:22 UTC

cvs commit: xml-cocoon build.xml changes.xml todo.xml

stefano     00/01/02 17:33:22

  Modified:    .        build.xml changes.xml todo.xml
  Log:
  updated
  
  Revision  Changes    Path
  1.14      +2 -0      xml-cocoon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml	1999/12/24 11:48:55	1.13
  +++ build.xml	2000/01/03 01:33:22	1.14
  @@ -233,6 +233,7 @@
       <java class="${xslt}" args="${xslt.params} -in ${docs.dir}/index.xml -out ${sbk.docs}/index-sbk.xml -xsl ${sheets.dir}/document-stylebook.xsl"/>
       <java class="${xslt}" args="${xslt.params} -in ${docs.dir}/installing.xml -out ${sbk.docs}/installing-sbk.xml -xsl ${sheets.dir}/document-stylebook.xsl"/>
       <java class="${xslt}" args="${xslt.params} -in ${docs.dir}/cocoon2.xml -out ${sbk.docs}/cocoon2-sbk.xml -xsl ${sheets.dir}/document-stylebook.xsl"/>
  +    <java class="${xslt}" args="${xslt.params} -in ${docs.dir}/xspprocessor.xml -out ${sbk.docs}/xspprocessor-sbk.xml -xsl ${sheets.dir}/document-stylebook.xsl"/>
       <java class="${xslt}" args="${xslt.params} -in ${docs.dir}/dcpprocessor.xml -out ${sbk.docs}/dcpprocessor-sbk.xml -xsl ${sheets.dir}/document-stylebook.xsl"/>
       <java class="${xslt}" args="${xslt.params} -in ${docs.dir}/sqlprocessor.xml -out ${sbk.docs}/sqlprocessor-sbk.xml -xsl ${sheets.dir}/document-stylebook.xsl"/>
       <java class="${xslt}" args="${xslt.params} -in ${docs.dir}/ldapprocessor.xml -out ${sbk.docs}/ldapprocessor-sbk.xml -xsl ${sheets.dir}/document-stylebook.xsl"/>
  @@ -323,6 +324,7 @@
       <java class="${xslt}" args="${xslt.params} -in ${docs.dir}/index.xml -out ${site.dir}/index-sbk.xml -xsl ${sheets.dir}/document-stylebook.xsl"/>
       <java class="${xslt}" args="${xslt.params} -in ${docs.dir}/installing.xml -out ${site.dir}/installing-sbk.xml -xsl ${sheets.dir}/document-stylebook.xsl"/>
       <java class="${xslt}" args="${xslt.params} -in ${docs.dir}/cocoon2.xml -out ${site.dir}/cocoon2-sbk.xml -xsl ${sheets.dir}/document-stylebook.xsl"/>
  +    <java class="${xslt}" args="${xslt.params} -in ${docs.dir}/xspprocessor.xml -out ${site.dir}/xspprocessor-sbk.xml -xsl ${sheets.dir}/document-stylebook.xsl"/>
       <java class="${xslt}" args="${xslt.params} -in ${docs.dir}/dcpprocessor.xml -out ${site.dir}/dcpprocessor-sbk.xml -xsl ${sheets.dir}/document-stylebook.xsl"/>
       <java class="${xslt}" args="${xslt.params} -in ${docs.dir}/sqlprocessor.xml -out ${site.dir}/sqlprocessor-sbk.xml -xsl ${sheets.dir}/document-stylebook.xsl"/>
       <java class="${xslt}" args="${xslt.params} -in ${docs.dir}/ldapprocessor.xml -out ${site.dir}/ldapprocessor-sbk.xml -xsl ${sheets.dir}/document-stylebook.xsl"/>
  
  
  
  1.15      +26 -2     xml-cocoon/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/changes.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- changes.xml	1999/12/23 01:26:53	1.14
  +++ changes.xml	2000/01/03 01:33:22	1.15
  @@ -4,17 +4,41 @@
   
   <!-- 
     History of Cocoon changes
  -  $Id: changes.xml,v 1.14 1999/12/23 01:26:53 stefano Exp $
  +  $Id: changes.xml,v 1.15 2000/01/03 01:33:22 stefano Exp $
   -->
   
   <changes title="Cocoon History of Changes">
     <devs>
       <person name="Stefano Mazzocchi" email="stefano@apache.org" id="SM"/>
       <person name="Donald Ball" email="balld@webslingerZ.com" id="DB"/>
  -    <person name="Ricardo Rocha" email="rrocha@plenix.org" id="RR"/>
  +    <person name="Ricardo Rocha" email="rrocha@apache.org" id="RR"/>
     </devs>
   
    <release version="1.6-dev" date="not yet released">
  +  <action dev="SM" type="update">
  +  	Added XSP sample pages.
  +  </action>
  +  <action dev="SM" type="update">
  +  	Cleaned-up docs, in preparation for release.
  +  </action>
  +  <action dev="SM" type="update">
  +  	Tuned Xerces attributes for speed.
  +  </action>
  +  <action dev="SM" type="add" due-to="James Birchfield" due-to-email="jmbirchfield@proteus-technologies.com">
  +  	Added VRML formatter.
  +  </action>
  +  <action dev="SM" type="update">
  +  	Updated XSP working draft to match implementation (the WD was slowly changed
  +  	during development to match new emerging needs).
  +  </action>
  +  <action dev="RR" type="add">
  +  	Added XSP primer in documentation.
  +  </action>
  +  <action dev="RR" type="add">
  +  	Added implementation of the XSP technology. The Cocoon Project is thankful to 
  +  	<link href="http://www.exoffice.com">Exoffice Technologies</link> that sponsored
  +  	the creation of such implementation by hiring Ricardo and donated it to the project.
  +  </action>
     <action dev="SM" type="add" due-to="Brett McLaughlin" due-to-email="bmclaugh@algx.net">
     	Added examples on how to call the Cocoon engine from another servlet.
     </action>
  
  
  
  1.11      +22 -25    xml-cocoon/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/todo.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- todo.xml	1999/12/23 01:26:53	1.10
  +++ todo.xml	2000/01/03 01:33:22	1.11
  @@ -4,7 +4,7 @@
   
   <!-- 
     History of Cocoon changes
  -  $Id: todo.xml,v 1.10 1999/12/23 01:26:53 stefano Exp $
  +  $Id: todo.xml,v 1.11 2000/01/03 01:33:22 stefano Exp $
   -->
   
   <todo title="Cocoon Things To Do">
  @@ -15,30 +15,27 @@
     <person name="Pierpaolo Fumagalli" email="pier@apache.org" id="PF"/>
    </devs>
   
  - <action priority="high" assigned-to="SM" context="design">
  -  Write SiteMap document.
  - </action>
  + <actions priority="high">
  +  <action context="code">
  +   Implement "xsl:output" instead of "cocoon-format" PI and redesign
  +   formatting subsystem. (follows sitemap)
  +  </action>
  +  <action context="code">
  +   Pass request/session parameters to the XSLT processors for dynamic
  +   stylesheet operation. (follows sitemap)
  +  </action>
  +  <action context="code">
  +   Work on external entities inclusion (follows sitemap).
  +  </action>
  + </actions>
    
  - <action priority="high" context="code">
  -  Implement "xsl:output" instead of "cocoon-format" PI and redesign
  -  formatting subsystem. (follows sitemap)
  - </action>
  -
  - <action priority="high" context="code">
  -  Pass request/session parameters to the XSLT processors for dynamic
  -  stylesheet operation. (follows sitemap)
  - </action>
  -
  - <action priority="high" context="code">
  -  Work on external entities inclusion (follows sitemap).
  - </action>
  -
  - <action priority="medium" context="code">
  -  Implement the error handler subsystem
  - </action>
  -
  - <action priority="medium" assigned-to="PF" context="design">
  -  Merge stylebook technology with Cocoon
  - </action>
  + <actions priority="medium">
  +  <action context="code">
  +   Implement the error handler subsystem
  +  </action>
  +  <action assigned-to="PF" context="design">
  +   Merge stylebook technology with Cocoon
  +  </action>
  + </actions>
    
   </todo>