From ed18821511f2a5be10434072250e69dcf7fde171 Mon Sep 17 00:00:00 2001
From: Jeremias Maerki
Date: Tue, 25 Oct 2005 19:49:46 +0000
Subject: [PATCH] Removed 0.90 again and created a "trunk" instead. When a
release is done, trunk can be copied to the version number. FOP Trunk
documentation added. Fixed all broken internal links.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328462 13f79535-47bb-0310-9956-ffa450edef68
---
.../content/xdocs/0.20.5/compiling.xml | 6 +-
.../content/xdocs/0.20.5/embedding.xml | 4 +-
.../content/xdocs/0.20.5/extensions.xml | 4 +-
.../content/xdocs/0.20.5/graphics.xml | 4 +-
.../content/xdocs/0.20.5/hyphenation.xml | 6 +-
.../content/xdocs/0.20.5/running.xml | 16 +-
.../content/xdocs/0.90/index.xml | 30 -
.../content/xdocs/dev/api-doc.xml | 2 +-
.../content/xdocs/dev/design/parsing.xml | 8 +-
.../content/xdocs/dev/extensions.xml | 2 +-
src/documentation/content/xdocs/dev/faq.xml | 2 +-
src/documentation/content/xdocs/dev/index.xml | 2 +-
src/documentation/content/xdocs/dev/svg.xml | 4 +-
src/documentation/content/xdocs/dev/tools.xml | 2 +-
src/documentation/content/xdocs/download.xml | 3 +-
src/documentation/content/xdocs/faq.xml | 50 +-
src/documentation/content/xdocs/fo.xml | 2 +-
src/documentation/content/xdocs/index.xml | 2 +-
src/documentation/content/xdocs/maillist.xml | 4 +-
src/documentation/content/xdocs/relnotes.xml | 4 +-
src/documentation/content/xdocs/site.xml | 75 ++-
src/documentation/content/xdocs/tabs.xml | 2 +-
.../content/xdocs/trunk/anttask.xml | 183 ++++++
.../content/xdocs/trunk/compiling.xml | 132 ++++
.../content/xdocs/trunk/configuration.xml | 146 +++++
.../content/xdocs/trunk/embedding.xml | 600 ++++++++++++++++++
.../content/xdocs/trunk/extensions.xml | 106 ++++
.../content/xdocs/trunk/fonts.xml | 265 ++++++++
.../content/xdocs/trunk/graphics.xml | 343 ++++++++++
.../content/xdocs/trunk/hyphenation.xml | 236 +++++++
.../content/xdocs/trunk/index.xml | 49 ++
.../content/xdocs/trunk/output.xml | 364 +++++++++++
.../content/xdocs/trunk/pdfencryption.xml | 221 +++++++
.../content/xdocs/trunk/running.xml | 274 ++++++++
.../content/xdocs/trunk/servlets.xml | 255 ++++++++
.../content/xdocs/trunk/upgrading.xml | 69 ++
36 files changed, 3368 insertions(+), 109 deletions(-)
delete mode 100644 src/documentation/content/xdocs/0.90/index.xml
create mode 100644 src/documentation/content/xdocs/trunk/anttask.xml
create mode 100644 src/documentation/content/xdocs/trunk/compiling.xml
create mode 100644 src/documentation/content/xdocs/trunk/configuration.xml
create mode 100644 src/documentation/content/xdocs/trunk/embedding.xml
create mode 100644 src/documentation/content/xdocs/trunk/extensions.xml
create mode 100644 src/documentation/content/xdocs/trunk/fonts.xml
create mode 100644 src/documentation/content/xdocs/trunk/graphics.xml
create mode 100644 src/documentation/content/xdocs/trunk/hyphenation.xml
create mode 100644 src/documentation/content/xdocs/trunk/index.xml
create mode 100644 src/documentation/content/xdocs/trunk/output.xml
create mode 100755 src/documentation/content/xdocs/trunk/pdfencryption.xml
create mode 100644 src/documentation/content/xdocs/trunk/running.xml
create mode 100644 src/documentation/content/xdocs/trunk/servlets.xml
create mode 100644 src/documentation/content/xdocs/trunk/upgrading.xml
diff --git a/src/documentation/content/xdocs/0.20.5/compiling.xml b/src/documentation/content/xdocs/0.20.5/compiling.xml
index 6f66d15d8..6162b0c03 100644
--- a/src/documentation/content/xdocs/0.20.5/compiling.xml
+++ b/src/documentation/content/xdocs/0.20.5/compiling.xml
@@ -1,6 +1,6 @@
text.pdf
+supported. This example svg text.svg /
+text.pdf
shows how various types and effects with text are handled.
Note that tspan and outlined text are not yet implemented.
diff --git a/src/documentation/content/xdocs/0.20.5/hyphenation.xml b/src/documentation/content/xdocs/0.20.5/hyphenation.xml
index db82c6362..61c510ce6 100644
--- a/src/documentation/content/xdocs/0.20.5/hyphenation.xml
+++ b/src/documentation/content/xdocs/0.20.5/hyphenation.xml
@@ -1,6 +1,6 @@
-
-
-
-
- Apache FOP Version 0.90 (FOP Trunk)
- $Revision: 201586 $
-
-
-
- Introduction
- These pages contain information that should be helpful for those
-
-
-
diff --git a/src/documentation/content/xdocs/dev/api-doc.xml b/src/documentation/content/xdocs/dev/api-doc.xml
index f1a35feac..babafe8dd 100644
--- a/src/documentation/content/xdocs/dev/api-doc.xml
+++ b/src/documentation/content/xdocs/dev/api-doc.xml
@@ -35,7 +35,7 @@
Building them Yourself
- See Source Download for instructions on obtaining the source code. Then see Building FOP for instructions on running the build process. The Ant build target that you will use to generate the API documentation is "javadocs", and the results will be stored in xml-fop/build/javadocs.
+ See Source Download for instructions on obtaining the source code. Then see Building FOP for instructions on running the build process. The Ant build target that you will use to generate the API documentation is "javadocs", and the results will be stored in xml-fop/build/javadocs.