Skip to content

Commit

Permalink
New website.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Clift committed May 5, 2011
1 parent 8ed66fb commit baf4a7a
Show file tree
Hide file tree
Showing 204 changed files with 7,236 additions and 1,429 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.ai binary
17 changes: 0 additions & 17 deletions aeolusproject.org/content/_navigation.haml

This file was deleted.

14 changes: 0 additions & 14 deletions aeolusproject.org/content/_submenu-projects.haml

This file was deleted.

76 changes: 76 additions & 0 deletions aeolusproject.org/content/about.haml
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
title: Aeolus | Overview
breadcrumb_name: Overview
extension: html
filter: haml
---
%h1 About Aeolus

.section-grouping
%h2
Aeolus is software for managing your Cloud Computing deployments

%p
It supports several of the leading private and public Cloud solutions,
as well as supporting virtual machines running on your own private
equipment.

%p
While that's useful, the
%b KEY
aspect of Aeolus is that you can have virtual machine images running
(or ready to run) in several Clouds at any time.

%p
This completely cuts your dependence upon any specific Cloud vendor,
allowing you to weather Cloud outages with far less difficulty, and
take advantage of the increasing price competiton among cloud providers.

%p
%em Next Cloud outage... no problem.
You can switch to a different cloud in minutes.

%p
%img{ :src => "images/concept_aeolus_high_level.png" }

%br

-#%table{ :width => "80%" }
%tr
%td{ :colspan => "2", :align => "center" }
%h2 Private Cloud Providers
%td{ :width => "10%"}  
%td{ :colspan => "2", :align => "center" }
%h2 Public Cloud Providers
%tr
%th Provider
%th Status
%td  
%th Provider
%th Status
%tr
%td
%a{ :href => "http://www.redhat.com/virtualization/rhev/server/" } Red Hat Enterprise Virtualization (RHEV)
%td{ :align => "center" } In Development
%td  
%td
%a{ :href => "http://aws.amazon.com/ec2" } Amazon Elastic Compute Cloud (EC2)
%td{ :align => "center", :style => "color: blue" }
%b Supported
%tr
%td VMware vSphere
%td{ :align => "center" } In Development
%td  
%td
%a{ :href => "http://www.rackspace.com/cloud/" } Rackspace Cloud Hosting
%td{ :align => "center" } In Development
%tr
%td
%a{ :href => "http://www.eucalyptus.com" } Eucalyptus
%td{ :align => "center" } In Development

%br

 
%a{ :href => "features.html" }
%img{ :src => "images/features_button.png", :title => "Next step - Configure it", :alt => "Next step - Configure it", :onMouseOver => 'setAttribute("src", "images/features_button-selected.png");', :onMouseOut => 'setAttribute("src", "images/features_button.png");' }
Loading

0 comments on commit baf4a7a

Please sign in to comment.