Author: nick
Date: Fri Jan  8 13:42:17 2010
New Revision: 897200

URL: http://svn.apache.org/viewvc?rev=897200&view=rev
Log:
Docs tweaks

Modified:
    poi/trunk/src/documentation/content/xdocs/hsmf/index.xml
    poi/trunk/src/documentation/content/xdocs/status.xml

Modified: poi/trunk/src/documentation/content/xdocs/hsmf/index.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/hsmf/index.xml?rev=897200&r1=897199&r2=897200&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/hsmf/index.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/hsmf/index.xml Fri Jan  8 
13:42:17 2010
@@ -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>

Modified: poi/trunk/src/documentation/content/xdocs/status.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/status.xml?rev=897200&r1=897199&r2=897200&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/status.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/status.xml Fri Jan  8 13:42:17 
2010
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to