diff options
author | Chris Bowditch <cbowditch@apache.org> | 2012-03-09 07:55:31 +0000 |
---|---|---|
committer | Chris Bowditch <cbowditch@apache.org> | 2012-03-09 07:55:31 +0000 |
commit | eba117d34f664d9cd55be96dadb9028662eaa02c (patch) | |
tree | ef60a634679992e637d405a8b5aef3496d795319 /src/documentation/content/xdocs/trunk/embedding.xml | |
parent | 202445c5d3a482c3f3767359796000ae63f573f5 (diff) | |
download | xmlgraphics-fop-eba117d34f664d9cd55be96dadb9028662eaa02c.tar.gz xmlgraphics-fop-eba117d34f664d9cd55be96dadb9028662eaa02c.zip |
Apache Brand compliance;
Add links to security and Apache websites
Make sure at least the titles all refer to FOP with Apache™ prefix
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1298724 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/trunk/embedding.xml')
-rw-r--r-- | src/documentation/content/xdocs/trunk/embedding.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/documentation/content/xdocs/trunk/embedding.xml b/src/documentation/content/xdocs/trunk/embedding.xml index 3881c4599..24c74f970 100644 --- a/src/documentation/content/xdocs/trunk/embedding.xml +++ b/src/documentation/content/xdocs/trunk/embedding.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" standalone="no"?> +<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -20,7 +20,7 @@ <!-- Embedding FOP --> <document> <header> - <title>Apache FOP: Embedding</title> + <title>Apache™ FOP: Embedding</title> <subtitle>How to Embed FOP in a Java application</subtitle> <version>$Revision$</version> </header> @@ -29,11 +29,11 @@ <section id="overview"> <title>Overview</title> <p> - Review <a href="running.html">Running FOP</a> for important information that applies + Review <a href="running.html">Running Apache™ FOP</a> for important information that applies to embedded applications as well as command-line use, such as options and performance. </p> <p> - To embed Apache FOP in your application, first create a new + To embed Apache™ FOP in your application, first create a new org.apache.fop.apps.FopFactory instance. This object can be used to launch multiple rendering runs. For each run, create a new org.apache.fop.apps.Fop instance through one of the factory methods of FopFactory. In the method call you specify which output @@ -749,5 +749,4 @@ mailing list. </section> </section> </body> -</document> - +</document>
\ No newline at end of file |