You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2020/04/30 12:42:20 UTC

svn commit: r1877202 - in /turbine/fulcrum/trunk/site: pom.xml src/site/site.xml xdocs/index.xml

Author: gk
Date: Thu Apr 30 12:42:20 2020
New Revision: 1877202

URL: http://svn.apache.org/viewvc?rev=1877202&view=rev
Log:
- more modern skin, compatible with maven-site-plugin version 3.8.2

Modified:
    turbine/fulcrum/trunk/site/pom.xml
    turbine/fulcrum/trunk/site/src/site/site.xml
    turbine/fulcrum/trunk/site/xdocs/index.xml

Modified: turbine/fulcrum/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/site/pom.xml?rev=1877202&r1=1877201&r2=1877202&view=diff
==============================================================================
--- turbine/fulcrum/trunk/site/pom.xml (original)
+++ turbine/fulcrum/trunk/site/pom.xml Thu Apr 30 12:42:20 2020
@@ -23,7 +23,7 @@
   <parent>
   	<artifactId>turbine-parent</artifactId>
   	<groupId>org.apache.turbine</groupId>
-  	<version>6</version>
+  	<version>7-SNAPSHOT</version>
   </parent>
   
   <groupId>org.apache.fulcrum</groupId>

Modified: turbine/fulcrum/trunk/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/site/src/site/site.xml?rev=1877202&r1=1877201&r2=1877202&view=diff
==============================================================================
--- turbine/fulcrum/trunk/site/src/site/site.xml (original)
+++ turbine/fulcrum/trunk/site/src/site/site.xml Thu Apr 30 12:42:20 2020
@@ -29,6 +29,11 @@
   </bannerRight>   
   <publishDate format="dd MMMM yyyy" position="left" />
   <version position="left" />
+    <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.9</version>
+  </skin>
 
   <body>
 
@@ -93,5 +98,11 @@
 
     <menu ref="reports" inherit="bottom" />
 
-  </body>            
+  </body>
+  <custom>
+      <fluidoSkin>
+        <topBarEnabled>false</topBarEnabled>
+        <sideBarEnabled>true</sideBarEnabled>
+      </fluidoSkin>
+  </custom>  
 </project>

Modified: turbine/fulcrum/trunk/site/xdocs/index.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/site/xdocs/index.xml?rev=1877202&r1=1877201&r2=1877202&view=diff
==============================================================================
--- turbine/fulcrum/trunk/site/xdocs/index.xml (original)
+++ turbine/fulcrum/trunk/site/xdocs/index.xml Thu Apr 30 12:42:20 2020
@@ -63,6 +63,12 @@
     <a href="http://www.apache.org/dyn/closer.cgi/turbine/fulcrum/">the fulcrum download site</a>
     or from <a href="https://github.com/apache/turbine-fulcrum/releases">Github Fulcrum Release</a> Section.
   </p>
+      <p>Please  <a class="externalLink" href="https://www.apache.org/info/verification.html">verify the integrity</a>
+        of the downloaded files using the PGP signature (*.asc files) or the SHA512/SHA256 hash (*.sha512 or *.sha256 checksum files). <ul>
+        <li>Find the signatures/checksums <a href="https://downloads.apache.org/turbine/turbine-5.0/">here</a> (in subfolder binaries or source) .</li>
+        <li>Find  the <a class="externalLink" href="https://www.apache.org/dist/turbine/KEYS">public keys</a> used by the Turbine developers to sign the files.</li>
+        </ul>
+  </p>
 
 </section>