You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by wo...@apache.org on 2010/09/30 11:55:13 UTC

svn commit: r1002982 - in /incubator/libcloud/site: about.html css/screen.css index.html

Author: woodser
Date: Thu Sep 30 09:55:13 2010
New Revision: 1002982

URL: http://svn.apache.org/viewvc?rev=1002982&view=rev
Log:
Minor tweaks to add Java or remove "pure python" where applicable.

Modified:
    incubator/libcloud/site/about.html
    incubator/libcloud/site/css/screen.css
    incubator/libcloud/site/index.html

Modified: incubator/libcloud/site/about.html
URL: http://svn.apache.org/viewvc/incubator/libcloud/site/about.html?rev=1002982&r1=1002981&r2=1002982&view=diff
==============================================================================
--- incubator/libcloud/site/about.html (original)
+++ incubator/libcloud/site/about.html Thu Sep 30 09:55:13 2010
@@ -32,7 +32,7 @@
       <div id="incubator-logo"><a href="http://incubator.apache.org/"><img src="images/apache_incubator.png" alt="apache incubator" /></a></div>
     </div><!--/#sidebar-->
     <div id="main" class="span-16 last">
-        <p>libcloud is a pure python client library for interacting with many of the popular cloud server providers. It was created to make it easy for developers to build products that work between any of the services that it supports.</p>
+        <p>libcloud is a client library for interacting with many of the popular cloud server providers. It was created to make it easy for developers to build products that work between any of the services that it supports.</p>
         <p>libcloud was originally created by the folks over at <a href="https://www.cloudkick.com/">Cloudkick</a>, but has since grown into an independent free software project licensed under the Apache License (2.0).</p>
         <p>The libcloud team can be contacted at <a href="mailto:libcloud@incubator.apache.org">libcloud@incubator.apache.org</a>.</p>
     </div><!--/#main-->

Modified: incubator/libcloud/site/css/screen.css
URL: http://svn.apache.org/viewvc/incubator/libcloud/site/css/screen.css?rev=1002982&r1=1002981&r2=1002982&view=diff
==============================================================================
--- incubator/libcloud/site/css/screen.css (original)
+++ incubator/libcloud/site/css/screen.css Thu Sep 30 09:55:13 2010
@@ -12,7 +12,7 @@ a img {border:none;}
 body {font-size:75%;color:#222;background:#fff;font-family:"Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;}
 h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
 h1 {font-size:3em;line-height:1; }
-h2 {font-size:2em;margin-bottom:0.75em;}
+h2 {font-size:1.8em;margin-bottom:0.75em;}
 h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
 h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
 h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}

Modified: incubator/libcloud/site/index.html
URL: http://svn.apache.org/viewvc/incubator/libcloud/site/index.html?rev=1002982&r1=1002981&r2=1002982&view=diff
==============================================================================
--- incubator/libcloud/site/index.html (original)
+++ incubator/libcloud/site/index.html Thu Sep 30 09:55:13 2010
@@ -21,7 +21,7 @@
     </div><!--/#header-->
     <div id="banner" class="span-24 last">
       <h2>
-        libcloud is a standard client library for many popular cloud providers, written in python
+        libcloud is a standard client library for many popular cloud providers, written in python and java
       </h2>
     </div><!--/#banner-->
     <div id="feature" class="container">