diff options
author | William Victor Mote <vmote@apache.org> | 2003-04-14 20:28:58 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-04-14 20:28:58 +0000 |
commit | d78455765919869e8aedc6b91f46693361ca5df0 (patch) | |
tree | ac98502904796e324dbe9d3902a6778cc5b5e555 | |
parent | 5a543aaaa81531088e5a507888e0c8387e9eb212 (diff) | |
download | xmlgraphics-fop-d78455765919869e8aedc6b91f46693361ca5df0.tar.gz xmlgraphics-fop-d78455765919869e8aedc6b91f46693361ca5df0.zip |
Make items in "using" category consistent.
Move "configure" to using category.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196258 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/content/xdocs/book.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/documentation/content/xdocs/book.xml b/src/documentation/content/xdocs/book.xml index a4654c6eb..8a4534b9d 100644 --- a/src/documentation/content/xdocs/book.xml +++ b/src/documentation/content/xdocs/book.xml @@ -23,23 +23,23 @@ <menu label="Using FOP"> <menu-item label="Release Notes" href="relnotes.html"/> <menu-item label="Download" href="download.html"/> - <menu-item label="Compiling" href="compiling.html"/> - <menu-item label="Running" href="running.html"/> - <menu-item label="Embedding" href="embedding.html"/> + <menu-item label="Compile" href="compiling.html"/> + <menu-item label="Configure" href="configuration.html"/> + <menu-item label="Run" href="running.html"/> + <menu-item label="Embed" href="embedding.html"/> <menu-item label="Ant task" href="anttask.html"/> </menu> <menu label="Features"> <menu-item label="Compliance" href="compliance.html"/> - <menu-item label="Output Formats" href="output.html"/> + <menu-item label="Output Targets" href="output.html"/> </menu> <menu label="Extras"> - <menu-item label="SVG" href="svg.html"/> + <menu-item label="Graphic Formats" 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="Resources"> |