You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2016/07/14 21:04:54 UTC

incubator-tamaya git commit: Fixed the branding issues on our homepage.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 7ce13ec94 -> 8ec32f187


Fixed the branding issues on our homepage.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/8ec32f18
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/8ec32f18
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/8ec32f18

Branch: refs/heads/master
Commit: 8ec32f1873da35bcb9bdcf9f58c914906d907198
Parents: 7ce13ec
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Thu Jul 14 23:04:35 2016 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Thu Jul 14 23:04:46 2016 +0200

----------------------------------------------------------------------
 src/site/markdown/index.md.vm          |   5 +++--
 src/site/resources/css/site.css        |  22 ++++++++++++++++++++++
 src/site/resources/logos/egg-logo2.png | Bin 0 -> 7241 bytes
 src/site/site.xml                      |  21 ++++++++++++++++++++-
 4 files changed, 45 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/8ec32f18/src/site/markdown/index.md.vm
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md.vm b/src/site/markdown/index.md.vm
index 6391051..9c66599 100644
--- a/src/site/markdown/index.md.vm
+++ b/src/site/markdown/index.md.vm
@@ -1,9 +1,10 @@
 About Apache Tamaya
 -------------------
 
-Tamaya provides a flexible and powerful Configuration Solution 
+Apache Tamaya (incubating) provides a flexible and powerful
+configuration solution
 for Java developers using Java SE as well as for more complex 
-usage scenarios like Cloud or Java EE. It provides a modern 
+usage scenarios like cloud or Java EE. It provides a modern
 type-safe property based Configuration API combined with a 
 powerful environment model and a flexible SPI. 
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/8ec32f18/src/site/resources/css/site.css
----------------------------------------------------------------------
diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css
index a10b235..ef35671 100644
--- a/src/site/resources/css/site.css
+++ b/src/site/resources/css/site.css
@@ -33,3 +33,25 @@ a[name]:before {
     height: 0;
     margin: 0;
 }
+
+/*
+ * These rules are for the Apache Incubator
+ * disclaimer in the footer.
+ */
+.bottom-description blockquote {
+    padding-top: 0;
+}
+
+.bottom-description .disclaimer {
+    font-size: 11px;
+    font-weight: 700;
+    color: #000;
+    text-transform: uppercase;
+    display: block;;
+}
+
+.bottom-description .incubator-logo {
+    padding-top: 10px;
+    border: none;
+
+}

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/8ec32f18/src/site/resources/logos/egg-logo2.png
----------------------------------------------------------------------
diff --git a/src/site/resources/logos/egg-logo2.png b/src/site/resources/logos/egg-logo2.png
new file mode 100644
index 0000000..9d25899
Binary files /dev/null and b/src/site/resources/logos/egg-logo2.png differ

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/8ec32f18/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 5738f1f..6f1f076 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -74,7 +74,7 @@ under the License.
 
             <!-- Brand on the top left menu bar -->
             <brand>
-                <name>Apache Tamaya</name>
+                <name>Apache Tamaya (incubating)</name>
                 <href>index.html</href>
             </brand>
 
@@ -83,6 +83,7 @@ under the License.
                     <sections>
                         <columns>3</columns>
                         <columns>2</columns>
+                        <columns>1</columns>
                         <body/>
                         <!--<sidebar/>-->
                     </sections>
@@ -96,6 +97,24 @@ under the License.
                 <column>Releases</column>
                 <column>Reports</column>
             </bottomNav>
+            <bottomDescription>
+                <![CDATA[
+                    <span class="disclaimer">Disclaimer</span>
+                    Apache Tamaya (incubating) is an effort undergoing
+                    incubation at
+                    The Apache Software Foundation (ASF), sponsored by
+                    the name of Apache Incubator. Incubation is required of
+                    all newly accepted projects until a further review indicates
+                    that the infrastructure, communications, and decision making
+                    process have stabilized in a manner consistent with other
+                    successful ASF projects. While incubation status is not
+                    necessarily a reflection of the completeness or stability of
+                    the code, it does indicate that the project has yet to
+                    be fully endorsed by the ASF.
+                    <a href="http://incubator.apache.org/guides/website.html"
+                      target="_target"><img class="incubator-logo" src="logos/egg-logo2.png"/></a>
+                ]]>
+            </bottomDescription>
 
             <theme>bootswatch-cosmo</theme>
         </reflowSkin>