From eba117d34f664d9cd55be96dadb9028662eaa02c Mon Sep 17 00:00:00 2001 From: Chris Bowditch Date: Fri, 9 Mar 2012 07:55:31 +0000 Subject: Apache Brand compliance; Add links to security and Apache websites Make sure at least the titles all refer to FOP with Apacheâ„¢ prefix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1298724 13f79535-47bb-0310-9956-ffa450edef68 --- .../content/xdocs/dev/conventions.xml | 6 ++--- .../content/xdocs/dev/design/areas.xml | 6 ++--- .../content/xdocs/dev/design/breakpos.xml | 9 +++---- .../content/xdocs/dev/design/configuration.xml | 30 ++++++++++------------ .../content/xdocs/dev/design/embedding.xml | 9 +++---- .../content/xdocs/dev/design/extending.xml | 11 ++++---- .../content/xdocs/dev/design/fotree.xml | 6 ++--- .../content/xdocs/dev/design/images.xml | 9 +++---- .../content/xdocs/dev/design/index.xml | 10 ++++---- .../content/xdocs/dev/design/layout.xml | 6 ++--- .../content/xdocs/dev/design/optimise.xml | 9 +++---- .../content/xdocs/dev/design/parsing.xml | 8 +++--- .../content/xdocs/dev/design/pdf-library.xml | 9 +++---- .../content/xdocs/dev/design/properties.xml | 16 ++++++------ .../content/xdocs/dev/design/renderers.xml | 6 ++--- .../content/xdocs/dev/design/startup.xml | 8 +++--- src/documentation/content/xdocs/dev/design/svg.xml | 12 ++++----- .../content/xdocs/dev/design/useragent.xml | 9 +++---- src/documentation/content/xdocs/dev/doc.xml | 8 +++--- src/documentation/content/xdocs/dev/extensions.xml | 7 +++-- src/documentation/content/xdocs/dev/faq.xml | 5 ++-- src/documentation/content/xdocs/dev/fonts.xml | 8 +++--- src/documentation/content/xdocs/dev/implement.xml | 10 ++++---- src/documentation/content/xdocs/dev/index.xml | 6 ++--- src/documentation/content/xdocs/dev/release.xml | 10 ++++---- src/documentation/content/xdocs/dev/rtflib.xml | 8 +++--- src/documentation/content/xdocs/dev/svg.xml | 9 +++---- src/documentation/content/xdocs/dev/testing.xml | 15 +++++------ src/documentation/content/xdocs/dev/tools.xml | 6 ++--- 29 files changed, 129 insertions(+), 142 deletions(-) (limited to 'src/documentation/content/xdocs/dev') diff --git a/src/documentation/content/xdocs/dev/conventions.xml b/src/documentation/content/xdocs/dev/conventions.xml index 4fd949fdd..e0771a928 100644 --- a/src/documentation/content/xdocs/dev/conventions.xml +++ b/src/documentation/content/xdocs/dev/conventions.xml @@ -19,11 +19,11 @@
- FOP Development: Coding Conventions + Apacheâ„¢ FOP Development: Coding Conventions $Revision$
-

Acknowledgement: Some content in this guide was adapted from other Apache projects such as Avalon, Cactus, Turbine and Velocity.

+

Acknowledgement: Some content in this guide was adapted from other Apacheâ„¢ projects such as Avalon, Cactus, Turbine and Velocity.

Subversion Repository

Conventions in this section apply to Repository content, regardless of type:

@@ -184,4 +184,4 @@ Printing error messages to System.err or System.out is useless in a server-side
-
+ \ No newline at end of file diff --git a/src/documentation/content/xdocs/dev/design/areas.xml b/src/documentation/content/xdocs/dev/design/areas.xml index 5b6038832..6548179de 100644 --- a/src/documentation/content/xdocs/dev/design/areas.xml +++ b/src/documentation/content/xdocs/dev/design/areas.xml @@ -1,4 +1,4 @@ - + - - - + + + + ]>
- FOP: Configuration and Logging + Apacheâ„¢ FOP: Configuration and Logging $Revision$
@@ -33,7 +33,7 @@
Configuration File Basics -

The FOP configuration file is an XML file containing a +

The Apacheâ„¢ FOP configuration file is an XML file containing a variety of settings that are useful for controlling FOP's behavior, and for helping it find resources that you wish it to use.

@@ -56,7 +56,7 @@ to find it.

From the Command Line

When you run FOP from the command-line, use the -“-c” command-line option with the path to the +“-c” command-line option with the path to the configuration file as the option value.

@@ -100,7 +100,7 @@ configuration object with the user agent as described above.

The Configuration File

The top-level element is arbitrary. You may give it any name that is useful for you, e.g. <fop-configuration -version="2">.

+version="2">.

Inside the top-level element the configuration may contain three sections: userAgent, renderers, and hyphenation. At the moment of this writing the @@ -110,7 +110,7 @@ not used by FOP.

renderer. There may be one subsection for each type of renderer. The renderers are identified by their MIME type, which is given in the mime attribute. For example: -<renderer mime="application/pdf">. The content +<renderer mime="application/pdf">. The content of each renderer subsection depends on the type of renderer.

The PDF renderer (MIME type application/pdf) has @@ -163,8 +163,7 @@ more information on creating and modifying hyphenation within FOP.

Font configuration information is included in the FOP configuration file as describe above. It is documented in more detail at FOP: Fonts. Note -especially the section entitled Register Fonts with FOP.

+especially the section entitled Register Fonts with FOP.

@@ -182,7 +181,7 @@ to use. For example:

systems. On Java 1.4 systems JDK 1.4 is the default.

Secondly, you configure the selected logging package. How this is done depends on the logging package. The most important -feature is the log level. The default is level “info”. An +feature is the log level. The default is level &ldquo;info&rdquo;. An example configuration file for SimpleLog is:

# logging level for all loggers, default info @@ -193,7 +192,7 @@ org.apache.commons.logging.simplelog.log.xxxxx=debug org.apache.commons.logging.simplelog.log.org.apache.fop.pdf=trace

FOP uses several named loggers. When you set the logging level -for all loggers to “info”, you get a decent small amount +for all loggers to &ldquo;info&rdquo;, you get a decent small amount of information about application progress. The debugging and especially the trace levels produce a lot of output. If you need these logging levels, @@ -203,5 +202,4 @@ bear the name of their package, their class or of a superclass.

-
- + \ No newline at end of file diff --git a/src/documentation/content/xdocs/dev/design/embedding.xml b/src/documentation/content/xdocs/dev/design/embedding.xml index ab4bcf282..075e4b152 100644 --- a/src/documentation/content/xdocs/dev/design/embedding.xml +++ b/src/documentation/content/xdocs/dev/design/embedding.xml @@ -1,4 +1,4 @@ - + - + General Questions @@ -62,5 +62,4 @@ - - + \ No newline at end of file diff --git a/src/documentation/content/xdocs/dev/fonts.xml b/src/documentation/content/xdocs/dev/fonts.xml index 095830197..9d2f63905 100644 --- a/src/documentation/content/xdocs/dev/fonts.xml +++ b/src/documentation/content/xdocs/dev/fonts.xml @@ -1,4 +1,4 @@ - + + \ No newline at end of file diff --git a/src/documentation/content/xdocs/dev/implement.xml b/src/documentation/content/xdocs/dev/implement.xml index 8ed1ccbe0..6f8a4a05c 100644 --- a/src/documentation/content/xdocs/dev/implement.xml +++ b/src/documentation/content/xdocs/dev/implement.xml @@ -1,4 +1,4 @@ - +