svn commit: r1928317 - db/torque/trunk/torque-site/src/site

[email protected] Tue, 09 Sep 2025 15:38:08 -0000
Newsgroups gmane.comp.jakarta.turbine.torque.devel
Message-ID <175743228869.2442012.9224267117431347066@svn02-us-east.apache.org>
Author: gk
Date: Tue Sep  9 15:38:08 2025
New Revision: 1928317

Log:
- Prepare for logo switch from Apache feather to oak logo as discussed.

Modified:
   db/torque/trunk/torque-site/src/site/site.xml

Modified: db/torque/trunk/torque-site/src/site/site.xml
==============================================================================
--- db/torque/trunk/torque-site/src/site/site.xml	Tue Sep  9 12:45:02 2025	(r1928316)
+++ db/torque/trunk/torque-site/src/site/site.xml	Tue Sep  9 15:38:08 2025	(r1928317)
@@ -18,17 +18,20 @@
  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 Db Torque" combine.self="merge">  
-
-  <bannerLeft href="http://db.apache.org/">
-    <image src="images/db-logo-white.png" alt="Apache Db " />
-  </bannerLeft>
+<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 Db Torque" combine.self="merge">
   
+  <bannerLeft>
+    <name>The Apache Db Project</name>
+    <src>https://www.apache.org/img/feather_glyph_notm.png</src>
+    <href>https://db.apache.org/</href>
+    <width>70px</width>
+  </bannerLeft>
    <bannerRight>
-    <image src="images/torque-logo-new.png" alt="Apache Torque" />
-   </bannerRight>
+      <name>Apache Torque</name>
+      <src>images/torque-logo-new.png</src>
+  </bannerRight>  
     
     <publishDate format="dd MMMM yyyy" position="left" />
     <version position="left" />
@@ -36,7 +39,7 @@
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>2.0.0-M10</version><!-- 2.1.0 -->
+    <version>2.1.0</version><!-- 2.1.0 -->
   </skin>
   <body>
 
@@ -196,4 +199,4 @@
       </fluidoSkin>
 </custom>
 
-</site>
\ No newline at end of file
+</project>
\ No newline at end of file