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 2013/11/22 00:13:58 UTC

svn commit: r1544363 - /poi/site/src/documentation/content/xdocs/overview.xml

Author: nick
Date: Thu Nov 21 23:13:58 2013
New Revision: 1544363

URL: http://svn.apache.org/r1544363
Log:
Fix lots of inconsistent indents, fix a "include until 3.9" bit, and add a notes field (currently empty)

Modified:
    poi/site/src/documentation/content/xdocs/overview.xml

Modified: poi/site/src/documentation/content/xdocs/overview.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/overview.xml?rev=1544363&r1=1544362&r2=1544363&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/overview.xml (original)
+++ poi/site/src/documentation/content/xdocs/overview.xml Thu Nov 21 23:13:58 2013
@@ -142,11 +142,11 @@
       </p>
       <p>Apache POI is also the master project for developing pure
         Java ports of file formats based on Office Open XML (ooxml.) 
-	OOXML is part of an ECMA / ISO standardisation effort. This
-	documentation is quite large, but you can normally find the bit you
-	need without too much effort!
-	<link href="http://www.ecma-international.org/publications/standards/Ecma-376.htm">ECMA-376 standard is here</link>,
-	and is also under the <link href="http://www.microsoft.com/interop/osp">Microsoft OSP</link>.
+        OOXML is part of an ECMA / ISO standardisation effort. This
+        documentation is quite large, but you can normally find the bit you
+        need without too much effort!
+        <link href="http://www.ecma-international.org/publications/standards/Ecma-376.htm">ECMA-376 standard is here</link>,
+        and is also under the <link href="http://www.microsoft.com/interop/osp">Microsoft OSP</link>.
       </p>
     </section>
     <section id="components"><title>Component Map</title>
@@ -160,76 +160,94 @@
           <th>Component</th>
           <th>Application type</th>
           <th>Maven artifactId</th>
+          <th>Notes</th>
         </tr>
         <tr>
           <td><link href="./poifs/index.html">POIFS</link></td>
-	  <td>OLE2 Filesystem</td>
-          <td>poi</td>
+          <td>OLE2 Filesystem</td>
+          <td><em>poi</em></td>
+          <td>&nbsp;</td>
         </tr>
         <tr>
           <td><link href="./hpsf/index.html">HPSF</link></td>
-	  <td>OLE2 Property Sets</td>
+          <td>OLE2 Property Sets</td>
           <td>poi</td>
+          <td>&nbsp;</td>
         </tr>
         <tr>
           <td><link href="./spreadsheet/index.html">HSSF</link></td>
-	  <td>Excel XLS</td>
+          <td>Excel XLS</td>
           <td>poi</td>
+          <td>&nbsp;</td>
         </tr>
         <tr>
           <td><link href="./slideshow/index.html">HSLF</link></td>
-	  <td>PowerPoint PPT</td>
+          <td>PowerPoint PPT</td>
           <td>poi-scratchpad</td>
+          <td>&nbsp;</td>
         </tr>
         <tr>
           <td><link href="./hwpf/index.html">HWPF</link></td>
-	  <td>Word DOC</td>
+          <td>Word DOC</td>
           <td>poi-scratchpad</td>
+          <td>&nbsp;</td>
         </tr>
         <tr>
           <td><link href="./hdgf/index.html">HDGF</link></td>
-	  <td>Visio VSD</td>
+          <td>Visio VSD</td>
           <td>poi-scratchpad</td>
+          <td>&nbsp;</td>
         </tr>
         <tr>
           <td><link href="./hpbf/index.html">HPBF</link></td>
-	  <td>Publisher PUB</td>
+          <td>Publisher PUB</td>
           <td>poi-scratchpad</td>
+          <td>&nbsp;</td>
         </tr>
         <tr>
           <td><link href="./hsmf/index.html">HSMF</link></td>
-	  <td>Outlook MSG</td>
+          <td>Outlook MSG</td>
           <td>poi-scratchpad</td>
+          <td>&nbsp;</td>
         </tr>
         <tr>
           <td><link href="./spreadsheet/index.html">XSSF</link></td>
-	  <td>Excel XLSX</td>
+          <td>Excel XLSX</td>
           <td>poi-ooxml</td>
+          <td>&nbsp;</td>
         </tr>
         <tr>
           <td><link href="./slideshow/index.html">XSLF</link></td>
-	  <td>PowerPoint PPTX</td>
+          <td>PowerPoint PPTX</td>
           <td>poi-ooxml</td>
+          <td>&nbsp;</td>
         </tr>
         <tr>
           <td><link href="./hwpf/index.html">XWPF</link></td>
-	  <td>Word DOCX</td>
+          <td>Word DOCX</td>
           <td>poi-ooxml</td>
+          <td>&nbsp;</td>
         </tr>
         <tr>
           <td><link href="./oxml4j/index.html">OpenXML4J</link></td>
-	  <td>OOXML</td>
+          <td>OOXML</td>
           <td>poi-ooxml-schemas, ooxml-schemas</td>
+          <td>&nbsp;</td>
         </tr>
         <tr>
           <td><link href="./spreadsheet/index.html">Common SS</link></td>
-	  <td>Excel XLS and XLSX</td>
+          <td>Excel XLS and XLSX</td>
           <td>poi-ooxml</td>
+          <td>&nbsp;</td>
         </tr>
       </table>
       <p>
-	This table maps artifacts into the jar file name. "version-yyyymmdd" is the POI version stamp. For the latest release it is
-	3.6-20091214.
+        This table maps artifacts into the jar file name. "version-yyyymmdd" is 
+        the POI version stamp. For the latest stable release it is
+        3.9-20121203
+        . For the latest beta release it is
+        3.10-beta2-20130904
+        .
       </p>
       <table>
         <tr>
@@ -239,50 +257,49 @@
         </tr>
         <tr>
           <td>poi</td>
-	  <td>commons-logging, commons-codec, log4j</td>
+          <td>commons-logging, commons-codec, log4j</td>
           <td>poi-version-yyyymmdd.jar</td>
         </tr>
         <tr>
           <td>poi-scratchpad</td>
-	  <td>poi</td>
+          <td>poi</td>
           <td>poi-scratchpad-version-yyyymmdd.jar</td>
         </tr>
         <tr>
           <td>poi-ooxml</td>
-	  <td>poi, poi-ooxml-schemas, dom4j</td>
+          <td>poi, poi-ooxml-schemas, dom4j</td>
           <td>poi-ooxml-version-yyyymmdd.jar</td>
         </tr>
         <tr>
           <td>poi-ooxml-schemas (*)</td>
-	  <td>xmlbeans, stax-api-1.0.1</td>
+          <td>xmlbeans, stax-api-1.0.1</td>
           <td>poi-ooxml-schemas-version-yyyymmdd.jar</td>
         </tr>
         <tr>
           <td>poi-examples (*)</td>
-	  <td>poi, poi-scratchpad, poi-ooxml</td>
+          <td>poi, poi-scratchpad, poi-ooxml</td>
           <td>poi-examples-version-yyyymmdd.jar</td>
         </tr>
         <tr>
           <td>ooxml-schemas</td>
-	  <td>xmlbeans, stax-api-1.0.1</td>
+          <td>xmlbeans, stax-api-1.0.1</td>
           <td>ooxml-schemas-1.1.jar</td>
         </tr>
       </table>
       <p>
-	(*) starting with 3.6-beta1-20091124.
+        (*) starting with 3.6-beta1-20091124.
       </p>
       <p>
-	poi-ooxml requires poi-ooxml-schemas. This is a substantially smaller 
-   version of the ooxml-schemas jar (ooxml-schemas-1.1.jar for POI 3.7 or later, ooxml-scheams-1.0.jar for POI 3.5 and 3.6).
-	The larger ooxml-schemas jar is <link href="faq.html">normally</link> 
-   only required for development
+        poi-ooxml requires poi-ooxml-schemas. This is a substantially smaller 
+        version of the ooxml-schemas jar (ooxml-schemas-1.1.jar for POI 3.7 or 
+        later, ooxml-scheams-1.0.jar for POI 3.5 and 3.6).
+        The larger ooxml-schemas jar is <link href="faq.html">normally</link> 
+        only required for development
       </p>
       <p>
-   <!-- Include this bit until 3.9 -->
-   The OOXML jars require a stax implementation. Previously we suggested
-   "geronimo-stax-api_1.0_spec", but now "stax-api-1.0.1" is used for
-   better compatibilty with other Apache projects. Any compliant implementation
-   should work fine though.
+        The OOXML jars require a stax implementation. The "stax-api-1.0.1" jar
+        should normally be used (it is recommended for compatibility with other
+        Apache projects), though any compliant implementation should work fine though.
       </p>
     </section>
     <section><title>Examples</title>



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