aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/design/book.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/documentation/content/xdocs/design/book.xml')
-rw-r--r--src/documentation/content/xdocs/design/book.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/design/book.xml b/src/documentation/content/xdocs/design/book.xml
new file mode 100644
index 000000000..84da0fa9d
--- /dev/null
+++ b/src/documentation/content/xdocs/design/book.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "book-cocoon-v10.dtd">
+
+<book software="FOP"
+ title="FOP Design"
+ 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>
+ <menu label="Overview">
+ <menu-item label="Architecture" href="architecture.html"/>
+ </menu>
+ <menu label="Sections">
+ <menu-item label="FO Tree" href="fotree.html"/>
+ <menu-item label="Propterties" href="properties.html"/>
+ <menu-item label="Layout" href="layout.html"/>
+ <menu-item label="Area Tree" href="areas.html"/>
+ <menu-item label="Renderers" href="renderers.html"/>
+ </menu>
+ <menu label="Miscellaneous">
+ <menu-item label="Embedding" href="embedding.html"/>
+ <menu-item label="Extending" href="extending.html"/>
+ <menu-item label="Break Possibility" href="breakpos.html"/>
+ <menu-item label="Optimisations" href="optimise.html"/>
+ <menu-item label="User Agent" href="useragent.html"/>
+ </menu>
+ <menu label="Status">
+ <menu-item label="Status" href="status.html"/>
+ </menu>
+</book>
+