Return-Path: X-Original-To: apmail-incubator-deltacloud-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-deltacloud-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F393F862F for ; Mon, 22 Aug 2011 23:12:22 +0000 (UTC) Received: (qmail 37167 invoked by uid 500); 22 Aug 2011 23:12:22 -0000 Delivered-To: apmail-incubator-deltacloud-commits-archive@incubator.apache.org Received: (qmail 37142 invoked by uid 500); 22 Aug 2011 23:12:22 -0000 Mailing-List: contact deltacloud-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltacloud-dev@incubator.apache.org Delivered-To: mailing list deltacloud-commits@incubator.apache.org Received: (qmail 37135 invoked by uid 99); 22 Aug 2011 23:12:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2011 23:12:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2011 23:12:17 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4123823889D5; Mon, 22 Aug 2011 23:11:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1160492 - in /incubator/deltacloud/trunk/site: content/styles/ layouts/ output/ output/styles/ Date: Mon, 22 Aug 2011 23:11:54 -0000 To: deltacloud-commits@incubator.apache.org From: lutter@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110822231155.4123823889D5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lutter Date: Mon Aug 22 23:11:53 2011 New Revision: 1160492 URL: http://svn.apache.org/viewvc?rev=1160492&view=rev Log: site: add ASF incubator logo and disclaimer to layout Fixes https://issues.apache.org/jira/browse/DTACLOUD-70 Modified: incubator/deltacloud/trunk/site/content/styles/dcloud.css incubator/deltacloud/trunk/site/layouts/default.txt incubator/deltacloud/trunk/site/output/api.html incubator/deltacloud/trunk/site/output/client-ruby.html incubator/deltacloud/trunk/site/output/contribute.html incubator/deltacloud/trunk/site/output/dcloud-demo.html incubator/deltacloud/trunk/site/output/dcloud.html incubator/deltacloud/trunk/site/output/documentation.html incubator/deltacloud/trunk/site/output/download.html incubator/deltacloud/trunk/site/output/drivers.html incubator/deltacloud/trunk/site/output/framework.html incubator/deltacloud/trunk/site/output/index.html incubator/deltacloud/trunk/site/output/libdeltacloud.html incubator/deltacloud/trunk/site/output/roadmap.html incubator/deltacloud/trunk/site/output/styles/dcloud.css Modified: incubator/deltacloud/trunk/site/content/styles/dcloud.css URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/site/content/styles/dcloud.css?rev=1160492&r1=1160491&r2=1160492&view=diff ============================================================================== --- incubator/deltacloud/trunk/site/content/styles/dcloud.css (original) +++ incubator/deltacloud/trunk/site/content/styles/dcloud.css Mon Aug 22 23:11:53 2011 @@ -277,13 +277,22 @@ head:first-child+body #projects dl { background: url(footer_corner.png) no-repeat; } +#footer-deltacloud .container { + padding-top: 10px; +} + #footer-deltacloud p { top: 0px; left: 0px; margin: 0px; border: 0px; - width: 220px; float: left; + color: white +} + +#footer-deltacloud p#disclaimer { + width: 700px; + padding-left: 5px; } #footer-deltacloud p a img { Modified: incubator/deltacloud/trunk/site/layouts/default.txt URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/site/layouts/default.txt?rev=1160492&r1=1160491&r2=1160492&view=diff ============================================================================== --- incubator/deltacloud/trunk/site/layouts/default.txt (original) +++ incubator/deltacloud/trunk/site/layouts/default.txt Mon Aug 22 23:11:53 2011 @@ -48,3 +48,18 @@ filter: haml #main #content-deltacloud.container ~ @content + #footer-deltacloud + .container + %p + %a{ :href => "http://incubator.apache.org" } + %img{ :alt => "Apache Incubator Logo", :src => "http://incubator.apache.org/images/apache-incubator-logo.png" } + %p#disclaimer + Apache Deltacloud is an effort undergoing incubation at The + Apache Software Foundation (ASF), sponsored by the name of + sponsor. 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. Modified: incubator/deltacloud/trunk/site/output/api.html URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/site/output/api.html?rev=1160492&r1=1160491&r2=1160492&view=diff ============================================================================== --- incubator/deltacloud/trunk/site/output/api.html (original) +++ incubator/deltacloud/trunk/site/output/api.html Mon Aug 22 23:11:53 2011 @@ -1991,5 +1991,25 @@
+ Modified: incubator/deltacloud/trunk/site/output/client-ruby.html URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/site/output/client-ruby.html?rev=1160492&r1=1160491&r2=1160492&view=diff ============================================================================== --- incubator/deltacloud/trunk/site/output/client-ruby.html (original) +++ incubator/deltacloud/trunk/site/output/client-ruby.html Mon Aug 22 23:11:53 2011 @@ -226,5 +226,25 @@ the client.instance(...) method.

+ Modified: incubator/deltacloud/trunk/site/output/contribute.html URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/site/output/contribute.html?rev=1160492&r1=1160491&r2=1160492&view=diff ============================================================================== --- incubator/deltacloud/trunk/site/output/contribute.html (original) +++ incubator/deltacloud/trunk/site/output/contribute.html Mon Aug 22 23:11:53 2011 @@ -124,5 +124,25 @@
$ cd path/to/deltacloud/core/client
$ rake fixtures
+ Modified: incubator/deltacloud/trunk/site/output/dcloud-demo.html URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/site/output/dcloud-demo.html?rev=1160492&r1=1160491&r2=1160492&view=diff ============================================================================== --- incubator/deltacloud/trunk/site/output/dcloud-demo.html (original) +++ incubator/deltacloud/trunk/site/output/dcloud-demo.html Mon Aug 22 23:11:53 2011 @@ -49,7 +49,7 @@ - + - +