diff options
author | William Victor Mote <vmote@apache.org> | 2003-05-14 15:08:00 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-05-14 15:08:00 +0000 |
commit | 666b721b99f262672ffd7443d315607f50498631 (patch) | |
tree | e5a03f1acffe4b9f570e0460bcc278a29dfb9fbe /src/documentation | |
parent | e4e3ffed0ef0f36f019973a653b9b67585e96620 (diff) | |
download | xmlgraphics-fop-666b721b99f262672ffd7443d315607f50498631.tar.gz xmlgraphics-fop-666b721b99f262672ffd7443d315607f50498631.zip |
Move "Project" items down to the bottom of the menu.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196423 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/book.xml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/src/documentation/content/xdocs/book.xml b/src/documentation/content/xdocs/book.xml index d73690715..c9ef14c49 100644 --- a/src/documentation/content/xdocs/book.xml +++ b/src/documentation/content/xdocs/book.xml @@ -8,16 +8,8 @@ copyright="@year@ The Apache Software Foundation" xmlns:xlink="http://www.w3.org/1999/xlink"> - <menu label="About"> - <menu-item label="Home" href="index.html"/> - <menu-item label="News" href="news.html"/> - <menu-item label="Logo contest" href="logocontest.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 label="Home"> + <menu-item label="Introduction" href="index.html"/> </menu> <menu label="Using FOP"> @@ -48,4 +40,13 @@ <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="Logo contest" href="logocontest.html"/> + <menu-item label="Status" href="status.html"/> + <menu-item label="Changes" href="changes.html"/> + <menu-item label="Todo" href="todo.html"/> + </menu> + </book> |