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-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 24e0479 Move to project schema in site.xml to allow for disassembling
logo and name and migrate to new (dynamic) Apache logo.
24e0479 is described below
commit 24e0479d293aec2131872fda004bf93febf1fb03
Author: Georg Kallidis <[email protected]>
AuthorDate: Wed Sep 10 11:13:48 2025 +0200
Move to project schema in site.xml to allow for disassembling logo and name
and migrate to new (dynamic) Apache logo.
---
src/site/site.xml | 25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index ed7dfdc..8c2dbad 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -17,18 +17,23 @@
specific language governing permissions and limitations
under the License.
-->
-<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd"
- name="Apache Turbine" combine.self="merge">
+<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
https://maven.apache.org/xsd/decoration-1.8.0.xsd"
+ name="Apache Turbine" combine.self="merge">
- <bannerLeft href="https://turbine.apache.org/">
- <image src="https://turbine.apache.org/images/turbine-project.png"
alt="Apache Turbine" />
+ <bannerLeft>
+ <name>The Apache Turbine project</name>
+ <src>https://www.apache.org/img/feather_glyph_notm.png</src>
+ <href>https://turbine.apache.org/</href>
+ <width>50px</width>
</bannerLeft>
-
- <bannerRight href="https://turbine.apache.org/">
- <image src="http://turbine.apache.org/images/logo.gif" />
+
+ <bannerRight>
+ <href>https://turbine.apache.org/</href>
+ <src>https://turbine.apache.org/images/logo.gif</src>
+ <alt>Apache Turbine</alt>
</bannerRight>
-
+
<publishDate format="dd MMMM yyyy" position="left" />
<version position="left" />
@@ -69,4 +74,4 @@
</gitHub>
</fluidoSkin>
</custom>
-</site>
+</project>