diff options
author | Karen Lease <klease@apache.org> | 2002-03-17 17:43:55 +0000 |
---|---|---|
committer | Karen Lease <klease@apache.org> | 2002-03-17 17:43:55 +0000 |
commit | 5ab455bf42093e5a13a088bfef9c821a4ae19d1e (patch) | |
tree | 9c178c835e1c070e6421ea1001eabf3664a50c57 /docs/xml-docs/fop.xml | |
parent | e817266a9f7d1b0579839cc2383fe988ab5c3bc8 (diff) | |
download | xmlgraphics-fop-5ab455bf42093e5a13a088bfef9c821a4ae19d1e.tar.gz xmlgraphics-fop-5ab455bf42093e5a13a088bfef9c821a4ae19d1e.zip |
Submitted by: Jeremias M�rki
Reviewed by: Karen Lease
- Added a page "How to get Help".
- Added documentation for Michael's logging changes.
- Corrected some minor typos.
- Restructured the Resources page a bit.
- Added some more information on the PostScript Renderer.
- Added a comment on the FormattingResults class in "Embedding".
- Added a comment on CVS branches.
- A few other little additions.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194704 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/xml-docs/fop.xml')
-rw-r--r-- | docs/xml-docs/fop.xml | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/docs/xml-docs/fop.xml b/docs/xml-docs/fop.xml index ac3c17d11..eec25e93c 100644 --- a/docs/xml-docs/fop.xml +++ b/docs/xml-docs/fop.xml @@ -1,32 +1,32 @@ <?xml version="1.0"?> - -<book title="FOP XSL-FO documentation" copyright="1999-2001 The Apache Software Foundation"> - <external href="http://xml.apache.org/" label="Home"/> - <separator/> - <page id="index" label="About FOP" source="fop/readme.xml"/> - <page id="download" label="Download" source="fop/download.xml" /> - <page id="running" label="Running FOP" source="fop/running.xml" /> - <page id="embedding" label="Embedding" source="fop/embedding.xml" /> - <page id="output" label="Ouput Formats" source="fop/output.xml" /> - <page id="implemented" label="Features" source="fop/implemented.xml" /> - <page id="todo" label="TODO" source="fop/todo.xml" /> - <page id="limitations" label="Limitations" source="fop/limitations.xml" /> - <page id="examples" label="Examples" source="fop/examples.xml" /> - <separator/> - <page id="svg" label="SVG" source="fop/svg.xml" /> - <page id="extensions" label="Extensions" source="fop/extensions.xml" /> <page id="fonts" label="Fonts" source="fop/fonts.xml" /> - <page id="config" label="Configuration" source="fop/configuration.xml" /> - <separator/> - <external href="design/index.html" label="NEW DESIGN" /> - <page id="involved" label="Getting involved" source="fop/involved.xml" /> - <page id="compiling" label="Compiling" source="fop/compiling.xml" /> - <page id="testing" label="Testing" source="fop/testing.xml" /> - <separator/> - <page id="relnotes" label="Release Notes" source="fop/relnotes.xml" /> - <separator/> - <faqs id="faq" label="FAQ" source="fop/faq.xml"/> - <page id="bugs" label="Bugs" source="fop/bugs.xml" /> - <page id="resources" label="Resources" source="fop/resources.xml" /> - <page id="license" label="License" source="fop/license.xml" /> - +<book title="FOP XSL-FO documentation" copyright="1999-2002 The Apache Software Foundation"> + <external href="http://xml.apache.org/" label="Home"/> + <separator/> + <page id="index" label="About FOP" source="fop/readme.xml"/> + <page id="download" label="Download" source="fop/download.xml"/> + <page id="relnotes" label="Release Notes" source="fop/relnotes.xml"/> + <page id="gethelp" label="How to get Help" source="fop/gethelp.xml"/> + <separator/> + <page id="running" label="Running FOP" source="fop/running.xml"/> + <page id="embedding" label="Embedding" source="fop/embedding.xml"/> + <page id="output" label="Ouput Formats" source="fop/output.xml"/> + <page id="implemented" label="Features" source="fop/implemented.xml"/> + <page id="todo" label="TODO" source="fop/todo.xml"/> + <page id="limitations" label="Limitations" source="fop/limitations.xml"/> + <page id="examples" label="Examples" source="fop/examples.xml"/> + <separator/> + <page id="svg" label="SVG" source="fop/svg.xml"/> + <page id="extensions" label="Extensions" source="fop/extensions.xml"/> + <page id="fonts" label="Fonts" source="fop/fonts.xml"/> + <page id="config" label="Configuration" source="fop/configuration.xml"/> + <separator/> + <external href="design/index.html" label="NEW DESIGN"/> + <page id="involved" label="Getting involved" source="fop/involved.xml"/> + <page id="compiling" label="Compiling" source="fop/compiling.xml"/> + <page id="testing" label="Testing" source="fop/testing.xml"/> + <separator/> + <faqs id="faq" label="FAQ" source="fop/faq.xml"/> + <page id="bugs" label="Bugs" source="fop/bugs.xml"/> + <page id="resources" label="Resources" source="fop/resources.xml"/> + <page id="license" label="License" source="fop/license.xml"/> </book> |