diff options
author | Keiron Liddle <keiron@apache.org> | 2002-10-28 08:41:01 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-10-28 08:41:01 +0000 |
commit | 06a4ad36f67612273f489f1b6468805b9d5871c7 (patch) | |
tree | 8276cf2a0b1bdd63fdee0574d09fced83f48655b /src/documentation/content/xdocs/book.xml | |
parent | f4277e55a8810a0badd3a0dbb233178b678d0119 (diff) | |
download | xmlgraphics-fop-06a4ad36f67612273f489f1b6468805b9d5871c7.tar.gz xmlgraphics-fop-06a4ad36f67612273f489f1b6468805b9d5871c7.zip |
updated docs for dev version
using new forrest docs
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195365 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/book.xml')
-rw-r--r-- | src/documentation/content/xdocs/book.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/book.xml b/src/documentation/content/xdocs/book.xml new file mode 100644 index 000000000..e1c2550be --- /dev/null +++ b/src/documentation/content/xdocs/book.xml @@ -0,0 +1,14 @@ +<?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" + 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="Changes" href="changes.html"/> + <menu-item label="Todo" href="todo.html"/> + </menu> + </book> |