Author: yegor
Date: Fri Jul 1 11:43:06 2011
New Revision: 1141906
URL: http://svn.apache.org/viewvc?rev=1141906&view=rev
Log:
misc fixes in site docs
Modified:
poi/trunk/src/documentation/content/xdocs/howtobuild.xml
poi/trunk/src/documentation/content/xdocs/hpsf/how-to.xml
poi/trunk/src/documentation/content/xdocs/overview.xml
poi/trunk/src/documentation/content/xdocs/poi-ruby.xml
poi/trunk/src/documentation/content/xdocs/spreadsheet/limitations.xml
poi/trunk/src/documentation/content/xdocs/spreadsheet/quick-guide.xml
Modified: poi/trunk/src/documentation/content/xdocs/howtobuild.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/howtobuild.xml?rev=1141906&r1=1141905&r2=1141906&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/howtobuild.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/howtobuild.xml Fri Jul 1
11:43:06 2011
@@ -91,11 +91,11 @@
</tr>
<tr>
<td>compile</td>
- <td>Compiles all files from main, contrib and
scratchpad</td>
+ <td>Compiles all files from main, ooxml and scratchpad</td>
</tr>
<tr>
<td>test</td>
- <td>Run all unit tests from main, ooxml, contrib and
scratchpad</td>
+ <td>Run all unit tests from main, ooxml and scratchpad</td>
</tr>
<tr>
<td>jar</td>
Modified: poi/trunk/src/documentation/content/xdocs/hpsf/how-to.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/hpsf/how-to.xml?rev=1141906&r1=1141905&r2=1141906&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/hpsf/how-to.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/hpsf/how-to.xml Fri Jul 1
11:43:06 2011
@@ -352,8 +352,8 @@ else
only difference is that they are not located in the POI filesystem's root
but in a <strong>nested directory</strong> instead. Just register a
<code>POIFSReaderListener</code> for the property set streams you are
- interested in. For example, the <em>POIBrowser</em> application in the
- contrib section tries to open each and every document in a POI filesystem
+ interested in. For example, the <em>POIBrowser</em> application
+ tries to open each and every document in a POI filesystem
as a property set stream. If this operation was successful it displays the
properties.</p>
</section>
Modified: poi/trunk/src/documentation/content/xdocs/overview.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/overview.xml?rev=1141906&r1=1141905&r2=1141906&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/overview.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/overview.xml Fri Jul 1 11:43:06
2011
@@ -282,33 +282,38 @@
</section>
<section><title>Examples</title>
<p>
- Small sample programs using the POI API are available in the
+ Small sample programs using the POI API are available in the
<em>src/examples</em> directory of the source distribution. Before
studying the source code you might want to have a look at the
"Examples" section of the <link
href="apidocs/overview-summary.html">POI API
- documentation</link>.
+ documentation</link>.
</p>
+ <section><title>POI Browser</title>
+ <p>
+ The POI Browser is a very simple Swing GUI tool that displays the
+ internal structure of a Microsoft Office file and especially the
+ property set streams. Further information and instructions how to
+ execute it can be found in the <link
+
href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/poifs/poibrowser/POIBrowser.java">POI
+ source code</link>.
+ </p>
+ </section>
<p>
- Also note that we now include all of the examples in the distribution.
+ All of the examples are inclided in POI distributions as a
poi-examples artifact.
</p>
</section>
<section><title>Contributed Software</title>
<p>
- Besides the "official" components outlined above there is some further
- software distributed with POI. This is called "contributed" software. It
+ Besides the "official" components outlined above there is some
further
+ software distributed with POI. This is called "contributed"
software. It
is not explicitly recommended or even maintained by the POI team, but
it might still be useful to you.
</p>
- <section><title>POI Browser</title>
- <p>
- The POI Browser is a very simple Swing GUI tool that displays the
- internal structure of a Microsoft Office file and especially the
- property set streams. Further information and instructions how to
- execute it can be found in the <link
-
href="apidocs/org/apache/poi/contrib/poibrowser/package-summary.html#package_description">POI
- Browser package description</link>.
- </p>
- </section>
+ <p>
+ See <link href="poi-ruby.html">POI Ruby Bindings</link> and other
code in the
+ <link
+
href="http://svn.apache.org/repos/asf/poi/trunk/src/contrib/">poi-contrib
module</link>
+ </p>
</section>
</body>
<footer>
Modified: poi/trunk/src/documentation/content/xdocs/poi-ruby.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/poi-ruby.xml?rev=1141906&r1=1141905&r2=1141906&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/poi-ruby.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/poi-ruby.xml Fri Jul 1 11:43:06
2011
@@ -51,7 +51,7 @@
</section>
<section><title>Subversion</title>
<p>
- The POI-Ruby module sits under the POI <link
href="http://jakarta.apache.org/site/cvsindex.html">Subversion</link> in the
<em>src/contrib/poi-ruby</em> directory. Running <em>make</em>
+ The POI-Ruby module sits under the POI <link
href="http://svn.apache.org/repos/asf/poi/trunk/src/contrib/poi-ruby/">Subversion</link>.
Running <em>make</em>
inside that directory will create a loadable ruby extention
<em>poi4r.so</em> in the release subdirectory. Tests
are in the <em>tests/</em> subdirectory, and should be run from the
<em>poi-ruby</em> directory. Please read the tests to figure out the usage.
</p>
Modified: poi/trunk/src/documentation/content/xdocs/spreadsheet/limitations.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/spreadsheet/limitations.xml?rev=1141906&r1=1141905&r2=1141906&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/spreadsheet/limitations.xml
(original)
+++ poi/trunk/src/documentation/content/xdocs/spreadsheet/limitations.xml Fri
Jul 1 11:43:06 2011
@@ -27,7 +27,7 @@
</authors>
</header>
<body>
- <section><title>Version 2.5 limitations</title>
+ <section><title>Version 3.7 limitations</title>
<p>
The intent of this document is to outline some of the known
limitations of the
POI HSSF API's. It is not intended to be complete list of
every bug or missing
Modified: poi/trunk/src/documentation/content/xdocs/spreadsheet/quick-guide.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/spreadsheet/quick-guide.xml?rev=1141906&r1=1141905&r2=1141906&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/spreadsheet/quick-guide.xml
(original)
+++ poi/trunk/src/documentation/content/xdocs/spreadsheet/quick-guide.xml Fri
Jul 1 11:43:06 2011
@@ -336,7 +336,7 @@
Sheet sheet1 = wb.getSheetAt(0);
for (Row row : sheet1) {
for (Cell cell : row) {
- CellReference cellRef = new CellReference(row.getRowNum(),
cell.getCellNum());
+ CellReference cellRef = new CellReference(row.getRowNum(),
cell.getColumnIndex());
System.out.print(cellRef.formatAsString());
System.out.print(" - ");
@@ -711,7 +711,7 @@ Examples:
<anchor id="ConvenienceFunctions"/>
<section><title>Using the Convenience Functions</title>
<p>
- The convenience functions live in contrib and provide
+ The convenience functions provide
utility features such as setting borders around merged
regions and changing style attributes without
explicitly
creating new styles.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]