blob: 1d592d004202040e7b02afac0405d565b57bac33 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!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="About">
<menu-item label="Index" href="index.html"/>
<menu-item label="News" href="news.html"/>
<menu-item label="Logo contest" href="logocontest.html"/>
<menu-item label="FAQs" href="faq.html"/>
<menu-item label="Download" href="download.html"/>
<menu-item label="Release Notes" href="relnotes.html"/>
<menu-item label="Getting Help" href="gethelp.html"/>
<menu-item label="Examples" href="examples.html"/>
</menu>
<menu label="Project">
<menu-item label="Status" href="status.html"/>
<menu-item label="Changes" href="changes.html"/>
<menu-item label="Todo" href="todo.html"/>
</menu>
<menu label="Using FOP">
<menu-item label="Running" href="running.html"/>
<menu-item label="Embedding" href="embedding.html"/>
<menu-item label="Ant task" href="anttask.html"/>
<menu-item label="Output Formats" href="output.html"/>
<menu-item label="Compliance" href="compliance.html"/>
<menu-item label="Implemented" href="implemented.html"/>
<menu-item label="Limitations" href="limitations.html"/>
</menu>
<menu label="Extras">
<menu-item label="SVG" href="svg.html"/>
<menu-item label="Extensions" href="extensions.html"/>
<menu-item label="Fonts" href="fonts.html"/>
<menu-item label="PDF encryption" href="pdfencryption.html"/>
<menu-item label="Configuration" href="configuration.html"/>
</menu>
<menu label="Developing">
<menu-item label="Getting Involved" href="involved.html"/>
<menu-item label="Compiling" href="compiling.html"/>
<menu-item label="Testing" href="testing.html"/>
</menu>
<menu label="Resources">
<menu-item label="Bugs" href="bugs.html"/>
<menu-item label="Resources" href="resources.html"/>
<menu-item label="License" href="license.html"/>
<external label="Patch queue" href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&namedcmd=Fop+all&newqueryname=fop+patch+queue&tofooter=1&order=Reuse+same+sort+as+last+time"/>
</menu>
</book>
|