You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by me...@apache.org on 2016/11/28 16:12:23 UTC

incubator-unomi git commit: UNOMI-68: Fixed site branding by making the incubator status more visible and adding more links and trademark disclosures.

Repository: incubator-unomi
Updated Branches:
  refs/heads/master 173c1ebd3 -> a4955cafa


UNOMI-68: Fixed site branding by making the incubator status more visible and adding more links and trademark disclosures.


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

Branch: refs/heads/master
Commit: a4955cafac8910e266e9ea11752c1145cfb92209
Parents: 173c1eb
Author: Chris Laprun <me...@gmail.com>
Authored: Mon Nov 28 17:10:17 2016 +0100
Committer: Chris Laprun <me...@gmail.com>
Committed: Mon Nov 28 17:11:42 2016 +0100

----------------------------------------------------------------------
 src/site/markdown/index.md | 12 +++++++++++-
 src/site/site.xml          | 14 ++++++++++----
 2 files changed, 21 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/a4955caf/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 3e0f961..548ca8d 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -133,6 +133,7 @@ interact with external systems or pretty much anything that can be implemented u
 - Look at possible integration with newsletter management systems such as MailChimp, for example to synchronize profile data with collected info.
 - Integrate with machine learning implementations such as Prediction.io or Apache Mahout
 
+---
 
 ### Disclaimer
 
@@ -141,4 +142,13 @@ of all newly accepted projects until a further review indicates that the infrast
 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.
 
-![Unomi is incubating](images/incubator-logo.png)
\ No newline at end of file
+![Unomi is incubating](images/incubator-logo.png)
+
+![Apache Software Foundation](https://www.apache.org/foundation/press/kit/asf_logo_url_small.png)
+
+### Trademarks
+
+Apache Karaf, Apache Mahout, Apache and the Apache feather logo are either registered trademarks or trademarks of The
+ Apache Software Foundation in the United States and other countries.
+ 
+

http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/a4955caf/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 682cd82..d4e0800 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -15,8 +15,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/DECORATION/1.6.0"
-         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd">
+<project name="Apache Unomi"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/DECORATION/1.7.0"
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd">
     <skin>
         <groupId>lt.velykis.maven.skins</groupId>
         <artifactId>reflow-maven-skin</artifactId>
@@ -28,6 +29,8 @@
               img="http://karaf.apache.org/images/karaf-logo.png"/>
     </poweredBy>
 
+    <version position="none"/>
+
     <googleAnalyticsAccountId>UA-70313240-1</googleAnalyticsAccountId>
 
     <custom>
@@ -61,8 +64,9 @@
             <pages>
                 <index project="unomi-root">
                     <shortTitle>Welcome</shortTitle>
+                    <toc>false</toc>
                     <sections>
-                        <body />
+                        <body/>
                         <sidebar />
                     </sections>
                 </index>
@@ -112,7 +116,6 @@
             <item name="API Javadoc" href="./unomi-api/apidocs/index.html"/>
         </menu>
 
-        <menu name="parent" ref="parent"/>
         <menu ref="modules"/>
         <menu ref="reports"/>
 
@@ -134,6 +137,9 @@
             <item name="Mailing lists" href="mail-lists.html"/>
             <item name="Team" href="team-list.html"/>
             <item name="Maturity model report card" href="maturity-model-report.html"/>
+            <item name="The Apache Software Foundation" href="http://www.apache.org"/>
+            <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html"/>
+            <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
         </menu>
 
     </body>