You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@apache.org on 2003/02/22 00:26:31 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/flow TODO

stefano     2003/02/21 15:26:31

  Modified:    src/java/org/apache/cocoon/components/flow TODO
  Log:
  update a little (shouldn't we move this into a more visible location?)
  
  Revision  Changes    Path
  1.3       +1 -18     xml-cocoon2/src/java/org/apache/cocoon/components/flow/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/flow/TODO,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TODO	6 Nov 2002 15:53:40 -0000	1.2
  +++ TODO	21 Feb 2003 23:26:31 -0000	1.3
  @@ -1,17 +1,3 @@
  -HIGH:
  -=====
  -
  -- implement a background thread that expires continuations. Currently
  -  continuations are created and have to be removed manually by the
  -  developer at the exit from a flow function. Such a thread would
  -  expire continuations which are not accessed in a while.
  -
  -- [done] remove dependency on PipelinesNode. Use Redirector instead.
  -
  -- [done] implement sendPageAndContinue()
  -
  -MEDIUM:
  -=======
   
   - replace <map:parameter> in sitemap with <map:argument>
   
  @@ -23,10 +9,7 @@
   
   - [in progress] implement a transformer for JPath, in addition to the jpath.xsl
   logicsheet. This should allow template pages to be created without the
  -need for XSP, which requires a Java compiler. This should make
  -Schecoon run on MacOS X, which doesn't provide tools.jar with the
  -JDK. The transformer should also be a lot faster than the XSP
  -approach.
  +need for XSP, which requires a Java compiler.
   
   WISH LIST:
   ==========