diff options
author | Glen Stampoultzis <glens@apache.org> | 2003-04-24 00:53:41 +0000 |
---|---|---|
committer | Glen Stampoultzis <glens@apache.org> | 2003-04-24 00:53:41 +0000 |
commit | 2d641e1f74a3118502974885e5f6577c2758d8a3 (patch) | |
tree | 7e3eabf25a0b09b509e0a98ef18183190d81c37b /src/documentation/content/xdocs/book.xml | |
parent | 3f0a48aa9cafdef785eaecf7f7ee369d58441eb5 (diff) | |
download | poi-2d641e1f74a3118502974885e5f6577c2758d8a3.tar.gz poi-2d641e1f74a3118502974885e5f6577c2758d8a3.zip |
Merged from BUILD_BRANCH. Note: There is one problem. The HDF testcases are failing for me which prevents the full build from running. Committers, please feel free to tweak the build on your own now.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353067 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/book.xml')
-rw-r--r-- | src/documentation/content/xdocs/book.xml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/book.xml b/src/documentation/content/xdocs/book.xml new file mode 100644 index 0000000000..ed032c9076 --- /dev/null +++ b/src/documentation/content/xdocs/book.xml @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "./dtd/book-cocoon-v10.dtd"> + +<book software="Poi" + title="Poi Project Documentation" + copyright="@year@ Poi Project" + xmlns:xlink="http://www.w3.org/1999/xlink"> + + <menu label="Community"> + <menu-item label="News" href="news.html"/> + <menu-item label="Mirrors" href="mirrors.html"/> + <menu-item label="Changes" href="changes.html"/> + <menu-item label="To Do" href="todo.html"/> + <menu-item label="Get Involved" href="getinvolved/index.html"/> + <menu-item label="Mailing Lists" href="http://jakarta.apache.org/site/mail.html"/> + <menu-item label="Vision" href="plan/POI20Vision.html"/> + <menu-item label="History and Future" href="historyandfuture.html"/> + <menu-item label="Who We Are" href="who.html"/> + <menu-item label="Resolutions" href="resolutions/index.html"/> + </menu> + + <menu label="Marketing"> + <menu-item label="Case Studies" href="casestudies.html"/> + </menu> + + <menu label="Project"> + <menu-item label="Overview" href="overview.html"/> + <menu-item label="POIFS" href="poifs/index.html"/> + <menu-item label="HSSF" href="hssf/index.html"/> + <menu-item label="HDF" href="hdf/index.html"/> + <menu-item label="HPSF" href="hpsf/index.html"/> + <menu-item label="POI-Utils" href="utils/index.html"/> + <menu-item label="Download" href="http://jakarta.apache.org/builds/jakarta-poi/"/> + </menu> + + <menu label="Docs"> + <menu-item label="Javadocs" href="ext:javadoc"/> + <menu-item label="FAQ" href="faq.html"/> + <menu-item label="References" href="references/index.html"/> + </menu> + + <menu label="Translations"> + <menu-item label="Index" href="trans/index.html"/> + <menu-item label="Guidelines" href="trans/guidelines.html"/> + <menu-item label="German" href="trans/de/index.html"/> + <menu-item label="Spanish" href="trans/es/index.html"/> + <menu-item label="Japanese" href="http://www.terra-intl.com/jakarta/poi/"/> + </menu> + + <menu label="Code"> + <!-- <menu-item label="Source Code" href="http://jakarta.apache.org/poi/javadocs/javasrc/"/> --> + <menu-item label="CVS" href="http://jakarta.apache.org/site/cvsindex.html"/> + <menu-item label="CVS Changelog" href="changelog.html"/> + <menu-item label="Top Voted Bugs" href="http://nagoya.apache.org/bugzilla/buglist.cgi?votes=1&product=POI&order=bugs.votes"/> + <menu-item label="Bug Database" href="http://nagoya.apache.org/bugzilla/buglist.cgi?product=POI"/> + <menu-item label="Patches" href="http://nagoya.apache.org/bugzilla/buglist.cgi?product=POI&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr"/> + + <menu-item label="Junit Test Results" href="ext:junit"/> + <menu-item label="Dependency Metrics" href="ext:jdepend"/> + <!-- <menu-item label="Checkstyle Metrics" href="http://jakarta.apache.org/poi/metrics/checkstyle/"/> --> + </menu> + +</book> |