diff options
author | Nick Burch <nick@apache.org> | 2010-01-08 13:42:17 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2010-01-08 13:42:17 +0000 |
commit | 3a85e0969e5702a5cb76b3da2f4c341341d86844 (patch) | |
tree | daab170e74780d98a1a777cc48546bdb9470f6c2 /src | |
parent | 3f56b83377034474a824ba5a6850efe86b96917b (diff) | |
download | poi-3a85e0969e5702a5cb76b3da2f4c341341d86844.tar.gz poi-3a85e0969e5702a5cb76b3da2f4c341341d86844.zip |
Docs tweaks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@897200 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/documentation/content/xdocs/hsmf/index.xml | 18 | ||||
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 1 |
2 files changed, 12 insertions, 7 deletions
diff --git a/src/documentation/content/xdocs/hsmf/index.xml b/src/documentation/content/xdocs/hsmf/index.xml index 3fef9530c4..de2c06e497 100644 --- a/src/documentation/content/xdocs/hsmf/index.xml +++ b/src/documentation/content/xdocs/hsmf/index.xml @@ -34,17 +34,21 @@ <title>Overview</title> <p>HSMF is the POI Project's pure Java implementation of the Outlook MSG format.</p> - <p>At this time, it provides simple read access to some of the - textual content of MSG files. Further support and documentation - is expected over the comming weeks and months. For now, users - are advised to consult the unit tests for example use.</p> + <p>At this time, it provides low-level read access to all of the file, along + with a user-facing way to get at the common textual content of MSG files. + to all</p> + <p>There is an example MSG textual renderer, which shows how to access the + common parts such as sender, subject, message body and examples. This is + in the + <link href="http://svn.apache.org/viewcvs.cgi/poi/trunk/src/examples/src/org/apache/poi/hsmf/examples/">HSMF examples area</link> + of SVN. You may also wish to look at the unit tests for more use guides.</p> + <note> This code currently lives the <link href="http://svn.apache.org/viewcvs.cgi/poi/trunk/src/scratchpad/">scratchpad area</link> of the POI SVN repository. - Ensure that you have the scratchpad jar or the scratchpad - build area in your - classpath before experimenting with this code. + Ensure that you have the scratchpad jar or the scratchpad + build area in your classpath before experimenting with this code. </note> </section> </body> diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 1cc2227775..df6e8688c0 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <changes> <release version="3.7-SNAPSHOT" date="2010-??-??"> + <action dev="POI-DEVELOPERS" type="fix">Some improvements to HSMF parsing of .msg files</action> <action dev="POI-DEVELOPERS" type="fix">Initialise the link type of HSSFHyperLink, so that getType() on it works</action> <action dev="POI-DEVELOPERS" type="fix">48425 - improved performance of DateUtil.isCellDateFormatted() </action> <action dev="POI-DEVELOPERS" type="fix">47215 - fixed InterfaceEndRecord to tolerate unexpected record contents </action> |