]> source.dussan.org Git - poi.git/commitdiff
Docs tweaks
authorNick Burch <nick@apache.org>
Fri, 8 Jan 2010 13:42:17 +0000 (13:42 +0000)
committerNick Burch <nick@apache.org>
Fri, 8 Jan 2010 13:42:17 +0000 (13:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@897200 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/hsmf/index.xml
src/documentation/content/xdocs/status.xml

index 3fef9530c452eadc98ed4baf81017163cbb4d5ab..de2c06e4972059875f49acbb0b143bbb27ee67e0 100644 (file)
             <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>
index 1cc2227775b25688d354bb71348153a57ac08d15..df6e8688c05230c99af857a9dc251d581219fd0b 100644 (file)
@@ -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>