aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorGlen Stampoultzis <glens@apache.org>2002-04-10 12:48:00 +0000
committerGlen Stampoultzis <glens@apache.org>2002-04-10 12:48:00 +0000
commit4791b967baa790b4bfaacdc76009491ad1afdd6b (patch)
tree2c4232b742c2d413a07515ac1444d27e7f729fb8 /src/documentation
parent403a5ff8a5eaba8003af683e7bd194694edbb298 (diff)
downloadpoi-4791b967baa790b4bfaacdc76009491ad1afdd6b.tar.gz
poi-4791b967baa790b4bfaacdc76009491ad1afdd6b.zip
Bug fix & cleanup
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352389 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r--src/documentation/xdocs/todo.xml92
1 files changed, 46 insertions, 46 deletions
diff --git a/src/documentation/xdocs/todo.xml b/src/documentation/xdocs/todo.xml
index ed5307fc91..35ef984a93 100644
--- a/src/documentation/xdocs/todo.xml
+++ b/src/documentation/xdocs/todo.xml
@@ -4,54 +4,54 @@
<todo title="Things To Do for Poi">
- <devs>
- <!-- in strict alphabetical order -->
- <person id="AO" name="Andrew C. Oliver" email="acoliver2@users.sourceforge.net"/>
- <person id="GS" name="Glen Stampoultzis" email="gstamp@iprimus.com.au"/>
- <person id="MJ" name="Marc Johnson" email="mjohnson at apache dot org"/>
- <person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
- <person id="open" name="Poi Developers" email="poi-dev@jakarta.apache.org"/>
- </devs>
+ <devs>
+ <!-- in strict alphabetical order -->
+ <person id="AO" name="Andrew C. Oliver" email="acoliver2@users.sourceforge.net"/>
+ <person id="GS" name="Glen Stampoultzis" email="gstamp@iprimus.com.au"/>
+ <person id="MJ" name="Marc Johnson" email="mjohnson at apache dot org"/>
+ <person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
+ <person id="open" name="Poi Developers" email="poi-dev@jakarta.apache.org"/>
+ </devs>
- <actions priority="high">
- <action context="code" assigned-to="NKB">
- Finish HDF
- </action>
- <action context="code" assigned-to="NKB">
- Finish Charts
- </action>
- <action context="code">
- Add Formulas.
- </action>
+ <actions priority="high">
+ <action context="code" assigned-to="NKB">
+ Finish HDF
+ </action>
+ <action context="code" assigned-to="NKB">
+ Finish Charts
+ </action>
+ <action context="code">
+ Add Formulas.
+ </action>
- </actions>
+ </actions>
- <actions priority="medium">
- <action context="code">
- Expose functionality in low level records in higher level API
- </action>
- <action context="code">
- Implement more record types (for other things ... not sure
- what this will mean yet).
- </action>
- <action context="code">
- Implement more record types (for other things ... not sure
- what this will mean yet).
- </action>
- <action context="code">
- Add more dummy checks (for when API user's do things they
- &quot;can't&quot; do)
- </action>
- <action context="code">
- Add support for embedded graphics and stuff like that.
- </action>
- <action context="code">
- Create new adapter object for handling MulBlank, MulRk, Rk
- records.
- </action>
- <action context="code">
- Add a way to copy sheets.
- </action>
- </actions>
+ <actions priority="medium">
+ <action context="code">
+ Expose functionality in low level records in higher level API
+ </action>
+ <action context="code">
+ Implement more record types (for other things ... not sure
+ what this will mean yet).
+ </action>
+ <action context="code">
+ Implement more record types (for other things ... not sure
+ what this will mean yet).
+ </action>
+ <action context="code">
+ Add more dummy checks (for when API user's do things they
+ &quot;can't&quot; do)
+ </action>
+ <action context="code">
+ Add support for embedded graphics and stuff like that.
+ </action>
+ <action context="code">
+ Create new adapter object for handling MulBlank, MulRk, Rk
+ records.
+ </action>
+ <action context="code">
+ Add a way to copy sheets.
+ </action>
+ </actions>
</todo>