mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833248 13f79535-47bb-0310-9956-ffa450edef68
77 lines
3.4 KiB
XML
77 lines
3.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
====================================================================
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
this work for additional information regarding copyright ownership.
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
(the "License"); you may not use this file except in compliance with
|
|
the License. You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
====================================================================
|
|
-->
|
|
<!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="Apache POI">
|
|
<menu-item label="Home" href="index.html"/>
|
|
<menu-item label="Download" href="download.html"/>
|
|
<menu-item label="FAQ" href="faq.html"/>
|
|
<menu-item label="History and Future" href="historyandfuture.html"/>
|
|
</menu>
|
|
|
|
<menu label="Modules">
|
|
<menu-item label="Overview" href="overview.html"/>
|
|
<menu-item label="POIFS" href="poifs/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="slideshow/index.html"/>
|
|
<menu-item label="HSMF" href="hsmf/index.html"/>
|
|
<menu-item label="HDGF" href="hdgf/index.html"/>
|
|
<menu-item label="HPBF" href="hpbf/index.html"/>
|
|
<menu-item label="OpenXML4J" href="oxml4j/index.html"/>
|
|
<menu-item label="POI-Ruby" href="poi-ruby.html"/>
|
|
<menu-item label="Text Extraction" href="text-extraction.html"/>
|
|
</menu>
|
|
|
|
<menu label="Documentation">
|
|
<menu-item label="Javadocs" href="ext:javadoc"/>
|
|
<menu-item label="Legal" href="legal.html"/>
|
|
<!--
|
|
<menu-item label="To Do" href="todo.html"/>
|
|
<menu-item label="Vision" href="plan/POI20Vision.html"/>
|
|
-->
|
|
</menu>
|
|
|
|
<menu label="Development">
|
|
<menu-item label="Changes" href="changes.html"/>
|
|
<menu-item label="Source Repository" href="subversion.html"/>
|
|
<menu-item label="Mailing Lists" href="mailinglists.html"/>
|
|
<menu-item label="Bug Database" href="http://issues.apache.org/bugzilla/buglist.cgi?product=POI"/>
|
|
<menu-item label="How to Build" href="howtobuild.html"/>
|
|
<menu-item label="Resolutions" href="resolutions/index.html"/>
|
|
<menu-item label="Get Involved" href="getinvolved/index.html"/>
|
|
<menu-item label="Who We Are" href="who.html"/>
|
|
</menu>
|
|
|
|
<menu label="Misc">
|
|
<menu-item label="Case Studies" href="casestudies.html"/>
|
|
<menu-item label="References" href="references/index.html"/>
|
|
<menu-item label="POI in the News" href="news.html"/>
|
|
<menu-item label="Sponsors" href="http://www.apache.org/foundation/thanks.html" />
|
|
</menu>
|
|
|
|
</book>
|