44741d2ce1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600927 13f79535-47bb-0310-9956-ffa450edef68
91 lines
4.4 KiB
XML
91 lines
4.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="TOP" href="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="HWPF" href="hwpf/index.html"/>
|
|
<menu-item label="HPSF" href="hpsf/index.html"/>
|
|
<menu-item label="HSLF" href="hslf/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"/>
|
|
<menu-item label="POI-Utils" href="utils/index.html"/>
|
|
<menu-item label="Download" href="ext:download"/>
|
|
</menu>
|
|
|
|
<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="mailinglists.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-item label="Sponsors" href="http://www.apache.org/foundation/thanks.html" />
|
|
</menu>
|
|
|
|
<menu label="Docs">
|
|
<menu-item label="Javadocs" href="ext:javadoc"/>
|
|
<menu-item label="FAQ" href="faq.html"/>
|
|
<menu-item label="Legal" href="legal.html"/>
|
|
<menu-item label="References" href="references/index.html"/>
|
|
<menu-item label="How to Build" href="howtobuild.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 (DE)" href="trans/de/index.html"/>
|
|
<menu-item label="Spanish (ES)" href="trans/es/index.html"/>
|
|
<menu-item label="Japanese (Web)" href="http://jakarta.terra-intl.com/poi/"/>
|
|
<menu-item label="Korean (Web)" href="http://jakarta.apache-korea.org/poi/"/>
|
|
</menu>
|
|
|
|
<menu label="Code">
|
|
<menu-item label="Subversion (current source code)" href="subversion.html"/>
|
|
<menu-item label="Top Voted Bugs" href="http://issues.apache.org/bugzilla/buglist.cgi?votes=1&product=POI&order=bugs.votes"/>
|
|
<menu-item label="Bug Database" href="http://issues.apache.org/bugzilla/buglist.cgi?product=POI"/>
|
|
<menu-item label="Patches" href="http://issues.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>
|