You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2019/06/04 19:07:47 UTC

[incubator-tamaya-site] branch master updated: TAMAYA-392: Add links to ASF resources as requested, add meta tags

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0f9f40e  TAMAYA-392: Add links to ASF resources as requested, add meta tags
0f9f40e is described below

commit 0f9f40e355ee53f21b07c1a5b22e19ee6f97c0dc
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Tue Jun 4 21:07:40 2019 +0200

    TAMAYA-392: Add links to ASF resources as requested, add meta tags
---
 templates/header.thyme |  8 ++++----
 templates/menu.thyme   | 16 ++++++++++++++++
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/templates/header.thyme b/templates/header.thyme
index b9c0ff0..5a598f2 100644
--- a/templates/header.thyme
+++ b/templates/header.thyme
@@ -4,10 +4,10 @@
 	    <meta charset="utf-8"/>
 	    <title th:with="title=(${content.title != null} ? ${content.title} : 'Tamaya Incubator')" th:text="${title}"></title>
 	    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
-	    <meta name="description" content=""/>
-	    <meta name="author" content=""/>
-	    <meta name="keywords" content=""/>
-	    <meta name="generator" content="'JBake '+'${version}"/>
+	    <meta name="description" content="Homepage of Apache Tamaya (incubating)"/>
+	    <meta name="author" content="Apache Tamaya Project Team"/>
+	    <meta name="keywords" content="Apache Tamaya Incubating, configuration, Java, ASF, Apache Software Foundation"/>
+      <meta name="generator" th:with="jbakeversion='JBake ${content.version}'" th:content="${jbakeversion}"/>
 
 	    <!-- Le styles -->
 	    <link th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'css/bootstrap.min.css'" rel="stylesheet"/>
diff --git a/templates/menu.thyme b/templates/menu.thyme
index 1aaba7b..6b848f9 100644
--- a/templates/menu.thyme
+++ b/templates/menu.thyme
@@ -53,6 +53,22 @@
 								<li><a th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'history.html'">Release History</a></li>
               </ul>
             </li>
+						<li class="dropdown">
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
+              <ul class="dropdown-menu">
+								<li><a href="https://www.apache.org/">Apache Software Foundation (ASF)</a></li>
+								<li><a href="https://www.apache.org/foundation/how-it-works.html">How the ASF works</a></li>
+								<li><a href="https://www.apache.org/foundation/getinvolved.html">Get Involved</a></li>
+								<li><a href="https://www.apache.org/dev/">Developer Resources</a></li>
+								<li><a href="https://www.apache.org/foundation/policies/conduct.html">Code of Conduct</a></li>
+								<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+								<li><a href="https://www.apache.org/licenses/">License</a></li>
+								<li><a href="https://www.apache.org/security">Security</a></li>
+								<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+								<hr/>
+								<li><a  href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-125x125.png" alt="Current Apache event"/></a></li>
+              </ul>
+            </li>
 <!-- Example:
 						<li class="dropdown">
               <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>