aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/trunk/servlets.xml
diff options
context:
space:
mode:
authorChris Bowditch <cbowditch@apache.org>2012-03-09 07:55:31 +0000
committerChris Bowditch <cbowditch@apache.org>2012-03-09 07:55:31 +0000
commiteba117d34f664d9cd55be96dadb9028662eaa02c (patch)
treeef60a634679992e637d405a8b5aef3496d795319 /src/documentation/content/xdocs/trunk/servlets.xml
parent202445c5d3a482c3f3767359796000ae63f573f5 (diff)
downloadxmlgraphics-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/servlets.xml')
-rw-r--r--src/documentation/content/xdocs/trunk/servlets.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/documentation/content/xdocs/trunk/servlets.xml b/src/documentation/content/xdocs/trunk/servlets.xml
index 07c22312d..dd2df4351 100644
--- a/src/documentation/content/xdocs/trunk/servlets.xml
+++ b/src/documentation/content/xdocs/trunk/servlets.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
@@ -19,15 +19,15 @@
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
<document>
<header>
- <title>Servlets</title>
- <subtitle>How to use Apache FOP in a Servlet</subtitle>
+ <title>Apache™ FOP: Servlets</title>
+ <subtitle>How to use Apache™ FOP in a Servlet</subtitle>
<version>$Revision$</version>
</header>
<body>
<section id="overview">
<title>Overview</title>
<p>
- This page discusses topic all around using Apache FOP in a servlet environment.
+ This page discusses topic all around using Apache™ FOP in a servlet environment.
</p>
</section>
<section id="example-servlets">