summaryrefslogtreecommitdiffstats
path: root/src/documentation/content
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2008-07-06 21:47:41 +0000
committerNick Burch <nick@apache.org>2008-07-06 21:47:41 +0000
commitdcf030a4f30369d262ed0e3060ef1eee41ac3abb (patch)
tree7f433175051fb3d70caef34e67f7863f1ebbf679 /src/documentation/content
parent8f39d5692a49477fd392b663583e58a1acd36c5a (diff)
downloadpoi-dcf030a4f30369d262ed0e3060ef1eee41ac3abb.tar.gz
poi-dcf030a4f30369d262ed0e3060ef1eee41ac3abb.zip
Big update of links in docs to get things building properly
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@674352 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-rw-r--r--src/documentation/content/xdocs/casestudies.xml2
-rw-r--r--src/documentation/content/xdocs/changes.xml4
-rw-r--r--src/documentation/content/xdocs/faq.xml2
-rw-r--r--src/documentation/content/xdocs/overview.xml7
-rw-r--r--src/documentation/content/xdocs/poi-ruby.xml2
-rw-r--r--src/documentation/content/xdocs/poifs/embeded.xml2
-rw-r--r--src/documentation/content/xdocs/status.xml4
-rw-r--r--src/documentation/content/xdocs/trans/de/book.xml2
-rw-r--r--src/documentation/content/xdocs/trans/de/index.xml2
-rw-r--r--src/documentation/content/xdocs/trans/es/book.xml2
-rw-r--r--src/documentation/content/xdocs/trans/es/casestudies.xml2
-rw-r--r--src/documentation/content/xdocs/trans/es/index.xml2
-rw-r--r--src/documentation/content/xdocs/trans/es/overview.xml2
13 files changed, 22 insertions, 13 deletions
diff --git a/src/documentation/content/xdocs/casestudies.xml b/src/documentation/content/xdocs/casestudies.xml
index e10d90e0eb..ef0e987d65 100644
--- a/src/documentation/content/xdocs/casestudies.xml
+++ b/src/documentation/content/xdocs/casestudies.xml
@@ -132,7 +132,7 @@ format,
reports financial statistical data to Excel format using the
<link href="http://poi.apache.org/">Apache POI</link>
project's
- <link href="hssf/">
+ <link href="spreadsheet/">
HSSF</link> API. The system is based on Oracle JServer and
utilizes a Java stored procedure that outputs to XLS format
using the HSSF API. - Arian Lashkov (alaskov at lbank.lt)
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml
index 4ed05d00f1..46b55c3ceb 100644
--- a/src/documentation/content/xdocs/changes.xml
+++ b/src/documentation/content/xdocs/changes.xml
@@ -36,6 +36,10 @@
</devs>
<!-- Don't forget to update status.xml too! -->
+<!--
+ <release version="3.5.1-beta2" date="2008-??-??">
+ </release>
+-->
<release version="3.5.1-beta1" date="2008-07-11">
<action dev="POI-DEVELOPERS" type="add">45018 - Support for fetching embeded documents from within an OOXML file</action>
<action dev="POI-DEVELOPERS" type="add">Port support for setting a policy on missing / blank cells when fetching, to XSSF too</action>
diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml
index 22c1a4cb4d..8a5d51bb3f 100644
--- a/src/documentation/content/xdocs/faq.xml
+++ b/src/documentation/content/xdocs/faq.xml
@@ -181,7 +181,7 @@ System.out.println("Core POI came from " + path);
</question>
<answer>
<p>
- Yes. You first need to get a HSSFDataFormat object from the workbook and call getFormat with the desired format. Some examples are <link href="hssf/quick-guide.html#DataFormats">here</link>.
+ Yes. You first need to get a HSSFDataFormat object from the workbook and call getFormat with the desired format. Some examples are <link href="spreadsheet/quick-guide.html#DataFormats">here</link>.
</p>
</answer>
</faq>
diff --git a/src/documentation/content/xdocs/overview.xml b/src/documentation/content/xdocs/overview.xml
index 53273adb1a..a8ce13f1cf 100644
--- a/src/documentation/content/xdocs/overview.xml
+++ b/src/documentation/content/xdocs/overview.xml
@@ -48,10 +48,11 @@
</p>
</section>
- <section><title>HSSF</title>
+ <section><title>HSSF and XSSF</title>
<p>
- <link href="hssf/index.html">HSSF</link> is the set of APIs
- for reading and writing Microsoft Excel 97(-XP) spreadsheets using (only) Java.
+ <link href="spreadsheet/index.html">HSSF and XSSF</link> are
+ the set of APIs for reading and writing Microsoft Excel
+ 97-2007 and OOXML spreadsheets using (only) Java.
</p>
</section>
diff --git a/src/documentation/content/xdocs/poi-ruby.xml b/src/documentation/content/xdocs/poi-ruby.xml
index 6fe4e407e8..ce034b4447 100644
--- a/src/documentation/content/xdocs/poi-ruby.xml
+++ b/src/documentation/content/xdocs/poi-ruby.xml
@@ -110,7 +110,7 @@
h.write(File.new("test.xls","w"))
</source>
<p> The <em>tc_base_tests.rb</em> file in the <em>tests</em> sub directory of the source distribution
- contains examples of simple uses of the API. The <link href="hssf/quick-guide.html">quick quide </link> is the best
+ contains examples of simple uses of the API. The <link href="spreadsheet/quick-guide.html">quick quide </link> is the best
place to learn HSSF API use. (Note however that none of the Drawing features are implemented in the Ruby binding.)
See also the <link href="apidocs/overview-summary.html">POI API documentation</link> for more details.
</p>
diff --git a/src/documentation/content/xdocs/poifs/embeded.xml b/src/documentation/content/xdocs/poifs/embeded.xml
index a4620f5a94..2ffd9f6295 100644
--- a/src/documentation/content/xdocs/poifs/embeded.xml
+++ b/src/documentation/content/xdocs/poifs/embeded.xml
@@ -62,7 +62,7 @@
<p>PowerPoint does not normally store embeded files
in the OLE2 layer. Instead, they are held within records
of the main PowerPoint file.
- <br/>See the <link href="./../hslf/how-to-shapes.html#OLE">HSLF Tutorial</link>
+ <br/>See the <link href="./../slideshow/how-to-shapes.html#OLE">HSLF Tutorial</link>
for how to retrieve embedded OLE objects from a presentation</p>
</section>
</section>
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index f96dfc33ab..31427e939e 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -33,6 +33,10 @@
<!-- Don't forget to update changes.xml too! -->
<changes>
+<!--
+ <release version="3.5.1-beta2" date="2008-??-??">
+ </release>
+-->
<release version="3.5.1-beta1" date="2008-07-11">
<action dev="POI-DEVELOPERS" type="add">45018 - Support for fetching embeded documents from within an OOXML file</action>
<action dev="POI-DEVELOPERS" type="add">Port support for setting a policy on missing / blank cells when fetching, to XSSF too</action>
diff --git a/src/documentation/content/xdocs/trans/de/book.xml b/src/documentation/content/xdocs/trans/de/book.xml
index cd403a6af4..641170ebab 100644
--- a/src/documentation/content/xdocs/trans/de/book.xml
+++ b/src/documentation/content/xdocs/trans/de/book.xml
@@ -31,7 +31,7 @@
<menu label="Projekt">
<menu-item label="Überblick" href="../../overview.html"/>
<menu-item label="POIFS" href="../../poifs/index.html"/>
- <menu-item label="HSSF" href="../../hssf/index.html"/>
+ <menu-item label="HSSF" href="../../spreadsheet/index.html"/>
<menu-item label="HWPF" href="../../hwpf/index.html"/>
<menu-item label="HPSF" href="../../hpsf/index.html"/>
<menu-item label="POI-Utils" href="../../utils/index.html"/>
diff --git a/src/documentation/content/xdocs/trans/de/index.xml b/src/documentation/content/xdocs/trans/de/index.xml
index 84e4f4341c..d4e9a33fea 100644
--- a/src/documentation/content/xdocs/trans/de/index.xml
+++ b/src/documentation/content/xdocs/trans/de/index.xml
@@ -154,7 +154,7 @@
HSSF ist unsere Portierung des Microsoft Excel 97(-2002)
Dateiformats in reinem Java. Es unterstützt Lesen und
Schreiben. Mehr Informationen gibt es auf der
- <link href="../../hssf/index.html">HSSF-Seite</link>.
+ <link href="../../spreadsheet/index.html">HSSF-Seite</link>.
</p>
</section>
<section><title>HWPF</title>
diff --git a/src/documentation/content/xdocs/trans/es/book.xml b/src/documentation/content/xdocs/trans/es/book.xml
index 7c463a798a..3defdaf7eb 100644
--- a/src/documentation/content/xdocs/trans/es/book.xml
+++ b/src/documentation/content/xdocs/trans/es/book.xml
@@ -35,7 +35,7 @@
<menu label="Proyecto">
<menu-item label="Descripción General" href="overview.html"/>
<menu-item label="POIFS [EN]" href="../../poifs/index.html"/>
- <menu-item label="HSSF [EN]" href="../../hssf/index.html"/>
+ <menu-item label="HSSF [EN]" href="../../spreadsheet/index.html"/>
<menu-item label="HWPF [EN]" href="../../hwpf/index.html"/>
<menu-item label="HPSF [EN]" href="../../hpsf/index.html"/>
<menu-item label="POI-Utils [EN]" href="../../utils/index.html"/>
diff --git a/src/documentation/content/xdocs/trans/es/casestudies.xml b/src/documentation/content/xdocs/trans/es/casestudies.xml
index 1a1962fbc3..769a5325b6 100644
--- a/src/documentation/content/xdocs/trans/es/casestudies.xml
+++ b/src/documentation/content/xdocs/trans/es/casestudies.xml
@@ -99,7 +99,7 @@
El
<link href="http://www.lbank.lt/">Banco de Lituania</link>
genera informes de datos estadísticos financieros en formato Excel
- utilizando el API <link href="http://jakarta.apache.org/poi/hssf/">
+ utilizando el API <link href="http://jakarta.apache.org/poi/spreadsheet/">
HSSF</link> del proyecto
<link href="http://jakarta.apache.org/poi/">Jakarta POI</link>
El sistema está basado en Oracle JServer y utiliza
diff --git a/src/documentation/content/xdocs/trans/es/index.xml b/src/documentation/content/xdocs/trans/es/index.xml
index 5eca17f70b..7ec2685136 100644
--- a/src/documentation/content/xdocs/trans/es/index.xml
+++ b/src/documentation/content/xdocs/trans/es/index.xml
@@ -86,7 +86,7 @@
</section>
<section><title>HSSF</title>
<p>HSSF es nuestra adaptación del formato de fichero de Microsoft Excel 97(-2002) (BIFF8) a Java puro. Soporta lectura y
- escritura. Por favor, vea <link href="../../hssf/index.html">la página del proyecto HSSF [EN]</link> para más información.</p>
+ escritura. Por favor, vea <link href="../../spreadsheet/index.html">la página del proyecto HSSF [EN]</link> para más información.</p>
</section>
<section><title>HWPF</title>
<p>HWPF es nuestra adaptación del formato de fichero de Microsoft Word 97 a Java puro. Soporta lectura y escritura.
diff --git a/src/documentation/content/xdocs/trans/es/overview.xml b/src/documentation/content/xdocs/trans/es/overview.xml
index ba7b3b5a8d..b971ec814a 100644
--- a/src/documentation/content/xdocs/trans/es/overview.xml
+++ b/src/documentation/content/xdocs/trans/es/overview.xml
@@ -50,7 +50,7 @@
<section><title>HSSF</title>
<p>
- <link href="../../hssf/index.html">HSSF [EN]</link> es el conjunto de APIs para la lectura y
+ <link href="../../spreadsheet/index.html">HSSF [EN]</link> es el conjunto de APIs para la lectura y
escritura de hojas de cálculo de Microsoft Excel 97(-XP) utilizando (únicamente) Java.
</p>
</section>