diff options
author | Nick Burch <nick@apache.org> | 2008-03-16 15:59:27 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2008-03-16 15:59:27 +0000 |
commit | bfc60827c0c0fa5f8d2240941d95dbb0aba05e76 (patch) | |
tree | f5d76818953ac2a19ce369c9df24d7d0f22863d0 /src | |
parent | 703fdfabb62dee4cf7f4ccf18a4225a8a9271235 (diff) | |
download | poi-bfc60827c0c0fa5f8d2240941d95dbb0aba05e76.tar.gz poi-bfc60827c0c0fa5f8d2240941d95dbb0aba05e76.zip |
Re-name some documentation directories, so they have better names now cover ole2 and ooxml (will need .htaccess redirect when putting live)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@637603 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/documentation/content/xdocs/book.xml | 4 | ||||
-rw-r--r-- | src/documentation/content/xdocs/index.xml | 4 | ||||
-rw-r--r-- | src/documentation/content/xdocs/overview.xml | 2 | ||||
-rw-r--r-- | src/documentation/content/xdocs/slideshow/book.xml (renamed from src/documentation/content/xdocs/hslf/book.xml) | 0 | ||||
-rw-r--r-- | src/documentation/content/xdocs/slideshow/how-to-shapes.xml (renamed from src/documentation/content/xdocs/hslf/how-to-shapes.xml) | 0 | ||||
-rwxr-xr-x | src/documentation/content/xdocs/slideshow/index.xml (renamed from src/documentation/content/xdocs/hslf/index.xml) | 0 | ||||
-rw-r--r-- | src/documentation/content/xdocs/slideshow/ppt-file-format.xml (renamed from src/documentation/content/xdocs/hslf/ppt-file-format.xml) | 0 | ||||
-rw-r--r-- | src/documentation/content/xdocs/slideshow/quick-guide.xml (renamed from src/documentation/content/xdocs/hslf/quick-guide.xml) | 0 | ||||
-rw-r--r-- | src/documentation/content/xdocs/spreadsheet/book.xml (renamed from src/documentation/content/xdocs/ss/book.xml) | 0 | ||||
-rw-r--r-- | src/documentation/content/xdocs/spreadsheet/chart.xml (renamed from src/documentation/content/xdocs/ss/chart.xml) | 0 | ||||
-rw-r--r-- | src/documentation/content/xdocs/spreadsheet/diagram1.xml (renamed from src/documentation/content/xdocs/ss/diagram1.xml) | 0 | ||||
-rw-r--r-- | src/documentation/content/xdocs/spreadsheet/diagrams.xml (renamed from src/documentation/content/xdocs/ss/diagrams.xml) | 0 | ||||
-rw-r--r-- | src/documentation/content/xdocs/spreadsheet/eval-devguide.xml (renamed from src/documentation/content/xdocs/ss/eval-devguide.xml) | 0 | ||||
-rw-r--r-- | src/documentation/content/xdocs/spreadsheet/eval.xml (renamed from src/documentation/content/xdocs/ss/eval.xml) | 0 | ||||
-rw-r--r-- | src/documentation/content/xdocs/spreadsheet/formula.xml (renamed from src/documentation/content/xdocs/ss/formula.xml) | 0 | ||||
-rw-r--r-- | src/documentation/content/xdocs/spreadsheet/hacking-hssf.xml (renamed from src/documentation/content/xdocs/ss/hacking-hssf.xml) | 0 | ||||
-rw-r--r-- | src/documentation/content/xdocs/spreadsheet/how-to.xml (renamed from src/documentation/content/xdocs/ss/how-to.xml) | 0 | ||||
-rw-r--r-- | src/documentation/content/xdocs/spreadsheet/index.xml (renamed from src/documentation/content/xdocs/ss/index.xml) | 0 | ||||
-rw-r--r-- | src/documentation/content/xdocs/spreadsheet/limitations.xml (renamed from src/documentation/content/xdocs/ss/limitations.xml) | 0 | ||||
-rw-r--r-- | src/documentation/content/xdocs/spreadsheet/quick-guide.xml (renamed from src/documentation/content/xdocs/ss/quick-guide.xml) | 0 | ||||
-rw-r--r-- | src/documentation/content/xdocs/spreadsheet/record-generator.xml (renamed from src/documentation/content/xdocs/ss/record-generator.xml) | 0 | ||||
-rw-r--r-- | src/documentation/content/xdocs/spreadsheet/use-case.xml (renamed from src/documentation/content/xdocs/ss/use-case.xml) | 0 |
22 files changed, 5 insertions, 5 deletions
diff --git a/src/documentation/content/xdocs/book.xml b/src/documentation/content/xdocs/book.xml index c02fcd6302..d8cffad4ee 100644 --- a/src/documentation/content/xdocs/book.xml +++ b/src/documentation/content/xdocs/book.xml @@ -35,10 +35,10 @@ <menu label="Project"> <menu-item label="Overview" href="overview.html"/> <menu-item label="POIFS" href="poifs/index.html"/> - <menu-item label="HSSF+XSSF" href="ss/index.html"/> + <menu-item label="HSSF+XSSF" href="spreadsheet/index.html"/> <menu-item label="HWPF" href="hwpf/index.html"/> <menu-item label="HPSF" href="hpsf/index.html"/> - <menu-item label="HSLF" href="hslf/index.html"/> + <menu-item label="HSLF" href="slideshow/index.html"/> <menu-item label="HSMF" href="hsmf/index.html"/> <menu-item label="HDGF" href="hdgf/index.html"/> <menu-item label="POI-Ruby" href="poi-ruby.html"/> diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml index 4157286c89..a29a000cbb 100644 --- a/src/documentation/content/xdocs/index.xml +++ b/src/documentation/content/xdocs/index.xml @@ -123,7 +123,7 @@ <p>HSSF is our port of the Microsoft Excel 97(-2007) file format (BIFF8) to pure Java. XSSF is our port of the Microsoft Excel XML (2007+) file format (OOXML) to pure Java. They both supports read and write capability. Please see - <link href="./ss/index.html">the HSSF+XSSF project page</link> for more + <link href="./spreadsheet/index.html">the HSSF+XSSF project page</link> for more information.</p> </section> <section><title>HWPF for Word Documents</title> @@ -139,7 +139,7 @@ <p>HSLF is our port of the Microsoft PowerPoint 97(-2003) file format to pure Java. It supports read and write capabilities of some, but not yet all of the core records. Please see <link - href="./hslf/index.html">the HSLF project page for more + href="./slideshow/index.html">the HSLF project page for more information</link>.</p> </section> <section><title>HDGF for Visio Documents</title> diff --git a/src/documentation/content/xdocs/overview.xml b/src/documentation/content/xdocs/overview.xml index 984449b5ac..1f0eaeb74d 100644 --- a/src/documentation/content/xdocs/overview.xml +++ b/src/documentation/content/xdocs/overview.xml @@ -64,7 +64,7 @@ <section><title>HSLF</title> <p> - <link href="hslf/index.html">HSLF</link> is the set of APIs + <link href="slideshow/index.html">HSLF</link> is the set of APIs for reading and writing Microsoft PowerPoint 97(-XP) documents using (only) Java. </p> </section> diff --git a/src/documentation/content/xdocs/hslf/book.xml b/src/documentation/content/xdocs/slideshow/book.xml index 8ccf5c1bc4..8ccf5c1bc4 100644 --- a/src/documentation/content/xdocs/hslf/book.xml +++ b/src/documentation/content/xdocs/slideshow/book.xml diff --git a/src/documentation/content/xdocs/hslf/how-to-shapes.xml b/src/documentation/content/xdocs/slideshow/how-to-shapes.xml index 36e4a11387..36e4a11387 100644 --- a/src/documentation/content/xdocs/hslf/how-to-shapes.xml +++ b/src/documentation/content/xdocs/slideshow/how-to-shapes.xml diff --git a/src/documentation/content/xdocs/hslf/index.xml b/src/documentation/content/xdocs/slideshow/index.xml index 438aab3f13..438aab3f13 100755 --- a/src/documentation/content/xdocs/hslf/index.xml +++ b/src/documentation/content/xdocs/slideshow/index.xml diff --git a/src/documentation/content/xdocs/hslf/ppt-file-format.xml b/src/documentation/content/xdocs/slideshow/ppt-file-format.xml index d76fd7f543..d76fd7f543 100644 --- a/src/documentation/content/xdocs/hslf/ppt-file-format.xml +++ b/src/documentation/content/xdocs/slideshow/ppt-file-format.xml diff --git a/src/documentation/content/xdocs/hslf/quick-guide.xml b/src/documentation/content/xdocs/slideshow/quick-guide.xml index 7e6f9ae2e3..7e6f9ae2e3 100644 --- a/src/documentation/content/xdocs/hslf/quick-guide.xml +++ b/src/documentation/content/xdocs/slideshow/quick-guide.xml diff --git a/src/documentation/content/xdocs/ss/book.xml b/src/documentation/content/xdocs/spreadsheet/book.xml index 483b46e2f5..483b46e2f5 100644 --- a/src/documentation/content/xdocs/ss/book.xml +++ b/src/documentation/content/xdocs/spreadsheet/book.xml diff --git a/src/documentation/content/xdocs/ss/chart.xml b/src/documentation/content/xdocs/spreadsheet/chart.xml index 3dd3371287..3dd3371287 100644 --- a/src/documentation/content/xdocs/ss/chart.xml +++ b/src/documentation/content/xdocs/spreadsheet/chart.xml diff --git a/src/documentation/content/xdocs/ss/diagram1.xml b/src/documentation/content/xdocs/spreadsheet/diagram1.xml index fbbe1f66c3..fbbe1f66c3 100644 --- a/src/documentation/content/xdocs/ss/diagram1.xml +++ b/src/documentation/content/xdocs/spreadsheet/diagram1.xml diff --git a/src/documentation/content/xdocs/ss/diagrams.xml b/src/documentation/content/xdocs/spreadsheet/diagrams.xml index 1c1f2a76f9..1c1f2a76f9 100644 --- a/src/documentation/content/xdocs/ss/diagrams.xml +++ b/src/documentation/content/xdocs/spreadsheet/diagrams.xml diff --git a/src/documentation/content/xdocs/ss/eval-devguide.xml b/src/documentation/content/xdocs/spreadsheet/eval-devguide.xml index 29c33b8a20..29c33b8a20 100644 --- a/src/documentation/content/xdocs/ss/eval-devguide.xml +++ b/src/documentation/content/xdocs/spreadsheet/eval-devguide.xml diff --git a/src/documentation/content/xdocs/ss/eval.xml b/src/documentation/content/xdocs/spreadsheet/eval.xml index 8d63512173..8d63512173 100644 --- a/src/documentation/content/xdocs/ss/eval.xml +++ b/src/documentation/content/xdocs/spreadsheet/eval.xml diff --git a/src/documentation/content/xdocs/ss/formula.xml b/src/documentation/content/xdocs/spreadsheet/formula.xml index d8ced8fb20..d8ced8fb20 100644 --- a/src/documentation/content/xdocs/ss/formula.xml +++ b/src/documentation/content/xdocs/spreadsheet/formula.xml diff --git a/src/documentation/content/xdocs/ss/hacking-hssf.xml b/src/documentation/content/xdocs/spreadsheet/hacking-hssf.xml index 7247ad0ee7..7247ad0ee7 100644 --- a/src/documentation/content/xdocs/ss/hacking-hssf.xml +++ b/src/documentation/content/xdocs/spreadsheet/hacking-hssf.xml diff --git a/src/documentation/content/xdocs/ss/how-to.xml b/src/documentation/content/xdocs/spreadsheet/how-to.xml index a4ac41209d..a4ac41209d 100644 --- a/src/documentation/content/xdocs/ss/how-to.xml +++ b/src/documentation/content/xdocs/spreadsheet/how-to.xml diff --git a/src/documentation/content/xdocs/ss/index.xml b/src/documentation/content/xdocs/spreadsheet/index.xml index 4560d82d83..4560d82d83 100644 --- a/src/documentation/content/xdocs/ss/index.xml +++ b/src/documentation/content/xdocs/spreadsheet/index.xml diff --git a/src/documentation/content/xdocs/ss/limitations.xml b/src/documentation/content/xdocs/spreadsheet/limitations.xml index 8dad71e172..8dad71e172 100644 --- a/src/documentation/content/xdocs/ss/limitations.xml +++ b/src/documentation/content/xdocs/spreadsheet/limitations.xml diff --git a/src/documentation/content/xdocs/ss/quick-guide.xml b/src/documentation/content/xdocs/spreadsheet/quick-guide.xml index e2186953bd..e2186953bd 100644 --- a/src/documentation/content/xdocs/ss/quick-guide.xml +++ b/src/documentation/content/xdocs/spreadsheet/quick-guide.xml diff --git a/src/documentation/content/xdocs/ss/record-generator.xml b/src/documentation/content/xdocs/spreadsheet/record-generator.xml index 8ce8fe5d89..8ce8fe5d89 100644 --- a/src/documentation/content/xdocs/ss/record-generator.xml +++ b/src/documentation/content/xdocs/spreadsheet/record-generator.xml diff --git a/src/documentation/content/xdocs/ss/use-case.xml b/src/documentation/content/xdocs/spreadsheet/use-case.xml index acd66fc6e1..acd66fc6e1 100644 --- a/src/documentation/content/xdocs/ss/use-case.xml +++ b/src/documentation/content/xdocs/spreadsheet/use-case.xml |