You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2016/06/30 17:56:10 UTC

[3/4] incubator-twill git commit: Remove the incubator logo and disclaimer in the index page

Remove the incubator logo and disclaimer in the index page

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

Branch: refs/heads/site
Commit: 8d8d26b777fac01b90ae0fc0f74bcb4d4bdff739
Parents: 1122b88
Author: Terence Yim <ch...@apache.org>
Authored: Thu Jun 30 10:37:32 2016 -0700
Committer: Terence Yim <ch...@apache.org>
Committed: Thu Jun 30 10:37:32 2016 -0700

----------------------------------------------------------------------
 src/site/markdown/index.md |  8 --------
 src/site/site.xml          | 11 +++--------
 2 files changed, 3 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/8d8d26b7/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index b7b8284..26b682a 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -59,11 +59,3 @@ Status of CI build at Travis CI: [![Build Status](https://travis-ci.org/apache/i
 
 <iframe src="http://www.slideshare.net/slideshow/embed_code/33789812" width="427" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px; max-width: 100%;" allowfullscreen="true">
 </iframe>
-
-### Disclaimer
-
-Apache Twill is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by 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.

http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/8d8d26b7/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index ca9370a..2ac0850 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,13 +21,9 @@
     <bannerLeft>
         <name>Apache Twill</name>
         <src>images/ApacheTwill_logo.png</src>
-        <href>http://twill.incubator.apache.org/index.html</href>
+        <href>http://twill.apache.org/index.html</href>
         <alt>Apache Twill</alt>
     </bannerLeft>
-    <bannerRight>
-        <src>http://incubator.apache.org/images/egg-logo.png</src>
-        <href>http://incubator.apache.org/</href>
-    </bannerRight>
 
     <googleAnalyticsAccountId>UA-55698612-1</googleAnalyticsAccountId>
 
@@ -50,12 +46,12 @@
             <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/styles/default.min.css"/>
         </head>
         <breadcrumbs position="left">
-            <item name="Apache Twill" href="http://twill.incubator.apache.org/index.html"/>
+            <item name="Apache Twill" href="http://twill.apache.org/index.html"/>
         </breadcrumbs>
 
         <menu name="Documentation">
             <item name="Getting Started" href="./GettingStarted.html"/>
-            <item name="API (0.8.0-incubating-SNAPSHOT)" href="./apidocs/index.html"/>
+            <item name="API (0.8.0-SNAPSHOT)" href="./apidocs/index.html"/>
             <item name="API (0.7.0-incubating)" href="./apidocs-0.7.0-incubating/index.html"/>
             <item name="API (0.6.0-incubating)" href="./apidocs-0.6.0-incubating/index.html"/>
             <item name="API (0.5.0-incubating)" href="./apidocs-0.5.0-incubating/index.html"/>
@@ -77,7 +73,6 @@
         </menu>
 
         <menu name="ASF">
-            <item name="Apache Incubator" href="http://incubator.apache.org/"/>
             <item name="Apache Foundation" href="http://www.apache.org/foundation/"/>
             <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/>
             <item name="The Apache License" href="http://www.apache.org/licenses/LICENSE-2.0.html"/>