jvanzyl 01/05/18 10:08:53
Modified: xdocs todo.xml turbine-experiment.xml
Log:
- cleanups
- attribute todo to celkins (if i remember correctly)
Revision Changes Path
1.11 +102 -58 jakarta-turbine/xdocs/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine/xdocs/todo.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- todo.xml 2001/05/12 20:28:31 1.10
+++ todo.xml 2001/05/18 17:08:51 1.11
@@ -3,7 +3,7 @@
<document>
<properties>
<title>Turbine Todo</title>
- <author email="[EMAIL PROTECTED]">Turbine Documentation Team</author>
+ <author email="[EMAIL PROTECTED]">Christopher Elkins</author>
</properties>
<body>
@@ -11,49 +11,63 @@
<section name="Todo">
<p>
-This document describes functionality that is either missing or not finished
-within Turbine as well as the owners of implementing or coordinating the
-implementation of these features.
+
+ This document describes functionality that is either missing or not finished
+ within Turbine as well as the owners of implementing or coordinating the
+ implementation of these features.
+
</p>
<p>
-Wish List functionality is stuff that we would like to see implemented, but is
-not critical for release. This is the area where you can take ownership of a
-part of the project and contribute back.
+
+ Wish List functionality is stuff that we would like to see implemented, but is
+ not critical for release. This is the area where you can take ownership of a
+ part of the project and contribute back.
+
</p>
<p>
-Critical Before Release is stuff that we feel is holding up the release of
-Turbine.
+
+ Critical Before Release is stuff that we feel is holding up the release of
+ Turbine.
+
</p>
<p>
-If you are a new developer to Turbine or even an existing developer, these are
-areas where you can take ownership and help complete. Please do not ask us how
-you can help, but rather specific questions about how you think that these items
-should be implemented. It is up to you to take initiative and provide solutions
-to the missing functionality described below. ;-)
+
+ If you are a new developer to Turbine or even an existing developer, these are
+ areas where you can take ownership and help complete. Please do not ask us how
+ you can help, but rather specific questions about how you think that these items
+ should be implemented. It is up to you to take initiative and provide solutions
+ to the missing functionality described below. ;-)
+
</p>
<p>
-It is always possible to take ownership of any portion of the project. The way
-to do this is to communicate with the owner of the portion and then come to some
-sort of agreement about what portions you will be splitting up or taking over.
-If you cannot get a response from the people in charge of the projects, assume
-they are dead and fill yourself in.
+
+ It is always possible to take ownership of any portion of the project. The way
+ to do this is to communicate with the owner of the portion and then come to some
+ sort of agreement about what portions you will be splitting up or taking over.
+ If you cannot get a response from the people in charge of the projects, assume
+ they are dead and fill yourself in.
+
</p>
<p>
-Documentation is <b>*always*</b> appreciated in any form. There are two ways to
provide helpful documentation. The first way is to write up XML documentation and send
it to one of the primary authors directly (we are also
-willing to give you CVS write access if you wish). The second way is to post
-Questions/Answers to the <a href="http://java.apache.org/jyve-faq/Turbine">
-FAQ</a> under the Turbine sections there. Please review the sections in the <a
href="turbine-documentation-project.html">Turbine Documentation Project</a> for ways
to get started and areas of documentation needing attention. You need to take the
initiative and just start writing down your thoughts and concerns and questions and
answers and then giving those back to us.
+
+ Documentation is <b>*always*</b> appreciated in any form. There are two ways to
provide helpful documentation. The first way is to write up XML documentation and send
it to one of the primary authors directly (we are also
+ willing to give you CVS write access if you wish). The second way is to post
+ Questions/Answers to the <a href="http://java.apache.org/jyve-faq/Turbine">
+ FAQ</a> under the Turbine sections there. Please review the sections in the <a
href="turbine-documentation-project.html">Turbine Documentation Project</a> for ways
to get started and areas of documentation needing attention. You need to take the
initiative and just start writing down your thoughts and concerns and questions and
answers and then giving those back to us.
+
</p>
<p>
-If you need more detailed help, please send mail to the
-<a href="http://jakarta.apache.org/site/mail.html">mailing list</a> and ask
-your specific questions there.
+
+ If you need more detailed help, please send mail to the
+ <a href="http://jakarta.apache.org/site/mail.html">mailing list</a> and ask
+ your specific questions there.
+
</p>
</section>
@@ -61,40 +75,70 @@
<section name="Wish List">
<ul>
- <li>
- Documentation improvements - The website is checked into CVS and can
- be edited by anyone. If you are new to Turbine and are just learning
- things, documenting what you learn and adding it to our website
- would be appreciated.
- <p>More detail on how you can contribute
- documentation is contained in the <a
href="turbine-documentation-project.html">Turbine Documentation Project</a> page.</p>
+ <li>
+
+ Documentation improvements - The website is checked into CVS and can
+ be edited by anyone. If you are new to Turbine and are just learning
+ things, documenting what you learn and adding it to our website
+ would be appreciated.
+
+ <p>
+
+ More detail on how you can contribute
+ documentation is contained in the
+ <a href="turbine-documentation-project.html">Turbine Documentation
Project</a> page.
+
+ </p>
- </li>
+ </li>
- <li>
- Implement more robust multipart message handling
- (org/apache/turbine/util/mail)
- <p>Owner: None</p>
- </li>
-
- <li>
- Well thought out (and executed) Cocoon 2 Implementation
- <p>Owner: None (potential <a href="mailto:[EMAIL PROTECTED]">Jon
- S.Stevens</a> and Kevin Burton)</p>
- <p>Co-Owner: (Giacomo Pati has expressed interest)</p></li>
-
- <li>
- We can always use additional utility code that goes into the
<code>util</code> directory.
- Send us whatever you can along the lines of what
<code>BrowserDetector</code> and
- <code>DateSelector</code> provide. This is your chance to contribute your
useful classes
- to a wider audience and get feedback and support!
- <p>Owner: None</p></li>
-
- <li>
- Add a feature to the connection pool system to allow it to have multiple
database
- fail over so that if all the connections to one database fail, it will
auto-attempt
- to connect to a "backup" database.
- <p>Owner: None</p></li>
+ <li>
+
+ Implement more robust multipart message handling
+ (org/apache/turbine/util/mail)
+
+ <p>
+ Owner: None
+ </p>
+
+ </li>
+
+ <li>
+
+ Well thought out (and executed) Cocoon 2 Implementation
+ <p>
+
+ Owner: None (potential <a href="mailto:[EMAIL PROTECTED]">Jon
+ S.Stevens</a> and Kevin Burton)</p>
+ <p>Co-Owner: (Giacomo Pati has expressed interest)
+
+ </p>
+
+ </li>
+
+ <li>
+
+ We can always use additional utility code that goes into the <code>util</code>
directory.
+ Send us whatever you can along the lines of what <code>BrowserDetector</code>
and
+ <code>DateSelector</code> provide. This is your chance to contribute your
useful classes
+ to a wider audience and get feedback and support!
+
+ <p>
+ Owner: None
+ </p>
+ </li>
+
+ <li>
+
+ Add a feature to the connection pool system to allow it to have multiple
database
+ fail over so that if all the connections to one database fail, it will
auto-attempt
+ to connect to a "backup" database.
+
+ <p>
+ Owner: None
+ </p>
+
+ </li>
</ul>
1.4 +1 -1 jakarta-turbine/xdocs/turbine-experiment.xml
Index: turbine-experiment.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine/xdocs/turbine-experiment.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- turbine-experiment.xml 2001/05/18 15:43:32 1.3
+++ turbine-experiment.xml 2001/05/18 17:08:51 1.4
@@ -110,7 +110,7 @@
<p>
- 1. Alexander, C., M. Silverstein, S. Angel, S. Ishikawa, & D. Abrams, <em>The
+ 1. Alexander, C., M. Silverstein, S. Angel, S. Ishikawa, and D. Abrams, <em>The
Oregon Experiment</em>, Oxford University Press, 1975. ISBN: 0195018249.
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]