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 2012/04/18 08:04:41 UTC

svn commit: r813485 [5/6] - in /websites/staging/xmlgraphics/trunk/content: ./ batik/ batik/dev/ batik/tools/ batik/using/ batik/using/scripting/ commons/ fop/ fop/0.95/ fop/1.0/ fop/dev/ fop/dev/design/ fop/trunk/

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/svg.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/svg.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/svg.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Design: SVG</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="intro">Introduction</h1>
 <p>SVG is rendered through Apache™ Batik.</p>
 <p>The XML from the XSL:FO document is converted into an SVG DOM with batik. This DOM is then set as the Document on the Foreign Object area in the Area Tree.</p>
@@ -338,7 +354,9 @@
 <h1 id="other-outputs-otheroutputs">Other Outputs # {#Other+Outputs}</h1>
 <p>When rendering to AWT the SVG is simply drawn onto the awt canvas using batik.</p>
 <p>The PS Renderer uses a similar technique as the PDF Renderer.</p>
-<p>The SVG Renderer simply embeds the SVG inside an svg element.</p></div></div>
+<p>The SVG Renderer simply embeds the SVG inside an svg element.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/useragent.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/useragent.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/useragent.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Design: User Agent</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person></authors></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/design/">Design</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version><authors><person email="keiron@aftexsw.com" name="Keiron Liddle"></person></authors></p>
 <h1 id="intro">Introduction</h1>
 <p>Technically the user agent is Apache™ FOP in the role of determining the output format and when resolving various attributes. The user agent is represented by a class that is available to others to specify how FOP should behave.</p>
 <p>The user agent is used by the formatting process to determine certain user definable values.</p>
@@ -446,7 +462,9 @@
 <li>
 <p>media usage of auto</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/doc.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/doc.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/doc.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Development: Managing Documentation</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="general">General Information</h1>
 <p>All raw documentation content is managed in the Apache™ FOP SVN repository. Updates should be committed to the repository, then the repository files are used to generate usable output. The remaining discussions on this page assume that the SVN repository is the starting place for processing. The path to the documentation is src/documentation/content/xdocs.
 All documentation is maintained on the trunk.
@@ -424,7 +440,9 @@ You can use "forrest run" to start a loc
 <p>Please be careful when doing stuff like that.</p>
 <h2 id="delete">Deleting Documentation Files</h2>
 <p>ForrestBot simply uploads the whole generated site. It doesn't delete obsolete files. You can do that manually in the /www/xmlgraphics.apache.org/fop folder on cvs.apache.org. Be careful when doing stuff like that.
-Please make sure you always have <strong>group rw permissions on all files</strong> under the /www directory!</p></div></div>
+Please make sure you always have <strong>group rw permissions on all files</strong> under the /www directory!</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/extensions.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/extensions.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/extensions.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Development: Adding an Extension</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="overview">Overview</h1>
 <p>For documentation of standard Apache™ FOP extensions, see the <a href="../trunk/extensions.html">User FOP Extensions</a> document.</p>
 <p>If the default funtionality of FOP needs to be extended for some reason then you can write an extension.</p>
@@ -354,7 +370,9 @@
 <li>
 <p>Run FOP using your XSL-FO file as input.</p>
 </li>
-</ol></div></div>
+</ol></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/faq.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/faq.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/faq.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Development: FAQ</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><h1 id="Questions">Questions</h1>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></div>
+      	<div class="section-content"><h1 id="Questions">Questions</h1>
 <h2 id="part_general">1. General Questions</h2>
 <h3 id="faq-N1000D">1.1. How can I contribute?</h3>
 <p>There are many ways that you can help:</p>
@@ -339,7 +355,9 @@
 <p>See FOP <a href="doc.html">Doc Management</a> . ;-)</p>
 <h2 id="part_further_help">3. Further Help</h2>
 <h3 id="other_faqs">3.1. I don't see my question addressed here. Are there other FAQs?</h3>
-<p>Yes. See also the <a href="../faq.html">FOP General FAQs</a> .</p></div></div>
+<p>Yes. See also the <a href="../faq.html">FOP General FAQs</a> .</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/implement.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/implement.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/implement.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Development: Implementation Overview</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><subtitle>Following a Document Through Apache� FOP</subtitle><version>$Revision: 1298724 $</version><authors><person email="" name="Arved Sandstrom"></person></authors></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></div>
+      	<div class="section-content"><p><subtitle>Following a Document Through Apache� FOP</subtitle><version>$Revision: 1298724 $</version><authors><person email="" name="Arved Sandstrom"></person></authors></p>
 <p>The purpose of this document is to tie together the Apache™ FOP design (interface) with some of the key points where control is passed within FOP (implementation), so that developers can quickly find the section of code that is relevant to their needs. The process described is for a "typical" command-line document. All classes are in org.apache.fop unless otherwise designated.</p>
 <h1 id="Overview">Overview</h1>
 <p>The input FO document is sent to the FO tree builder via SAX events. Fragments of an FO Tree are built from this process. As each page-sequence element is completed, it is passed to a layout processor, which in turn converts it into an Area Tree. The Area Tree is then given to the Renderer, which converts it into a stream of data containing the output document. The sections below will provide additional details. Where needed differences between the trunk and maintenance branches are shown in tabular format.</p>
@@ -368,7 +384,9 @@
 <p>The area tree is supported by an area tree model. This model handles the adding of pages to the area tree. It also handles page sequence starts, document level extensions, id references and unresolved id areas. This model allows the pages to be handled directly by a renderer or to store the pages for later use.</p>
 <h1 id="Rendering">Rendering</h1>
 <p>The renderer receives pages from the area tree and renders those pages. If a renderer supports out of order rendering then it will either render or prepare a page in the correct order. Otherwise the pages are rendered in order. The task of the renderer is to take the pages and output them to the requested type. In the case of the AWTRenderer it needs to be able to view any page.</p>
-<p>When rendering a page it takes the page and renders each page region. The main work for a renderer implementation is to handle the viewports and inline areas. The inline areas need to be drawn on the page in the correct place.</p></div></div>
+<p>When rendering a page it takes the page and renders each page region. The main work for a renderer implementation is to handle the viewports and inline areas. The inline areas need to be drawn on the page in the correct place.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/index.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/index.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/index.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Development: General Information</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="intro">Introduction</h1>
 <p>These pages contain information that should be helpful for those developing Apache™ FOP. This certainly includes programmers, but may also include those contributing to the project in other ways.</p>
 <p>For basic and user information on FOP, please visit the <a href="http://xml.apache.org/fop">Apache™ FOP homepage</a> .</p>
@@ -464,7 +480,9 @@ Our design documentation may not always 
 <p><a href="../bugs.html#issues_new">Create a new bugzilla issue</a> for the patch. Include the text "[PATCH]" at the beginning of the description. Attach the patch file to the issue.</p>
 </li>
 </ul>
-<p>One of the committers will test your patch and consider its implications for the project. They will then either commit it to the repository or explain on the issue why they did not. Depending on the work load and skill-sets of the various committers, it may take some time before a a submitted patch is addressed.</p></div></div>
+<p>One of the committers will test your patch and consider its implications for the project. They will then either commit it to the repository or explain on the issue why they did not. Depending on the work load and skill-sets of the various committers, it may take some time before a a submitted patch is addressed.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/release.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/release.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/release.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Development: Release Mechanics</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1310603 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></div>
+      	<div class="section-content"><p><version>$Revision: 1310603 $</version></p>
 <h1 id="intro">Introduction</h1>
 <p>This page documents the process of creating a Apache™ FOP release. FOP releases are coordinated by some designated member of the team. The purpose of documenting it here is to facilitate consistency, ensure that the process is captured, and to allow others to comment on the process.</p>
 <p>The checklist below is based on a combination of input from from Christian Geisert and Simon Pepping.</p>
@@ -502,7 +518,9 @@
 <li>
 <p>http://freshmeat.net/projects/fop/</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/rtflib.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/rtflib.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/rtflib.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Development: RTFLib (jfor)</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="general">General Information</h1>
 <h2 id="intro">Introduction</h2>
 <p>The RTFLib package is an open-source, <em>independent</em> package suitable for writing RTF files in a java environment. By <em>independent</em> we mean:</p>
@@ -631,7 +647,9 @@ Attributes can be set for each container
 <td>\chcbpat</td>
 </tr>
 </tbody>
-</table></div></div>
+</table></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/svg.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/svg.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/svg.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Development: SVG Issues</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <p>See also <a href="../trunk/graphics.html#svg">SVG User Documentation</a> for more information.</p>
 <h1 id="Examples">Examples</h1>
 <p>These examples illustrate a number of issues relating to conversion to PDF:</p>
@@ -393,7 +409,9 @@ You will need Acrobat 5.0 to see transpa
 </li>
 </ul>
 <h2 id="Ideas">Ideas</h2>
-<p>Batik can convert ttf to svg font. This svg font could be converted into a pdf stroked font (type 3 font).</p></div></div>
+<p>Batik can convert ttf to svg font. This svg font could be converted into a pdf stroked font (type 3 font).</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/testing.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/testing.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/testing.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Development: Testing</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="build">"Build" Testing</h1>
 <p>Apache™ projects use an automated build tool called "gump" to create nightly builds from the SVN repository. Gump sends "nag" messages if the build fails. This can be considered a sort of basic test of the build process. To view the most recent logs of the gump builds:</p>
 <ul>
@@ -351,7 +367,9 @@
 <p>The testing is done by reading a test suite xml file, which corresponds to the standard testsuite.dtd supplied from w3c. This xml file contains a test xml file and an xsl file (which may simply copy the file). It also contains information such as if the test has passed and any comments.</p>
 <p>For FOP the testing is done by rendering all the testing documents using the XML renderer. The XML files are then compared to see if there are any differences.</p>
 <h2 id="svg-testing-svgtesting">SVG Testing ## {#SVG+Testing}</h2>
-<p>The testing of SVG is not part of this testing system. SVG is tested for its rendering accuracy by using the transcoding mechanism via <a href="http://xmlgraphics.apache.org/batik/">Apache Batik</a> . So that the only part that needs testing is how the SVG image is embedded inside the flow of the fo document.</p></div></div>
+<p>The testing of SVG is not part of this testing system. SVG is tested for its rendering accuracy by using the transcoding mechanism via <a href="http://xmlgraphics.apache.org/batik/">Apache Batik</a> . So that the only part that needs testing is how the SVG image is embedded inside the flow of the fo document.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/tools.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/tools.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/tools.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Development: Developer Tools</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/dev/">Dev</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <p>This page documents items that may be helpful to other developers, especially to those who are new to Apache™ FOP. Exhaustive treatment of these topics is better suited to other fora, but the information presented here is intended to deal with FOP-specific issues related to these tools, especially "gotchas", and to help developers get jump-started.</p>
 <h1 id="checklist">Developer Checklist</h1>
 <p>Here is a (probably not comprehensive) list of tools you will need to be a successful FOP developer:</p>
@@ -391,7 +407,9 @@
 <p>An IDE is not required, but will generally be found to be helpful, especially for serious debugging and refactoring.</p>
 <p>Borland's JBuilder 7/8 does not support Ant builds unless you have the Enterprise Edition (which is quite expensive). This causes problems with any code that is generated by the Ant build. First, you must run the Ant build before you can use the IDE. Second, when you are editing in the IDE, you must be editing the generated files, which means that you must make any changes to the source files in another editor. This is less serious for development on the trunk, but in the maintenance branch, all source files were "generated".</p>
 <p>Sun ONE Studio Four does support Ant, but seems to use a built-in version, and as of this writing chokes on the FOP build file, saying that it is not valid. There is awkward because there is no official DTD for Ant, and it may be merely an Ant version issue.</p>
-<p>Additional notes on setting up FOP within an IDE (ex. Eclipse) in the<fork href="http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide">Wiki</fork>.</p></div></div>
+<p>Additional notes on setting up FOP within an IDE (ex. Eclipse) in the<fork href="http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide">Wiki</fork>.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/download.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/download.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/download.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP: Downloading A Distribution</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="dist-type">Binary or Source?</h1>
 <p>Most Apache™ FOP users will want to download the latest binary distribution, which is ready to run "out of the box." However, a source distribution will be preferable if you fall into one of the following categories:</p>
 <ul>
@@ -384,7 +400,9 @@
 </table>
 <p>With any source distribution, you will need to build FOP from the source files. For details please see the "Build" page on the documentation tab for the version you've downloaded.</p>
 <h1 id="archives">Archive Download</h1>
-<p>FOP Archive distributions are linked from the upper portion of the Apache FOP Download Mirror Page and can be downloaded from the FOP Archives <a href="http://archive.apache.org/dist/xmlgraphics/fop/binaries/">binaries</a> &amp; <a href="http://archive.apache.org/dist/xmlgraphics/fop/source/">source</a> links.</p></div></div>
+<p>FOP Archive distributions are linked from the upper portion of the Apache FOP Download Mirror Page and can be downloaded from the FOP Archives <a href="http://archive.apache.org/dist/xmlgraphics/fop/binaries/">binaries</a> &amp; <a href="http://archive.apache.org/dist/xmlgraphics/fop/source/">source</a> links.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/examples.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/examples.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/examples.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Examples</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="example-documents-using-apachetm-fop-exampledocumentsusingapachee284a2fop">Example Documents Using Apache™ FOP # {#Example+Documents+Using+Apache%E2%84%A2+FOP}</h1>
 <p>These examples have been rendered using Apache™ FOP:</p>
 <table>
@@ -440,7 +456,9 @@
 <td></td>
 </tr>
 </tbody>
-</table></div></div>
+</table></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/faq.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/faq.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/faq.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>FOP FAQ</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><h1 id="Questions">Questions</h1>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></div>
+      	<div class="section-content"><h1 id="Questions">Questions</h1>
 <h2 id="part-general">1. Apache™ FOP: General questions</h2>
 <h3 id="fop-general">1.1. What is Apache™ FOP?</h3>
 <p>FOP is a print formatter for <a href="#XSLFO">XSL formatting objects</a> .</p>
@@ -709,7 +725,9 @@ Unfortunately, it is not possible to con
 <li>
 <p>More general questions regarding Java, including deployment, Java APIs, classpath issues and property definitions should be redirected to an appropriate Java specific list.</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

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 Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP: XSL-FO Input</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><subtitle>Basic Help for Using XML, XSLT, and XSL-FO</subtitle><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></div>
+      	<div class="section-content"><p><subtitle>Basic Help for Using XML, XSLT, and XSL-FO</subtitle><version>$Revision: 1298724 $</version></p>
 <h1 id="overview">Overview</h1>
 <p>Apache™ FOP uses XSL-FO as input. It is the responsibility of the user to make sure that the XSL-FO submitted to FOP is correct. The tutorial items presented here are not comprehensive, but are of the FAQ variety. Another good FAQ is<fork href="http://www.dpawson.co.uk/xsl/">Dave Pawson's XSL FAQ</fork>.</p>
 <h1 id="xml">XML Issues</h1>
@@ -632,7 +648,9 @@ Declare and use the parameter "page-coun
 <p>URIs may be either absolute or relative to a base URI. (See <a href="1.0/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:
 <fo:external-graphic src="url('images/logo.jpg')"/>
 Here is an example referencing an external-graphic that is an absolute URI on a local filesystem:
-fo:external-graphic src="url('file:d:///images/logo.jpg')"/&gt;</p></div></div>
+fo:external-graphic src="url('file:d:///images/logo.jpg')"/&gt;</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/gethelp.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/gethelp.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/gethelp.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP: Getting Help</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><subtitle>Checklist for Finding Appropriate Resources</subtitle><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></div>
+      	<div class="section-content"><p><subtitle>Checklist for Finding Appropriate Resources</subtitle><version>$Revision: 1298724 $</version></p>
 <p>The Apache™ FOP developer community is eager to help you maximize the usefulness of FOP. However, to make wise use of its limited resources, support must be primarily self-service. Go through the following checklist sequentially to determine what kind of help you need, and where to get it:</p>
 <h1 id="underlying">Understand Underlying Technologies</h1>
 <p>If you have a questions about XML, XSLT, or XSL-FO that are not directly related to FOP, please consult resources that are appropriate for those questions. FOP is an implementation of these technologies, and when you use FOP, there is a presumption that you have a working understanding of them. We have included several useful links on our <a href="resources.html">Resources</a> page that may help you get started.</p>
@@ -348,7 +364,9 @@ Please don't write to any developer dire
 <li>
 <p>Help out on the user mailing list. Users giving good answers to other users allows developers to focus more on development and less on support.</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/index.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/index.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/index.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="intro">Introduction</h1>
 <p>Apache™ FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO) and an output independent formatter. It is a Java application that reads a formatting object (FO) tree and renders the resulting pages to a specified output. <a href="1.0/output.html">Output formats</a> currently supported include PDF, PS, PCL, AFP, XML (area tree representation), Print, AWT and PNG, and to a lesser extent, RTF and TXT. The primary output target is PDF.</p>
 <p>The Apache™ FOP project is part of the <a href="http://www.apache.org">Apache™</a> Software Foundation, which is a wider community of users and developers of open source projects.
@@ -329,7 +345,9 @@ This image is a demonstration of a real 
 <h1 id="objectives">FOP Objectives</h1>
 <p>The goals of the Apache FOP project are to deliver an XSL-FO to PDF formatter that is compliant to at least the Basic conformance level described in the W3C Recommendation from 05 December 2006, and that complies with the November 2001 Portable Document Format Specification (Version 1.4) from Adobe Systems.</p>
 <p>Conformance to the XML 1.0 and 1.1 Recommendations, XSLT 1.0 and 2.0 Recommendations and the XML Namespaces Recommendation is understood. Other relevant documents, such as the XPath and XLink Working Drafts, are referenced as necessary. The FOP Project will attempt to use the latest version of evolving specifications.
-The PDF files on this site are created using Apache FOP.</p></div></div>
+The PDF files on this site are created using Apache FOP.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/knownissues.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/knownissues.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/knownissues.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP: Known Issues</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="known-issues-knownissues">Known issues # {#Known+issues}</h1>
 <p>This page lists currently known issues in the Apache™ FOP codebase. Please note that this list is generated from data in FOP's code repository (Trunk) and may not exactly represent the list of issues in the latest release.</p>
 <p>For additional information on known issues in Apache FOP, please have a look at the following pages, too:</p>
@@ -430,7 +446,9 @@
 <li>
 <p>Column balancing in multi-column documents may not work as expected (Bugzilla #36356)</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/license.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/license.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/license.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,16 +323,20 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP License</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="License">License</h1>
 <p>All new Apache™ FOP releases will be licensed under the <strong>Apache™ License, version 2.0</strong> . Releases until version 0.20.5 are released unter the Apache™ License, version 1.1.</p>
 <p>To inspect the license terms please consult the LICENSE and NOTICE files in the root directory of the distribution. The full license text can also be accessed via the web from the<jump href="http://www.apache.org/licenses/">Apache Licenses page</jump>.</p>
-<p>Apache FOP comes with a number of libraries all of which are currently coming from within the Apache Software Foundation. These libraries are all licensed under one of the Apache License versions. There is one exception which is "xml-apis.jar" which contains code licensed by the<fork href="http://www.w3.org">W3C</fork>. Please consult the license files included with the libraries in the "lib" directory for details.</p></div></div>
+<p>Apache FOP comes with a number of libraries all of which are currently coming from within the Apache Software Foundation. These libraries are all licensed under one of the Apache License versions. There is one exception which is "xml-apis.jar" which contains code licensed by the<fork href="http://www.w3.org">W3C</fork>. Please consult the license files included with the libraries in the "lib" directory for details.</p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

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 Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP: Mailing List Resources</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="general">General Information</h1>
 <p>Before posting questions to any list:</p>
 <ul>
@@ -460,7 +476,9 @@ You can find the developer mailing list 
 <li>
 <p>Information for using and subscribing can be found at<jump href="http://www.mulberrytech.com/xsl/xsl-list">XSL-List -- Open Forum on XSL</jump>.</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/news.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/news.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/news.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP News</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <p>RSS Feed: <a href="subproject-news-feed.rss"></a> </p>
 <h1 id="news-2012-02-24">24 Feb 2012: New committer</h1>
 <p><item date="2012-02-24" title="New committer">
@@ -500,7 +516,9 @@ Welcome Victor Mote!
 <h1 id="news-2002-11-09">9 Nov 2002: New Committer</h1>
 <p><item date="2002-11-09" title="New Committer">
 Welcome Oleg Tkachenko!
-</item></p></div></div>
+</item></p></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/quickstartguide.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/quickstartguide.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/quickstartguide.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP: Quick Start Guide</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><subtitle>Everything you need to start using and appreciating Apache™ FOP quickly.</subtitle><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></div>
+      	<div class="section-content"><p><subtitle>Everything you need to start using and appreciating Apache™ FOP quickly.</subtitle><version>$Revision: 1298724 $</version></p>
 <h1 id="essentials">Apache™ FOP Essentials</h1>
 <p>The goal of this <strong>Quick Start Guide</strong> is to help novice users get Apache FOP up and running quickly. Typically, you'll need to:</p>
 <ol>
@@ -402,7 +418,9 @@
 <li>
 <p>You've produced your first PDF with Apache FOP! Please open <code>name.pdf</code> in your favorite PDF viewer.</p>
 </li>
-</ol></div></div>
+</ol></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/resources.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/resources.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/resources.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP: Other Resources</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><subtitle>Resources useful for developing and using Apache™ FOP</subtitle><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></div>
+      	<div class="section-content"><p><subtitle>Resources useful for developing and using Apache™ FOP</subtitle><version>$Revision: 1298724 $</version></p>
 <h1 id="specs">Specifications</h1>
 <h2 id="specs-xslfo">XSL-FO</h2>
 <ul>
@@ -640,7 +656,9 @@
 <li>
 <p>[software]<jump href="http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-fo/">Maven Doxia FO Module</jump>. Doxia is a content generation framework which aims to provide its users with powerful techniques for generating static and dynamic content: Doxia can be used in web-based publishing context to generate static sites, in addition to being incorporated into dynamic content generation systems like blogs, wikis and content management systems. Doxia provides a module providing XSL Formatting Objects.</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/status.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/status.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/status.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP Status</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><subtitle>Current Status of Apache™ FOP</subtitle><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></div>
+      	<div class="section-content"><p><subtitle>Current Status of Apache™ FOP</subtitle><version>$Revision: 1298724 $</version></p>
 <h1 id="Status">Status</h1>
 <p>[last updated 5 July 2010]</p>
 <p>Apache™ FOP version 0.95 was released on 5 August 2008. Apache™ FOP version 1.0 was released on 21 July 2010.</p>
@@ -397,7 +413,9 @@
 <td>stable</td>
 </tr>
 </tbody>
-</table></div></div>
+</table></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/team.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/team.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/team.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP: Development Team</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <p>All lists on this page are in alphabetical order. Some of them may be incomplete. If you know of an error or omission, please send a message to the <a href="mailto:fop-dev@xmlgraphics.apache.org">fop-dev</a> mailing list.</p>
 <h1 id="commit-active">Active Committers</h1>
 <p>Please don't write to any developer directly if you need help on using FOP. Only if you submit questions to the <a href="maillist.html#fop-user">FOP User Mailing List</a> will other FOP users be able to profit from answers given to your question. Another point is that a developer may have gone inactive or is on holidays in which case you may not get an answer in time.</p>
@@ -441,7 +457,9 @@
 <li>
 <p><a href="mailto:pbwest@apache.org">Peter B. West</a> </p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/accessibility.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/accessibility.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/accessibility.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP: Accessibility</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/trunk/">Trunk</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><h1 id="overview">Overview</h1>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/trunk/">Trunk</a></div>
+      	<div class="section-content"><h1 id="overview">Overview</h1>
 <p>This page describes the <a href="http://en.wikipedia.org/wiki/Accessibility">accessibility</a> features of Apache™ FOP. <a href="http://www.section508.gov/">Section 508</a> defines accessibility in the context of electronic documents for the USA but other countries have similar requirements.</p>
 <p>Accessibility features are available only for the PDF output format and there are some implementation limitations. Also, certain actions must be undertaken by the content creator to ensure that FOP can create a truly accessible document.</p>
 <h1 id="enabling-accessibility-enablingaccessibility">Enabling accessibility # {#Enabling+accessibility}</h1>
@@ -399,7 +415,9 @@ If a non-standard structure type is spec
 <li>
 <p><a href="http://wiki.apache.org/xmlgraphics-fop/PDF_Accessibility">Developer-oriented details on the accessibility features (on the Wiki)</a> </p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/anttask.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/anttask.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/anttask.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP: Ant task</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/trunk/">Trunk</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/trunk/">Trunk</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <p>Apache™ FOP provides an Ant task for automating the document build process.</p>
 <h1 id="basics">Description</h1>
 <p>The FOP Ant task will convert XSL-FO documents to PDF, PS, PCL etc. output (see <a href="output.html">Output formats</a> for available formats).</p>
@@ -399,7 +415,9 @@ This example transforms and converts all
            <include name="*.xml"/>
         </fileset>
    </fop>
-</target></div></div>
+</target></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/compiling.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/compiling.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/compiling.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP: Building from Source Code</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/trunk/">Trunk</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><p><version>$Revision: 1298724 $</version></p>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/trunk/">Trunk</a></div>
+      	<div class="section-content"><p><version>$Revision: 1298724 $</version></p>
 <h1 id="build-needed">Do You Need To Build?</h1>
 <p>Apache™ FOP snapshots are either pre-compiled binary or source. If you are using a binary snapshot, it is already built and there is no need to build it again. If you got the source code from a repository snapshot or via Subversion you will need to build FOP. See the <a href="../download.html">Download Instructions</a> for information about where to obtain binary or repository snapshots, and whether a binary or source snapshot is best for your needs.</p>
 <h1 id="env">Set Up Your Environment</h1>
@@ -366,7 +382,9 @@ ant clean allIf you want to shorten the 
 <li>
 <p>If the build still fails, see the <a href="../gethelp.html">Getting Help</a> page for further help.</p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/complexscripts.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/complexscripts.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/complexscripts.html Wed Apr 18 06:04:36 2012
@@ -11,7 +11,21 @@
 -->
     <link href="/css/xmlgraphics.css" rel="stylesheet" type="text/css">
 
+    <style type="text/css">
+    
     </style>
+    <script src="http://code.jquery.com/jquery.min.js" type="text/javascript"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('ul#navigation a').each(function() {
+		    if (this.href === window.location.href)
+			    { $(this). attr('id', 'forefront');} 
+        });
+        $('ul#navigation a#forefront').each(function() {
+        	
+        });
+    })
+    </script>
 
     
 
@@ -24,7 +38,7 @@
 	  </div>
 
 	  <div id="navigation">
-	  <h1 id="xml-graphics">XML Graphics</h1>
+	  <h1 id="xml-graphics-site">XML Graphics Site</h1>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -309,12 +323,14 @@
 	  </div>
 	
 	  <div id="bannertext">
-        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="220" heigh="51" /></a>
+        <a href="/"><img src="/images/apache-xml-graphics.gif" alt="The Apache XML Graphics Project" width="226" heigh="51" /></a>
         <h1>Apache™ FOP: Complex Scripts</h1>
       </div>
-        <p><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/trunk/">Trunk</a></p>
       </div>
-      <div id="content" class="grid_16"><div class="section-content"><h1 id="overview">Overview</h1>
+      
+      <div id="content" class="grid_16">
+      	<div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/trunk/">Trunk</a></div>
+      	<div class="section-content"><h1 id="overview">Overview</h1>
 <p>This page describes the <a href="http://en.wikipedia.org/wiki/Complex_scripts">complex scripts</a> features of Apache™ FOP, which include:</p>
 <ul>
 <li>
@@ -938,7 +954,9 @@ A document author need not make explicit
 <li>
 <p><a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&amp;item_id=CmplxRndExamples">Examples of Complex Rendering</a> </p>
 </li>
-</ul></div></div>
+</ul></div>
+      </div>
+      
       <div class="clear"></div>
 
 	  <div id="footer">



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