Skip to content

Commit fb63d00

Browse files
author
Nicola Ken Barozzi
committed
Added myself as a developer.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140299 13f79535-47bb-0310-9956-ffa450edef68
1 parent c20dc79 commit fb63d00

2 files changed

Lines changed: 113 additions & 132 deletions

File tree

PROPOSAL.html

Lines changed: 47 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,62 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
12
<html>
23
<head>
3-
<title>Proposal for IO Package</title>
4+
<title>Proposal for IO Package</title>
45
</head>
5-
<body bgcolor="white">
6-
7-
<div align="center">
6+
<body bgcolor="white">
7+
8+
<div align="center">
89
<h1>Proposal for <em>IO</em> Package</h1>
9-
</div>
10-
10+
</div>
11+
1112
<h3>(0) Rationale</h3>
12-
13-
<p>Many software projects have a need to perform I/O in various ways,
14-
and the JDK class libraries provide a lot of functionality, but
15-
sometimes you need just a little bit more. The io package seeks to
16-
encapsulate some of the most popular i/o base classes into one easy to
17-
use package.</p>
18-
19-
13+
14+
<p>Many software projects have a need to perform I/O in various ways, and
15+
the JDK class libraries provide a lot of functionality, but sometimes you
16+
need just a little bit more. The io package seeks to encapsulate some of
17+
the most popular i/o base classes into one easy to use package.</p>
18+
2019
<h3>(1) Scope of the Package</h3>
21-
22-
<p>This proposal is to create a package of Java utility classes for
23-
various types of i/o related activity.</p>
24-
25-
20+
21+
<p>This proposal is to create a package of Java utility classes for various
22+
types of i/o related activity.</p>
23+
2624
<h3>(1.5) Interaction With Other Packages</h3>
27-
28-
<p><em>IO</em> relies only on standard JDK 1.2 (or later) APIs for
29-
production deployment. It utilizes the JUnit unit testing framework for
30-
developing and executing unit tests, but this is of interest only to
31-
developers of the component. IO will be a dependency for
32-
several existing components in the open source world.</p>
33-
25+
26+
<p><em>IO</em> relies only on standard JDK 1.2 (or later) APIs for production
27+
deployment. It utilizes the JUnit unit testing framework for developing
28+
and executing unit tests, but this is of interest only to developers of the
29+
component. IO will be a dependency for several existing components in the
30+
open source world.</p>
31+
3432
<p>No external configuration files are utilized.</p>
35-
36-
33+
3734
<h3>(2) Initial Source of the Package</h3>
38-
39-
<p>The original Java classes are splashed around various Apache
40-
subprojects. We intend to seek them out and integrate them.</p>
41-
42-
<p>The proposed package name for the new component is
43-
<code>org.apache.commons.io</code>.</p>
44-
45-
35+
36+
<p>The original Java classes are splashed around various Apache subprojects.
37+
We intend to seek them out and integrate them.</p>
38+
39+
<p>The proposed package name for the new component is <code>org.apache.commons.io</code>.</p>
40+
4641
<h3>(3) Required Jakarta-Commons Resources</h3>
47-
42+
4843
<ul>
49-
<li>CVS Repository - New directory <code>io</code> in the
50-
<code>jakarta-commons</code> CVS repository.</li>
51-
<li>Mailing List - Discussions will take place on the general
52-
<em>commons-dev@jakarta.apache.org</em> mailing list. To help
53-
list subscribers identify messages of interest, it is suggested that
54-
the message subject of messages about this component be prefixed with
55-
[IO].</li>
56-
<li>Bugzilla - New component "IO" under the "Commons" product
57-
category, with appropriate version identifiers as needed.</li>
58-
<li>Jyve FAQ - New category "commons-io" (when available).</li>
44+
<li>CVS Repository - New directory <code>io</code> in the <code>jakarta-commons</code>
45+
CVS repository.</li>
46+
<li>Mailing List - Discussions will take place on the general <em>commons-dev@jakarta.apache.org</em>
47+
mailing list. To help list subscribers identify messages of interest,
48+
it is suggested that the message subject of messages about this component
49+
be prefixed with [IO].</li>
50+
<li>Bugzilla - New component "IO" under the "Commons" product category,
51+
with appropriate version identifiers as needed.</li>
52+
<li>Jyve FAQ - New category "commons-io" (when available).</li>
53+
5954
</ul>
60-
61-
55+
6256
<h3>(4) Initial Committers</h3>
63-
64-
<p>The initial committers on the IO component shall be Scott Sanders
65-
and ???(Your name here)</p>
66-
67-
68-
57+
58+
<p>The initial committers on the IO component shall be Scott Sanders and
59+
Nicola Ken Barozzi and (Your name here)</p>
60+
<br>
6961
</body>
7062
</html>

STATUS.html

Lines changed: 66 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,85 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
12
<html>
23
<head>
3-
<title>Status File for Jakarta Commons "IO" Component</title>
4+
<title>Status File for Jakarta Commons "IO" Component</title>
45
</head>
5-
<body bgcolor="white">
6-
7-
8-
<div align="center">
6+
<body bgcolor="white">
7+
8+
<div align="center">
99
<h1>The Jakarta Commons <em>IO</em> Component</h1>
10-
$Id: STATUS.html,v 1.2 2002/06/22 06:52:23 dion Exp $<br />
11-
<a href="#Introduction">[Introduction]</a>
12-
<a href="#Dependencies">[Dependencies]</a>
13-
<a href="#Release Info">[Release Info]</a>
14-
<a href="#Committers">[Committers]</a>
15-
<a href="#Action Items">[Action Items]</a>
16-
<br /><br />
17-
</div>
18-
19-
20-
<a name="Introduction"></a>
10+
$Id: STATUS.html,v 1.3 2002/07/08 22:11:19 nicolaken Exp $<br>
11+
<a href="#Introduction">[Introduction]</a> <a href="#Dependencies">[Dependencies]</a>
12+
<a href="#Release%20Info">[Release Info]</a> <a href="#Committers">[Committers]</a>
13+
<a href="#Action%20Items">[Action Items]</a> <br>
14+
<br>
15+
</div>
16+
<a name="Introduction"></a>
2117
<h3>1. INTRODUCTION</h3>
22-
23-
<p>The <em>IO</em> Component contains a set of Java classes that provide
24-
I/O functionality above and beyond what the JDK provides out of the box.
25-
The following classes are included:</p>
26-
<ul>
27-
<li><strong>TBD</strong> - TBD.</li>
28-
</ul>
29-
30-
31-
<a name="Dependencies"></a>
18+
19+
<p>The <em>IO</em> Component contains a set of Java classes that provide I/O
20+
functionality above and beyond what the JDK provides out of the box.&nbsp;</p>
21+
3222
<h3>2. DEPENDENCIES</h3>
33-
34-
<p>The <em>IO</em> component is dependent upon the following external
35-
components for development and use:</p>
23+
24+
<p>The <em>IO</em> component is dependent upon the following external components
25+
for development and use:</p>
26+
3627
<ul>
37-
<li><a href="http://java.sun.com/j2se">Java Development Kit</a>
38-
(Version 1.2 or later)</li>
39-
<li><a href="http://www.junit.org">JUnit Testing Framework</a>
40-
(Version 3.7 or later) - for unit tests only, not required
41-
for deployment</li>
28+
<li><a href="http://java.sun.com/j2se">Java Development Kit</a> (Version
29+
1.2 or later)</li>
30+
<li><a href="http://www.junit.org">JUnit Testing Framework</a> (Version
31+
3.7 or later) - for unit tests only, not required for deployment</li>
32+
4233
</ul>
43-
44-
45-
<a name="Release Info"></a>
34+
<a name="Release Info"></a>
4635
<h3>3. RELEASE INFO</h3>
47-
36+
4837
<p>Current Release: IO is yet to be released. We hope it will be RSN.</p>
49-
50-
<p>Planned Next Release: Real Soon Now :) See the
51-
<a href="#Action Items">Action Items</a> list for tasks that need to be
52-
completed prior to this release.</p>
53-
54-
55-
<a name="Committers"></a>
38+
39+
<p>Planned Next Release: Real Soon Now :) See the <a
40+
href="#Action%20Items">Action Items</a> list for tasks that need to be completed
41+
prior to this release.</p>
42+
<a name="Committers"></a>
5643
<h3>4. COMMITTERS</h3>
57-
58-
<p>The following individuals are the primary developers and maintainers of this
59-
component. Developers who plan to use <em>IO</em> in their own
60-
projects are encouraged to collaborate on the future development of this
61-
component to ensure that it continues to meet a variety of needs.</p>
44+
45+
<p>The following individuals are the primary developers and maintainers of
46+
this component. Developers who plan to use <em>IO</em> in their own projects
47+
are encouraged to collaborate on the future development of this component
48+
to ensure that it continues to meet a variety of needs.</p>
49+
6250
<ul>
63-
<li><a href="mailto:sanders@apache.org">Scott Sanders</a></li>
64-
<li><a href="mailto:dion@apache.org">dIon Gillard</a></li>
65-
<li>Fancy volunteering? We need you!</li>
51+
<li><a href="mailto:sanders@apache.org">Scott Sanders</a></li>
52+
<li><a href="mailto:dion@apache.org">dIon Gillard</a></li>
53+
<li><a href="maito:nicolaken@apache.org">Nicola Ken Barozzi</a><br>
54+
</li>
55+
<li>Fancy volunteering? We need you!</li>
56+
6657
</ul>
67-
68-
69-
<a name="Action Items"></a>
58+
<a name="Action Items"></a>
7059
<h3>5. ACTION ITEMS</h3>
71-
72-
<p>The following action items need to be completed prior to a Version 1.3
60+
61+
<p>The following action items need to be completed prior to a Version 1.3
7362
release of this component:</p>
74-
63+
7564
<table border="1">
76-
77-
<tr>
78-
<th width="80%">Action Item</th>
79-
<th width="20%">Volunteer</th>
80-
</tr>
81-
82-
<tr>
83-
<td><strong>Integration</strong>. Seek and integrate various i/o related classes.</td>
84-
<td align="center">Everyone</td>
85-
</tr>
86-
87-
<tr>
88-
<td><strong>Install / Use Documentation</strong>. Create simple
89-
installation and User's Guide documentation for this component.</td>
90-
<td align="center">everyone</td>
91-
</tr>
92-
65+
<tbody>
66+
<tr>
67+
<th width="80%">Action Item</th>
68+
<th width="20%">Volunteer</th>
69+
</tr>
70+
<tr>
71+
<td><strong>Integration</strong>. Seek and integrate various i/o related
72+
classes.</td>
73+
<td align="center">Everyone</td>
74+
</tr>
75+
<tr>
76+
<td><strong>Install / Use Documentation</strong>. Create simple
77+
installation and User's Guide documentation for this component.</td>
78+
<td align="center">everyone</td>
79+
</tr>
80+
81+
</tbody>
9382
</table>
94-
83+
<br>
9584
</body>
9685
</html>

0 commit comments

Comments
 (0)