This patch updates news.html to link to our accounts on Twitter, Identi.ca, and Youtube. It also has a second news blurb for the presentation lutter gave at Puppetconf with a link to the slides. The homepage is also updated to include these news blurbs.
We should probably think about using a CMS some day...
--- aeolusproject.org/content/index.haml | 51 ++++++++++++++++++++++----------- aeolusproject.org/content/news.haml | 32 +++++++++++++++++++++ 2 files changed, 66 insertions(+), 17 deletions(-)
diff --git a/aeolusproject.org/content/index.haml b/aeolusproject.org/content/index.haml index 8355206..b43eb77 100644 --- a/aeolusproject.org/content/index.haml +++ b/aeolusproject.org/content/index.haml @@ -9,20 +9,20 @@ filter: haml .grid_8 %img.logo{:src => "images/logo-frontpage.png", :alt => "AEOLUS"} .grid_16 - %h1 - Aeolus + %h1 + Aeolus %sup TM - %h2 - Meet the world's best cloud management software, + %h2 + Meet the world's best cloud management software, %br %strong and it's free. - + .frontpagebuttons %a.button{ :href => "about.html" } Learn More %img{:src => "images/button-right.png", :alt => "→"} %a.button{ :href => "get_it.html" } - Get Aeolus + Get Aeolus %img{:src => "images/button-down.png", :alt => "v"}
#front-page-main-lower.container_24.clearfix @@ -46,7 +46,7 @@ filter: haml :style => "color: #007EB5; text-decoration: none" } Developer Info
%h3 Aeolus: - + %ul %li Is Open Source %li Is written in Ruby <em>(well, most of it)</em> @@ -63,6 +63,32 @@ filter: haml :style => "color: #007EB5" } Recent News
%p + %a{ :href => "news.html#2011092601", + :title => "News item: Aeolus Project on Social Media" } + %strong 26th September 2011 - Aeolus Project on Social Media + + %p(style="margin-bottom: 2em") + Aeolus Project is now using + %a{ :href => "http://twitter.com/aeolusproject", + :title => "@aeolusproject on Twitter" } Twitter, + %a{ :href => "http://identi.ca/aeolusproject", + :title => "Aeolus Project on Twitter" } Identi.ca, + and + %a{ :href => "http://www.youtube.com/user/aeolusproject", + :title => "Aeolus Project on Youtube" } Youtube! + + %p + %a{ :href => "news.html#2011092401", + :title => "News item: Aeolus at Puppetconf" } + %strong 24th September 2011 - Aeolus Project at Puppetconf + + %p(style="margin-bottom: 2em") + David Lutterkort + %a{ :href => "https://www.aeolusproject.org/redmine/attachments/179/2011-09-puppetconf.odp", + :title => "Aeolus Project at Puppetconf 2011" } presented the project + at Puppetconf 2011. + + %p %a{ :href => "news.html#2011091501", :title => "News item: Oz version 0.7.0 now available" } %strong 15th September 2011 - Oz version 0.7.0 now available @@ -71,15 +97,6 @@ filter: haml Oz version 0.7.0 has been released. Release 0.7.0 is a bugfix and feature release for Oz.
- %p - %a{ :href => "news.html#2011082201", - :title => "News item: Oz version 0.6.0 now available" } - %strong 22nd August 2011 - Oz version 0.6.0 now available - - %p(style="margin-bottom: 1em") - Oz version 0.6.0 has been released. Release 0.6.0 is a bugfix and - feature release for Oz. - .grid_24 .grid_8.alpha %a.button.small{ :href => "about.html" } @@ -88,7 +105,7 @@ filter: haml .grid_8 %a.button.small{ :href => "developers.html" } More - + .grid_8.omega %a.button.small{ :href => "news.html" } More diff --git a/aeolusproject.org/content/news.haml b/aeolusproject.org/content/news.haml index 6cc0ee6..27a6097 100644 --- a/aeolusproject.org/content/news.haml +++ b/aeolusproject.org/content/news.haml @@ -10,6 +10,38 @@ filter: haml %h2(id="201109" style="color: black") September 2011
.section-grouping + %h2(id="2011092601") + Aeolus Project on Social Media + + %p + The Aeolus Project is now using Twitter, identi.ca, and Youtube + to help share information about the project. Follow us today! + %ul + %li + %a{ :href => "http://identi.ca/aeolusproject", + :title => "Aeolus Project on Identi.ca" } aeolusproject on Identi.ca + %li + %a{ :href => "http://twitter.com/aeolusproject", + :title => "Aeolus Project on Twitter" } @aeolusproject on Twitter + %li + %a{ :href => "http://www.youtube.com/user/aeolusproject", + :title => "Aeolus Project on Youtube" } Aeolus Project screencasts on Youtube + + + .section-grouping + %h2(id="2011092401") + 24th September 2011: David Lutterkort's Puppetconf Presentation + + %p + The slides that David Lutterkort presented at + %a{ :href => "http://puppetconf.com/", + :title => "Puppetconf 2011" } PuppetConf 2011 + are now available: + %a{ :href=> "https://www.aeolusproject.org/redmine/attachments/179/2011-09-puppetconf.odp", + :title => "The Aeolus Project: Clouds flying in assembly" } The Aeolus Project: Clouds flying in assembly + (ODP format). + + .section-grouping %h2(id="2011091501") 15th September 2011: Oz version 0.7.0 now available
On 09/26/11 - 01:41:40PM, Matt Wagner wrote:
aeolusproject.org/content/index.haml | 51 ++++++++++++++++++++++----------- aeolusproject.org/content/news.haml | 32 +++++++++++++++++++++ 2 files changed, 66 insertions(+), 17 deletions(-)
ACK, and I pushed the changes live to the site (with a slight tweak).
aeolus-devel@lists.fedorahosted.org