nicolaken 2002/07/08 15:11:19
Modified: io PROPOSAL.html STATUS.html
Log:
Added myself as a developer.
Revision Changes Path
1.3 +47 -55 jakarta-commons-sandbox/io/PROPOSAL.html
Index: PROPOSAL.html
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/io/PROPOSAL.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PROPOSAL.html 25 Jan 2002 20:32:29 -0000 1.2
+++ PROPOSAL.html 8 Jul 2002 22:11:19 -0000 1.3
@@ -1,70 +1,62 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
-<title>Proposal for IO Package</title>
+ <title>Proposal for IO Package</title>
</head>
-<body bgcolor="white">
-
-<div align="center">
+ <body bgcolor="white">
+
+<div align="center">
<h1>Proposal for <em>IO</em> Package</h1>
-</div>
-
+ </div>
+
<h3>(0) Rationale</h3>
-
-<p>Many software projects have a need to perform I/O in various ways,
-and the JDK class libraries provide a lot of functionality, but
-sometimes you need just a little bit more. The io package seeks to
-encapsulate some of the most popular i/o base classes into one easy to
-use package.</p>
-
-
+
+<p>Many software projects have a need to perform I/O in various ways, and
+the JDK class libraries provide a lot of functionality, but sometimes you
+need just a little bit more. The io package seeks to encapsulate some of
+the most popular i/o base classes into one easy to use package.</p>
+
<h3>(1) Scope of the Package</h3>
-
-<p>This proposal is to create a package of Java utility classes for
-various types of i/o related activity.</p>
-
-
+
+<p>This proposal is to create a package of Java utility classes for various
+types of i/o related activity.</p>
+
<h3>(1.5) Interaction With Other Packages</h3>
-
-<p><em>IO</em> relies only on standard JDK 1.2 (or later) APIs for
-production deployment. It utilizes the JUnit unit testing framework for
-developing and executing unit tests, but this is of interest only to
-developers of the component. IO will be a dependency for
-several existing components in the open source world.</p>
-
+
+<p><em>IO</em> relies only on standard JDK 1.2 (or later) APIs for production
+deployment. It utilizes the JUnit unit testing framework for developing
+and executing unit tests, but this is of interest only to developers of the
+component. IO will be a dependency for several existing components in the
+open source world.</p>
+
<p>No external configuration files are utilized.</p>
-
-
+
<h3>(2) Initial Source of the Package</h3>
-
-<p>The original Java classes are splashed around various Apache
-subprojects. We intend to seek them out and integrate them.</p>
-
-<p>The proposed package name for the new component is
-<code>org.apache.commons.io</code>.</p>
-
-
+
+<p>The original Java classes are splashed around various Apache subprojects.
+ We intend to seek them out and integrate them.</p>
+
+<p>The proposed package name for the new component is <code>org.apache.commons.io</code>.</p>
+
<h3>(3) Required Jakarta-Commons Resources</h3>
-
+
<ul>
-<li>CVS Repository - New directory <code>io</code> in the
- <code>jakarta-commons</code> CVS repository.</li>
-<li>Mailing List - Discussions will take place on the general
- <em>commons-dev@jakarta.apache.org</em> mailing list. To help
- list subscribers identify messages of interest, it is suggested that
- the message subject of messages about this component be prefixed with
- [IO].</li>
-<li>Bugzilla - New component "IO" under the "Commons" product
- category, with appropriate version identifiers as needed.</li>
-<li>Jyve FAQ - New category "commons-io" (when available).</li>
+ <li>CVS Repository - New directory <code>io</code> in the <code>jakarta-commons</code>
+CVS repository.</li>
+ <li>Mailing List - Discussions will take place on the general <em>commons-dev@jakarta.apache.org</em>
+mailing list. To help list subscribers identify messages of interest,
+it is suggested that the message subject of messages about this component
+be prefixed with [IO].</li>
+ <li>Bugzilla - New component "IO" under the "Commons" product category,
+with appropriate version identifiers as needed.</li>
+ <li>Jyve FAQ - New category "commons-io" (when available).</li>
+
</ul>
-
-
+
<h3>(4) Initial Committers</h3>
-
-<p>The initial committers on the IO component shall be Scott Sanders
-and ???(Your name here)</p>
-
-
-
+
+<p>The initial committers on the IO component shall be Scott Sanders and
+Nicola Ken Barozzi and (Your name here)</p>
+ <br>
</body>
</html>
1.3 +66 -77 jakarta-commons-sandbox/io/STATUS.html
Index: STATUS.html
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/io/STATUS.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- STATUS.html 22 Jun 2002 06:52:23 -0000 1.2
+++ STATUS.html 8 Jul 2002 22:11:19 -0000 1.3
@@ -1,96 +1,85 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
-<title>Status File for Jakarta Commons "IO" Component</title>
+ <title>Status File for Jakarta Commons "IO" Component</title>
</head>
-<body bgcolor="white">
-
-
-<div align="center">
+ <body bgcolor="white">
+
+<div align="center">
<h1>The Jakarta Commons <em>IO</em> Component</h1>
-$Id$<br />
-<a href="#Introduction">[Introduction]</a>
-<a href="#Dependencies">[Dependencies]</a>
-<a href="#Release Info">[Release Info]</a>
-<a href="#Committers">[Committers]</a>
-<a href="#Action Items">[Action Items]</a>
-<br /><br />
-</div>
-
-
-<a name="Introduction"></a>
+ $Id$<br>
+ <a href="#Introduction">[Introduction]</a> <a href="#Dependencies">[Dependencies]</a>
+<a href="#Release%20Info">[Release Info]</a> <a href="#Committers">[Committers]</a>
+<a href="#Action%20Items">[Action Items]</a> <br>
+<br>
+ </div>
+ <a name="Introduction"></a>
<h3>1. INTRODUCTION</h3>
-
-<p>The <em>IO</em> Component contains a set of Java classes that provide
-I/O functionality above and beyond what the JDK provides out of the box.
-The following classes are included:</p>
-<ul>
-<li><strong>TBD</strong> - TBD.</li>
-</ul>
-
-
-<a name="Dependencies"></a>
+
+<p>The <em>IO</em> Component contains a set of Java classes that provide
I/O
+functionality above and beyond what the JDK provides out of the box. </p>
+
<h3>2. DEPENDENCIES</h3>
-
-<p>The <em>IO</em> component is dependent upon the following external
-components for development and use:</p>
+
+<p>The <em>IO</em> component is dependent upon the following external
components
+for development and use:</p>
+
<ul>
-<li><a href="http://java.sun.com/j2se">Java Development Kit</a>
- (Version 1.2 or later)</li>
-<li><a href="http://www.junit.org">JUnit Testing Framework</a>
- (Version 3.7 or later) - for unit tests only, not required
- for deployment</li>
+ <li><a href="http://java.sun.com/j2se">Java Development Kit</a>
(Version
+1.2 or later)</li>
+ <li><a href="http://www.junit.org">JUnit Testing Framework</a> (Version
+3.7 or later) - for unit tests only, not required for deployment</li>
+
</ul>
-
-
-<a name="Release Info"></a>
+ <a name="Release Info"></a>
<h3>3. RELEASE INFO</h3>
-
+
<p>Current Release: IO is yet to be released. We hope it will be RSN.</p>
-
-<p>Planned Next Release: Real Soon Now :) See the
-<a href="#Action Items">Action Items</a> list for tasks that need to be
-completed prior to this release.</p>
-
-
-<a name="Committers"></a>
+
+<p>Planned Next Release: Real Soon Now :) See the <a
+ href="#Action%20Items">Action Items</a> list for tasks that need to be completed
+prior to this release.</p>
+ <a name="Committers"></a>
<h3>4. COMMITTERS</h3>
-
-<p>The following individuals are the primary developers and maintainers of this
-component. Developers who plan to use <em>IO</em> in their own
-projects are encouraged to collaborate on the future development of this
-component to ensure that it continues to meet a variety of needs.</p>
+
+<p>The following individuals are the primary developers and maintainers of
+this component. Developers who plan to use <em>IO</em> in their own projects
+are encouraged to collaborate on the future development of this component
+to ensure that it continues to meet a variety of needs.</p>
+
<ul>
-<li><a href="mailto:sanders@apache.org">Scott Sanders</a></li>
-<li><a href="mailto:dion@apache.org">dIon Gillard</a></li>
-<li>Fancy volunteering? We need you!</li>
+ <li><a href="mailto:sanders@apache.org">Scott Sanders</a></li>
+ <li><a href="mailto:dion@apache.org">dIon Gillard</a></li>
+ <li><a href="maito:nicolaken@apache.org">Nicola Ken Barozzi</a><br>
+ </li>
+ <li>Fancy volunteering? We need you!</li>
+
</ul>
-
-
-<a name="Action Items"></a>
+ <a name="Action Items"></a>
<h3>5. ACTION ITEMS</h3>
-
-<p>The following action items need to be completed prior to a Version 1.3
+
+<p>The following action items need to be completed prior to a Version 1.3
release of this component:</p>
-
+
<table border="1">
-
- <tr>
- <th width="80%">Action Item</th>
- <th width="20%">Volunteer</th>
- </tr>
-
- <tr>
- <td><strong>Integration</strong>. Seek and integrate various i/o
related classes.</td>
- <td align="center">Everyone</td>
- </tr>
-
- <tr>
- <td><strong>Install / Use Documentation</strong>. Create simple
- installation and User's Guide documentation for this component.</td>
- <td align="center">everyone</td>
- </tr>
-
+ <tbody>
+ <tr>
+ <th width="80%">Action Item</th>
+ <th width="20%">Volunteer</th>
+ </tr>
+ <tr>
+ <td><strong>Integration</strong>. Seek and integrate various i/o
related
+classes.</td>
+ <td align="center">Everyone</td>
+ </tr>
+ <tr>
+ <td><strong>Install / Use Documentation</strong>. Create simple
+ installation and User's Guide documentation for this component.</td>
+ <td align="center">everyone</td>
+ </tr>
+
+ </tbody>
</table>
-
+ <br>
</body>
</html>
--
To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@jakarta.apache.org>
|