aboutsummaryrefslogtreecommitdiffstats
path: root/docs/design/book.xml
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2001-12-14 07:32:28 +0000
committerKeiron Liddle <keiron@apache.org>2001-12-14 07:32:28 +0000
commit638a96ab53c0f0bc62cb2c148409224451552e35 (patch)
tree392506bca349e0b6d4871a1f0b1ac2433128a699 /docs/design/book.xml
parent0c1075bfe6de132c82ae58d1e8370f777c4995ef (diff)
downloadxmlgraphics-fop-638a96ab53c0f0bc62cb2c148409224451552e35.tar.gz
xmlgraphics-fop-638a96ab53c0f0bc62cb2c148409224451552e35.zip
design specific docs in "document" format
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194605 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/design/book.xml')
-rw-r--r--docs/design/book.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/design/book.xml b/docs/design/book.xml
new file mode 100644
index 000000000..96ec605ba
--- /dev/null
+++ b/docs/design/book.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+
+<book title="FOP Design" copyright="1999-2002 The Apache Software Foundation">
+ <external href="http://xml.apache.org/fop/" label="About FOP"/>
+ <separator/>
+ <page id="index" label="Design" source="intro.xml"/>
+ <page id="architecture" label="Architecture" source="architecture.xml" />
+ <page id="properties" label="Properties" source="properties.xml" />
+ <page id="fotree" label="FO Tree" source="fotree.xml" />
+ <page id="areatree" label="Area Tree" source="areas.xml" />
+ <separator/>
+ <page id="layout" label="Layout" source="layout.xml" />
+ <page id="renderers" label="Renderers" source="renderers.xml" />
+ <page id="useragent" label="User Agent" source="useragent.xml" />
+ <page id="optimise" label="Optimisations" source="optimise.xml" />
+ <separator/>
+ <page id="embedding" label="Embedding" source="embedding.xml" />
+ <separator/>
+ <page id="status" label="Status" source="status.xml" />
+</book>