Return-Path: Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 90444 invoked by uid 1010); 6 Jun 2000 23:10:21 -0000 Date: 6 Jun 2000 23:10:21 -0000 Message-ID: <20000606231021.90443.qmail@locus.apache.org> From: stefano@locus.apache.org To: xml-cocoon-cvs@apache.org Subject: cvs commit: xml-cocoon todo.xml stefano 00/06/06 16:10:21 Modified: . Tag: xml-cocoon2 todo.xml Log: finally something you guys can work on :-) Revision Changes Path No revision No revision 1.6.2.5 +45 -3 xml-cocoon/todo.xml Index: todo.xml =================================================================== RCS file: /home/cvs/xml-cocoon/todo.xml,v retrieving revision 1.6.2.4 retrieving revision 1.6.2.5 diff -u -r1.6.2.4 -r1.6.2.5 --- todo.xml 2000/05/31 18:34:23 1.6.2.4 +++ todo.xml 2000/06/06 23:10:20 1.6.2.5 @@ -4,7 +4,7 @@ @@ -20,9 +20,51 @@ - - create a distribution + + To simplify portability and installation on different enviornments, the + XSP subsystem should use the temporary directory provided by the + ServletContext via the "javax.servlet.context.tempdir" attribute. + + + Write a better error handling code for CocoonServlet to avoid hardcoding + HTML inside the servlet which sucks big time. + + + + Complete ResourceProcessor.java to allow Cocoon to read resources from its + URI space without attempting to process them (should use context.getResource() + but how do we make that instance available and maintain the engine abstracted + enough? we should implement the "loading" abstraction). + + + + Extend the cocoon demo war file to create a complete presentation of current + publishing capabilities (need FO, SVG, SMIL, RSS, VRML... we can just port + them from Cocoon1 and adapt them for the new processing) + + + + Check and fix xsl:import which doesn't seem to work expected... very strange.. + it might be an XSLT problem with the XSP example since it uses namespaces + heavily... should we use the namespace() axis? + + + + + + + + Create a better logging subsystem. + + + + Create a Cocoon1-like status page to indicate current status. Should be + implemented as a Generator directly. It should also be able to generate + SVG graphs of current load and so forth. Now that we have the technology, + let's use it!. + +