You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ye...@apache.org on 2011/08/15 12:04:16 UTC

svn commit: r1157755 - in /poi/tags/REL_3_8_BETA4: ./ src/documentation/content/xdocs/hwpf/index.xml src/documentation/content/xdocs/slideshow/index.xml

Author: yegor
Date: Mon Aug 15 10:04:16 2011
New Revision: 1157755

URL: http://svn.apache.org/viewvc?rev=1157755&view=rev
Log:
committed changes in docs merged from trunk

Modified:
    poi/tags/REL_3_8_BETA4/   (props changed)
    poi/tags/REL_3_8_BETA4/src/documentation/content/xdocs/hwpf/index.xml
    poi/tags/REL_3_8_BETA4/src/documentation/content/xdocs/slideshow/index.xml

Propchange: poi/tags/REL_3_8_BETA4/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Aug 15 10:04:16 2011
@@ -1,2 +1,2 @@
 /poi/branches/excelant:1069732-1073692
-/poi/trunk:693591-694881,695264-695420,695621,695649-711764
+/poi/trunk:693591-694881,695264-695420,695621,695649-711764,1157049-1157078

Modified: poi/tags/REL_3_8_BETA4/src/documentation/content/xdocs/hwpf/index.xml
URL: http://svn.apache.org/viewvc/poi/tags/REL_3_8_BETA4/src/documentation/content/xdocs/hwpf/index.xml?rev=1157755&r1=1157754&r2=1157755&view=diff
==============================================================================
--- poi/tags/REL_3_8_BETA4/src/documentation/content/xdocs/hwpf/index.xml (original)
+++ poi/tags/REL_3_8_BETA4/src/documentation/content/xdocs/hwpf/index.xml Mon Aug 15 10:04:16 2011
@@ -66,7 +66,7 @@
         <em>org.apache.poi.hwpf.converter</em>
         package contains Word-to-HTML and Word-to-FO converters (latest can be used to generate PDF
         from Word files when using with
-        <a href="http://xmlgraphics.apache.org/fop/">Apache FOP</a>
+        <link href="http://xmlgraphics.apache.org/fop/">Apache FOP</link>
         ). Also there is a small file-structure-dumping utility in
         <em>org.apache.poi.hwpf.dev</em>
         package, primally for developing purposes.
@@ -178,7 +178,6 @@
      mostly on your own. We are looking forward for you and your contributions!
      Honor and glory of becoming a POI committer are waiting!</p>
    </section>
-  </section>
  </body>
 </document>
 

Modified: poi/tags/REL_3_8_BETA4/src/documentation/content/xdocs/slideshow/index.xml
URL: http://svn.apache.org/viewvc/poi/tags/REL_3_8_BETA4/src/documentation/content/xdocs/slideshow/index.xml?rev=1157755&r1=1157754&r2=1157755&view=diff
==============================================================================
--- poi/tags/REL_3_8_BETA4/src/documentation/content/xdocs/slideshow/index.xml (original)
+++ poi/tags/REL_3_8_BETA4/src/documentation/content/xdocs/slideshow/index.xml Mon Aug 15 10:04:16 2011
@@ -21,7 +21,7 @@
 
 <document>
     <header>
-        <title>POI-HSLF - Java API To Access Microsoft Powerpoint Format Files</title>
+        <title>POI-HSLF and and POI-XLSF - Java API To Access Microsoft Powerpoint Format Files</title>
         <subtitle>Overview</subtitle>
         <authors>
             <person name="Avik Sengupta" email="avik at apache dot org"/>
@@ -32,12 +32,9 @@
 
     <body>
         <section>
-            <title>Overview</title>
+            <title>POI-HSLF</title>
 
-            <p>HSLF is the POI Project's pure Java implementation of the 
-			Powerpoint '97(-2007) file format. It <em>does not</em> support
-			the new PowerPoint 2007 .pptx file format, which is not OLE2 
-			based.</p>
+            <p>HSLF is the POI Project's pure Java implementation of the Powerpoint '97(-2007) file format. </p>
     <p>HSLF provides a way to read, create or modify PowerPoint  presentations. In particular, it provides:
             </p>
             <ul>
@@ -55,8 +52,20 @@
 			<p>The <link href="./quick-guide.html">quick guide</link> documentation provides 
             information on using this API. Comments and fixes gratefully accepted on the POI
             dev mailing lists.</p>
-
-
+        </section>
+        <section>
+            <title>POI-XSLF</title>
+            <p>
+            XSLF is the POI Project's pure Java implementation of the PowerPoint 2007 OOXML (.xlsx) file format. 
+            Whilst HSLF and XSLF provide similar features, there is not a common interface across the two of them at this time.
+            </p>
+            <p>
+            Please note that XSLF is still in early development and is a subject to incompatible changes in future. 
+            </p>
+            <p>
+              A quick guide is available in 
+                <link href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/xslf/usermodel/">XSLF Examples</link> 
+            </p>
         </section>
     </body>
 </document>



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