You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by bu...@apache.org on 2020/05/22 10:41:56 UTC

svn commit: r1060786 - in /websites/staging/xmlgraphics/trunk/content: ./ batik/ commons/ fop/ fop/dev/design/ fop/trunk/

Author: buildbot
Date: Fri May 22 10:41:55 2020
New Revision: 1060786

Log:
Staging update by buildbot for xmlgraphics

Modified:
    websites/staging/xmlgraphics/trunk/content/   (props changed)
    websites/staging/xmlgraphics/trunk/content/batik/download.html
    websites/staging/xmlgraphics/trunk/content/batik/index.html
    websites/staging/xmlgraphics/trunk/content/charter.html
    websites/staging/xmlgraphics/trunk/content/commons/download.html
    websites/staging/xmlgraphics/trunk/content/fop/dev/design/embedding.html
    websites/staging/xmlgraphics/trunk/content/fop/fo.html
    websites/staging/xmlgraphics/trunk/content/fop/maillist.html
    websites/staging/xmlgraphics/trunk/content/fop/trunk/running.html
    websites/staging/xmlgraphics/trunk/content/fop/trunk/upgrading.html
    websites/staging/xmlgraphics/trunk/content/legal.html
    websites/staging/xmlgraphics/trunk/content/mail.html
    websites/staging/xmlgraphics/trunk/content/repo.html
    websites/staging/xmlgraphics/trunk/content/security.html
    websites/staging/xmlgraphics/trunk/content/sitemap.html
    websites/staging/xmlgraphics/trunk/content/team.html

Propchange: websites/staging/xmlgraphics/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 22 10:41:55 2020
@@ -1 +1 @@
-1877687
+1878025

Modified: websites/staging/xmlgraphics/trunk/content/batik/download.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/batik/download.html (original)
+++ websites/staging/xmlgraphics/trunk/content/batik/download.html Fri May 22 10:41:55 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
   <head>
-    <title>Download Apache&amp;trade; Batik</title>
+    <title>Download Apache(tm) Batik</title>
 
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
@@ -185,7 +185,7 @@ $(document).ready(function () {
 	<div id="bannertext" style="border-bottom: 2px dashed #666666; height: 100px;">
 	  <a href="/batik/"><img src="/images/apache-batik-logo.png" alt="The Apache FOP Project" width="256" height="96" style="float:left; margin-right: 15px;" /></a>
 	  <h2>The Apache&trade; Batik Project</h2>
-	</div><!-- <h1>Download Apache&amp;trade; Batik</h1> -->
+	</div><!-- <h1>Download Apache(tm) Batik</h1> -->
 
 
       

Modified: websites/staging/xmlgraphics/trunk/content/batik/index.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/batik/index.html (original)
+++ websites/staging/xmlgraphics/trunk/content/batik/index.html Fri May 22 10:41:55 2020
@@ -208,6 +208,9 @@ h2:hover > .headerlink, h3:hover > .head
 <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permanent link">&para;</a></h2>
 <p>Batik is a Java-based toolkit for applications or applets that want to use images in the <a href="http://www.w3.org/TR/SVG11/">Scalable Vector Graphics (SVG)</a> format for various purposes, such as display, generation or manipulation.</p>
 <p>The project’s ambition is to give developers a set of <a href="using/architecture.html#coreComponents">core modules</a> that can be used together or individually to support specific SVG solutions. Examples of <a href="using/index.html">modules</a> are the <a href="using/parsers.html">SVG Parser</a>, the <a href="using/svg-generator.html">SVG Generator</a> and the <a href="using/dom-api.html">SVG DOM</a>. Another ambition for the Batik project is to make it highly <a href="using/extending.html">extensible</a> —for example, Batik allows the developer to handle custom SVG elements. Even though the goal of the project is to provide a set of core modules, one of the deliverables is a full fledged <a href="tools/browser.html">SVG browser</a> implementation which validates the various modules and their inter-operability.</p>
+<h2 id="News">News<a class="headerlink" href="#News" title="Permanent link">&para;</a></h2>
+<h3 id="13-may-2020-version-113-released">13 May 2020: Version 1.13 Released<a class="headerlink" href="#13-may-2020-version-113-released" title="Permanent link">&para;</a></h3>
+<p>This is mainly a bug fix release</p>
 <h2 id="uses">What Batik can be used for<a class="headerlink" href="#uses" title="Permanent link">&para;</a></h2>
 <p><img alt="Batik use cases" src="images/batikUses.jpg" title="" /></p>
 <p>With Batik, you can manipulate SVG documents anywhere Java is available. You can also use the various <a href="using/index.html">Batik modules</a> to <a href="using/svg-generator.html">generate</a>, <a href="using/dom-api.html">manipulate</a> and <a href="using/transcoder.html">transcode</a> SVG images in your applications or applets.</p>
@@ -256,7 +259,7 @@ h2:hover > .headerlink, h3:hover > .head
 <p>This specification defines the features and syntax for Scalable Vector Graphics (SVG). SVG is a language for describing two-dimensional graphics in XML [ <a href="http://www.w3.org/TR/REC-xml">XML10</a> ]. SVG allows for three types of graphic objects: vector graphic shapes (e.g., paths consisting of straight lines and curves), images and text. Graphical objects can be grouped, styled, transformed and composited into previously rendered objects. The feature set includes nested transformations, clipping paths, alpha masks, filter effects and template objects.</p>
 <p>SVG documents can be interactive and dynamic. Animations can be defined and triggered either declaratively (i.e., by embedding SVG animation elements in SVG content) or via scripting.</p>
 <h2 id="status">Implementation status<a class="headerlink" href="#status" title="Permanent link">&para;</a></h2>
-<p>The latest revision of Batik, release 1.12, is a conformant <a href="http://www.w3.org/TR/SVG11/conform.html#ConformingSVGViewers">static SVG implementation</a> and supports <a href="http://www.w3.org/TR/SVG11/interact.html">interactivity</a>, <a href="http://www.w3.org/TR/SVG11/linking.html">linking</a> and <a href="http://www.w3.org/TR/SVG11/script.html">scripting</a> features of the SVG specification. This release supports a nearly complete implementation of declarative <a href="http://www.w3.org/TR/SVG11/animate.html">animation</a>, too.</p>
+<p>The latest revision of Batik, release 1.13, is a conformant <a href="http://www.w3.org/TR/SVG11/conform.html#ConformingSVGViewers">static SVG implementation</a> and supports <a href="http://www.w3.org/TR/SVG11/interact.html">interactivity</a>, <a href="http://www.w3.org/TR/SVG11/linking.html">linking</a> and <a href="http://www.w3.org/TR/SVG11/script.html">scripting</a> features of the SVG specification. This release supports a nearly complete implementation of declarative <a href="http://www.w3.org/TR/SVG11/animate.html">animation</a>, too.</p>
 <p>See the <a href="status.html">status</a> page for a detailed description of the set of SVG features Batik supports.</p>
 <h2 id="download">Download Batik<a class="headerlink" href="#download" title="Permanent link">&para;</a></h2>
 <p>You can get the Batik distribution, source and binary, from the <a href="download.html">download page</a>.

Modified: websites/staging/xmlgraphics/trunk/content/charter.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/charter.html (original)
+++ websites/staging/xmlgraphics/trunk/content/charter.html Fri May 22 10:41:55 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
   <head>
-    <title>The Apache&amp;trade; XML Graphics Project - Charter</title>
+    <title>The Apache(tm) XML Graphics Project - Charter</title>
 
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
@@ -154,7 +154,7 @@ $(document).ready(function () {
 	<div id="bannertext" style="border-bottom: 2px dashed #666666; height: 60px;">
 	  <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache FOP Project" width="226" height="51" style="float:left; margin-right: 15px;" /></a>
 	  <h2>The Apache&trade; XML Graphics Project</h2>
-	</div><!-- <h1>The Apache&amp;trade; XML Graphics Project - Charter</h1> -->
+	</div><!-- <h1>The Apache(tm) XML Graphics Project - Charter</h1> -->
 
 
       

Modified: websites/staging/xmlgraphics/trunk/content/commons/download.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/commons/download.html (original)
+++ websites/staging/xmlgraphics/trunk/content/commons/download.html Fri May 22 10:41:55 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
   <head>
-    <title>Download Apache&amp;trade; XML Graphics Commons</title>
+    <title>Download Apache(tm) XML Graphics Commons</title>
 
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
@@ -154,7 +154,7 @@ $(document).ready(function () {
 	<div id="bannertext" style="border-bottom: 2px dashed #666666; height: 60px;">
 	  <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache FOP Project" width="226" height="51" style="float:left; margin-right: 15px;" /></a>
 	  <h2>The Apache&trade; XML Graphics Project</h2>
-	</div><!-- <h1>Download Apache&amp;trade; XML Graphics Commons</h1> -->
+	</div><!-- <h1>Download Apache(tm) XML Graphics Commons</h1> -->
 
 
       

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/embedding.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/embedding.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/embedding.html Fri May 22 10:41:55 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
   <head>
-    <title>Apache(tm) FOP Design: Embedding Apache&amp;trade; FOP in Other Applications</title>
+    <title>Apache(tm) FOP Design: Embedding Apache(tm) FOP in Other Applications</title>
 
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
@@ -607,7 +607,7 @@ $(document).ready(function () {
 	<div id="bannertext" style="border-bottom: 2px dashed #666666; height: 70px;">
 	  <a href="/fop/"><img src="/images/apache-fop-logo.jpg" alt="The Apache FOP Project" width="120" height="65" style="float:left; margin-right: 15px;" /></a>
 	  <h2>The Apache&trade; FOP Project</h2>
-	</div><!-- <h1>Apache(tm) FOP Design: Embedding Apache&amp;trade; FOP in Other Applications</h1> -->
+	</div><!-- <h1>Apache(tm) FOP Design: Embedding Apache(tm) FOP in Other Applications</h1> -->
 
 
       

Modified: websites/staging/xmlgraphics/trunk/content/fop/fo.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/fo.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/fo.html Fri May 22 10:41:55 2020
@@ -997,7 +997,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <h3 id="external-resources">External Resources<a class="headerlink" href="#external-resources" title="Permanent link">&para;</a></h3>
 <p>Resources needed by an XSL-FO file that are external to it (graphics, for example), are defined in the XSL-FO standard as being of type "uri-specification". This is defined in the standard at <a href="http://www.w3.org/TR/xsl11/#datatype">Section 5.11 Property Datatypes</a>, which includes a link to the URI standard itself. Refer to the XSL-FO and URI standards themselves for more detailed instructions.</p>
-<p>URIs may be either absolute or relative to a base URI. (See <a href="1.1/configuration.html">FOP: Configuration</a> for information on setting the base URI for a FOP session). Here is an example referencing an external-graphic that is relative to the base URI:</p>
+<p>URIs may be either absolute or relative to a base URI. (See <a href="2.5/configuration.html">FOP: Configuration</a> for information on setting the base URI for a FOP session). Here is an example referencing an external-graphic that is relative to the base URI:</p>
 <div class="codehilite"><pre><span class="nt">&lt;fo:external-graphic</span> <span class="na">src=</span><span class="s">&quot;url(&#39;images/logo.jpg&#39;)&quot;</span><span class="nt">/&gt;</span>
 </pre></div>
 

Modified: websites/staging/xmlgraphics/trunk/content/fop/maillist.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/maillist.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/maillist.html Fri May 22 10:41:55 2020
@@ -707,7 +707,7 @@ h2:hover > .headerlink, h3:hover > .head
 <p>Have you included any detailed error messages? Please do so.</p>
 </li>
 <li>
-<p>Does a proper understanding of your question require inclusion of XSLT code, DocBook source, or other semantic XML? If so, the question is <em>almost certainly not appropriate to this list</em>. In general, the only input documents that are appropriate on this list are XSL-FO snippets. See <a href="1.1/running.html#check-input">Running Xalan</a> for instructions about capturing the XSL-FO document that is actually submitted to FOP. If you haven't examined the XSL-FO document yourself, then you are not yet prepared to formulate a FOP-specific question.</p>
+<p>Does a proper understanding of your question require inclusion of XSLT code, DocBook source, or other semantic XML? If so, the question is <em>almost certainly not appropriate to this list</em>. In general, the only input documents that are appropriate on this list are XSL-FO snippets. See <a href="2.5/running.html#check-input">Running Xalan</a> for instructions about capturing the XSL-FO document that is actually submitted to FOP. If you haven't examined the XSL-FO document yourself, then you are not yet prepared to formulate a FOP-specific question.</p>
 </li>
 <li>
 <p>If you are providing one or more XSL-FO snippets:</p>

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/running.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/running.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/running.html Fri May 22 10:41:55 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
   <head>
-    <title>Running Apache&amp;trade; FOP</title>
+    <title>Running Apache(tm) FOP</title>
 
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
@@ -607,7 +607,7 @@ $(document).ready(function () {
 	<div id="bannertext" style="border-bottom: 2px dashed #666666; height: 70px;">
 	  <a href="/fop/"><img src="/images/apache-fop-logo.jpg" alt="The Apache FOP Project" width="120" height="65" style="float:left; margin-right: 15px;" /></a>
 	  <h2>The Apache&trade; FOP Project</h2>
-	</div><!-- <h1>Running Apache&amp;trade; FOP</h1> -->
+	</div><!-- <h1>Running Apache(tm) FOP</h1> -->
 
 
       

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/upgrading.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/upgrading.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/upgrading.html Fri May 22 10:41:55 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
   <head>
-    <title>Upgrading from an Earlier Version of Apache&amp;trade; FOP</title>
+    <title>Upgrading from an Earlier Version of Apache(tm) FOP</title>
 
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
@@ -607,7 +607,7 @@ $(document).ready(function () {
 	<div id="bannertext" style="border-bottom: 2px dashed #666666; height: 70px;">
 	  <a href="/fop/"><img src="/images/apache-fop-logo.jpg" alt="The Apache FOP Project" width="120" height="65" style="float:left; margin-right: 15px;" /></a>
 	  <h2>The Apache&trade; FOP Project</h2>
-	</div><!-- <h1>Upgrading from an Earlier Version of Apache&amp;trade; FOP</h1> -->
+	</div><!-- <h1>Upgrading from an Earlier Version of Apache(tm) FOP</h1> -->
 
 
       

Modified: websites/staging/xmlgraphics/trunk/content/legal.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/legal.html (original)
+++ websites/staging/xmlgraphics/trunk/content/legal.html Fri May 22 10:41:55 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
   <head>
-    <title>The Apache&amp;trade; XML Graphics Project - Legal Stuff</title>
+    <title>The Apache(tm) XML Graphics Project - Legal Stuff</title>
 
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
@@ -154,7 +154,7 @@ $(document).ready(function () {
 	<div id="bannertext" style="border-bottom: 2px dashed #666666; height: 60px;">
 	  <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache FOP Project" width="226" height="51" style="float:left; margin-right: 15px;" /></a>
 	  <h2>The Apache&trade; XML Graphics Project</h2>
-	</div><!-- <h1>The Apache&amp;trade; XML Graphics Project - Legal Stuff</h1> -->
+	</div><!-- <h1>The Apache(tm) XML Graphics Project - Legal Stuff</h1> -->
 
 
       

Modified: websites/staging/xmlgraphics/trunk/content/mail.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/mail.html (original)
+++ websites/staging/xmlgraphics/trunk/content/mail.html Fri May 22 10:41:55 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
   <head>
-    <title>The Apache&amp;trade; XML Graphics Project - Mailing Lists</title>
+    <title>The Apache(tm) XML Graphics Project - Mailing Lists</title>
 
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
@@ -154,7 +154,7 @@ $(document).ready(function () {
 	<div id="bannertext" style="border-bottom: 2px dashed #666666; height: 60px;">
 	  <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache FOP Project" width="226" height="51" style="float:left; margin-right: 15px;" /></a>
 	  <h2>The Apache&trade; XML Graphics Project</h2>
-	</div><!-- <h1>The Apache&amp;trade; XML Graphics Project - Mailing Lists</h1> -->
+	</div><!-- <h1>The Apache(tm) XML Graphics Project - Mailing Lists</h1> -->
 
 
       

Modified: websites/staging/xmlgraphics/trunk/content/repo.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/repo.html (original)
+++ websites/staging/xmlgraphics/trunk/content/repo.html Fri May 22 10:41:55 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
   <head>
-    <title>The Apache&amp;trade; XML Graphics Project - Code Repositories</title>
+    <title>The Apache(tm) XML Graphics Project - Code Repositories</title>
 
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
@@ -154,7 +154,7 @@ $(document).ready(function () {
 	<div id="bannertext" style="border-bottom: 2px dashed #666666; height: 60px;">
 	  <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache FOP Project" width="226" height="51" style="float:left; margin-right: 15px;" /></a>
 	  <h2>The Apache&trade; XML Graphics Project</h2>
-	</div><!-- <h1>The Apache&amp;trade; XML Graphics Project - Code Repositories</h1> -->
+	</div><!-- <h1>The Apache(tm) XML Graphics Project - Code Repositories</h1> -->
 
 
       

Modified: websites/staging/xmlgraphics/trunk/content/security.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/security.html (original)
+++ websites/staging/xmlgraphics/trunk/content/security.html Fri May 22 10:41:55 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
   <head>
-    <title>The Apache&amp;trade; XML Graphics Project - Community</title>
+    <title>The Apache(tm) XML Graphics Project - Community</title>
 
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
@@ -154,7 +154,7 @@ $(document).ready(function () {
 	<div id="bannertext" style="border-bottom: 2px dashed #666666; height: 60px;">
 	  <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache FOP Project" width="226" height="51" style="float:left; margin-right: 15px;" /></a>
 	  <h2>The Apache&trade; XML Graphics Project</h2>
-	</div><!-- <h1>The Apache&amp;trade; XML Graphics Project - Community</h1> -->
+	</div><!-- <h1>The Apache(tm) XML Graphics Project - Community</h1> -->
 
 
       

Modified: websites/staging/xmlgraphics/trunk/content/sitemap.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/sitemap.html (original)
+++ websites/staging/xmlgraphics/trunk/content/sitemap.html Fri May 22 10:41:55 2020
@@ -175,12 +175,12 @@ $(document).ready(function () {
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <ul>
 <li><a href="/">Apache(tm) XML Graphics Project - for the creation and maintenance of software for the conversion of XML formats to graphical output</a></li>
-<li><a href="/charter.html">The Apache&trade; XML Graphics Project - Charter</a></li>
-<li><a href="/legal.html">The Apache&trade; XML Graphics Project - Legal Stuff</a></li>
-<li><a href="/mail.html">The Apache&trade; XML Graphics Project - Mailing Lists</a></li>
-<li><a href="/repo.html">The Apache&trade; XML Graphics Project - Code Repositories</a></li>
-<li><a href="/security.html">The Apache&trade; XML Graphics Project - Community</a></li>
-<li><a href="/team.html">The Apache&trade; XML Graphics Project - Community</a></li>
+<li><a href="/charter.html">The Apache(tm) XML Graphics Project - Charter</a></li>
+<li><a href="/legal.html">The Apache(tm) XML Graphics Project - Legal Stuff</a></li>
+<li><a href="/mail.html">The Apache(tm) XML Graphics Project - Mailing Lists</a></li>
+<li><a href="/repo.html">The Apache(tm) XML Graphics Project - Code Repositories</a></li>
+<li><a href="/security.html">The Apache(tm) XML Graphics Project - Community</a></li>
+<li><a href="/team.html">The Apache(tm) XML Graphics Project - Community</a></li>
 </ul></div>
       </div>
       

Modified: websites/staging/xmlgraphics/trunk/content/team.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/team.html (original)
+++ websites/staging/xmlgraphics/trunk/content/team.html Fri May 22 10:41:55 2020
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
   <head>
-    <title>The Apache&amp;trade; XML Graphics Project - Community</title>
+    <title>The Apache(tm) XML Graphics Project - Community</title>
 
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
@@ -154,7 +154,7 @@ $(document).ready(function () {
 	<div id="bannertext" style="border-bottom: 2px dashed #666666; height: 60px;">
 	  <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache FOP Project" width="226" height="51" style="float:left; margin-right: 15px;" /></a>
 	  <h2>The Apache&trade; XML Graphics Project</h2>
-	</div><!-- <h1>The Apache&amp;trade; XML Graphics Project - Community</h1> -->
+	</div><!-- <h1>The Apache(tm) XML Graphics Project - Community</h1> -->
 
 
       



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org