aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew C. Oliver <acoliver@apache.org>2002-02-03 03:32:15 +0000
committerAndrew C. Oliver <acoliver@apache.org>2002-02-03 03:32:15 +0000
commite19352347b3cf5742595bf37e03b37df8cb64f24 (patch)
tree416515aa689775542031d7b19507d1893d00523b /src
parent0dd1673fd228bce162cef7750d24cedf6ad583e2 (diff)
downloadpoi-e19352347b3cf5742595bf37e03b37df8cb64f24.tar.gz
poi-e19352347b3cf5742595bf37e03b37df8cb64f24.zip
doc updates/additions
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352074 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/documentation/xdocs/book.xml3
-rw-r--r--src/documentation/xdocs/plan/POI10Vision.xml4
-rw-r--r--src/documentation/xdocs/plan/book.xml5
-rw-r--r--src/documentation/xdocs/utils/index.xml16
4 files changed, 23 insertions, 5 deletions
diff --git a/src/documentation/xdocs/book.xml b/src/documentation/xdocs/book.xml
index 9b222f2653..aab66345a9 100644
--- a/src/documentation/xdocs/book.xml
+++ b/src/documentation/xdocs/book.xml
@@ -15,7 +15,8 @@
<menu-item label="History" href="historyandfuture.html"/>
<menu-item label="Future" href="historyandfuture.html"/>
<menu-item label="Download" href="http://sourceforge.net/project/showfiles.php?group_id=32701"/>
- <menu-item label="Design" href="plan/POI10Vision.html"/>
+ <menu-item label="1.0 Vision" href="plan/POI10Vision.html"/>
+ <menu-item label="2.0 Vision" href="plan/POI20Vision.html"/>
<menu-item label="Who we are" href="who.html"/>
<menu-item label="Changes" href="changes.html"/>
<menu-item label="Todo" href="todo.html"/>
diff --git a/src/documentation/xdocs/plan/POI10Vision.xml b/src/documentation/xdocs/plan/POI10Vision.xml
index dec84b05da..8868f14f64 100644
--- a/src/documentation/xdocs/plan/POI10Vision.xml
+++ b/src/documentation/xdocs/plan/POI10Vision.xml
@@ -5,8 +5,8 @@
<header>
<title>POI 1.0 Vision Document</title>
<authors>
- <person name="Andrew C. Oliver" email="acoliver2@users.sourceforge.net"/>
- <person name="Marcus W. Johnson" email="marcus_johnson27591@hotmail.com"/>
+ <person name="Andrew C. Oliver" email="acoliver@apache.org"/>
+ <person name="Marcus W. Johnson" email="mjohnson@apache.org"/>
</authors>
</header>
diff --git a/src/documentation/xdocs/plan/book.xml b/src/documentation/xdocs/plan/book.xml
index 31d70dcb8f..12857f774f 100644
--- a/src/documentation/xdocs/plan/book.xml
+++ b/src/documentation/xdocs/plan/book.xml
@@ -10,8 +10,11 @@
</menu>
<menu label="Planning Documents">
- <menu-item label="Release Plan" href="POI10Vision.html"/>
+ <menu-item label="1.0 Vision" href="POI10Vision.html"/>
+ <menu-item label="2.0 Vision" href="POI20Vision.html"/>
</menu>
+
+
</book>
diff --git a/src/documentation/xdocs/utils/index.xml b/src/documentation/xdocs/utils/index.xml
index a8777c036d..721215d6cc 100644
--- a/src/documentation/xdocs/utils/index.xml
+++ b/src/documentation/xdocs/utils/index.xml
@@ -13,7 +13,21 @@
<body>
<s1 title="Overview">
- <p>This is Poi Utils.</p>
+ <p>The POI Utils are classes we're looking to donate elsewhere and include.
+ These are usually classes that while are required for our mission,
+ are somehow outside of it. General utilities that could be used in
+ any project are what we would normally put here. If you see one, and you
+ think "gee that would be great as part of X project" then let us know.
+ While we wish to put these in their rightful place, we also don't want to
+ include a 40mb jar file just to process text strings, so that will
+ be a consideraton.
+ </p>
+ <p>
+ Currently, we're looking into which subprojects in the Jakarta Commons project
+ to donate these too. The "Poi Utils" package won't go away, as there may
+ be later classes. The idea is that "go ahead and add it, we'll merge it or
+ find an alternative later, just keep pounding out that poi!"
+ </p>
</s1>
</body>