aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/xdocs/book.xml
blob: aab66345a9ba2a964f0e536da201f2db47eebbeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?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="Main">
    <menu-item label="Jakarta" href="http://jakarta.apache.org"/>
  </menu>

  <menu label="About">
    <menu-item label="Index" href="index.html"/>
    <menu-item label="History" href="historyandfuture.html"/>
    <menu-item label="Future"  href="historyandfuture.html"/>
    <menu-item label="Download" href="http://sourceforge.net/project/showfiles.php?group_id=32701"/>
    <menu-item label="1.0 Vision" href="plan/POI10Vision.html"/>
    <menu-item label="2.0 Vision" href="plan/POI20Vision.html"/>
    <menu-item label="Who we are" href="who.html"/>    
    <menu-item label="Changes" href="changes.html"/>
    <menu-item label="Todo" href="todo.html"/>    
  </menu>
  
  <menu label="Sub-Projects">
    <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="POI-Utils" href="utils/index.html"/>
  </menu>

  <menu label="References">
    <menu-item label="Live Sites" href="livesites.html"/>
    <menu-item label="XLS spec [PDF]" href="http://sc.openoffice.org/excelfileformat.pdf"/>
    <menu-item label="Apache Cocoon" href="http://xml.apache.org/cocoon/"/>
  </menu>

  <menu label="Get Involved">
    <menu-item label="Contributing" href="contrib.html"/>
    <menu-item label="Bug Database" href="https://sourceforge.net/tracker/?atid=406288&amp;group_id=32701&amp;func=browse"/>
    <menu-item label="CVS" href="http://jakarta.apache.org/site/cvsindex.html"/>
    <menu-item label="Mail Lists" href="http://jakarta.apache.org/site/mail.html"/>
  </menu>

</book>