Various new bits of documentation on embeded files and text extraction
[poi.git] / src / documentation / content / xdocs / book.xml
blobab1af452e8cc9ff0a491d604a75d631559c8bd7a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3    ====================================================================
4    Licensed to the Apache Software Foundation (ASF) under one or more
5    contributor license agreements.  See the NOTICE file distributed with
6    this work for additional information regarding copyright ownership.
7    The ASF licenses this file to You under the Apache License, Version 2.0
8    (the "License"); you may not use this file except in compliance with
9    the License.  You may obtain a copy of the License at
11        http://www.apache.org/licenses/LICENSE-2.0
13    Unless required by applicable law or agreed to in writing, software
14    distributed under the License is distributed on an "AS IS" BASIS,
15    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16    See the License for the specific language governing permissions and
17    limitations under the License.
18    ====================================================================
19 -->
20 <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "./dtd/book-cocoon-v10.dtd">
22 <book software="POI"
23     title="POI Project Documentation"
24     copyright="@year@ POI Project"
25     xmlns:xlink="http://www.w3.org/1999/xlink">
27     <menu label="Apache POI">
28         <menu-item label="TOP" href="index.html"/>
29     </menu>
31     <menu label="Marketing">
32         <menu-item label="Case Studies" href="casestudies.html"/>
33     </menu>
35     <menu label="Project">
36         <menu-item label="Overview" href="overview.html"/>
37         <menu-item label="POIFS" href="poifs/index.html"/>
38         <menu-item label="HSSF" href="hssf/index.html"/>
39         <menu-item label="HWPF" href="hwpf/index.html"/>
40         <menu-item label="HPSF" href="hpsf/index.html"/>
41         <menu-item label="HSLF" href="hslf/index.html"/>
42         <menu-item label="HSMF" href="hsmf/index.html"/>
43         <menu-item label="HDGF" href="hdgf/index.html"/>
44                 <menu-item label="POI-Ruby" href="poi-ruby.html"/>
45         <menu-item label="POI-Utils" href="utils/index.html"/>
46         <menu-item label="Text Extraction" href="text-extraction.html"/>
47         <menu-item label="Download" href="ext:download"/>
48     </menu>
50     <menu label="Community">
51         <menu-item label="News" href="news.html"/>
52         <menu-item label="Mirrors" href="mirrors.html"/>
53         <menu-item label="Changes" href="changes.html"/>
54         <menu-item label="To Do" href="todo.html"/>
55         <menu-item label="Get Involved" href="getinvolved/index.html"/>
56         <menu-item label="Mailing Lists" href="mailinglists.html"/>
57         <menu-item label="Vision" href="plan/POI20Vision.html"/>
58         <menu-item label="History and Future" href="historyandfuture.html"/>
59         <menu-item label="Who We Are" href="who.html"/>
60         <menu-item label="Resolutions" href="resolutions/index.html"/>
61         <menu-item label="Sponsors" href="http://www.apache.org/foundation/thanks.html" />
62     </menu>
64     <menu label="Docs">
65         <menu-item label="Javadocs" href="ext:javadoc"/>
66         <menu-item label="FAQ" href="faq.html"/>
67         <menu-item label="Legal" href="legal.html"/>
68         <menu-item label="References" href="references/index.html"/>
69         <menu-item label="How to Build" href="howtobuild.html"/>
70     </menu>
72     <menu label="Translations">
73         <menu-item label="Index" href="trans/index.html"/>
74         <menu-item label="Guidelines" href="trans/guidelines.html"/>
75         <menu-item label="German (DE)" href="trans/de/index.html"/>
76         <menu-item label="Spanish (ES)" href="trans/es/index.html"/>
77         <menu-item label="Japanese (Web)" href="http://jakarta.terra-intl.com/poi/"/>
78         <menu-item label="Korean (Web)" href="http://jakarta.apache-korea.org/poi/"/>
79     </menu>
81     <menu label="Code">
82         <menu-item label="Subversion (current source code)" href="subversion.html"/>
83         <menu-item label="Top Voted Bugs" href="http://issues.apache.org/bugzilla/buglist.cgi?votes=1&amp;product=POI&amp;order=bugs.votes"/>
84         <menu-item label="Bug Database" href="http://issues.apache.org/bugzilla/buglist.cgi?product=POI"/>
85         <menu-item label="Patches" href="http://issues.apache.org/bugzilla/buglist.cgi?product=POI&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr"/>
86         <menu-item label="Junit Test Results" href="ext:junit"/>
87         <menu-item label="Dependency Metrics" href="ext:jdepend"/>
88         <!--    <menu-item label="Checkstyle Metrics" href="http://jakarta.apache.org/poi/metrics/checkstyle/"/> -->
89     </menu>
91 </book>