matth 2003/10/20 21:37:15
Modified: io/src/java/org/apache/commons/io/input package.html
io/src/java/org/apache/commons/io/output package.html
io/xdocs navigation.xml
Log:
Added self to STATUS, fixed bad HTML in package descriptions, updated navigation to
include commons links.
Revision Changes Path
1.2 +7 -1
jakarta-commons-sandbox/io/src/java/org/apache/commons/io/input/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/io/src/java/org/apache/commons/io/input/package.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- package.html 17 Oct 2003 20:15:46 -0000 1.1
+++ package.html 21 Oct 2003 04:37:15 -0000 1.2
@@ -1,2 +1,8 @@
-Implementations of input classes, such as |InputStream| and |Reader|.
+<html>
+ <body>
+ Implementations of input classes, such as
+ <code>InputStream</code> and
+ <code>Reader</code>.
+ </body>
+</html>
1.2 +7 -1
jakarta-commons-sandbox/io/src/java/org/apache/commons/io/output/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/io/src/java/org/apache/commons/io/output/package.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- package.html 17 Oct 2003 20:15:46 -0000 1.1
+++ package.html 21 Oct 2003 04:37:15 -0000 1.2
@@ -1,2 +1,8 @@
-Implementations of output classes, such as |OutputStream| and |Writer|.
+<html>
+ <body>
+ Implementations of output classes, such as
+ <code>OutputStream</code> and
+ <code>Writer</code>.
+ </body>
+</html>
1.2 +14 -3 jakarta-commons-sandbox/io/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/io/xdocs/navigation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- navigation.xml 21 Sep 2003 17:57:00 -0000 1.1
+++ navigation.xml 21 Oct 2003 04:37:15 -0000 1.2
@@ -1,15 +1,26 @@
<?xml version="1.0"?>
-<project name="commons-io" href="">
+<!DOCTYPE project [
+<!ENTITY commons-nav SYSTEM "../../incl_nav.xml">
+]>
- <title>commons-io</title>
+<project name="IO">
+
+ <title>IO</title>
+
+ <organizationLogo href="/images/jakarta-logo-blue.gif">
+ Jakarta
+ </organizationLogo>
<body>
- <menu name="Navigation">
+ <menu name="Commons IO">
<item name="Tasks" href="tasks.html"/>
</menu>
+ &commons-nav;
+
</body>
</project>
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]