greenrd 00/10/27 04:38:15
Modified: xdocs mail-lists.xml
. todo.xml
Log:
docs updates
Revision Changes Path
1.5 +12 -0 xml-cocoon/xdocs/mail-lists.xml
Index: mail-lists.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/xdocs/mail-lists.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mail-lists.xml 2000/10/22 13:57:34 1.4
+++ mail-lists.xml 2000/10/27 11:38:13 1.5
@@ -31,6 +31,18 @@
best to implement a site, comparisons with other XML frameworks, etc.
But don't forget to look in the FAQ first, please!</p>
+ <p><strong>This is not an appropriate list for general XSL
questions.</strong>
+ Instead
+ look at the FAQ for XML/XSL links (such as the excellent
+ <link href="http://www.zvon.org/xxl/XSLTutorial/Books/Book1/index.html">
+ XSL tutorial at Zvon.org</link>) or try the
+ <link href="http://www.mulberrytech.com/xsl/">Mulberrytech XSL
list</link>.</p>
+
+ <p><strong>This is also not an appropriate list for general Java
questions.</strong>
+ Instead try <link
href="news:comp.lang.java.help">news:comp.lang.java.help</link>
+ or <link href="http://hotdispatch.com/">http://hotdispatch.com/</link>,
for
+ example.</p>
+
<p><strong>IMPORTANT:</strong> If you are posting about a problem you are
having
(as most people do), it will aid in finding a speedy resolution if you
provide
full configuration details (especially the <strong>Cocoon version
number</strong>,
1.40 +4 -5 xml-cocoon/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/todo.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- todo.xml 2000/10/24 02:20:34 1.39
+++ todo.xml 2000/10/27 11:38:15 1.40
@@ -3,7 +3,7 @@
<!DOCTYPE todo SYSTEM "./xdocs/dtd/todo-v10.dtd">
<!--
- $Id: todo.xml,v 1.39 2000/10/24 02:20:34 greenrd Exp $
+ $Id: todo.xml,v 1.40 2000/10/27 11:38:15 greenrd Exp $
-->
<todo title="Things To Do for Cocoon 1.x">
@@ -17,8 +17,7 @@
<actions priority="high">
<action context="code">
- Make ESQL default to inner-method=false but make this configurable
- in cocoon.properties.
+ Make ESQL default to inner-method=false.
</action>
<action context="code">
Track down cause of OutOfMemoryError.
@@ -40,9 +39,6 @@
</actions>
<actions priority="medium">
- <action context="code" assigned-to="RDG">
- Make cocoon.properties (i.e. Configurations objects) easily accessible
from XSP.
- </action>
<action context="code">
Integrate and test Jeremy Quinn's multiline get-nested-content template,
especially for use with <xsp:expr>.
@@ -88,6 +84,9 @@
<actions priority="low">
<action context="docs">
Make <connect> tags work correctly when xdocs are transformed to
HTML docs.
+ </action>
+ <action context="code" assigned-to="RDG">
+ Make cocoon.properties (i.e. Configurations objects) easily accessible
from XSP.
</action>
<action context="docs">
Make authors appear on all HTML docs (where appropriate).