You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by to...@apache.org on 2011/08/29 23:04:59 UTC

svn commit: r1163004 [1/3] - in /whirr: branches/branch-0.6/ branches/branch-0.6/src/site/ branches/branch-0.6/src/site/xdoc/ site/ site/src/ site/src/site/ site/src/site/resources/ site/src/site/resources/css/ site/src/site/resources/images/ site/src/...

Author: tomwhite
Date: Mon Aug 29 21:04:58 2011
New Revision: 1163004

URL: http://svn.apache.org/viewvc?rev=1163004&view=rev
Log:
WHIRR-116. Site should have docs for each released version.

Added:
    whirr/branches/branch-0.6/src/site/xdoc/known-limitations.xml   (with props)
    whirr/branches/branch-0.6/src/site/xdoc/supported-services-and-clouds.xml   (with props)
    whirr/site/
    whirr/site/pom.xml   (with props)
    whirr/site/src/
    whirr/site/src/site/
    whirr/site/src/site/resources/
    whirr/site/src/site/resources/css/
    whirr/site/src/site/resources/css/site.css
    whirr/site/src/site/resources/images/
    whirr/site/src/site/resources/images/whirr-logo.ai
    whirr/site/src/site/resources/images/whirr-logo.jpg
    whirr/site/src/site/resources/images/whirr-logo.png
    whirr/site/src/site/site.xml   (with props)
    whirr/site/src/site/xdoc/
    whirr/site/src/site/xdoc/faq.xml
    whirr/site/src/site/xdoc/index.xml
    whirr/site/src/site/xdoc/xdoc.xsl
    whirr/trunk/src/site/xdoc/known-limitations.xml   (with props)
    whirr/trunk/src/site/xdoc/supported-services-and-clouds.xml   (with props)
Modified:
    whirr/branches/branch-0.6/CHANGES.txt
    whirr/branches/branch-0.6/pom.xml
    whirr/branches/branch-0.6/src/site/site.xml
    whirr/branches/branch-0.6/src/site/xdoc/api-guide.xml
    whirr/branches/branch-0.6/src/site/xdoc/index.xml
    whirr/branches/branch-0.6/src/site/xdoc/whirr-in-5-minutes.xml
    whirr/trunk/CHANGES.txt
    whirr/trunk/pom.xml
    whirr/trunk/src/site/resources/images/
    whirr/trunk/src/site/site.xml
    whirr/trunk/src/site/xdoc/api-guide.xml
    whirr/trunk/src/site/xdoc/index.xml
    whirr/trunk/src/site/xdoc/whirr-in-5-minutes.xml

Modified: whirr/branches/branch-0.6/CHANGES.txt
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.6/CHANGES.txt?rev=1163004&r1=1163003&r2=1163004&view=diff
==============================================================================
--- whirr/branches/branch-0.6/CHANGES.txt (original)
+++ whirr/branches/branch-0.6/CHANGES.txt Mon Aug 29 21:04:58 2011
@@ -1,5 +1,11 @@
 Apache Whirr Change Log
 
+Release 0.6.1 (unreleased changes)
+
+  IMPROVEMENTS
+
+    WHIRR-116. Site should have docs for each released version. (tomwhite)
+
 Release 0.6.0 - 2011-08-17
 
   NEW FEATURES

Modified: whirr/branches/branch-0.6/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.6/pom.xml?rev=1163004&r1=1163003&r2=1163004&view=diff
==============================================================================
--- whirr/branches/branch-0.6/pom.xml (original)
+++ whirr/branches/branch-0.6/pom.xml Mon Aug 29 21:04:58 2011
@@ -365,191 +365,17 @@
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-pdf-plugin</artifactId>
-          <version>1.1</version>
-          <dependencies>
-            <dependency>
-              <groupId>org.apache.maven.doxia</groupId>
-              <artifactId>doxia-module-confluence</artifactId>
-              <version>1.1.3</version>
-            </dependency>
-          </dependencies>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.1.1</version>
-          <dependencies>
-            <dependency>
-              <groupId>org.apache.maven.doxia</groupId>
-              <artifactId>doxia-module-confluence</artifactId>
-              <version>1.1.3</version>
-            </dependency>
-          </dependencies>
+          <version>3.0</version>
+          <configuration>
+            <!-- Reports are generated at the site level -->
+            <generateReports>false</generateReports>
+          </configuration>
         </plugin>
       </plugins>
     </pluginManagement>
   </build>
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.6</version>
-        <configuration>
-          <configLocation>./build-tools/src/main/resources/checkstyle.xml</configLocation>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.2</version>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>modules</report>
-              <report>project-team</report>
-              <report>mailing-list</report>
-              <report>issue-tracking</report>
-              <report>license</report>
-<!-- for now
-              <report>dependencies</report>
-              <report>cim</report>
-              <report>scm</report>
--->
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-    </plugins>
-  </reporting>
 
-  <developers>
-    <developer>
-      <id>apurtell</id>
-      <name>Andrew Purtell</name>
-      <organization>Trend Micro</organization>
-      <roles>
-        <role>committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>cutting</id>
-      <organization>Cloudera</organization>
-      <name>Doug Cutting</name>
-      <roles>
-        <role>mentor</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>johan</id>
-      <name>Johan Oskarsson</name>
-      <organization>Twitter</organization>
-      <roles>
-        <role>committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>larsgeorge</id>
-      <name>Lars George</name>
-      <organization>Cloudera</organization>
-      <roles>
-        <role>committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>phunt</id>
-      <name>Patrick Hunt</name>
-      <organization>Cloudera</organization>
-      <roles>
-        <role>committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>stevel</id>
-      <name>Steve Loughran</name>
-      <organization>HP Labs</organization>
-      <roles>
-        <role>mentor</role>
-        <role>committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>tomwhite</id>
-      <name>Tom White</name>
-      <organization>Cloudera</organization>
-      <roles>
-        <role>mentor</role>
-        <role>committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>asavu</id>
-      <name>Andrei Savu</name>
-      <organization>Facebook</organization>
-      <roles>
-        <role>committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>adriancole</id>
-      <name>Adrian Cole</name>
-      <organization>Cloud Conscious</organization>
-      <roles>
-        <role>committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>tibor</id>
-      <name>Tibor Kiss</name>
-      <organization>Omixon</organization>
-      <roles>
-        <role>committer</role>
-      </roles>
-    </developer>
-  </developers>
-  <issueManagement>
-    <system>JIRA</system>
-    <url>http://issues.apache.org/jira/browse/WHIRR</url>
-  </issueManagement>
-  <mailingLists>
-    <mailingList>
-      <name>Users</name>
-      <post>whirr-user@incubator.apache.org</post>
-      <subscribe>whirr-user-subscribe@incubator.apache.org</subscribe>
-      <unsubscribe>whirr-user-unsubscribe@incubator.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/incubator-whirr-user/</archive>
-<!--
-      <otherArchives>
-        <otherArchive>http://whirr-user.917769.n3.nabble.com/</otherArchive>
-      </otherArchives>
--->
-    </mailingList>
-    <mailingList>
-      <name>Development</name>
-      <post>whirr-dev@incubator.apache.org</post>
-      <subscribe>whirr-dev-subscribe@incubator.apache.org</subscribe>
-      <unsubscribe>whirr-dev-unsubscribe@incubator.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/incubator-whirr-dev/</archive>
-<!--
-      <otherArchives>
-        <otherArchive>http://whirr-dev.917766.n3.nabble.com/</otherArchive>
-      </otherArchives>
--->
-    </mailingList>
-    <mailingList>
-      <name>Commits</name>
-      <post>whirr-commits@incubator.apache.org</post>
-      <subscribe>whirr-commits-subscribe@incubator.apache.org</subscribe>
-      <unsubscribe>whirr-commits-unsubscribe@incubator.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/incubator-whirr-commits/</archive>
-    </mailingList>
-  </mailingLists>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/whirr/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/whirr/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/whirr/trunk/</url>
-  </scm>
   <repositories>
     <repository>
       <id>apache.snapshots</id>
@@ -573,7 +399,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scpexe://people.apache.org/www/incubator.apache.org/whirr</url>
+      <url>scpexe://people.apache.org/www/whirr.apache.org/docs/${project.version}</url>
     </site>
   </distributionManagement>
   <profiles>

Modified: whirr/branches/branch-0.6/src/site/site.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.6/src/site/site.xml?rev=1163004&r1=1163003&r2=1163004&view=diff
==============================================================================
--- whirr/branches/branch-0.6/src/site/site.xml (original)
+++ whirr/branches/branch-0.6/src/site/site.xml Mon Aug 29 21:04:58 2011
@@ -18,12 +18,12 @@
 <project name="Whirr">
   <bannerLeft>
     <name>Whirr</name>
-    <src>http://incubator.apache.org/whirr/images/whirr-logo.png</src>
-    <href>http://incubator.apache.org/whirr/</href>
+    <src>http://whirr.apache.org/images/whirr-logo.png</src>
+    <href>http://whirr.apache.org/</href>
   </bannerLeft>
   <bannerRight>
-    <src>http://incubator.apache.org/images/apache-incubator-logo.png</src>
-    <href>http://incubator.apache.org/</href>
+    <src>http://www.apache.org/images/asf_logo_wide.png</src>
+    <href>http://www.apache.org/</href>
   </bannerRight>
 
   <publishDate position="right"/>
@@ -39,39 +39,42 @@
     <links position="left">
       <item name="Wiki" href="https://cwiki.apache.org/confluence/display/WHIRR" />
       <item name="JIRA" href="https://issues.apache.org/jira/browse/WHIRR" />
-      <item name="SVN" href="https://svn.apache.org/repos/asf/incubator/whirr/" />
+      <item name="SVN" href="https://svn.apache.org/repos/asf/whirr/" />
     </links>
 
     <breadcrumbs position="left">
       <item name="Apache" href="http://www.apache.org/" />
-      <item name="Apache Incubator" href="http://incubator.apache.org/" />
-      <item name="Whirr" href="http://incubator.apache.org/whirr/"/>
+      <item name="Whirr" href="http://whirr.apache.org/"/>
+      <item name="0.6.0" href="http://whirr.apache.org/docs/0.6.0/"/>
     </breadcrumbs>
 
     <menu name="Whirr">
-      <item name="About" href="index.html"/>
+      <item name="About" href="http://whirr.apache.org/"/>
       <item name="Download" href="http://www.apache.org/dyn/closer.cgi/incubator/whirr/"/>
-      <item name="Release Notes" href="release-notes.html" />
       <item name="Road Map" href="https://cwiki.apache.org/confluence/display/WHIRR/RoadMap" />
       <item name="Wiki" href="https://cwiki.apache.org/confluence/display/WHIRR" />
-      <item name="FAQ" href="faq.html"/>
+      <item name="FAQ" href="http://whirr.apache.org/faq.html"/>
     </menu>
 
     <menu name="Project Information">
-      <item name="Summary" href="project-info.html" />
-      <item name="Mailing Lists" href="mail-lists.html" />
+      <item name="Summary" href="http://whirr.apache.org/project-info.html" />
+      <item name="Mailing Lists" href="http://whirr.apache.org/mail-lists.html" />
       <item name="IRC" href="https://cwiki.apache.org/confluence/display/WHIRR/IRC+Channel" />
-      <item name="Team" href="team-list.html" />
-      <item name="Issue Tracking" href="issue-tracking.html" />
-      <item name="License" href="license.html" />
+      <item name="Team" href="http://whirr.apache.org/team-list.html" />
+      <item name="Issue Tracking" href="http://whirr.apache.org/issue-tracking.html" />
+      <item name="License" href="http://whirr.apache.org/license.html" />
     </menu>
 
     <menu name="Documentation">
+      <item name="Home" href="index.html"/>
       <item name="Whirr in 5 Minutes" href="whirr-in-5-minutes.html"/>
       <item name="Quick Start Guide" href="quick-start-guide.html"/>
       <item name="Configuration Guide" href="configuration-guide.html"/>
       <item name="API Guide" href="api-guide.html"/>
       <item name="Javadoc" href="apidocs/index.html"/>
+      <item name="Release Notes" href="release-notes.html" />
+      <item name="Known Limitations" href="known-limitations.html" />
+      <item name="Supported Services and Clouds" href="supported-services-and-clouds.html" />
     </menu>
 
   </body>

Modified: whirr/branches/branch-0.6/src/site/xdoc/api-guide.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.6/src/site/xdoc/api-guide.xml?rev=1163004&r1=1163003&r2=1163004&view=diff
==============================================================================
--- whirr/branches/branch-0.6/src/site/xdoc/api-guide.xml (original)
+++ whirr/branches/branch-0.6/src/site/xdoc/api-guide.xml Mon Aug 29 21:04:58 2011
@@ -31,8 +31,5 @@ xsi:schemaLocation="http://maven.apache.
     <p>You can execute an example by running:
     <source>$ ./bin/example [example-name]</source></p>
 
-    <p>There's also some example code at 
-    <a class="externalLink" href="http://github.com/hammer/whirr-demo">
-    http://github.com/hammer/whirr-demo</a>.</p>
   </body>
 </document>

Modified: whirr/branches/branch-0.6/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.6/src/site/xdoc/index.xml?rev=1163004&r1=1163003&r2=1163004&view=diff
==============================================================================
--- whirr/branches/branch-0.6/src/site/xdoc/index.xml (original)
+++ whirr/branches/branch-0.6/src/site/xdoc/index.xml Mon Aug 29 21:04:58 2011
@@ -20,10 +20,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSch
 xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
   <properties></properties>
   <body>
-
-    <section name="Apache Whirr"></section>
-    <p>Apache Whirr is a set of libraries for running cloud services. Whirr is currently in the 
-    <a class="externalLink" href="http://incubator.apache.org/">Apache Incubator</a> .</p>
+  
+    <section name="Apache Whirr 0.6.0"></section>
+    <p>Apache Whirr is a set of libraries for running cloud services.</p>
     <p>Whirr provides:</p>
     <ul>
       <li>A cloud-neutral way to run services. You don't have to worry about the idiosyncrasies of
@@ -33,120 +32,15 @@ xsi:schemaLocation="http://maven.apache.
       while still being able to override settings as needed.</li>
     </ul>
     <p>You can also use Whirr as a command line tool for deploying clusters.</p>
-    <p>Find out more about Whirr at our 
-    <a class="externalLink" href="https://cwiki.apache.org/confluence/display/WHIRR">wiki</a> .</p>
-    
+
     <subsection name="Getting Started"></subsection>
 
-    <p>You can use Whirr's CLI or APIs to 
-    <a href="quick-start-guide.html">get started with Whirr</a> .</p>
+    <p>Start with <a href="whirr-in-5-minutes.html">Whirr in 5 Minutes</a>
+    or the  
+    <a href="quick-start-guide.html">Quick Start Guide</a>.</p>
     <p>There is also an 
-    <a href="faq.html">FAQ</a> which covers how to achieve common tasks with Whirr, and a 
+    <a href="http://whirr.apache.org/faq.html">FAQ</a> which covers how to achieve common tasks with Whirr, and a 
     <a href="configuration-guide.html">configuration guide</a> for reference.</p>
-    
-    <subsection name="Getting Involved"></subsection>
-
-    <p>Have you got a suggestion for improving Whirr? It's easy to 
-    <a class="externalLink"
-    href="https://cwiki.apache.org/confluence/display/WHIRR/How+To+Contribute">get
-    involved</a> .</p>
-    
-    <subsection name="Which services and cloud providers are supported?"></subsection>
-
-    <p>Whirr uses 
-    <a class="externalLink" href="http://code.google.com/p/jclouds/">jclouds</a> for provisioning,
-    so in principle it should support all the cloud providers that jclouds supports. The following
-    table shows the cloud provider and service combinations that have been tested.</p>
-    <table align="center" border="0">
-      <tr valign="top">
-        <th align="center">
-          <b>Cloud provider</b>
-        </th>
-        <th align="center">
-          <b>Cassandra</b>
-        </th>
-        <th align="center">
-          <b>Hadoop</b>
-        </th>
-        <th align="center">
-          <b>ZooKeeper</b>
-        </th>
-        <th align="center">
-          <b>HBase</b>
-        </th>
-        <th align="center">
-          <b>elasticsearch</b>
-        </th>
-        <th align="center">
-          <b>Voldemort</b>
-        </th>
-        <th align="center">
-          <b>Hama</b>
-        </th>
-      </tr>
-      <tr valign="top">
-        <td align="center">Amazon EC2</td>
-        <td align="center">Yes</td>
-        <td align="center">Yes</td>
-        <td align="center">Yes</td>
-        <td align="center">Yes</td>
-        <td align="center">Yes</td>
-        <td align="center">Yes</td>
-        <td align="center">Yes</td>        
-      </tr>
-      <tr valign="top">
-        <td align="center">Rackspace Cloud Servers</td>
-        <td align="center">Yes</td>
-        <td align="center">Yes</td>
-        <td align="center">Yes</td>
-        <td align="center">Yes</td>
-        <td align="center">Yes</td>
-        <td align="center">Yes</td>
-        <td align="center">Yes</td>
-      </tr>
-    </table>
-    <p>For development and local testing we are also supporting the BYON (bring your own nodes)
-    jclouds provider. Check the 
-    <i>recipes</i> folder for a configuration sample.</p>
-    
-    <subsection name="What server operating systems are supported?"></subsection>
-
-    <p>Each release is tested by running the integration tests on Ubuntu Server 10.04. All setup
-    scripts should also work on Centos 5.x but we don't have a formal testing procedure in place
-    right now.</p>
-    
-    <subsection name="Download"></subsection>
-
-    <p>Download a release of Whirr from a 
-    <a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/incubator/whirr/">nearby
-    mirror</a> .</p>
-
-    <subsection name="Known Limitations"></subsection>
-
-    We are striving to make each release as good as possible but there are still a set of 
-    limitations that you should be aware of. The following issues are known to exist in the 0.6.0 release of Whirr.
-
-    <ul>
-      <li>The Hadoop namenode and the jobtracker must share the same machine. <a href="https://issues.apache.org/jira/browse/WHIRR-337">WHIRR-337</a></li>
-      <li>The HBase thrift server can only run on a machine that it's also running a different HBase role like hbase-master or hbase-regionserver. <a href="https://issues.apache.org/jira/browse/WHIRR-342">WHIRR-342</a></li>
-      <li>The "jclouds.aws-s3.endpoint" property is needed in order to use BlobCache with Amazon AWS in a region besides us-east-1. See <a href="https://issues.apache.org/jira/browse/WHIRR-349#comment-13084590">WHIRR-349</a> for more details</li>
-    </ul>
-    
-    <subsection name="History"></subsection>
 
-    <p>The code that would become Whirr started out in 2007 as some 
-    <a class="externalLink" href="https://issues.apache.org/jira/browse/HADOOP-884">bash scripts in
-    Apache Hadoop</a> for running Hadoop clusters on EC2. Later the scripts were 
-    <a class="externalLink" href="https://issues.apache.org/jira/browse/WHIRR-3">ported to
-    Python</a> for extra features (such as EBS support) and a wider range of cloud providers. These
-    Python scripts are no longer supported, but can be found in the 0.5.0 release and the
-    <i>contrib-python</i> SVN branch.</p>
-    <p>In May 2010 the 
-    <a class="externalLink" href="http://incubator.apache.org/whirr">Apache Whirr
-    Incubator</a> project was started to give a home to the existing work that had been done, but
-    also to create a Java version using 
-    <a class="externalLink" href="http://code.google.com/p/jclouds/">jclouds</a> as the cloud
-    provisioning library. jclouds supports many providers and has a very rich API for running code
-    on instances, so it provides a very solid foundation for building Whirr on.</p>
   </body>
 </document>

Added: whirr/branches/branch-0.6/src/site/xdoc/known-limitations.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.6/src/site/xdoc/known-limitations.xml?rev=1163004&view=auto
==============================================================================
--- whirr/branches/branch-0.6/src/site/xdoc/known-limitations.xml (added)
+++ whirr/branches/branch-0.6/src/site/xdoc/known-limitations.xml Mon Aug 29 21:04:58 2011
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+  <body>
+    <section name="Know Limitations"></section>
+
+    <p>We are striving to make each release as good as possible but there are still a set of 
+    limitations that you should be aware of. The following issues are known to exist in the 0.6.0 release of Whirr.</p>
+
+    <ul>
+      <li>The Hadoop namenode and the jobtracker must share the same machine. <a href="https://issues.apache.org/jira/browse/WHIRR-337">WHIRR-337</a></li>
+      <li>The HBase thrift server can only run on a machine that it's also running a different HBase role like hbase-master or hbase-regionserver. <a href="https://issues.apache.org/jira/browse/WHIRR-342">WHIRR-342</a></li>
+      <li>The "jclouds.aws-s3.endpoint" property is needed in order to use BlobCache with Amazon AWS in a region besides us-east-1. See <a href="https://issues.apache.org/jira/browse/WHIRR-349#comment-13084590">WHIRR-349</a> for more details</li>
+    </ul>
+
+  </body>
+</document>

Propchange: whirr/branches/branch-0.6/src/site/xdoc/known-limitations.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: whirr/branches/branch-0.6/src/site/xdoc/supported-services-and-clouds.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.6/src/site/xdoc/supported-services-and-clouds.xml?rev=1163004&view=auto
==============================================================================
--- whirr/branches/branch-0.6/src/site/xdoc/supported-services-and-clouds.xml (added)
+++ whirr/branches/branch-0.6/src/site/xdoc/supported-services-and-clouds.xml Mon Aug 29 21:04:58 2011
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+  <body>
+
+    <section name="Which Services and Cloud Providers Are Supported?"></section>
+
+    <p>Whirr uses 
+    <a class="externalLink" href="http://code.google.com/p/jclouds/">jclouds</a> for provisioning,
+    so in principle it should support all the cloud providers that jclouds supports. The following
+    table shows the cloud provider and service combinations that have been tested.</p>
+    <table align="center" border="0">
+      <tr valign="top">
+        <th align="center">
+          <b>Cloud provider</b>
+        </th>
+        <th align="center">
+          <b>Cassandra</b>
+        </th>
+        <th align="center">
+          <b>Hadoop</b>
+        </th>
+        <th align="center">
+          <b>ZooKeeper</b>
+        </th>
+        <th align="center">
+          <b>HBase</b>
+        </th>
+        <th align="center">
+          <b>elasticsearch</b>
+        </th>
+        <th align="center">
+          <b>Voldemort</b>
+        </th>
+        <th align="center">
+          <b>Hama</b>
+        </th>
+      </tr>
+      <tr valign="top">
+        <td align="center">Amazon EC2</td>
+        <td align="center">Yes</td>
+        <td align="center">Yes</td>
+        <td align="center">Yes</td>
+        <td align="center">Yes</td>
+        <td align="center">Yes</td>
+        <td align="center">Yes</td>
+        <td align="center">Yes</td>        
+      </tr>
+      <tr valign="top">
+        <td align="center">Rackspace Cloud Servers</td>
+        <td align="center">Yes</td>
+        <td align="center">Yes</td>
+        <td align="center">Yes</td>
+        <td align="center">Yes</td>
+        <td align="center">Yes</td>
+        <td align="center">Yes</td>
+        <td align="center">Yes</td>
+      </tr>
+    </table>
+    <p>For development and local testing we are also supporting the BYON (bring your own nodes)
+    jclouds provider. Check the 
+    <i>recipes</i> folder for a configuration sample.</p>
+    
+    <subsection name="What server operating systems are supported?"></subsection>
+
+    <p>Each release is tested by running the integration tests on Ubuntu Server 10.04. All setup
+    scripts should also work on Centos 5.x but we don't have a formal testing procedure in place
+    right now.</p>
+  </body>
+</document>

Propchange: whirr/branches/branch-0.6/src/site/xdoc/supported-services-and-clouds.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: whirr/branches/branch-0.6/src/site/xdoc/whirr-in-5-minutes.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.6/src/site/xdoc/whirr-in-5-minutes.xml?rev=1163004&r1=1163003&r2=1163004&view=diff
==============================================================================
--- whirr/branches/branch-0.6/src/site/xdoc/whirr-in-5-minutes.xml (original)
+++ whirr/branches/branch-0.6/src/site/xdoc/whirr-in-5-minutes.xml Mon Aug 29 21:04:58 2011
@@ -24,7 +24,7 @@ xsi:schemaLocation="http://maven.apache.
     <p>The following commands install Whirr and start a 3 node ZooKeeper cluster on Amazon EC2 in 5
     minutes or less. You need to have Java 6 and an SSH client already installed. Help on finding
     your AWS credentials can be found in the 
-    <a href="faq.html#how-do-i-find-my-cloud-credentials">FAQ</a>.</p>
+    <a href="http://whirr.apache.org/faq.html#how-do-i-find-my-cloud-credentials">FAQ</a>.</p>
     <source>
 export AWS_ACCESS_KEY_ID=... 
 export AWS_SECRET_ACCESS_KEY=... 

Added: whirr/site/pom.xml
URL: http://svn.apache.org/viewvc/whirr/site/pom.xml?rev=1163004&view=auto
==============================================================================
--- whirr/site/pom.xml (added)
+++ whirr/site/pom.xml Mon Aug 29 21:04:58 2011
@@ -0,0 +1,203 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>7</version>
+  </parent> 
+
+  <groupId>org.apache.whirr</groupId>
+  <artifactId>whirr-site</artifactId>
+  <version>1-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  
+  <name>Whirr</name>
+  <url>http://whirr.apache.org/whirr</url>
+  <inceptionYear>2010</inceptionYear>
+
+  <build>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+         <artifactId>wagon-ssh-external</artifactId>
+         <version>1.0-beta-6</version>
+      </extension>
+    </extensions>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.0</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.4</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>project-team</report>
+              <report>mailing-list</report>
+              <report>issue-tracking</report>
+              <report>license</report>
+<!-- for now
+              <report>modules</report>
+              <report>dependencies</report>
+              <report>cim</report>
+              <report>scm</report>
+-->
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
+  
+  <developers>
+    <developer>
+      <id>adriancole</id>
+      <name>Adrian Cole</name>
+      <organization>Cloud Conscious</organization>
+      <roles>
+        <role>committer</role>
+        <role>PMC member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>apurtell</id>
+      <name>Andrew Purtell</name>
+      <organization>Trend Micro</organization>
+      <roles>
+        <role>committer</role>
+        <role>PMC member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>asavu</id>
+      <name>Andrei Savu</name>
+      <organization>Facebook</organization>
+      <roles>
+        <role>committer</role>
+        <role>PMC member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>johan</id>
+      <name>Johan Oskarsson</name>
+      <organization>Twitter</organization>
+      <roles>
+        <role>committer</role>
+        <role>PMC member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>larsgeorge</id>
+      <name>Lars George</name>
+      <organization>Cloudera</organization>
+      <roles>
+        <role>committer</role>
+        <role>PMC member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>phunt</id>
+      <name>Patrick Hunt</name>
+      <organization>Cloudera</organization>
+      <roles>
+        <role>committer</role>
+        <role>PMC member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>tibor</id>
+      <name>Tibor Kiss</name>
+      <organization>Omixon</organization>
+      <roles>
+        <role>committer</role>
+        <role>PMC member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>tomwhite</id>
+      <name>Tom White</name>
+      <organization>Cloudera</organization>
+      <roles>
+        <role>committer</role>
+        <role>PMC chair</role>
+      </roles>
+    </developer>
+  </developers>
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://issues.apache.org/jira/browse/WHIRR</url>
+  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Users</name>
+      <post>user@whirr.apache.org</post>
+      <subscribe>user-subscribe@whirr.apache.org</subscribe>
+      <unsubscribe>user-unsubscribe@whirr.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/whirr-user/</archive>
+      <otherArchives>
+        <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-whirr-user/</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>Development</name>
+      <post>dev@whirr.apache.org</post>
+      <subscribe>dev-subscribe@whirr.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@whirr.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/whirr-dev/</archive>
+      <otherArchives>
+        <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-whirr-dev/</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>Commits</name>
+      <post>commits@whirr.apache.org</post>
+      <subscribe>commits-subscribe@whirr.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@whirr.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/whirr-commits/</archive>
+      <otherArchives>
+        <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-whirr-commits/</otherArchive>
+      </otherArchives>
+    </mailingList>
+  </mailingLists>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/whirr/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/whirr/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/whirr/trunk/</url>
+  </scm>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scpexe://people.apache.org/www/whirr.apache.org</url>
+    </site>
+  </distributionManagement>
+</project>

Propchange: whirr/site/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: whirr/site/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/whirr/site/src/site/resources/css/site.css?rev=1163004&view=auto
==============================================================================
--- whirr/site/src/site/resources/css/site.css (added)
+++ whirr/site/src/site/resources/css/site.css Mon Aug 29 21:04:58 2011
@@ -0,0 +1,31 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements.  See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+#banner {
+  height: 93px;
+  background: none;
+}
+
+#bannerLeft img {
+  height: 90px;
+  margin-left: 30px;
+  margin-top: 4px;
+}
+
+#bannerRight img {
+  margin: 17px;
+}
+