You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2016/06/09 12:49:14 UTC

svn commit: r1747542 - in /poi/site: publish/hmef/index.html publish/hsmf/index.html src/documentation/content/xdocs/hmef/index.xml src/documentation/content/xdocs/hsmf/index.xml

Author: nick
Date: Thu Jun  9 12:49:14 2016
New Revision: 1747542

URL: http://svn.apache.org/viewvc?rev=1747542&view=rev
Log:
Update the notes for HMEF and HSMF

Modified:
    poi/site/publish/hmef/index.html
    poi/site/publish/hsmf/index.html
    poi/site/src/documentation/content/xdocs/hmef/index.xml
    poi/site/src/documentation/content/xdocs/hsmf/index.xml

Modified: poi/site/publish/hmef/index.html
URL: http://svn.apache.org/viewvc/poi/site/publish/hmef/index.html?rev=1747542&r1=1747541&r2=1747542&view=diff
==============================================================================
--- poi/site/publish/hmef/index.html (original)
+++ poi/site/publish/hmef/index.html Thu Jun  9 12:49:14 2016
@@ -136,28 +136,24 @@ if (VERSION > 3) {
 <p>HMEF also provides a command line tool for extracting out
             the message body and attachment files from a TNEF (winmail.dat)
             file.</p>
+          
+<p>Write support, both for saving changes and for creating new
+            files, is currently unavailable. Anyone interested in working
+            on these areas is advised to read the
+            <a href="/guidelines.html">Contribution Guidelines</a> then
+            <a href="/mailinglists.html">join the dev list</a>!</p>
 
         
 <div class="frame note">
 <div class="label">Note</div>
 <div class="content"> 
           This code currently lives the 
-          <a href="http://svn.apache.org/viewcvs.cgi/poi/trunk/src/scratchpad/">scratchpad area</a> 
+          <a href="http://svn.apache.org/viewcvs/poi/trunk/src/scratchpad/">scratchpad area</a> 
           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.
         </div>
 </div>
-        
-<div class="frame note">
-<div class="label">Note</div>
-<div class="content"> 
-          This code is a new POI feature, and the first release that will
-          contain it will be POI 3.8 beta 2. Until then, you will need to
-          build your own jars from a <a href="../subversion.html">svn
-          checkout</a>.
-        </div>
-</div>
        
 
        

Modified: poi/site/publish/hsmf/index.html
URL: http://svn.apache.org/viewvc/poi/site/publish/hsmf/index.html?rev=1747542&r1=1747541&r2=1747542&view=diff
==============================================================================
--- poi/site/publish/hsmf/index.html (original)
+++ poi/site/publish/hsmf/index.html Thu Jun  9 12:49:14 2016
@@ -146,6 +146,17 @@ if (VERSION > 3) {
                 build area in your classpath before experimenting with this code.
 			</div>
 </div>
+         
+<div class="frame note">
+<div class="label">Note</div>
+<div class="content">
+            This code is subject to change between versions, and being
+            "scratchpad", doesn't maintain the usual Apache POI backwards
+            compatibility guarantees. In particular, the way that property
+            values are fetched is expected to change soon, as part of the
+            work to improve fixed-length property support.
+         </div>
+</div>
         
     
 

Modified: poi/site/src/documentation/content/xdocs/hmef/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hmef/index.xml?rev=1747542&r1=1747541&r2=1747542&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/hmef/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/hmef/index.xml Thu Jun  9 12:49:14 2016
@@ -43,20 +43,19 @@
           <p>HMEF also provides a command line tool for extracting out
             the message body and attachment files from a TNEF (winmail.dat)
             file.</p>
+          <p>Write support, both for saving changes and for creating new
+            files, is currently unavailable. Anyone interested in working
+            on these areas is advised to read the
+            <link href="/guidelines.html">Contribution Guidelines</link> then
+            <link href="/mailinglists.html">join the dev list</link>!</p>
 
         <note> 
           This code currently lives the 
-          <link href="http://svn.apache.org/viewcvs.cgi/poi/trunk/src/scratchpad/">scratchpad area</link> 
+          <link href="http://svn.apache.org/viewcvs/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.
         </note>
-        <note> 
-          This code is a new POI feature, and the first release that will
-          contain it will be POI 3.8 beta 2. Until then, you will need to
-          build your own jars from a <link href="../subversion.html">svn
-          checkout</link>.
-        </note>
        </section>
 
        <section>

Modified: poi/site/src/documentation/content/xdocs/hsmf/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/hsmf/index.xml?rev=1747542&r1=1747541&r2=1747542&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/hsmf/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/hsmf/index.xml Thu Jun  9 12:49:14 2016
@@ -50,6 +50,13 @@
                 Ensure that you have the scratchpad jar or the scratchpad 
                 build area in your classpath before experimenting with this code.
 			</note>
+         <note>
+            This code is subject to change between versions, and being
+            "scratchpad", doesn't maintain the usual Apache POI backwards
+            compatibility guarantees. In particular, the way that property
+            values are fetched is expected to change soon, as part of the
+            work to improve fixed-length property support.
+         </note>
         </section>
     </body>
 </document>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org