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

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


The following commit(s) were added to refs/heads/master by this push:
     new c034b61  Add Turbine webapp entrypoint on site, use some horizontal 
rulers within start page
c034b61 is described below

commit c034b6116ff862a59151e47dd7c143251993e84b
Author: Georg Kallidis <g...@apache.org>
AuthorDate: Fri Jun 20 12:20:06 2025 +0200

    Add Turbine webapp entrypoint on site, use some horizontal rulers within 
start page
---
 src/site/site.xml       | 1 +
 src/site/xdoc/index.xml | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/src/site/site.xml b/src/site/site.xml
index cd08af2..f4c8103 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -81,6 +81,7 @@
 
     <menu name="Turbine Sub Projects">
         <item name="Fulcrum"               href="/fulcrum/index.html"/>
+        <item name="Turbine Webapp Maven Archetype"               
href="/turbine-webapp-archetype/index.html"/>
     </menu>
     
     <menu name="Turbine + Fulcrum Parent POM">
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 1979ef4..f35b762 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -85,6 +85,7 @@
 </section>
 
 <section name="Turbine Versions">
+  <p><hr /></p>
   <p>
     Turbine is since version 4.0 developed in a single master (trunk)/branch.
     
@@ -144,7 +145,11 @@
     developed as part of Turbine, but now decoupled and usable in any 
environment
     that supports <a 
href="https://attic.apache.org/projects/avalon.html";>Avalon</a> components. 
   </li>
+  <li>
+    <a href="/turbine-webapp-archetype/">Turbine Webapp Maven Archetype</a> 
provides an Archetype (template) for building an Turbine Webapp. Find more 
information on how to use it <a 
href="https://github.com/apache/turbine-archetypes/";>here</a> (Readme file on 
GitHub). 
+  </li>
 </ul>
+<p><hr /></p>
 </section>
 
 <section name="Turbine Alumni">
@@ -176,6 +181,7 @@
 </section>
 
 <section name="The Apache Software Foundation">
+<p><hr /></p>
 <p>
 The <a href="https://www.apache.org";>Apache Software Foundation</a> provides 
support for the 
 Apache community of open-source software projects. The Apache projects are 
defined by 

Reply via email to