blob: 6efc2c8d60f09127c4bfa45cd81685ddb8f25753 (
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 1999-2004 The Apache Software Foundation
Licensed 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.
-->
<!-- $Id$ -->
<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-cocoon2/src/documentation/xdocs/dtd/book-cocoon-v10.dtd">
<book software="FOP" title="FOP" copyright="@year@ The Apache Software Foundation" xmlns:xlink="http://www.w3.org/1999/xlink">
<menu label="Home">
<menu-item label="Introduction" href="index.html"/>
</menu>
<menu label="Using FOP">
<menu-item label="Release Notes" href="relnotes.html"/>
<menu-item label="Download" href="download.html"/>
<menu-item label="Build" href="compiling.html"/>
<menu-item label="Configure" href="configuration.html"/>
<menu-item label="Run" href="running.html"/>
<menu-item label="Embed" href="embedding.html"/>
<menu-item label="Servlets" href="servlets.html"/>
<menu-item label="Ant task" href="anttask.html"/>
</menu>
<menu label="Features">
<menu-item label="Compliance" href="compliance.html"/>
<menu-item label="Output Targets" href="output.html"/>
<menu-item label="PDF encryption" href="pdfencryption.html"/>
<menu-item label="Graphics" href="graphics.html"/>
<menu-item label="Fonts" href="fonts.html"/>
<menu-item label="Hyphenation" href="hyphenation.html"/>
<menu-item label="Extensions" href="extensions.html"/>
</menu>
<menu label="Resources">
<menu-item label="Getting Help" href="gethelp.html"/>
<menu-item label="FAQs" href="faq.html"/>
<menu-item label="XSL-FO" href="fo.html"/>
<menu-item label="Examples" href="examples.html"/>
<menu-item label="Mailing Lists" href="maillist.html"/>
<menu-item label="Bugs" href="bugs.html"/>
<menu-item label="Wiki" href="http://nagoya.apache.org/wiki/apachewiki.cgi?FOPProjectPages"/>
<menu-item label="License" href="license.html"/>
<menu-item label="Other" href="resources.html"/>
</menu>
<menu label="Project">
<menu-item label="News" href="news.html"/>
<menu-item label="Who We Are" href="team.html"/>
<menu-item label="Status" href="status.html"/>
<menu-item label="Logo contest" href="logocontest.html"/>
<menu-item label="Changes" href="changes.html"/>
<menu-item label="Todo" href="todo.html"/>
</menu>
</book>
|