This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/turbine-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 644ca8c  Fix: replaced $sitesearchValue with sitesearch value (from 
project.url) in site.xml, using default turbine.site.path in github projectId
644ca8c is described below

commit 644ca8cdf4ceb2441202668033f3c12c1d359b5d
Author: Georg Kallidis <g...@apache.org>
AuthorDate: Wed Sep 25 10:46:42 2024 +0200

    Fix: replaced $sitesearchValue with sitesearch value (from project.url) in 
site.xml, using default turbine.site.path in github projectId
---
 board-reports.html                    |   6 +-
 common/code-standards.html            |   6 +-
 common/developer-links.html           |   6 +-
 common/documentation.html             |   6 +-
 common/further-reading.html           |   6 +-
 common/license.html                   |   6 +-
 common/powered.html                   |   6 +-
 common/related.html                   |   6 +-
 common/status/02-08-2002.html         |   6 +-
 common/status/02-15-2002.html         |   6 +-
 common/status/02-22-2002.html         |   6 +-
 common/status/03-01-2002.html         |   6 +-
 common/status/03-08-2002.html         |   6 +-
 common/status/03-15-2002.html         |   6 +-
 common/wiki.html                      |   6 +-
 contact.html                          |   6 +-
 download.html                         |   6 +-
 events/apachecon-eu2005.html          |   6 +-
 events/apachecon2004.html             |   6 +-
 examples.html                         |   6 +-
 fsd.html                              |   6 +-
 further-reading/index.html            |   6 +-
 further-reading/j2ee-integration.html |   6 +-
 further-reading/model2+1.html         |   6 +-
 further-reading/pullmodel.html        |   6 +-
 getinvolved.html                      |   6 +-
 how-it-works.html                     |   6 +-
 how-to-help.html                      |   6 +-
 index.html                            |   6 +-
 issue-management.html                 |   6 +-
 licenses.html                         |   6 +-
 mailing-lists.html                    |   6 +-
 news.html                             |   6 +-
 project-info.html                     |   6 +-
 project-reports.html                  |   6 +-
 rat-report.html                       | 192 ++++++++++++++++++++++++++++++++--
 reports/report-2007-06.html           |   6 +-
 reports/report-2007-07.html           |   6 +-
 reports/report-2007-08.html           |   6 +-
 reports/report-2007-11.html           |   6 +-
 reports/report-2008-02.html           |   6 +-
 reports/report-2008-05.html           |   6 +-
 reports/report-2008-08.html           |   6 +-
 reports/report-2008-11.html           |   6 +-
 reports/report-2009-02.html           |   6 +-
 reports/report-2009-05.html           |   6 +-
 reports/report-2009-08.html           |   6 +-
 reports/report-2009-11.html           |   6 +-
 reports/report-2010-02.html           |   6 +-
 reports/report-2010-05.html           |   6 +-
 reports/report-2010-08.html           |   6 +-
 reports/report-2010-11.html           |   6 +-
 reports/report-2011-02.html           |   6 +-
 reports/report-2011-05.html           |   6 +-
 reports/report-2011-08.html           |   6 +-
 reports/report-2011-11.html           |   6 +-
 reports/report-2012-02.html           |   6 +-
 reports/report-2012-05.html           |   6 +-
 reports/report-2012-08.html           |   6 +-
 reports/report-2012-11.html           |   6 +-
 reports/report-2013-02.html           |   6 +-
 reports/report-2013-05.html           |   6 +-
 reports/report-2013-08.html           |   6 +-
 scm.html                              |   6 +-
 team.html                             |   6 +-
 turbine-concepts.html                 |   6 +-
 turbine/index.html                    |   6 +-
 who-we-are.html                       |   6 +-
 68 files changed, 385 insertions(+), 209 deletions(-)

diff --git a/board-reports.html b/board-reports.html
index 5ceb94c..b630b57 100644
--- a/board-reports.html
+++ b/board-reports.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/board-reports.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/board-reports.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/common/code-standards.html b/common/code-standards.html
index 9745b37..f759a37 100644
--- a/common/code-standards.html
+++ b/common/code-standards.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/code-standards.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/code-standards.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/common/developer-links.html b/common/developer-links.html
index 7273d70..85e7e37 100644
--- a/common/developer-links.html
+++ b/common/developer-links.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/developer-links.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/developer-links.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/common/documentation.html b/common/documentation.html
index f4950b1..7f6677e 100644
--- a/common/documentation.html
+++ b/common/documentation.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/documentation.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/documentation.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/common/further-reading.html b/common/further-reading.html
index d40f651..88716b2 100644
--- a/common/further-reading.html
+++ b/common/further-reading.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/further-reading.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/further-reading.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/common/license.html b/common/license.html
index 36d5359..8a413ea 100644
--- a/common/license.html
+++ b/common/license.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/license.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/license.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/common/powered.html b/common/powered.html
index b2d0b20..3b2da41 100644
--- a/common/powered.html
+++ b/common/powered.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/powered.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/powered.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/common/related.html b/common/related.html
index c2dada7..d3a752c 100644
--- a/common/related.html
+++ b/common/related.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/related.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/related.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/common/status/02-08-2002.html b/common/status/02-08-2002.html
index d7cd3de..8afb51c 100644
--- a/common/status/02-08-2002.html
+++ b/common/status/02-08-2002.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/status/02-08-2002.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/status/02-08-2002.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/common/status/02-15-2002.html b/common/status/02-15-2002.html
index 9bf5ec1..1ac6842 100644
--- a/common/status/02-15-2002.html
+++ b/common/status/02-15-2002.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/status/02-15-2002.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/status/02-15-2002.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/common/status/02-22-2002.html b/common/status/02-22-2002.html
index 9cbab75..d95d5f9 100644
--- a/common/status/02-22-2002.html
+++ b/common/status/02-22-2002.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/status/02-22-2002.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/status/02-22-2002.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/common/status/03-01-2002.html b/common/status/03-01-2002.html
index 69bea19..521cb5e 100644
--- a/common/status/03-01-2002.html
+++ b/common/status/03-01-2002.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/status/03-01-2002.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/status/03-01-2002.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/common/status/03-08-2002.html b/common/status/03-08-2002.html
index 426fbca..4b1a4bd 100644
--- a/common/status/03-08-2002.html
+++ b/common/status/03-08-2002.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/status/03-08-2002.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/status/03-08-2002.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/common/status/03-15-2002.html b/common/status/03-15-2002.html
index 15addbe..14e722a 100644
--- a/common/status/03-15-2002.html
+++ b/common/status/03-15-2002.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/status/03-15-2002.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/status/03-15-2002.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/common/wiki.html b/common/wiki.html
index 3d723b0..5f4a24a 100644
--- a/common/wiki.html
+++ b/common/wiki.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/wiki.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/common/wiki.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/contact.html b/contact.html
index f701567..0b23313 100644
--- a/contact.html
+++ b/contact.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/contact.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/contact.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/download.html b/download.html
index 65d9f52..0d3b44a 100644
--- a/download.html
+++ b/download.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/download.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/download.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/events/apachecon-eu2005.html b/events/apachecon-eu2005.html
index 18a884e..4a13602 100644
--- a/events/apachecon-eu2005.html
+++ b/events/apachecon-eu2005.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/events/apachecon-eu2005.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/events/apachecon-eu2005.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/events/apachecon2004.html b/events/apachecon2004.html
index 9d64dfa..3cba3cf 100644
--- a/events/apachecon2004.html
+++ b/events/apachecon2004.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/events/apachecon2004.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/events/apachecon2004.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/examples.html b/examples.html
index d6ad678..d7172bb 100644
--- a/examples.html
+++ b/examples.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/examples.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/examples.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/fsd.html b/fsd.html
index 75ccfa6..74e2fe2 100644
--- a/fsd.html
+++ b/fsd.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/fsd.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/fsd.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/further-reading/index.html b/further-reading/index.html
index 50f530e..4b6a420 100644
--- a/further-reading/index.html
+++ b/further-reading/index.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/further-reading/index.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/further-reading/index.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/further-reading/j2ee-integration.html 
b/further-reading/j2ee-integration.html
index 999e91d..3ca2345 100644
--- a/further-reading/j2ee-integration.html
+++ b/further-reading/j2ee-integration.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/further-reading/j2ee-integration.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/further-reading/j2ee-integration.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/further-reading/model2+1.html b/further-reading/model2+1.html
index bd806d4..e4c1034 100644
--- a/further-reading/model2+1.html
+++ b/further-reading/model2+1.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/further-reading/model2+1.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/further-reading/model2+1.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/further-reading/pullmodel.html b/further-reading/pullmodel.html
index b16092f..cc310c4 100644
--- a/further-reading/pullmodel.html
+++ b/further-reading/pullmodel.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/further-reading/pullmodel.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/further-reading/pullmodel.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/getinvolved.html b/getinvolved.html
index 71beb94..66fd262 100644
--- a/getinvolved.html
+++ b/getinvolved.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/getinvolved.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/getinvolved.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/how-it-works.html b/how-it-works.html
index 2fe1c56..85d36fc 100644
--- a/how-it-works.html
+++ b/how-it-works.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/how-it-works.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/how-it-works.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/how-to-help.html b/how-to-help.html
index 0d95cd8..54f8e23 100644
--- a/how-to-help.html
+++ b/how-to-help.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/how-to-help.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/how-to-help.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/index.html b/index.html
index 04ad885..fcf6d90 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/index.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/index.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/issue-management.html b/issue-management.html
index 44ab8de..45ca460 100644
--- a/issue-management.html
+++ b/issue-management.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.2.2:issue-management
 at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.2.2:issue-management
 at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/licenses.html b/licenses.html
index 750e781..0f241f0 100644
--- a/licenses.html
+++ b/licenses.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.2.2:licenses at 24 
Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.2.2:licenses at 25 
Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/mailing-lists.html b/mailing-lists.html
index e4b1ac6..d7fd243 100644
--- a/mailing-lists.html
+++ b/mailing-lists.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.2.2:mailing-lists 
at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.2.2:mailing-lists 
at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/news.html b/news.html
index 8d3defb..c23666f 100644
--- a/news.html
+++ b/news.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/news.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/news.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/project-info.html b/project-info.html
index 0efc976..b4d95e0 100644
--- a/project-info.html
+++ b/project-info.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
org.apache.maven.plugins:maven-site-plugin:4.0.0-M16:project-info at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
org.apache.maven.plugins:maven-site-plugin:4.0.0-M16:project-info at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/project-reports.html b/project-reports.html
index ed6272f..6ab87ca 100644
--- a/project-reports.html
+++ b/project-reports.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
org.apache.maven.plugins:maven-site-plugin:4.0.0-M16:project-reports at 24 Sep 
2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
org.apache.maven.plugins:maven-site-plugin:4.0.0-M16:project-reports at 25 Sep 
2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/rat-report.html b/rat-report.html
index ce56b60..dedc6e4 100644
--- a/rat-report.html
+++ b/rat-report.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
org.apache.rat:apache-rat-plugin:0.16:rat at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
org.apache.rat:apache-rat-plugin:0.16:rat at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
@@ -114,26 +114,33 @@
 *****************************************************
 Summary
 -------
-Generated at: 2024-09-24T15:37:48+02:00
+Generated at: 2024-09-25T10:42:18+02:00
 
 Notes: 1
-Binaries: 0
+Binaries: 16
 Archives: 0
-Standards: 2
+Standards: 10
 
-Apache Licensed: 1
+Apache Licensed: 2
 Generated Documents: 0
 
 JavaDocs are generated, thus a license header is optional.
 Generated files do not require license headers.
 
-1 Unknown Licenses
+8 Unknown Licenses
 
 *****************************************************
 
 Files with unapproved licenses:
 
   doap/doap_Turbine.rdf
+  jacoco-aggregate/index.html
+  jacoco-aggregate/jacoco-resources/prettify.css
+  jacoco-aggregate/jacoco-resources/report.css
+  jacoco-aggregate/jacoco-resources/sort.js
+  jacoco-aggregate/jacoco-sessions.html
+  jacoco-aggregate/jacoco.csv
+  jacoco-aggregate/jacoco.xml
 
 *****************************************************
 
@@ -143,6 +150,30 @@ Files with unapproved licenses:
   Compressed archives will be marked A
   Notices, licenses etc. will be marked N
  !????? doap/doap_Turbine.rdf
+ !????? jacoco-aggregate/index.html
+  B     jacoco-aggregate/jacoco-resources/branchfc.gif
+  B     jacoco-aggregate/jacoco-resources/branchnc.gif
+  B     jacoco-aggregate/jacoco-resources/branchpc.gif
+  B     jacoco-aggregate/jacoco-resources/bundle.gif
+  B     jacoco-aggregate/jacoco-resources/class.gif
+  B     jacoco-aggregate/jacoco-resources/down.gif
+  B     jacoco-aggregate/jacoco-resources/greenbar.gif
+  B     jacoco-aggregate/jacoco-resources/group.gif
+  B     jacoco-aggregate/jacoco-resources/method.gif
+  B     jacoco-aggregate/jacoco-resources/package.gif
+ !????? jacoco-aggregate/jacoco-resources/prettify.css
+  AL    jacoco-aggregate/jacoco-resources/prettify.js
+  B     jacoco-aggregate/jacoco-resources/redbar.gif
+ !????? jacoco-aggregate/jacoco-resources/report.css
+  B     jacoco-aggregate/jacoco-resources/report.gif
+  B     jacoco-aggregate/jacoco-resources/session.gif
+  B     jacoco-aggregate/jacoco-resources/sort.gif
+ !????? jacoco-aggregate/jacoco-resources/sort.js
+  B     jacoco-aggregate/jacoco-resources/source.gif
+  B     jacoco-aggregate/jacoco-resources/up.gif
+ !????? jacoco-aggregate/jacoco-sessions.html
+ !????? jacoco-aggregate/jacoco.csv
+ !????? jacoco-aggregate/jacoco.xml
   N     LICENSE.txt
   AL    pom.xml
  
@@ -203,6 +234,151 @@ Turbine is developed in an open, participatory 
environment and released under th
         &lt;revision&gt;4.0-M1&lt;/revision&gt;
       &lt;/Version&gt;
     &lt;/release&gt;
+
+=====================================================
+== File: jacoco-aggregate/index.html
+=====================================================
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;!DOCTYPE 
html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; 
&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;&lt;html 
xmlns=&quot;http://www.w3.org/1999/xhtml&quot; 
lang=&quot;&quot;&gt;&lt;head&gt;&lt;meta http-equiv=&quot;Content-Type&quot; 
content=&quot;text/html;charset=UTF-8&quot;/&gt;&lt;link 
rel=&quot;stylesheet&quot; href=&quot;jacoco-resources/report.css&quot; 
type=&quot;text/css&quot;/&gt; [...]
+
+=====================================================
+== File: jacoco-aggregate/jacoco-resources/prettify.css
+=====================================================
+/* Pretty printing styles. Used with prettify.js. */
+
+.str { color: #2A00FF; }
+.kwd { color: #7F0055; font-weight:bold; }
+.com { color: #3F5FBF; }
+.typ { color: #606; }
+.lit { color: #066; }
+.pun { color: #660; }
+.pln { color: #000; }
+.tag { color: #008; }
+.atn { color: #606; }
+.atv { color: #080; }
+.dec { color: #606; }
+
+=====================================================
+== File: jacoco-aggregate/jacoco-resources/report.css
+=====================================================
+body, td {
+  font-family:sans-serif;
+  font-size:10pt;
+}
+
+h1 {
+  font-weight:bold;
+  font-size:18pt;
+}
+
+.breadcrumb {
+  border:#d6d3ce 1px solid;
+  padding:2px 4px 2px 4px;
+}
+
+.breadcrumb .info {
+  float:right;
+}
+
+.breadcrumb .info a {
+  margin-left:8px;
+}
+
+.el_report {
+  padding-left:18px;
+  background-image:url(report.gif);
+  background-position:left center;
+  background-repeat:no-repeat;
+}
+
+.el_group {
+  padding-left:18px;
+  background-image:url(group.gif);
+  background-position:left center;
+  background-repeat:no-repeat;
+}
+
+.el_bundle {
+  padding-left:18px;
+  background-image:url(bundle.gif);
+  background-position:left center;
+  background-repeat:no-repeat;
+}
+
+.el_package {
+  padding-left:18px;
+  background-image:url(package.gif);
+  background-position:left center;
+  background-repeat:no-repeat;
+}
+
+=====================================================
+== File: jacoco-aggregate/jacoco-resources/sort.js
+=====================================================
+/*******************************************************************************
+ * Copyright (c) 2009, 2024 Mountainminds GmbH &amp; Co. KG and Contributors
+ * This program and the accompanying materials are made available under
+ * the terms of the Eclipse Public License 2.0 which is available at
+ * http://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *    Marc R. Hoffmann - initial API and implementation
+ *
+ 
*******************************************************************************/
+
+(function () {
+
+  /**
+   * Sets the initial sorting derived from the hash.
+   *
+   * @param linkelementids
+   *          list of element ids to search for links to add sort inidcator
+   *          hash links
+   */
+  function initialSort(linkelementids) {
+    window.linkelementids = linkelementids;
+    var hash = window.location.hash;
+    if (hash) {
+      var m = hash.match(/up-./);
+      if (m) {
+        var header = window.document.getElementById(m[0].charAt(3));
+        if (header) {
+          sortColumn(header, true);
+        }
+        return;
+      }
+      var m = hash.match(/dn-./);
+      if (m) {
+        var header = window.document.getElementById(m[0].charAt(3));
+        if (header) {
+          sortColumn(header, false);
+        }
+        return
+      }
+    }
+  }
+
+  /**
+   * Sorts the columns with the given header dependening on the current sort 
state.
+   */
+  function toggleSort(header) {
+    var sortup = header.className.indexOf('down ') == 0;
+
+=====================================================
+== File: jacoco-aggregate/jacoco-sessions.html
+=====================================================
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;!DOCTYPE 
html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; 
&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;&lt;html 
xmlns=&quot;http://www.w3.org/1999/xhtml&quot; 
lang=&quot;&quot;&gt;&lt;head&gt;&lt;meta http-equiv=&quot;Content-Type&quot; 
content=&quot;text/html;charset=UTF-8&quot;/&gt;&lt;link 
rel=&quot;stylesheet&quot; href=&quot;jacoco-resources/report.css&quot; 
type=&quot;text/css&quot;/&gt; [...]
+
+=====================================================
+== File: jacoco-aggregate/jacoco.csv
+=====================================================
+GROUP,PACKAGE,CLASS,INSTRUCTION_MISSED,INSTRUCTION_COVERED,BRANCH_MISSED,BRANCH_COVERED,LINE_MISSED,LINE_COVERED,COMPLEXITY_MISSED,COMPLEXITY_COVERED,METHOD_MISSED,METHOD_COVERED
+
+=====================================================
+== File: jacoco-aggregate/jacoco.xml
+=====================================================
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; 
standalone=&quot;yes&quot;?&gt;&lt;!DOCTYPE report PUBLIC &quot;-//JACOCO//DTD 
Report 1.1//EN&quot; &quot;report.dtd&quot;&gt;&lt;report 
name=&quot;Turbine&quot;/&gt;
 </pre></section>        </main>
       </div>
     </div>
diff --git a/reports/report-2007-06.html b/reports/report-2007-06.html
index 8b794a5..cc927ce 100644
--- a/reports/report-2007-06.html
+++ b/reports/report-2007-06.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2007-06.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2007-06.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2007-07.html b/reports/report-2007-07.html
index 576c5fb..1442afc 100644
--- a/reports/report-2007-07.html
+++ b/reports/report-2007-07.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2007-07.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2007-07.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2007-08.html b/reports/report-2007-08.html
index 4dc87f2..56e2b5d 100644
--- a/reports/report-2007-08.html
+++ b/reports/report-2007-08.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2007-08.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2007-08.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2007-11.html b/reports/report-2007-11.html
index 93dd516..18c9cb5 100644
--- a/reports/report-2007-11.html
+++ b/reports/report-2007-11.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2007-11.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2007-11.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2008-02.html b/reports/report-2008-02.html
index fec61ea..d08ef74 100644
--- a/reports/report-2008-02.html
+++ b/reports/report-2008-02.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2008-02.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2008-02.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2008-05.html b/reports/report-2008-05.html
index 0f883ec..3987cb9 100644
--- a/reports/report-2008-05.html
+++ b/reports/report-2008-05.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2008-05.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2008-05.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2008-08.html b/reports/report-2008-08.html
index 0a38572..cb4b033 100644
--- a/reports/report-2008-08.html
+++ b/reports/report-2008-08.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2008-08.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2008-08.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2008-11.html b/reports/report-2008-11.html
index 98522ad..c19066f 100644
--- a/reports/report-2008-11.html
+++ b/reports/report-2008-11.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2008-11.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2008-11.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2009-02.html b/reports/report-2009-02.html
index 9d5ed1a..1a457d8 100644
--- a/reports/report-2009-02.html
+++ b/reports/report-2009-02.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2009-02.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2009-02.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2009-05.html b/reports/report-2009-05.html
index 3e2a17c..be0b02b 100644
--- a/reports/report-2009-05.html
+++ b/reports/report-2009-05.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2009-05.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2009-05.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2009-08.html b/reports/report-2009-08.html
index 83757f7..b47686b 100644
--- a/reports/report-2009-08.html
+++ b/reports/report-2009-08.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2009-08.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2009-08.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2009-11.html b/reports/report-2009-11.html
index ca97acf..0e04042 100644
--- a/reports/report-2009-11.html
+++ b/reports/report-2009-11.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2009-11.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2009-11.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2010-02.html b/reports/report-2010-02.html
index 4f2fd80..1b950a1 100644
--- a/reports/report-2010-02.html
+++ b/reports/report-2010-02.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2010-02.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2010-02.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2010-05.html b/reports/report-2010-05.html
index 056b03d..f25afab 100644
--- a/reports/report-2010-05.html
+++ b/reports/report-2010-05.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2010-05.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2010-05.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2010-08.html b/reports/report-2010-08.html
index 169749e..8b2efb6 100644
--- a/reports/report-2010-08.html
+++ b/reports/report-2010-08.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2010-08.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2010-08.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2010-11.html b/reports/report-2010-11.html
index 88aabe4..dc61ff1 100644
--- a/reports/report-2010-11.html
+++ b/reports/report-2010-11.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2010-11.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2010-11.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2011-02.html b/reports/report-2011-02.html
index 698970a..2ce88ef 100644
--- a/reports/report-2011-02.html
+++ b/reports/report-2011-02.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2011-02.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2011-02.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2011-05.html b/reports/report-2011-05.html
index 5de0bdc..00ffb22 100644
--- a/reports/report-2011-05.html
+++ b/reports/report-2011-05.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2011-05.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2011-05.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2011-08.html b/reports/report-2011-08.html
index a835cb6..5b8330b 100644
--- a/reports/report-2011-08.html
+++ b/reports/report-2011-08.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2011-08.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2011-08.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2011-11.html b/reports/report-2011-11.html
index 8f9f995..d6cd085 100644
--- a/reports/report-2011-11.html
+++ b/reports/report-2011-11.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2011-11.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2011-11.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2012-02.html b/reports/report-2012-02.html
index 74e8e33..505287b 100644
--- a/reports/report-2012-02.html
+++ b/reports/report-2012-02.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2012-02.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2012-02.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2012-05.html b/reports/report-2012-05.html
index 9c04594..06952c5 100644
--- a/reports/report-2012-05.html
+++ b/reports/report-2012-05.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2012-05.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2012-05.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2012-08.html b/reports/report-2012-08.html
index 071a351..c375a88 100644
--- a/reports/report-2012-08.html
+++ b/reports/report-2012-08.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2012-08.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2012-08.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2012-11.html b/reports/report-2012-11.html
index 4234a67..8fbcf25 100644
--- a/reports/report-2012-11.html
+++ b/reports/report-2012-11.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2012-11.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2012-11.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2013-02.html b/reports/report-2013-02.html
index a6c39fa..550f255 100644
--- a/reports/report-2013-02.html
+++ b/reports/report-2013-02.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2013-02.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2013-02.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2013-05.html b/reports/report-2013-05.html
index cad0469..7f8abbe 100644
--- a/reports/report-2013-05.html
+++ b/reports/report-2013-05.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2013-05.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2013-05.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/reports/report-2013-08.html b/reports/report-2013-08.html
index f1e3e8c..ff5143b 100644
--- a/reports/report-2013-08.html
+++ b/reports/report-2013-08.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2013-08.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/reports/report-2013-08.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/scm.html b/scm.html
index bb56454..220487b 100644
--- a/scm.html
+++ b/scm.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.2.2:scm at 24 Sep 
2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.2.2:scm at 25 Sep 
2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/team.html b/team.html
index 68c38b8..61abead 100644
--- a/team.html
+++ b/team.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.2.2:team at 24 Sep 
2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.2.2:team at 25 Sep 
2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/turbine-concepts.html b/turbine-concepts.html
index 54421f6..68f4b76 100644
--- a/turbine-concepts.html
+++ b/turbine-concepts.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/turbine-concepts.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/turbine-concepts.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/turbine/index.html b/turbine/index.html
index 98f513e..b515551 100644
--- a/turbine/index.html
+++ b/turbine/index.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/turbine/index.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/turbine/index.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -18,7 +18,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -95,7 +95,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">
diff --git a/who-we-are.html b/who-we-are.html
index 5193122..1b14d1f 100644
--- a/who-we-are.html
+++ b/who-we-are.html
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/who-we-are.xml at 24 Sep 2024
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M19 from 
src/site/xdoc/who-we-are.xml at 25 Sep 2024
  | Rendered using Apache Maven Fluido Skin 2.0.0-M10
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -19,7 +19,7 @@
     <style>.github-fork-ribbon:before { background-color: orange; }</style>
   </head>
   <body>
-    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-build"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
+    <a class="github-fork-ribbon right-top" 
href="https://github.com/apache/turbine-site"; data-ribbon="Fork me on 
GitHub">Fork me on GitHub</a>
     <div class="container-fluid container-fluid-top">
       <header>
         <div id="banner">
@@ -96,7 +96,7 @@
           </nav>
           <div class="well sidebar-nav">
 <form id="search-form" action="https://www.google.com/search"; method="get" >
-  <input value="$sitesearchValue" name="sitesearch" type="hidden" />
+  <input value="https://turbine.apache.org/"; name="sitesearch" type="hidden" />
   <input class="search-query" name="q" id="query" type="text" 
placeholder="Search with Google..." />
 </form>
             <div id="poweredBy">

Reply via email to