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/05/16 01:05:25 UTC

svn commit: r817821 [3/3] - 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/examples.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/examples.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/examples.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

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 Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

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 Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

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 Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

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 Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

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 Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

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 Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

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 Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

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 Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

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 Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

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 Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

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 Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

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 Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

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 Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

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 Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

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 Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

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 Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/configuration.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/configuration.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/configuration.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/embedding.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/embedding.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/embedding.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/events.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/events.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/events.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/extensions.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/extensions.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/extensions.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/fonts.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/fonts.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/fonts.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/graphics.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/graphics.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/graphics.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/hyphenation.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/hyphenation.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/hyphenation.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/index.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/index.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/index.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/intermediate.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/intermediate.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/intermediate.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/metadata.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/metadata.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/metadata.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/output.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/output.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/output.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfa.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfa.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfa.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfencryption.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfencryption.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfencryption.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfx.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfx.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfx.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

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 Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/servlets.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/servlets.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/servlets.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

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 Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/index.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/index.html (original)
+++ websites/staging/xmlgraphics/trunk/content/index.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/legal.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/legal.html (original)
+++ websites/staging/xmlgraphics/trunk/content/legal.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/mail.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/mail.html (original)
+++ websites/staging/xmlgraphics/trunk/content/mail.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/repo.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/repo.html (original)
+++ websites/staging/xmlgraphics/trunk/content/repo.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/sitemap.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/sitemap.html (original)
+++ websites/staging/xmlgraphics/trunk/content/sitemap.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {

Modified: websites/staging/xmlgraphics/trunk/content/team.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/team.html (original)
+++ websites/staging/xmlgraphics/trunk/content/team.html Tue May 15 23:05:19 2012
@@ -43,7 +43,7 @@
 <h1 id="apachewzxhzdk2-xml-graphics">Apache&trade; XML Graphics</h1>
 <ul>
 <li>
-<h2 id="project-overview">Project Overview</h2>
+<h2 id="project-overview-project-overview">Project Overview {project-overview}</h2>
 <ul>
 <li><a href="/">Overview</a></li>
 <li><a href="/team.html">Who We Are</a></li>
@@ -355,10 +355,10 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
-            text.slideUp('200');
-            //$(this).children('span').html('+');     
+            if ($(this).text() != 'Project Overview') {
+                text.slideUp('200');
+            }
         }
     });
     if ($('#navigation :header').siblings('ul')) {



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