pkg versions now varialbe in cloudstack.yml. update download and archive pages as template, upgrade version to 4.9.0
diff --git a/.gitignore b/.gitignore
index 84c048a..0e944b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /build/
+Gemfile.lock
diff --git a/Gemfile.lock b/Gemfile.lock
deleted file mode 100644
index a69e101..0000000
--- a/Gemfile.lock
+++ /dev/null
@@ -1,132 +0,0 @@
-GEM
-  remote: https://rubygems.org/
-  specs:
-    activesupport (4.1.14.1)
-      i18n (~> 0.6, >= 0.6.9)
-      json (~> 1.7, >= 1.7.7)
-      minitest (~> 5.1)
-      thread_safe (~> 0.1)
-      tzinfo (~> 1.1)
-    celluloid (0.16.0)
-      timers (~> 4.0.0)
-    chunky_png (1.3.5)
-    coffee-script (2.4.1)
-      coffee-script-source
-      execjs
-    coffee-script-source (1.10.0)
-    compass (1.0.3)
-      chunky_png (~> 1.2)
-      compass-core (~> 1.0.2)
-      compass-import-once (~> 1.0.5)
-      rb-fsevent (>= 0.9.3)
-      rb-inotify (>= 0.9)
-      sass (>= 3.3.13, < 3.5)
-    compass-core (1.0.3)
-      multi_json (~> 1.0)
-      sass (>= 3.3.0, < 3.5)
-    compass-import-once (1.0.5)
-      sass (>= 3.2, < 3.5)
-    em-websocket (0.5.1)
-      eventmachine (>= 0.12.9)
-      http_parser.rb (~> 0.6.0)
-    erubis (2.7.0)
-    eventmachine (1.0.9.1)
-    execjs (2.6.0)
-    ffi (1.9.10)
-    haml (4.0.7)
-      tilt
-    hike (1.2.3)
-    hitimes (1.2.3)
-    hooks (0.4.1)
-      uber (~> 0.0.14)
-    http_parser.rb (0.6.0)
-    i18n (0.7.0)
-    json (1.8.3)
-    kramdown (1.9.0)
-    listen (2.10.1)
-      celluloid (~> 0.16.0)
-      rb-fsevent (>= 0.9.3)
-      rb-inotify (>= 0.9)
-    middleman (3.3.12)
-      coffee-script (~> 2.2)
-      compass (>= 1.0.0, < 2.0.0)
-      compass-import-once (= 1.0.5)
-      execjs (~> 2.0)
-      haml (>= 4.0.5)
-      kramdown (~> 1.2)
-      middleman-core (= 3.3.12)
-      middleman-sprockets (>= 3.1.2)
-      sass (>= 3.4.0, < 4.0)
-      uglifier (~> 2.5)
-    middleman-core (3.3.12)
-      activesupport (~> 4.1.0)
-      bundler (~> 1.1)
-      erubis
-      hooks (~> 0.3)
-      i18n (~> 0.7.0)
-      listen (>= 2.7.9, < 3.0)
-      padrino-helpers (~> 0.12.3)
-      rack (>= 1.4.5, < 2.0)
-      rack-test (~> 0.6.2)
-      thor (>= 0.15.2, < 2.0)
-      tilt (~> 1.4.1, < 2.0)
-    middleman-livereload (3.1.1)
-      em-websocket (>= 0.2.0)
-      middleman-core (>= 3.0.2)
-      multi_json (~> 1.0)
-      rack-livereload
-    middleman-sprockets (3.4.2)
-      middleman-core (>= 3.3)
-      sprockets (~> 2.12.1)
-      sprockets-helpers (~> 1.1.0)
-      sprockets-sass (~> 1.3.0)
-    minitest (5.8.4)
-    multi_json (1.11.2)
-    padrino-helpers (0.12.5)
-      i18n (~> 0.6, >= 0.6.7)
-      padrino-support (= 0.12.5)
-      tilt (~> 1.4.1)
-    padrino-support (0.12.5)
-      activesupport (>= 3.1)
-    rack (1.6.4)
-    rack-livereload (0.3.16)
-      rack
-    rack-test (0.6.3)
-      rack (>= 1.0)
-    rb-fsevent (0.9.7)
-    rb-inotify (0.9.7)
-      ffi (>= 0.5.0)
-    sass (3.4.21)
-    sprockets (2.12.4)
-      hike (~> 1.2)
-      multi_json (~> 1.0)
-      rack (~> 1.0)
-      tilt (~> 1.1, != 1.3.0)
-    sprockets-helpers (1.1.0)
-      sprockets (~> 2.0)
-    sprockets-sass (1.3.1)
-      sprockets (~> 2.0)
-      tilt (~> 1.1)
-    thor (0.19.1)
-    thread_safe (0.3.5)
-    tilt (1.4.1)
-    timers (4.0.4)
-      hitimes
-    tzinfo (1.2.2)
-      thread_safe (~> 0.1)
-    uber (0.0.15)
-    uglifier (2.7.2)
-      execjs (>= 0.3.0)
-      json (>= 1.8.0)
-
-PLATFORMS
-  ruby
-
-DEPENDENCIES
-  middleman (~> 3.3.10)
-  middleman-livereload (~> 3.1.0)
-  tzinfo-data
-  wdm (~> 0.1.0)
-
-BUNDLED WITH
-   1.11.2
diff --git a/config.rb b/config.rb
index 058fd8b..dc25001 100644
--- a/config.rb
+++ b/config.rb
@@ -36,9 +36,9 @@
 # activate :automatic_image_sizes
 
 # Reload the browser automatically whenever files change
-# configure :development do
-#   activate :livereload
-# end
+configure :development do
+  activate :livereload
+end
 
 # Methods defined in the helpers block are available in templates
 # helpers do
@@ -55,6 +55,8 @@
 
 # Define markdown engine
 
+set :relative_links, true
+
 set :markdown_engine, :kramdown
 
 # Build-specific configuration
diff --git a/data/cloudstack.yml b/data/cloudstack.yml
new file mode 100644
index 0000000..2a7dc2c
--- /dev/null
+++ b/data/cloudstack.yml
@@ -0,0 +1,51 @@
+versions:
+  main: 4.9.0
+  branch: 4.9
+  others:
+    - 4.8.1.0
+    - 4.7.2.1
+  archives:
+    - 4.8:
+       - 4.8.0.1
+       - 4.8.0
+    - 4.7:
+      - 4.7.1.1
+      - 4.7.0
+    - 4.6:
+      - 4.6.2.1
+      - 4.6.2
+      - 4.6.1
+      - 4.6.0
+    - 4.5:
+      - 4.5.2.1
+      - 4.5.2
+      - 4.5.1
+    - 4.4:
+      - 4.4.4
+      - 4.4.0
+    - 4.3:
+      - 4.3.2
+      - 4.3.1
+      - 4.3.0
+    - 4.2:
+      - 4.2.1
+      - 4.2.0
+    - 4.1:
+      - 4.1.1
+      - 4.1.0
+    - 4.0:
+      - 4.0.2
+  arch:
+    - 4.7:
+      - 4.7.0
+      - 4.7.1
+    - 4.6:
+      - 4.6.0
+cloudmonkey:
+  version: 5.3.2
+  archives:
+    - 5.3.1
+    - 5.3.0
+    - 5.2.0
+    - 5.1.0
+    - 5.0.0
diff --git a/source/api.markdown b/source/api.markdown
index b5dde50..0d63cd4 100644
--- a/source/api.markdown
+++ b/source/api.markdown
@@ -23,6 +23,10 @@
 [CloudStack bug tracker](https://issues.apache.org/jira/browse/CLOUDSTACK)
 or by submitting a patch.
 
+## 4.9.x
+
+* [All API](./api/apidocs-4.9/index.html)
+
 ## 4.8.x
 
 * [Root Admin API](api/apidocs-4.8/TOC_Root_Admin.html)
@@ -36,45 +40,4 @@
 * [User API](api/apidocs-4.7/TOC_User.html)
 
 
-## 4.6.x
-
-* [Root Admin API](api/apidocs-4.6/TOC_Root_Admin.html)
-* [Domain Admin API](api/apidocs-4.6/TOC_Domain_Admin.html)
-* [User API](api/apidocs-4.6/TOC_User.html)
-
-## 4.5.x
-
-* [Root Admin API](api/apidocs-4.5/TOC_Root_Admin.html)
-* [Domain Admin API](api/apidocs-4.5/TOC_Domain_Admin.html)
-* [User API](api/apidocs-4.5/TOC_User.html)
-
-## 4.4.x
-
-* [Root Admin API](api/apidocs-4.4/TOC_Root_Admin.html)
-* [Domain Admin API](api/apidocs-4.4/TOC_Domain_Admin.html)
-* [User API](api/apidocs-4.4/TOC_User.html)
-
-## 4.3.x
-
-* [Root Admin API](api/apidocs-4.3/TOC_Root_Admin.html)
-* [Domain Admin API](api/apidocs-4.3/TOC_Domain_Admin.html)
-* [User API](api/apidocs-4.3/TOC_User.html)
-
-## 4.2.x
-
-* [Root Admin API](api/apidocs-4.2/TOC_Root_Admin.html)
-* [Domain Admin API](api/apidocs-4.2/TOC_Domain_Admin.html)
-* [User API](api/apidocs-4.2/TOC_User.html)
-
-## 4.1.x
-
-* [Root Admin API](api/apidocs-4.1/TOC_Root_Admin.html)
-* [Domain Admin API](api/apidocs-4.1/TOC_Domain_Admin.html)
-* [User API](api/apidocs-4.1/TOC_User.html)
-
-## 4.0.x
-
-* [Root Admin API](api/apidocs-4.0.0/TOC_Root_Admin.html)
-* [Domain Admin API](api/apidocs-4.0.0/TOC_Domain_Admin.html)
-* [User API](api/apidocs-4.0.0/TOC_User.html)
-
+Older API documentation is now located in the <a href="api_archives.html">API archives page</a>.
diff --git a/source/api_archives.markdown b/source/api_archives.markdown
new file mode 100644
index 0000000..2b5ac59
--- /dev/null
+++ b/source/api_archives.markdown
@@ -0,0 +1,68 @@
+---
+title: Apache CloudStack deprecated API Documentation
+---
+
+<div class="row">
+
+<div class="col-lg-12">
+
+<div class="page-header">
+
+<h1 id="indicators">Apache CloudStack: deprecated API</h1>
+
+</div>
+
+</div>
+
+</div>
+
+Below are API reference material for older version of Apache CloudStack, provided by major feature version.  Each feature version supports three levels of access, and the available API commands for each level are provided seperately.
+
+If you find problems or see ways in which this API reference can be enhanced
+we would welcome your help, please file a bug in the
+[CloudStack bug tracker](https://issues.apache.org/jira/browse/CLOUDSTACK)
+or by submitting a patch.
+
+## 4.6.x
+
+* [Root Admin API](api/apidocs-4.6/TOC_Root_Admin.html)
+* [Domain Admin API](api/apidocs-4.6/TOC_Domain_Admin.html)
+* [User API](api/apidocs-4.6/TOC_User.html)
+
+## 4.5.x
+
+* [Root Admin API](api/apidocs-4.5/TOC_Root_Admin.html)
+* [Domain Admin API](api/apidocs-4.5/TOC_Domain_Admin.html)
+* [User API](api/apidocs-4.5/TOC_User.html)
+
+## 4.4.x
+
+* [Root Admin API](api/apidocs-4.4/TOC_Root_Admin.html)
+* [Domain Admin API](api/apidocs-4.4/TOC_Domain_Admin.html)
+* [User API](api/apidocs-4.4/TOC_User.html)
+
+## 4.3.x
+
+* [Root Admin API](api/apidocs-4.3/TOC_Root_Admin.html)
+* [Domain Admin API](api/apidocs-4.3/TOC_Domain_Admin.html)
+* [User API](api/apidocs-4.3/TOC_User.html)
+
+## 4.2.x
+
+* [Root Admin API](api/apidocs-4.2/TOC_Root_Admin.html)
+* [Domain Admin API](api/apidocs-4.2/TOC_Domain_Admin.html)
+* [User API](api/apidocs-4.2/TOC_User.html)
+
+## 4.1.x
+
+* [Root Admin API](api/apidocs-4.1/TOC_Root_Admin.html)
+* [Domain Admin API](api/apidocs-4.1/TOC_Domain_Admin.html)
+* [User API](api/apidocs-4.1/TOC_User.html)
+
+## 4.0.x
+
+* [Root Admin API](api/apidocs-4.0.0/TOC_Root_Admin.html)
+* [Domain Admin API](api/apidocs-4.0.0/TOC_Domain_Admin.html)
+* [User API](api/apidocs-4.0.0/TOC_User.html)
+
+Latest API documentation is located in the <a href="api.html">API page</a>.
diff --git a/source/archives.markdown b/source/archives.markdown
deleted file mode 100644
index f91f718..0000000
--- a/source/archives.markdown
+++ /dev/null
@@ -1,39 +0,0 @@
----
-title: Archives
----
-
-<h2 id="indicators">Archived Releases</h2>
-
-* [apache-cloudstack-4.7.0.src.tar.bz2](http://archive.apache.org/dist/cloudstack/releases/4.7.0/apache-cloudstack-4.7.0-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/cloudstack/releases/4.7.0/apache-cloudstack-4.7.0-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/cloudstack/releases/4.7.0/apache-cloudstack-4.7.0-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/cloudstack/releases/4.7.0/apache-cloudstack-4.7.0-src.tar.bz2.sha) ]
-* [apache-cloudstack-4.6.2.src.tar.bz2](http://archive.apache.org/dist/cloudstack/releases/4.6.2/apache-cloudstack-4.6.2-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/cloudstack/releases/4.6.2/apache-cloudstack-4.6.2-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/cloudstack/releases/4.6.2/apache-cloudstack-4.6.2-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/cloudstack/releases/4.6.2/apache-cloudstack-4.6.2-src.tar.bz2.sha) ]
-* [apache-cloudstack-4.6.1.src.tar.bz2](http://archive.apache.org/dist/cloudstack/releases/4.6.1/apache-cloudstack-4.6.1-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/cloudstack/releases/4.6.1/apache-cloudstack-4.6.1-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/cloudstack/releases/4.6.1/apache-cloudstack-4.6.1-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/cloudstack/releases/4.6.1/apache-cloudstack-4.6.1-src.tar.bz2.sha) ]
-* [apache-cloudstack-4.6.0.src.tar.bz2](http://archive.apache.org/dist/cloudstack/releases/4.6.0/apache-cloudstack-4.6.0-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/cloudstack/releases/4.6.0/apache-cloudstack-4.6.0-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/cloudstack/releases/4.6.0/apache-cloudstack-4.6.0-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/cloudstack/releases/4.6.0/apache-cloudstack-4.6.0-src.tar.bz2.sha) ]
-* [apache-cloudstack-4.5.2.src.tar.bz2](http://archive.apache.org/dist/cloudstack/releases/4.5.2/apache-cloudstack-4.5.2-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/cloudstack/releases/4.5.2/apache-cloudstack-4.5.2-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/cloudstack/releases/4.5.2/apache-cloudstack-4.5.2-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/cloudstack/releases/4.5.2/apache-cloudstack-4.5.2-src.tar.bz2.sha) ]
-* [apache-cloudstack-4.5.1.src.tar.bz2](http://archive.apache.org/dist/cloudstack/releases/4.5.1/apache-cloudstack-4.5.1-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/cloudstack/releases/4.5.1/apache-cloudstack-4.5.1-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/cloudstack/releases/4.5.1/apache-cloudstack-4.5.1-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/cloudstack/releases/4.5.1/apache-cloudstack-4.5.1-src.tar.bz2.sha) ]
-* [apache-cloudstack-4.4.4.src.tar.bz2](http://archive.apache.org/dist/cloudstack/releases/4.4.4/apache-cloudstack-4.4.4-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/cloudstack/releases/4.4.4/apache-cloudstack-4.4.4-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/cloudstack/releases/4.4.4/apache-cloudstack-4.4.4-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/cloudstack/releases/4.4.4/apache-cloudstack-4.4.4-src.tar.bz2.sha) ]
-* [apache-cloudstack-4.4.0.src.tar.bz2](http://archive.apache.org/dist/cloudstack/releases/4.4.0/apache-cloudstack-4.4.0-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/cloudstack/releases/4.4.0/apache-cloudstack-4.4.0-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/cloudstack/releases/4.4.0/apache-cloudstack-4.4.0-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/cloudstack/releases/4.4.0/apache-cloudstack-4.4.0-src.tar.bz2.sha) ]
-* [apache-cloudstack-4.3.2.src.tar.bz2](http://archive.apache.org/dist/cloudstack/releases/4.3.2/apache-cloudstack-4.3.2-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/cloudstack/releases/4.3.2/apache-cloudstack-4.3.2-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/cloudstack/releases/4.3.2/apache-cloudstack-4.3.2-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/cloudstack/releases/4.3.2/apache-cloudstack-4.3.2-src.tar.bz2.sha) ]
-* [apache-cloudstack-4.3.1.src.tar.bz2](http://archive.apache.org/dist/cloudstack/releases/4.3.1/apache-cloudstack-4.3.1-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/cloudstack/releases/4.3.1/apache-cloudstack-4.3.1-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/cloudstack/releases/4.3.1/apache-cloudstack-4.3.1-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/cloudstack/releases/4.3.1/apache-cloudstack-4.3.1-src.tar.bz2.sha) ]
-* [apache-cloudstack-4.3.0.src.tar.bz2](http://archive.apache.org/dist/cloudstack/releases/4.3.0/apache-cloudstack-4.3.0-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/cloudstack/releases/4.3.0/apache-cloudstack-4.3.0-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/cloudstack/releases/4.3.0/apache-cloudstack-4.3.0-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/cloudstack/releases/4.3.0/apache-cloudstack-4.3.0-src.tar.bz2.sha) ]
-* [apache-cloudstack-4.2.1.src.tar.bz2](http://archive.apache.org/dist/cloudstack/releases/4.2.1/apache-cloudstack-4.2.1-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/cloudstack/releases/4.2.1/apache-cloudstack-4.2.1-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/cloudstack/releases/4.2.1/apache-cloudstack-4.2.1-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/cloudstack/releases/4.2.1/apache-cloudstack-4.2.1-src.tar.bz2.sha) ]
-* [apache-cloudstack-4.2.0.src.tar.bz2](http://archive.apache.org/dist/cloudstack/releases/4.2.0/apache-cloudstack-4.2.0-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/cloudstack/releases/4.2.0/apache-cloudstack-4.2.0-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/cloudstack/releases/4.2.0/apache-cloudstack-4.2.0-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/cloudstack/releases/4.2.0/apache-cloudstack-4.2.0-src.tar.bz2.sha) ]
-* [apache-cloudstack-4.1.1.src.tar.bz2](http://archive.apache.org/dist/cloudstack/releases/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/cloudstack/releases/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/cloudstack/releases/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/cloudstack/releases/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2.sha) ]
-* [apache-cloudstack-4.1.0.src.tar.bz2](http://archive.apache.org/dist/cloudstack/releases/4.1.0/apache-cloudstack-4.1.0-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/cloudstack/releases/4.1.0/apache-cloudstack-4.1.0-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/cloudstack/releases/4.1.0/apache-cloudstack-4.1.0-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/cloudstack/releases/4.1.0/apache-cloudstack-4.1.0-src.tar.bz2.sha) ]
-* [apache-cloudstack-4.0.2.src.tar.bz2](http://archive.apache.org/dist/cloudstack/releases/4.0.2/apache-cloudstack-4.0.2-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/cloudstack/releases/4.0.2/apache-cloudstack-4.0.2-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/cloudstack/releases/4.0.2/apache-cloudstack-4.0.2-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/cloudstack/releases/4.0.2/apache-cloudstack-4.0.2-src.tar.bz2.sha) ]
-* [apache-cloudstack-4.0.1-incubating.src.tar.bz2](http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2.sha) ]
-* [apache-cloudstack-4.0.0-incubating.src.tar.bz2](http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.sha) ]
-
-<h3>CloudMonkey release archives</h3>
-
-* [apache-cloudstack-cloudmonkey-5.3.1](http://archive.apache.org/dist/cloudstack/releases/cloudmonkey-5.3.1/)
-* [apache-cloudstack-cloudmonkey-5.3.0](http://archive.apache.org/dist/cloudstack/releases/cloudmonkey-5.3.0/)
-* [apache-cloudstack-cloudmonkey-5.2.0](http://archive.apache.org/dist/cloudstack/releases/cloudmonkey-5.2.0/)
-* [apache-cloudstack-cloudmonkey-5.1.0](http://archive.apache.org/dist/cloudstack/releases/cloudmonkey-5.1.0/)
-* [apache-cloudstack-cloudmonkey-5.0.0](http://archive.apache.org/dist/cloudstack/releases/cloudmonkey-5.0.0/)
-
-Releases of CloudStack as a Citrix project prior to the project's acceptance into the incubator can be found on SourceForge.net:
-
-Please note the releases listed below are NOT Apache project releases.  These links are being provided to the user community, as a convenience only.
-
-- [Binaries for Red Hat Enterprise Linux 6.2 and CentOS 6.2](http://sourceforge.net/projects/cloudstack/files/CloudStack%20Acton/3.0.2/CloudStack-oss-3.0.2-1-rhel6.2.tar.gz/download)
-- [Binaries for Ubuntu 10.04 LTS](http://sourceforge.net/projects/cloudstack/files/CloudStack%20Acton/3.0.2/CloudStack-oss-3.0.2-1-ubuntu10.04.tar.gz/download)
diff --git a/source/archives.md.erb b/source/archives.md.erb
new file mode 100644
index 0000000..71f1272
--- /dev/null
+++ b/source/archives.md.erb
@@ -0,0 +1,29 @@
+---
+title: Archives
+---
+
+<h2 id="indicators">Archived Releases</h2>
+
+<% data.cloudstack.versions.archives.each do |branch| %>
+	<% branch.each do |name,versions| %> 
+* <%= name %>
+	<% versions.each do |old_version| %>
+  + [apache-cloudstack-<%= old_version %>.src.tar.bz2](http://archive.apache.org/dist/cloudstack/releases/<%= old_version %>/apache-cloudstack-<%= old_version %>-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/cloudstack/releases/<%= old_version %>/apache-cloudstack-<%= old_version %>-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/cloudstack/releases/<%= old_version %>/apache-cloudstack-<%= old_version %>-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/cloudstack/releases/<%= old_version %>/apache-cloudstack-<%= old_version %>-src.tar.bz2.sha) ]
+  	<% end %>
+ <% end %>
+<% end %>
+  + [apache-cloudstack-4.0.1-incubating.src.tar.bz2](http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2.sha) ]
+  + [apache-cloudstack-4.0.0-incubating.src.tar.bz2](http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2) [ [PGP](http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc) ][ [MD5](http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.md5) ][ [SHA512](http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.sha) ]
+
+<h3>CloudMonkey release archives</h3>
+
+<% data.cloudstack.cloudmonkey.archives.each do |old_version| %>
+  * [apache-cloudstack-cloudmonkey-<%= old_version %>](http://archive.apache.org/dist/cloudstack/releases/cloudmonkey-<%= old_version %>/)
+<% end %>
+
+Releases of CloudStack as a Citrix project prior to the project's acceptance into the incubator can be found on SourceForge.net:
+
+Please note the releases listed below are NOT Apache project releases.  These links are being provided to the user community, as a convenience only.
+
+- [Binaries for Red Hat Enterprise Linux 6.2 and CentOS 6.2](http://sourceforge.net/projects/cloudstack/files/CloudStack%20Acton/3.0.2/CloudStack-oss-3.0.2-1-rhel6.2.tar.gz/download)
+- [Binaries for Ubuntu 10.04 LTS](http://sourceforge.net/projects/cloudstack/files/CloudStack%20Acton/3.0.2/CloudStack-oss-3.0.2-1-ubuntu10.04.tar.gz/download)
diff --git a/source/downloads.markdown b/source/downloads.markdown
deleted file mode 100644
index 336b37b..0000000
--- a/source/downloads.markdown
+++ /dev/null
@@ -1,205 +0,0 @@
----
-title: Apache CloudStack Downloads
----
-
-<div class="row">
-
-<div class="col-lg-12">
-
-<div class="page-header">
-
-<h1 id="indicators">Apache CloudStack: Downloads</h1>
-
-</div>
-
-</div>
-
-</div>
-
-<div class="bs-example">
-
-<div class="row">
-
-<div class="col-lg-6">
-
-<h2>Latest CloudStack Release</h2>
-
-<h4>Source Release</h4>
-
-<p>Apache CloudStack's most current release is 4.8.0.1.
-</p>
-
-<p>
-<a href="http://www.apache.org/dyn/closer.lua/cloudstack/releases/4.8.0.1/apache-cloudstack-4.8.0.1-src.tar.bz2"><button type="button" class="btn btn-primary btn-lg">Get the 4.8.0.1 Source!</button></a>
-
-<a href="http://www.apache.org/dist/cloudstack/KEYS"><button type="button" class="btn btn-info btn-xs">KEYS</button></a>
-<a href="http://www.apache.org/dist/cloudstack/releases/4.8.0.1/apache-cloudstack-4.8.0.1-src.tar.bz2.asc"><button type="button" class="btn btn-info btn-xs">PGP</button></a>
-<a href="http://www.apache.org/dist/cloudstack/releases/4.8.0.1/apache-cloudstack-4.8.0.1-src.tar.bz2.md5"><button type="button" class="btn btn-info btn-xs">MD5</button></a>
-<a href="http://www.apache.org/dist/cloudstack/releases/4.8.0.1/apache-cloudstack-4.8.0.1-src.tar.bz2.sha"><button type="button" class="btn btn-info btn-xs">SHA</button></a>
-
-</p>
-
-<p>
-<a href="http://www.apache.org/dyn/closer.lua/cloudstack/releases/4.7.1.1/apache-cloudstack-4.7.1.1-src.tar.bz2"><button type="button" class="btn btn-primary btn-md">Get the 4.7.1.1 Source!</button></a>
-
-<a href="http://www.apache.org/dist/cloudstack/KEYS"><button type="button" class="btn btn-info btn-xs">KEYS</button></a>
-<a href="http://www.apache.org/dist/cloudstack/releases/4.7.1.1/apache-cloudstack-4.7.1.1-src.tar.bz2.asc"><button type="button" class="btn btn-info btn-xs">PGP</button></a>
-<a href="http://www.apache.org/dist/cloudstack/releases/4.7.1.1/apache-cloudstack-4.7.1.1-src.tar.bz2.md5"><button type="button" class="btn btn-info btn-xs">MD5</button></a>
-<a href="http://www.apache.org/dist/cloudstack/releases/4.7.1.1/apache-cloudstack-4.7.1.1-src.tar.bz2.sha"><button type="button" class="btn btn-info btn-xs">SHA</button></a>
-</p>
-
-<p>
-<a href="http://www.apache.org/dyn/closer.lua/cloudstack/releases/4.6.2.1/apache-cloudstack-4.6.2.1-src.tar.bz2"><button type="button" class="btn btn-primary btn-md">Get the 4.6.2.1 Source!</button></a>
-
-<a href="http://www.apache.org/dist/cloudstack/KEYS"><button type="button" class="btn btn-info btn-xs">KEYS</button></a>
-<a href="http://www.apache.org/dist/cloudstack/releases/4.6.2.1/apache-cloudstack-4.6.2.1-src.tar.bz2.asc"><button type="button" class="btn btn-info btn-xs">PGP</button></a>
-<a href="http://www.apache.org/dist/cloudstack/releases/4.6.2.1/apache-cloudstack-4.6.2.1-src.tar.bz2.md5"><button type="button" class="btn btn-info btn-xs">MD5</button></a>
-<a href="http://www.apache.org/dist/cloudstack/releases/4.6.2.1/apache-cloudstack-4.6.2.1-src.tar.bz2.sha"><button type="button" class="btn btn-info btn-xs">SHA</button></a>
-</p>
-
-<p>
-<a href="http://www.apache.org/dyn/closer.lua/cloudstack/releases/4.5.2.1/apache-cloudstack-4.5.2.1-src.tar.bz2"><button type="button" class="btn btn-primary btn-md">Get the 4.5.2.1 Source!</button></a>
-
-<a href="http://www.apache.org/dist/cloudstack/KEYS"><button type="button" class="btn btn-info btn-xs">KEYS</button></a>
-<a href="http://www.apache.org/dist/cloudstack/releases/4.5.2.1/apache-cloudstack-4.5.2.1-src.tar.bz2.asc"><button type="button" class="btn btn-info btn-xs">PGP</button></a>
-<a href="http://www.apache.org/dist/cloudstack/releases/4.5.2.1/apache-cloudstack-4.5.2.1-src.tar.bz2.md5"><button type="button" class="btn btn-info btn-xs">MD5</button></a>
-<a href="http://www.apache.org/dist/cloudstack/releases/4.5.2.1/apache-cloudstack-4.5.2.1-src.tar.bz2.sha"><button type="button" class="btn btn-info btn-xs">SHA</button></a>
-</p>
-
-
-<h4>Community Packages</h4>
-
-<p>For easier installation or upgrades, the official source code release has been supplemented by community members who have chosen to provide package repositories that also include noredis libraries.</p>
-
-<ul>
-    <li>DEB repository: <a href="http://cloudstack.apt-get.eu/ubuntu">http://cloudstack.apt-get.eu/ubuntu</a></li>
-    <li>CentOS/RHEL 6 RPM repository: <a href="http://cloudstack.apt-get.eu/centos/6/">http://cloudstack.apt-get.eu/centos/6/</a></li>
-    <li>CentOS/RHEL 7 RPM repository: <a href="http://cloudstack.apt-get.eu/centos/7/">http://cloudstack.apt-get.eu/centos/7/</a></li>
-</ul>
-
-<p>Instructions for using these community provided repositories can be found in the <a href="http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.8/management-server/index.html#configure-package-repository">Configure Package Repository</a> section of the Installation Guide.</p>
-
-
-<h4>Third-Party Distributions</h4>
-
-<ul>
-    <li>CloudStack Packages by ShapeBlue: <a href="http://shapeblue.com/packages/">http://shapeblue.com/packages</a></li>
-</ul>
-
-
-</div>
-
-<div class="col-lg-6">
-
-<div class="panel panel-default">
-
-<div class="panel-heading">
-
-<h3 class="panel-title">Verifying Downloads</h3>
-
-</div>
-              
-<div class="panel-body">
-
-<p>
-It's essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures.
-The PGP signatures can be verified using PGP or GPG. First download the
-<a href="https://dist.apache.org/repos/dist/release/cloudstack/KEYS">KEYS</a> as well as the asc
-signature file for the relevant distribution. Make sure you get these files from the
-main distribution directory, rather than from a mirror. Then verify the signatures using:
-</p>
-<pre>
-    % pgpk -a KEYS
-    % pgpv apache-cloudstack-X.X.X-src.tar.bz2.asc
-</pre>
-<p>or</p>
-<pre>
-    % pgp -ka KEYS
-    % pgp apache-cloudstack-X.X.X-src.tar.bz2.asc
-</pre>
-<p>or</p>
-<pre>
-    % gpg --import KEYS
-    % gpg --verify apache-cloudstack-X.X.X-src.tar.bz2.asc
-</pre>
-<p>
-Additionally, you can verify the MD5 or SHA512 signatures on the files.
-</p>
-
-</div>
-</div>
-</div>
-</div>
-</div>
-
-<h4>Release Notes for CloudStack 4.8</h4>
-
-<p>Full release notes can be found in the <a href="http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/4.8.0/">Version 4.8 Release Notes</a> document.</p>
-
-<p>Instructions for building from source and installing Apache CloudStack can be found in the <a href="http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.8/">Installation Guide</a>.</p>
-
-<p>Instructions for building from source and upgrading from a previous version of CloudStack to Apache CloudStack 4.8 can be found in the upgrade section of the <a href="http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/4.8.0/">Release Notes</a>.</p>
-
-<a name="cloudmonkey"></a>
-
-<div class="row">
-
-<div class="col-lg-12">
-
-<div class="page-header">
-
-<h2 id="indicators">Latest CloudMonkey Release</h2>
-
-</div>
-
-</div>
-
-</div>
-
-Apache CloudStack's CloudMonkey tool is a CLI and shell environment designed for interacting with CloudStack-based clouds.
-
-#### Source Release
-
-CloudMonkey's most current release is 5.3.2.
-
-<p>
-<a href="http://www.apache.org/dyn/closer.lua/cloudstack/releases/cloudmonkey-5.3.2/apache-cloudstack-cloudmonkey-5.3.2-src.tar.bz2"><button type="button" class="btn btn-primary btn-lg">Get the 5.3.2 Source!</button></a>
-
-<a href="http://www.apache.org/dist/cloudstack/KEYS"><button type="button" class="btn btn-info btn-xs">KEYS</button></a>
-<a href="http://www.apache.org/dist/cloudstack/releases/cloudmonkey-5.3.2/apache-cloudstack-cloudmonkey-5.3.2-src.tar.bz2.asc"><button type="button" class="btn btn-info btn-xs">PGP</button></a>
-<a href="http://www.apache.org/dist/cloudstack/releases/cloudmonkey-5.3.2/apache-cloudstack-cloudmonkey-5.3.2-src.tar.bz2.md5"><button type="button" class="btn btn-info btn-xs">MD5</button></a>
-<a href="http://www.apache.org/dist/cloudstack/releases/cloudmonkey-5.3.2/apache-cloudstack-cloudmonkey-5.3.2-src.tar.bz2.sha"><button type="button" class="btn btn-info btn-xs">SHA</button></a>
-
-</p>
-
-Instructions for building and installing from source can be found in the included [README.md](https://git-wip-us.apache.org/repos/asf?p=cloudstack-cloudmonkey.git;a=blob_plain;f=README.md) file.
-
-#### PyPi Package
-
-For easier installation or upgrades, the official source code release has been supplemented by community members who have pushed the python package to the [Python Package Index](https://pypi.python.org/pypi/cloudmonkey/).
-
-For installing the package from pypi, use:
-
-    $ pip install cloudmonkey
-
-To upgrade:
-
-    $ pip install --upgrade cloudmonkey
-
-Though a clean upgrade is recommended:
-
-    $ pip uninstall cloudmonkey
-    $ pip install cloudmonkey
-
-
-<a name="archives"></a>
-
-<div class="row">
-
-<div class="col-lg-12">
-
-<div class="page-header">
-
-<h2 id="indicators">Archived Releases</h2>
-
-You can find links to older releases of Apache CloudStack on the <a href="archives.html">archives page</a>.
diff --git a/source/downloads.md.erb b/source/downloads.md.erb
new file mode 100644
index 0000000..f93a0fc
--- /dev/null
+++ b/source/downloads.md.erb
@@ -0,0 +1,234 @@
+---
+title: Apache CloudStack Downloads
+---
+
+<%
+    #
+    #  Version details in data/cloudstack.yml
+    #
+%>
+<div class="row">
+
+<div class="col-lg-12">
+
+<div class="page-header">
+
+<h1 id="indicators">Apache CloudStack: Downloads</h1>
+
+</div>
+
+</div>
+
+</div>
+
+<div class="bs-example">
+
+<div class="row">
+
+<div class="col-lg-6">
+
+<h2>Latest CloudStack Release</h2>
+
+<h4>Source Release</h4>
+
+<p>Apache CloudStack's most current release is <%= data.cloudstack.versions.main %>.
+</p>
+
+<p>
+    <a href="http://www.apache.org/dyn/closer.lua/cloudstack/releases/<%= data.cloudstack.versions.main %>
+    /apache-cloudstack-<%= data.cloudstack.versions.main %>-src.tar.bz2">
+        <button type="button" class="btn btn-primary btn-lg">
+            Get the <%= data.cloudstack.versions.main %> Source!
+        </button>
+    </a>
+    <a href="http://www.apache.org/dist/cloudstack/KEYS">
+        <button type="button" class="btn btn-info btn-xs">
+            KEYS
+        </button>
+    </a>
+    <a href="http://www.apache.org/dist/cloudstack/releases/<%= data.cloudstack.versions.main %>/apache-cloudstack-<%=  data.cloudstack.versions.main %>-src.tar.bz2.asc">
+        <button type="button" class="btn btn-info btn-xs">
+            PGP
+        </button>
+    </a>
+    <a href="http://www.apache.org/dist/cloudstack/releases/<%= data.cloudstack.versions.main %>/apache-cloudstack-<%=  data.cloudstack.versions.main %>-src.tar.bz2.md5">
+        <button type="button" class="btn btn-info btn-xs">
+            MD5
+        </button>
+    </a>
+    <a href="http://www.apache.org/dist/cloudstack/releases/<%= data.cloudstack.versions.main %>1/apache-cloudstack-<%=     data.cloudstack.versions.main %>-src.tar.bz2.sha">
+        <button type="button" class="btn btn-info btn-xs">
+            SHA
+        </button>
+    </a>
+</p>
+
+<% data.cloudstack.versions.others.each do |other_version| %>
+<p>
+    <a href="http://www.apache.org/dyn/closer.lua/cloudstack/releases/<%= other_version %>
+    /apache-cloudstack-<%= other_version %>-src.tar.bz2">
+        <button type="button" class="btn btn-primary btn-md">
+            Get the <%= other_version %> Source!
+        </button>
+    </a>
+    <a href="http://www.apache.org/dist/cloudstack/KEYS">
+        <button type="button" class="btn btn-info btn-xs">
+            KEYS
+        </button>
+    </a>
+    <a href="http://www.apache.org/dist/cloudstack/releases/<%= other_version %>/apache-cloudstack-<%=  other_version %>-src.tar.bz2.asc">
+        <button type="button" class="btn btn-info btn-xs">
+            PGP
+        </button>
+    </a>
+    <a href="http://www.apache.org/dist/cloudstack/releases/<%= other_version %>/apache-cloudstack-<%=  other_version %>-src.tar.bz2.md5">
+        <button type="button" class="btn btn-info btn-xs">
+            MD5
+        </button>
+    </a>
+    <a href="http://www.apache.org/dist/cloudstack/releases/<%= other_version %>1/apache-cloudstack-<%=     other_version %>-src.tar.bz2.sha">
+        <button type="button" class="btn btn-info btn-xs">
+            SHA
+        </button>
+    </a>
+</p>
+
+<% end %>
+
+
+<h4>Community Packages</h4>
+
+<p>For easier installation or upgrades, the official source code release has been supplemented by community members who have chosen to provide package repositories that also include noredis libraries.</p>
+
+<ul>
+    <li>DEB repository: <a href="http://cloudstack.apt-get.eu/ubuntu">http://cloudstack.apt-get.eu/ubuntu</a></li>
+    <li>CentOS/RHEL 6 RPM repository: <a href="http://cloudstack.apt-get.eu/centos/6/">http://cloudstack.apt-get.eu/centos/6/</a></li>
+    <li>CentOS/RHEL 7 RPM repository: <a href="http://cloudstack.apt-get.eu/centos/7/">http://cloudstack.apt-get.eu/centos/7/</a></li>
+</ul>
+
+<p>Instructions for using these community provided repositories can be found in the <a href="http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.8/management-server/index.html#configure-package-repository">Configure Package Repository</a> section of the Installation Guide.</p>
+
+
+<h4>Third-Party Distributions</h4>
+
+<ul>
+    <li>CloudStack Packages by ShapeBlue: <a href="http://shapeblue.com/packages/">http://shapeblue.com/packages</a></li>
+</ul>
+
+
+</div>
+
+<div class="col-lg-6">
+
+<div class="panel panel-default">
+
+<div class="panel-heading">
+
+<h3 class="panel-title">Verifying Downloads</h3>
+
+</div>
+              
+<div class="panel-body">
+
+<p>
+It's essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures.
+The PGP signatures can be verified using PGP or GPG. First download the
+<a href="https://dist.apache.org/repos/dist/release/cloudstack/KEYS">KEYS</a> as well as the asc
+signature file for the relevant distribution. Make sure you get these files from the
+main distribution directory, rather than from a mirror. Then verify the signatures using:
+</p>
+<pre>
+    % pgpk -a KEYS
+    % pgpv apache-cloudstack-X.X.X-src.tar.bz2.asc
+</pre>
+<p>or</p>
+<pre>
+    % pgp -ka KEYS
+    % pgp apache-cloudstack-X.X.X-src.tar.bz2.asc
+</pre>
+<p>or</p>
+<pre>
+    % gpg --import KEYS
+    % gpg --verify apache-cloudstack-X.X.X-src.tar.bz2.asc
+</pre>
+<p>
+Additionally, you can verify the MD5 or SHA512 signatures on the files.
+</p>
+
+</div>
+</div>
+</div>
+</div>
+</div>
+
+<h4>Release Notes for CloudStack <%= data.cloudstack.versions.branch %></h4>
+
+<p>Full release notes can be found in the <a href="http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/<%= data.cloudstack.versions.main %>/">Version <%= data.cloudstack.versions.branch %> Release Notes</a> document.</p>
+
+<p>Instructions for building from source and installing Apache CloudStack can be found in the <a href="http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/<%= data.cloudstack.versions.branch %>/">Installation Guide</a>.</p>
+
+<p>Instructions for building from source and upgrading from a previous version of CloudStack to Apache CloudStack <%= data.cloudstack.versions.branch %> can be found in the upgrade section of the <a href="http://docs.cloudstack.apache.org/projects/cloudstack-release-notes/en/<%= data.cloudstack.versions.main %>/">Release Notes</a>.</p>
+
+<a name="cloudmonkey"></a>
+
+<div class="row">
+
+<div class="col-lg-12">
+
+<div class="page-header">
+
+<h2 id="indicators">Latest CloudMonkey Release</h2>
+
+</div>
+
+</div>
+
+</div>
+
+Apache CloudStack's CloudMonkey tool is a CLI and shell environment designed for interacting with CloudStack-based clouds.
+
+#### Source Release
+
+CloudMonkey's most current release is <%= data.cloudstack.cloudmonkey.version %>.
+
+<p>
+<a href="http://www.apache.org/dyn/closer.lua/cloudstack/releases/cloudmonkey-<%= data.cloudstack.cloudmonkey.version %>/apache-cloudstack-cloudmonkey-<%= data.cloudstack.cloudmonkey.version %>-src.tar.bz2"><button type="button" class="btn btn-primary btn-lg">Get the <%= data.cloudstack.cloudmonkey.version %> Source!</button></a>
+
+<a href="http://www.apache.org/dist/cloudstack/KEYS"><button type="button" class="btn btn-info btn-xs">KEYS</button></a>
+<a href="http://www.apache.org/dist/cloudstack/releases/cloudmonkey-<%= data.cloudstack.cloudmonkey.version %>/apache-cloudstack-cloudmonkey-<%= data.cloudstack.cloudmonkey.version %>-src.tar.bz2.asc"><button type="button" class="btn btn-info btn-xs">PGP</button></a>
+<a href="http://www.apache.org/dist/cloudstack/releases/cloudmonkey-<%= data.cloudstack.cloudmonkey.version %>/apache-cloudstack-cloudmonkey-<%= data.cloudstack.cloudmonkey.version %>-src.tar.bz2.md5"><button type="button" class="btn btn-info btn-xs">MD5</button></a>
+<a href="http://www.apache.org/dist/cloudstack/releases/cloudmonkey-<%= data.cloudstack.cloudmonkey.version %>/apache-cloudstack-cloudmonkey-<%= data.cloudstack.cloudmonkey.version %>-src.tar.bz2.sha"><button type="button" class="btn btn-info btn-xs">SHA</button></a>
+
+</p>
+
+Instructions for building and installing from source can be found in the included [README.md](https://git-wip-us.apache.org/repos/asf?p=cloudstack-cloudmonkey.git;a=blob_plain;f=README.md) file.
+
+#### PyPi Package
+
+For easier installation or upgrades, the official source code release has been supplemented by community members who have pushed the python package to the [Python Package Index](https://pypi.python.org/pypi/cloudmonkey/).
+
+For installing the package from pypi, use:
+
+    $ pip install cloudmonkey
+
+To upgrade:
+
+    $ pip install --upgrade cloudmonkey
+
+Though a clean upgrade is recommended:
+
+    $ pip uninstall cloudmonkey
+    $ pip install cloudmonkey
+
+
+<a name="archives"></a>
+
+<div class="row">
+
+<div class="col-lg-12">
+
+<div class="page-header">
+
+<h2 id="indicators">Archived Releases</h2>
+
+You can find links to older releases of Apache CloudStack on the <a href="archives.html">archives page</a>.
diff --git a/source/index.html.erb b/source/index.html.erb
index 38836e1..e330adc 100644
--- a/source/index.html.erb
+++ b/source/index.html.erb
@@ -94,7 +94,7 @@
 		</div>
 		<div class="panel-body">
 
-		<p class="text-warning">Apache CloudStack 4.8.0.1 is out!</p>
+		<p class="text-warning">Apache CloudStack <%= data.cloudstack.versions.main %> is out!</p>
 
 		<p>
 		Looking for other versions of Apache CloudStack? You can find our archives on the download page as well.
diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb
index e6ef2eb..3cfc54a 100644
--- a/source/layouts/layout.erb
+++ b/source/layouts/layout.erb
@@ -107,7 +107,7 @@
               <ul class="dropdown-menu" aria-labelledby="download">
                 <li><a tabindex="-1" href="downloads.html">CloudStack Releases</a></li>
                 <li><a tabindex="-1" href="downloads.html#cloudmonkey">CloudMonkey</a></li>
-                <li><a tabindex="-1" href="downloads.html#archives">Release Archive</a></li>
+                <li><a tabindex="-1" href="archives.html">Release Archive</a></li>
               </ul>
             </li>
 			<li class="dropdown">