You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gr...@locus.apache.org on 2000/11/07 20:59:02 UTC

cvs commit: xml-cocoon/samples index.xml

greenrd     00/11/07 11:59:01

  Modified:    .        changes.xml todo.xml
               samples  index.xml
  Log:
  changes
  
  Revision  Changes    Path
  1.142     +6 -0      xml-cocoon/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/changes.xml,v
  retrieving revision 1.141
  retrieving revision 1.142
  diff -u -r1.141 -r1.142
  --- changes.xml	2000/11/07 18:31:44	1.141
  +++ changes.xml	2000/11/07 19:58:51	1.142
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes   
  -  $Id: changes.xml,v 1.141 2000/11/07 18:31:44 greenrd Exp $ 
  +  $Id: changes.xml,v 1.142 2000/11/07 19:58:51 greenrd Exp $ 
   -->
   
   <changes title="History of Changes">
  @@ -18,6 +18,12 @@
     </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="RDG" type="fix">
  +   Cocoon will now stop with an error if any namespace-mapped logicsheet
  +   is not well-formed or missing, instead of just logging a warning message
  +   to the servlet logger and throwing a NPE when the logicsheet is invoked.
  +   This aids debugging.
  +  </action>
     <action dev="RDG" type="fix">
      Line numbers are now reported in XML parsing errors. On some JDKs it may
      be necessary to put the sax-bugfix.jar before xerces.jar on the CLASSPATH.
  
  
  
  1.43      +16 -10    xml-cocoon/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/todo.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- todo.xml	2000/11/01 20:20:37	1.42
  +++ todo.xml	2000/11/07 19:58:53	1.43
  @@ -3,7 +3,7 @@
   <!DOCTYPE todo SYSTEM "./xdocs/dtd/todo-v10.dtd">
   
   <!--
  -  $Id: todo.xml,v 1.42 2000/11/01 20:20:37 greenrd Exp $
  +  $Id: todo.xml,v 1.43 2000/11/07 19:58:53 greenrd Exp $
   -->
   
   <todo title="Things To Do for Cocoon 1.x">
  @@ -36,9 +36,9 @@
    </actions>
   
    <actions priority="medium">
  -  <action context="code">
  -   Integrate and test Jeremy Quinn's multiline get-nested-content template,
  -   especially for use with &lt;xsp:expr&gt;.
  +  <action context="code" assigned-to="RDG">
  +   Write a LinkEncodingProcessor (useful for cookieless clients e.g. WML)
  +   which runs all HTTP links through response.encodeURL.
     </action>
     <action context="docs" assigned-to="RDG">
      Write a full guide to logicsheets, including: (1) What they are and how
  @@ -54,10 +54,8 @@
     <action context="code" assigned-to="RDG">
      Fix stylesheet-chaining bug.
     </action>
  -  <action context="code" assigned-to="RDG">
  -   More meaningful XSLT and filenotfound
  -   error reporting for XSP logicsheets
  -   (currently just throws a NullPointerException)
  +  <action context="code">
  +   Add a working version of JQ's multiline string template to util logicsheet.
     </action>
     <action context="docs">
      Cleanup and improve documentation. (in progress.)
  @@ -103,6 +101,10 @@
   
    <actions priority="wish">
     <action context="code">
  +   Add Jeremy Quinn's multiline get-nested-content template to all relevant
  +   logicsheets.
  +  </action>
  +  <action context="code">
      Automated test suite - maybe build upon samples and JMeter??
     </action>
     <action context="design">
  @@ -111,10 +113,14 @@
      in separate methods.)
     </action>
     <action context="code">
  -   More logicsheets for common requirements.
  +   More powerful request taglib, e.g. list of parameters are read into
  +   local variables.
     </action>
  -  <action context="docs">
  -   Some doc pages look screwy in Netscape - fix it.
  +  <action context="code">
  +   More logicsheets for common requirements, e.g. upload logicsheet.
  +   (see infozone, turbine, etc. for examples;
  +    O'Reilly is NOT open source) - but first fix
  +   tomcat+apache+cocoon upload bug.
     </action>
    </actions>
   
  
  
  
  1.17      +5 -5      xml-cocoon/samples/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/index.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- index.xml	2000/07/21 20:06:41	1.16
  +++ index.xml	2000/11/07 19:58:58	1.17
  @@ -5,15 +5,15 @@
   <samples>
    <group name="General Examples">
     <sample name="Hello World" url="hello/hello-page.xml">
  -   This is a very simple demostration of how to use Cocoon. A simple XML page
  +   This is a very simple demonstration of how to use Cocoon. A simple XML page
      is transformed into an HTML page.
  -  </sample>
  +   </sample>
     <sample name="Hello World (with external message)" url="entities/entities-page.xml">
  -   This is a very simple demostration of how to use Cocoon. Same page as above,
  +   Same page as above,
      but some of its content is included using XML external entities.
     </sample>
     <sample name="Hello World (with imported stylesheet)" url="import/import-page.xml">
  -   This is a very simple demostration of how to use Cocoon. Same page as above,
  +   Same page as above,
      but its stylesheet is an extention of the previous one and changes some
      of its properties.
     </sample>
  @@ -165,4 +165,4 @@
      <a href="http://www.motorola.com">Motorola</a>.
     </sample>
    </group>
  -</samples>
  \ No newline at end of file
  +</samples>