You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bu...@apache.org on 2012/11/02 05:16:35 UTC

svn commit: r836964 [4/7] - in /websites/staging/cloudstack/trunk/content: ./ cloudstack/ cloudstack/css/ cloudstack/develop/ cloudstack/docs/api/ cloudstack/font/ cloudstack/images/ cloudstack/img/ cloudstack/js/

Added: websites/staging/cloudstack/trunk/content/cloudstack/css/font-awesome.css
==============================================================================
--- websites/staging/cloudstack/trunk/content/cloudstack/css/font-awesome.css (added)
+++ websites/staging/cloudstack/trunk/content/cloudstack/css/font-awesome.css Fri Nov  2 04:16:34 2012
@@ -0,0 +1,303 @@
+/*  Font Awesome
+    the iconic font designed for use with Twitter Bootstrap
+    -------------------------------------------------------
+    The full suite of pictographic icons, examples, and documentation
+    can be found at: http://fortawesome.github.com/Font-Awesome/
+
+    License
+    -------------------------------------------------------
+    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
+    http://creativecommons.org/licenses/by/3.0/ A mention of
+    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
+    source code is considered acceptable attribution (most common on the web).
+    If human readable source code is not available to the end user, a mention in
+    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
+    or mobile software).
+
+    Contact
+    -------------------------------------------------------
+    Email: dave@davegandy.com
+    Twitter: http://twitter.com/fortaweso_me
+    Work: http://lemonwi.se co-founder
+
+    */
+@font-face {
+  font-family: "FontAwesome";
+  src: url('../font/fontawesome-webfont.eot');
+  src: url('../font/fontawesome-webfont.eot?#iefix') format('eot'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
+  font-weight: normal;
+  font-style: normal;
+}
+
+/*  Font Awesome styles
+    ------------------------------------------------------- */
+[class^="icon-"]:before, [class*=" icon-"]:before {
+  font-family: FontAwesome;
+  font-weight: normal;
+  font-style: normal;
+  display: inline-block;
+  text-decoration: inherit;
+}
+a [class^="icon-"], a [class*=" icon-"] {
+  display: inline-block;
+  text-decoration: inherit;
+}
+/* makes the font 33% larger relative to the icon container */
+.icon-large:before {
+  vertical-align: top;
+  font-size: 1.3333333333333333em;
+}
+.btn [class^="icon-"], .btn [class*=" icon-"] {
+  /* keeps button heights with and without icons the same */
+
+  line-height: .9em;
+}
+li [class^="icon-"], li [class*=" icon-"] {
+  display: inline-block;
+  width: 1.25em;
+  text-align: center;
+}
+li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
+  /* 1.5 increased font size for icon-large * 1.25 width */
+
+  width: 1.875em;
+}
+li[class^="icon-"], li[class*=" icon-"] {
+  margin-left: 0;
+  list-style-type: none;
+}
+li[class^="icon-"]:before, li[class*=" icon-"]:before {
+  text-indent: -2em;
+  text-align: center;
+}
+li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
+  text-indent: -1.3333333333333333em;
+}
+/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
+    readers do not read off random characters that represent icons */
+.icon-glass:before                { content: "\f000"; }
+.icon-music:before                { content: "\f001"; }
+.icon-search:before               { content: "\f002"; }
+.icon-envelope:before             { content: "\f003"; }
+.icon-heart:before                { content: "\f004"; }
+.icon-star:before                 { content: "\f005"; }
+.icon-star-empty:before           { content: "\f006"; }
+.icon-user:before                 { content: "\f007"; }
+.icon-film:before                 { content: "\f008"; }
+.icon-th-large:before             { content: "\f009"; }
+.icon-th:before                   { content: "\f00a"; }
+.icon-th-list:before              { content: "\f00b"; }
+.icon-ok:before                   { content: "\f00c"; }
+.icon-remove:before               { content: "\f00d"; }
+.icon-zoom-in:before              { content: "\f00e"; }
+
+.icon-zoom-out:before             { content: "\f010"; }
+.icon-off:before                  { content: "\f011"; }
+.icon-signal:before               { content: "\f012"; }
+.icon-cog:before                  { content: "\f013"; }
+.icon-trash:before                { content: "\f014"; }
+.icon-home:before                 { content: "\f015"; }
+.icon-file:before                 { content: "\f016"; }
+.icon-time:before                 { content: "\f017"; }
+.icon-road:before                 { content: "\f018"; }
+.icon-download-alt:before         { content: "\f019"; }
+.icon-download:before             { content: "\f01a"; }
+.icon-upload:before               { content: "\f01b"; }
+.icon-inbox:before                { content: "\f01c"; }
+.icon-play-circle:before          { content: "\f01d"; }
+.icon-repeat:before               { content: "\f01e"; }
+
+/* \f020 doesn't work in Safari. all shifted one down */
+.icon-refresh:before              { content: "\f021"; }
+.icon-list-alt:before             { content: "\f022"; }
+.icon-lock:before                 { content: "\f023"; }
+.icon-flag:before                 { content: "\f024"; }
+.icon-headphones:before           { content: "\f025"; }
+.icon-volume-off:before           { content: "\f026"; }
+.icon-volume-down:before          { content: "\f027"; }
+.icon-volume-up:before            { content: "\f028"; }
+.icon-qrcode:before               { content: "\f029"; }
+.icon-barcode:before              { content: "\f02a"; }
+.icon-tag:before                  { content: "\f02b"; }
+.icon-tags:before                 { content: "\f02c"; }
+.icon-book:before                 { content: "\f02d"; }
+.icon-bookmark:before             { content: "\f02e"; }
+.icon-print:before                { content: "\f02f"; }
+
+.icon-camera:before               { content: "\f030"; }
+.icon-font:before                 { content: "\f031"; }
+.icon-bold:before                 { content: "\f032"; }
+.icon-italic:before               { content: "\f033"; }
+.icon-text-height:before          { content: "\f034"; }
+.icon-text-width:before           { content: "\f035"; }
+.icon-align-left:before           { content: "\f036"; }
+.icon-align-center:before         { content: "\f037"; }
+.icon-align-right:before          { content: "\f038"; }
+.icon-align-justify:before        { content: "\f039"; }
+.icon-list:before                 { content: "\f03a"; }
+.icon-indent-left:before          { content: "\f03b"; }
+.icon-indent-right:before         { content: "\f03c"; }
+.icon-facetime-video:before       { content: "\f03d"; }
+.icon-picture:before              { content: "\f03e"; }
+
+.icon-pencil:before               { content: "\f040"; }
+.icon-map-marker:before           { content: "\f041"; }
+.icon-adjust:before               { content: "\f042"; }
+.icon-tint:before                 { content: "\f043"; }
+.icon-edit:before                 { content: "\f044"; }
+.icon-share:before                { content: "\f045"; }
+.icon-check:before                { content: "\f046"; }
+.icon-move:before                 { content: "\f047"; }
+.icon-step-backward:before        { content: "\f048"; }
+.icon-fast-backward:before        { content: "\f049"; }
+.icon-backward:before             { content: "\f04a"; }
+.icon-play:before                 { content: "\f04b"; }
+.icon-pause:before                { content: "\f04c"; }
+.icon-stop:before                 { content: "\f04d"; }
+.icon-forward:before              { content: "\f04e"; }
+
+.icon-fast-forward:before         { content: "\f050"; }
+.icon-step-forward:before         { content: "\f051"; }
+.icon-eject:before                { content: "\f052"; }
+.icon-chevron-left:before         { content: "\f053"; }
+.icon-chevron-right:before        { content: "\f054"; }
+.icon-plus-sign:before            { content: "\f055"; }
+.icon-minus-sign:before           { content: "\f056"; }
+.icon-remove-sign:before          { content: "\f057"; }
+.icon-ok-sign:before              { content: "\f058"; }
+.icon-question-sign:before        { content: "\f059"; }
+.icon-info-sign:before            { content: "\f05a"; }
+.icon-screenshot:before           { content: "\f05b"; }
+.icon-remove-circle:before        { content: "\f05c"; }
+.icon-ok-circle:before            { content: "\f05d"; }
+.icon-ban-circle:before           { content: "\f05e"; }
+
+.icon-arrow-left:before           { content: "\f060"; }
+.icon-arrow-right:before          { content: "\f061"; }
+.icon-arrow-up:before             { content: "\f062"; }
+.icon-arrow-down:before           { content: "\f063"; }
+.icon-share-alt:before            { content: "\f064"; }
+.icon-resize-full:before          { content: "\f065"; }
+.icon-resize-small:before         { content: "\f066"; }
+.icon-plus:before                 { content: "\f067"; }
+.icon-minus:before                { content: "\f068"; }
+.icon-asterisk:before             { content: "\f069"; }
+.icon-exclamation-sign:before     { content: "\f06a"; }
+.icon-gift:before                 { content: "\f06b"; }
+.icon-leaf:before                 { content: "\f06c"; }
+.icon-fire:before                 { content: "\f06d"; }
+.icon-eye-open:before             { content: "\f06e"; }
+
+.icon-eye-close:before            { content: "\f070"; }
+.icon-warning-sign:before         { content: "\f071"; }
+.icon-plane:before                { content: "\f072"; }
+.icon-calendar:before             { content: "\f073"; }
+.icon-random:before               { content: "\f074"; }
+.icon-comment:before              { content: "\f075"; }
+.icon-magnet:before               { content: "\f076"; }
+.icon-chevron-up:before           { content: "\f077"; }
+.icon-chevron-down:before         { content: "\f078"; }
+.icon-retweet:before              { content: "\f079"; }
+.icon-shopping-cart:before        { content: "\f07a"; }
+.icon-folder-close:before         { content: "\f07b"; }
+.icon-folder-open:before          { content: "\f07c"; }
+.icon-resize-vertical:before      { content: "\f07d"; }
+.icon-resize-horizontal:before    { content: "\f07e"; }
+
+.icon-bar-chart:before            { content: "\f080"; }
+.icon-twitter-sign:before         { content: "\f081"; }
+.icon-facebook-sign:before        { content: "\f082"; }
+.icon-camera-retro:before         { content: "\f083"; }
+.icon-key:before                  { content: "\f084"; }
+.icon-cogs:before                 { content: "\f085"; }
+.icon-comments:before             { content: "\f086"; }
+.icon-thumbs-up:before            { content: "\f087"; }
+.icon-thumbs-down:before          { content: "\f088"; }
+.icon-star-half:before            { content: "\f089"; }
+.icon-heart-empty:before          { content: "\f08a"; }
+.icon-signout:before              { content: "\f08b"; }
+.icon-linkedin-sign:before        { content: "\f08c"; }
+.icon-pushpin:before              { content: "\f08d"; }
+.icon-external-link:before        { content: "\f08e"; }
+
+.icon-signin:before               { content: "\f090"; }
+.icon-trophy:before               { content: "\f091"; }
+.icon-github-sign:before          { content: "\f092"; }
+.icon-upload-alt:before           { content: "\f093"; }
+.icon-lemon:before                { content: "\f094"; }
+.icon-phone:before                { content: "\f095"; }
+.icon-check-empty:before          { content: "\f096"; }
+.icon-bookmark-empty:before       { content: "\f097"; }
+.icon-phone-sign:before           { content: "\f098"; }
+.icon-twitter:before              { content: "\f099"; }
+.icon-facebook:before             { content: "\f09a"; }
+.icon-github:before               { content: "\f09b"; }
+.icon-unlock:before               { content: "\f09c"; }
+.icon-credit-card:before          { content: "\f09d"; }
+.icon-rss:before                  { content: "\f09e"; }
+
+.icon-hdd:before                  { content: "\f0a0"; }
+.icon-bullhorn:before             { content: "\f0a1"; }
+.icon-bell:before                 { content: "\f0a2"; }
+.icon-certificate:before          { content: "\f0a3"; }
+.icon-hand-right:before           { content: "\f0a4"; }
+.icon-hand-left:before            { content: "\f0a5"; }
+.icon-hand-up:before              { content: "\f0a6"; }
+.icon-hand-down:before            { content: "\f0a7"; }
+.icon-circle-arrow-left:before    { content: "\f0a8"; }
+.icon-circle-arrow-right:before   { content: "\f0a9"; }
+.icon-circle-arrow-up:before      { content: "\f0aa"; }
+.icon-circle-arrow-down:before    { content: "\f0ab"; }
+.icon-globe:before                { content: "\f0ac"; }
+.icon-wrench:before               { content: "\f0ad"; }
+.icon-tasks:before                { content: "\f0ae"; }
+
+.icon-filter:before               { content: "\f0b0"; }
+.icon-briefcase:before            { content: "\f0b1"; }
+.icon-fullscreen:before           { content: "\f0b2"; }
+
+.icon-group:before                { content: "\f0c0"; }
+.icon-link:before                 { content: "\f0c1"; }
+.icon-cloud:before                { content: "\f0c2"; }
+.icon-beaker:before               { content: "\f0c3"; }
+.icon-cut:before                  { content: "\f0c4"; }
+.icon-copy:before                 { content: "\f0c5"; }
+.icon-paper-clip:before           { content: "\f0c6"; }
+.icon-save:before                 { content: "\f0c7"; }
+.icon-sign-blank:before           { content: "\f0c8"; }
+.icon-reorder:before              { content: "\f0c9"; }
+.icon-list-ul:before              { content: "\f0ca"; }
+.icon-list-ol:before              { content: "\f0cb"; }
+.icon-strikethrough:before        { content: "\f0cc"; }
+.icon-underline:before            { content: "\f0cd"; }
+.icon-table:before                { content: "\f0ce"; }
+
+.icon-magic:before                { content: "\f0d0"; }
+.icon-truck:before                { content: "\f0d1"; }
+.icon-pinterest:before            { content: "\f0d2"; }
+.icon-pinterest-sign:before       { content: "\f0d3"; }
+.icon-google-plus-sign:before     { content: "\f0d4"; }
+.icon-google-plus:before          { content: "\f0d5"; }
+.icon-money:before                { content: "\f0d6"; }
+.icon-caret-down:before           { content: "\f0d7"; }
+.icon-caret-up:before             { content: "\f0d8"; }
+.icon-caret-left:before           { content: "\f0d9"; }
+.icon-caret-right:before          { content: "\f0da"; }
+.icon-columns:before              { content: "\f0db"; }
+.icon-sort:before                 { content: "\f0dc"; }
+.icon-sort-down:before            { content: "\f0dd"; }
+.icon-sort-up:before              { content: "\f0de"; }
+
+.icon-envelope-alt:before         { content: "\f0e0"; }
+.icon-linkedin:before             { content: "\f0e1"; }
+.icon-undo:before                 { content: "\f0e2"; }
+.icon-legal:before                { content: "\f0e3"; }
+.icon-dashboard:before            { content: "\f0e4"; }
+.icon-comment-alt:before          { content: "\f0e5"; }
+.icon-comments-alt:before         { content: "\f0e6"; }
+.icon-bolt:before                 { content: "\f0e7"; }
+.icon-sitemap:before              { content: "\f0e8"; }
+.icon-umbrella:before             { content: "\f0e9"; }
+.icon-paste:before                { content: "\f0ea"; }
+
+.icon-user-md:before              { content: "\f200"; }

Modified: websites/staging/cloudstack/trunk/content/cloudstack/develop/cloudstack-easy-tasks.html
==============================================================================
--- websites/staging/cloudstack/trunk/content/cloudstack/develop/cloudstack-easy-tasks.html (original)
+++ websites/staging/cloudstack/trunk/content/cloudstack/develop/cloudstack-easy-tasks.html Fri Nov  2 04:16:34 2012
@@ -1,72 +1,133 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-    <link href="/cloudstack/css/cloudstack.css" rel="stylesheet" type="text/css">
+<!DOCTYPE html>
+<html lang="en">
+  <head>
     <title></title>
-    <meta http-equiv="Content-Type" content="text/html; charset=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.
--->
-
-</head>
-
-<body>
-    <div id="banner">
-        <img alt="Apache CloudStack (Incubating)" src="/cloudstack/images/title_logo.png" />
-    </div>
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 
-    <div id="navigation">
-        <h1>About Apache CloudStack</h2>
-        <a href="/cloudstack/index.html">Home</a><br />
-        <a href="/cloudstack/news.html">News</a><br />
-        <a href="http://incubator.apache.org/projects/cloudstack.html">Incubator Status</a><br />
-        <a href="/cloudstack/downloads.html">Downloads</a><br />
-        <h1>Community</h1>
-        <a href="/cloudstack/develop/get-involved.html">Get Involved</a><br />
-        <a href="/cloudstack/cloudstack-faq.html">CloudStack FAQ</a><br />
-        <a href="/cloudstack/mailing-lists.html">Mailing Lists</a><br />
-        <a href="https://cwiki.apache.org/confluence/display/CLOUDSTACK/Events">Events &amp; Meetups</a><br />		
-        <h1>Development</h1>
-        <!-- <a href="/cloudstack/develop/getting-started.html">Getting Started</a><br /> -->
-        <a href="/cloudstack/develop/environment.html">Setting Up an Apache CloudStack Development Environment</a><br />
-        <a href="/cloudstack/develop/non-contributors.html">Contributing for Non-Committers</a><br />
-        <a href="/cloudstack/develop/developer-faq.html">Developer's FAQ</a><br />
-        <a href="/cloudstack/develop/coding-conventions.html">Coding Conventions</a><br />
-        <!-- <a href="/cloudstack/develop/cloudstack-easy-tasks.html">Easy Bugs/Tasks</a><br /> -->
-        <h1>Documentation</h1>
-        <a href="/cloudstack/docs">CloudStack Documentation</a><br />
-        <a href="http://cwiki.apache.org/confluence/display/CLOUDSTACK/Index">Apache CloudStack Wiki</a><br />
-        <a href="/cloudstack/docs/api/index.html">API Documentation</a></br />
-        <h1>Apache Software Foundation (ASF)</h1>
-        <a href="http://www.apache.org/">Apache Software Foundation</a><br />
-        <a href="http://www.apache.org/foundation/thanks.html">ASF Sponsors</a><br />
-        <a href="http://www.apache.org/security/">Security</a><br />
-        <img alt="Apache Incubator" src="http://incubator.apache.org/images/egg-logo.png" width="165"/>
+    <link href="/cloudstack/css/bootstrap.css" rel="stylesheet">
+    <link href="/cloudstack/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="/cloudstack/css/font-awesome.css" rel="stylesheet">
+
+    
+
+    
+    
+        <!-- Twitter Bootstrap and jQuery after this line. -->
+        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="js/bootstrap.js"</script>
+        <script>
+            $('.dropdown-toggle').dropdown();
+            $('.nav-collapse').collapse();
+        </script>
+  </head>
+  <body>
+
+    <div class="navbar navbar-inverse navbar-fixed-top">
+      <div class="navbar-inner">
+          <a href="/cloudstack/index.html"><img class="logo" src="/cloudstack/images/logo-sm.png"></a>
+          <div class="navbar-search">
+              <form name="search" id="search" action="http://www.google.com/search" method="get">
+                  <input value="incubator.apache.org/cloudstack" name="sitesearch" type="hidden"/> 
+                  <input class="span2" type="text" name="q" id="query">
+                  <button type="submit" id="submit">Search <i class="icon-search"></i></button>
+              </form>
+          </div>
+      </div>
     </div>
 
-    <div id="content">
-        
+    <header class="main" id="overview">
+    <div class="container">
     </div>
+    </header>
 
-    <div id="footer">
-        <div class="copyright">
-            <p>Copyright &copy; 2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> 
-            <p>Apache and the Apache feather logos are trademarks of The Apache Software Foundation. </p>
+    <div class="container-fluid">
+        <div class="row-fluid">
+            <div class="span3">
+                <ul class="nav nav-list navbar well">
+                    <li>
+                    <h4>Sitemap
+                        <i class="icon-sitemap"></i>
+                    </h4></li>
+                    <hr>
+                    <li><h5>About CloudStack</h5></li>
+                    <li><a href="/cloudstack/news.html">
+                        <i class="icon-chevron-right"></i>
+                    News</a></li>
+                <li><a href="https://blogs.apache.org/cloudstack/">
+                    <i class="icon-chevron-right"></i>
+                    Blog
+                </a></li>
+                <li><a href="/cloudstack/downloads.html">
+                    <i class="icon-chevron-right"></i>
+                    Downloads 
+                </a></li>
+                <hr>
+                <li><h5>Community</h5></li>
+                <li><a href="/cloudstack/develop/get-involved.html">
+                    <i class="icon-chevron-right"></i>
+                    Get Involved
+                </a></li>
+                <li><a href="/cloudstack/cloudstack-faq.html">
+                    <i class="icon-chevron-right"></i>
+                    CloudStack FAQ
+                </a></li>
+                <li><a href="/cloudstack/mailing-lists.html">
+                    <i class="icon-chevron-right"></i>
+                    Mailing Lists</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/CLOUDSTACK/Events">
+                    <i class="icon-chevron-right"></i>
+                    Events &amp; Meetups</a></li>
+                <hr>
+                <li><h5>Development</h5></li>
+                <li><a href="/cloudstack/develop/environment.html">
+                    <i class="icon-chevron-right"></i>
+                    Development Environment</a></li>
+                <li><a href="/cloudstack/develop/non-contributors.html">
+                    <i class="icon-chevron-right"></i>
+                    Contributing for Non-Committers</a></li>
+                <li><a href="/cloudstack/develop/developer-faq.html">
+                    <i class="icon-chevron-right"></i>
+                    Developer's FAQ</a></li>
+                <li><a href="/cloudstack/develop/coding-conventions.html">
+                    <i class="icon-chevron-right"></i>
+                    Coding Conventions</a></li>
+                <hr>
+                <li><h5>Documentation</h5></li>
+                <li><a href="/cloudstack/docs">
+                    <i class="icon-chevron-right"></i>
+                    CloudStack Documentation</a></li>
+                <li><a href="http://cwiki.apache.org/confluence/display/CLOUDSTACK/Index">
+                    <i class="icon-chevron-right"></i>
+                    Apache CloudStack Wiki</a></li>
+                <li><a href="/cloudstack/docs/api/index.html">
+                    <i class="icon-chevron-right"></i>
+                    API Documentation</a></li>
+                <hr>
+                <li><h5>Apache Software Foundation</h5></li>
+                <li><a href="http://www.apache.org/">
+                    <i class="icon-chevron-right"></i>
+                    Apache Software Foundation</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">
+                    <i class="icon-chevron-right"></i>
+                    ASF Sponsors</a></li>
+                <li><a href="http://www.apache.org/security/">
+                    <i class="icon-chevron-right"></i>
+                    Security</a></li>
+                <hr>
+                <a href="http://incubator.apache.org/"><img class="egg" alt="Apache Incubator" src="http://incubator.apache.org/images/egg-logo.png" width="165"/></a>
+                </ul>
+            </div>
+            <div class="span9">
+        <p>  </p>
+            </div>
         </div>
+
+      <hr>
+      <footer>
+      <p>Copyright © 2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache and the Apache feather logos are trademarks of The Apache Software Foundation.</p>
+      </footer>
     </div>
-</body>
+
+  </body>
 </html>

Modified: websites/staging/cloudstack/trunk/content/cloudstack/develop/coding-conventions.html
==============================================================================
--- websites/staging/cloudstack/trunk/content/cloudstack/develop/coding-conventions.html (original)
+++ websites/staging/cloudstack/trunk/content/cloudstack/develop/coding-conventions.html Fri Nov  2 04:16:34 2012
@@ -1,65 +1,125 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-    <link href="/cloudstack/css/cloudstack.css" rel="stylesheet" type="text/css">
+<!DOCTYPE html>
+<html lang="en">
+  <head>
     <title>Coding Conventions for Apache CloudStack</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=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.
--->
-
-</head>
-
-<body>
-    <div id="banner">
-        <img alt="Apache CloudStack (Incubating)" src="/cloudstack/images/title_logo.png" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+
+    <link href="/cloudstack/css/bootstrap.css" rel="stylesheet">
+    <link href="/cloudstack/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="/cloudstack/css/font-awesome.css" rel="stylesheet">
+
+    
+
+    
+    
+        <!-- Twitter Bootstrap and jQuery after this line. -->
+        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="js/bootstrap.js"</script>
+        <script>
+            $('.dropdown-toggle').dropdown();
+            $('.nav-collapse').collapse();
+        </script>
+  </head>
+  <body>
+
+    <div class="navbar navbar-inverse navbar-fixed-top">
+      <div class="navbar-inner">
+          <a href="/cloudstack/index.html"><img class="logo" src="/cloudstack/images/logo-sm.png"></a>
+          <div class="navbar-search">
+              <form name="search" id="search" action="http://www.google.com/search" method="get">
+                  <input value="incubator.apache.org/cloudstack" name="sitesearch" type="hidden"/> 
+                  <input class="span2" type="text" name="q" id="query">
+                  <button type="submit" id="submit">Search <i class="icon-search"></i></button>
+              </form>
+          </div>
+      </div>
     </div>
 
-    <div id="navigation">
-        <h1>About Apache CloudStack</h2>
-        <a href="/cloudstack/index.html">Home</a><br />
-        <a href="/cloudstack/news.html">News</a><br />
-        <a href="http://incubator.apache.org/projects/cloudstack.html">Incubator Status</a><br />
-        <a href="/cloudstack/downloads.html">Downloads</a><br />
-        <h1>Community</h1>
-        <a href="/cloudstack/develop/get-involved.html">Get Involved</a><br />
-        <a href="/cloudstack/cloudstack-faq.html">CloudStack FAQ</a><br />
-        <a href="/cloudstack/mailing-lists.html">Mailing Lists</a><br />
-        <a href="https://cwiki.apache.org/confluence/display/CLOUDSTACK/Events">Events &amp; Meetups</a><br />		
-        <h1>Development</h1>
-        <!-- <a href="/cloudstack/develop/getting-started.html">Getting Started</a><br /> -->
-        <a href="/cloudstack/develop/environment.html">Setting Up an Apache CloudStack Development Environment</a><br />
-        <a href="/cloudstack/develop/non-contributors.html">Contributing for Non-Committers</a><br />
-        <a href="/cloudstack/develop/developer-faq.html">Developer's FAQ</a><br />
-        <a href="/cloudstack/develop/coding-conventions.html">Coding Conventions</a><br />
-        <!-- <a href="/cloudstack/develop/cloudstack-easy-tasks.html">Easy Bugs/Tasks</a><br /> -->
-        <h1>Documentation</h1>
-        <a href="/cloudstack/docs">CloudStack Documentation</a><br />
-        <a href="http://cwiki.apache.org/confluence/display/CLOUDSTACK/Index">Apache CloudStack Wiki</a><br />
-        <a href="/cloudstack/docs/api/index.html">API Documentation</a></br />
-        <h1>Apache Software Foundation (ASF)</h1>
-        <a href="http://www.apache.org/">Apache Software Foundation</a><br />
-        <a href="http://www.apache.org/foundation/thanks.html">ASF Sponsors</a><br />
-        <a href="http://www.apache.org/security/">Security</a><br />
-        <img alt="Apache Incubator" src="http://incubator.apache.org/images/egg-logo.png" width="165"/>
+    <header class="main" id="overview">
+    <div class="container">
     </div>
+    </header>
 
-    <div id="content">
-        <h1 id="overview">Overview</h1>
+    <div class="container-fluid">
+        <div class="row-fluid">
+            <div class="span3">
+                <ul class="nav nav-list navbar well">
+                    <li>
+                    <h4>Sitemap
+                        <i class="icon-sitemap"></i>
+                    </h4></li>
+                    <hr>
+                    <li><h5>About CloudStack</h5></li>
+                    <li><a href="/cloudstack/news.html">
+                        <i class="icon-chevron-right"></i>
+                    News</a></li>
+                <li><a href="https://blogs.apache.org/cloudstack/">
+                    <i class="icon-chevron-right"></i>
+                    Blog
+                </a></li>
+                <li><a href="/cloudstack/downloads.html">
+                    <i class="icon-chevron-right"></i>
+                    Downloads 
+                </a></li>
+                <hr>
+                <li><h5>Community</h5></li>
+                <li><a href="/cloudstack/develop/get-involved.html">
+                    <i class="icon-chevron-right"></i>
+                    Get Involved
+                </a></li>
+                <li><a href="/cloudstack/cloudstack-faq.html">
+                    <i class="icon-chevron-right"></i>
+                    CloudStack FAQ
+                </a></li>
+                <li><a href="/cloudstack/mailing-lists.html">
+                    <i class="icon-chevron-right"></i>
+                    Mailing Lists</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/CLOUDSTACK/Events">
+                    <i class="icon-chevron-right"></i>
+                    Events &amp; Meetups</a></li>
+                <hr>
+                <li><h5>Development</h5></li>
+                <li><a href="/cloudstack/develop/environment.html">
+                    <i class="icon-chevron-right"></i>
+                    Development Environment</a></li>
+                <li><a href="/cloudstack/develop/non-contributors.html">
+                    <i class="icon-chevron-right"></i>
+                    Contributing for Non-Committers</a></li>
+                <li><a href="/cloudstack/develop/developer-faq.html">
+                    <i class="icon-chevron-right"></i>
+                    Developer's FAQ</a></li>
+                <li><a href="/cloudstack/develop/coding-conventions.html">
+                    <i class="icon-chevron-right"></i>
+                    Coding Conventions</a></li>
+                <hr>
+                <li><h5>Documentation</h5></li>
+                <li><a href="/cloudstack/docs">
+                    <i class="icon-chevron-right"></i>
+                    CloudStack Documentation</a></li>
+                <li><a href="http://cwiki.apache.org/confluence/display/CLOUDSTACK/Index">
+                    <i class="icon-chevron-right"></i>
+                    Apache CloudStack Wiki</a></li>
+                <li><a href="/cloudstack/docs/api/index.html">
+                    <i class="icon-chevron-right"></i>
+                    API Documentation</a></li>
+                <hr>
+                <li><h5>Apache Software Foundation</h5></li>
+                <li><a href="http://www.apache.org/">
+                    <i class="icon-chevron-right"></i>
+                    Apache Software Foundation</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">
+                    <i class="icon-chevron-right"></i>
+                    ASF Sponsors</a></li>
+                <li><a href="http://www.apache.org/security/">
+                    <i class="icon-chevron-right"></i>
+                    Security</a></li>
+                <hr>
+                <a href="http://incubator.apache.org/"><img class="egg" alt="Apache Incubator" src="http://incubator.apache.org/images/egg-logo.png" width="165"/></a>
+                </ul>
+            </div>
+            <div class="span9">
+        <p> <h1 id="overview">Overview</h1>
 <p>This document covers coding style common in Cloudstack development. It covers coding in Java, shell script, Python and database naming conventions. It does not always cover coding best practices (although there will be some overlap).</p>
 <p>Although the document talks mostly about conventions, certain items are ‘must’ while others are ‘should’ and ‘can’.</p>
 <p>In all cases, correctness of the code is paramount, followed by readability, followed by these conventions.</p>
@@ -193,14 +253,15 @@ if (condition) {
 <ul>
 <li><a href="http://geosoft.no/development/javastyle.html">Java Programming Style Guidelines</a></li>
 <li><a href="http://www.oracle.com/technetwork/java/codeconvtoc-136057.html">Java Code Conventions</a></li>
-</ul>
-    </div>
-
-    <div id="footer">
-        <div class="copyright">
-            <p>Copyright &copy; 2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> 
-            <p>Apache and the Apache feather logos are trademarks of The Apache Software Foundation. </p>
+</ul> </p>
+            </div>
         </div>
+
+      <hr>
+      <footer>
+      <p>Copyright © 2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache and the Apache feather logos are trademarks of The Apache Software Foundation.</p>
+      </footer>
     </div>
-</body>
+
+  </body>
 </html>

Modified: websites/staging/cloudstack/trunk/content/cloudstack/develop/developer-faq.html
==============================================================================
--- websites/staging/cloudstack/trunk/content/cloudstack/develop/developer-faq.html (original)
+++ websites/staging/cloudstack/trunk/content/cloudstack/develop/developer-faq.html Fri Nov  2 04:16:34 2012
@@ -1,65 +1,125 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-    <link href="/cloudstack/css/cloudstack.css" rel="stylesheet" type="text/css">
+<!DOCTYPE html>
+<html lang="en">
+  <head>
     <title>Apache CloudStack (Incubating) Developer&#39;s FAQ</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=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.
--->
-
-</head>
-
-<body>
-    <div id="banner">
-        <img alt="Apache CloudStack (Incubating)" src="/cloudstack/images/title_logo.png" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+
+    <link href="/cloudstack/css/bootstrap.css" rel="stylesheet">
+    <link href="/cloudstack/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="/cloudstack/css/font-awesome.css" rel="stylesheet">
+
+    
+
+    
+    
+        <!-- Twitter Bootstrap and jQuery after this line. -->
+        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="js/bootstrap.js"</script>
+        <script>
+            $('.dropdown-toggle').dropdown();
+            $('.nav-collapse').collapse();
+        </script>
+  </head>
+  <body>
+
+    <div class="navbar navbar-inverse navbar-fixed-top">
+      <div class="navbar-inner">
+          <a href="/cloudstack/index.html"><img class="logo" src="/cloudstack/images/logo-sm.png"></a>
+          <div class="navbar-search">
+              <form name="search" id="search" action="http://www.google.com/search" method="get">
+                  <input value="incubator.apache.org/cloudstack" name="sitesearch" type="hidden"/> 
+                  <input class="span2" type="text" name="q" id="query">
+                  <button type="submit" id="submit">Search <i class="icon-search"></i></button>
+              </form>
+          </div>
+      </div>
     </div>
 
-    <div id="navigation">
-        <h1>About Apache CloudStack</h2>
-        <a href="/cloudstack/index.html">Home</a><br />
-        <a href="/cloudstack/news.html">News</a><br />
-        <a href="http://incubator.apache.org/projects/cloudstack.html">Incubator Status</a><br />
-        <a href="/cloudstack/downloads.html">Downloads</a><br />
-        <h1>Community</h1>
-        <a href="/cloudstack/develop/get-involved.html">Get Involved</a><br />
-        <a href="/cloudstack/cloudstack-faq.html">CloudStack FAQ</a><br />
-        <a href="/cloudstack/mailing-lists.html">Mailing Lists</a><br />
-        <a href="https://cwiki.apache.org/confluence/display/CLOUDSTACK/Events">Events &amp; Meetups</a><br />		
-        <h1>Development</h1>
-        <!-- <a href="/cloudstack/develop/getting-started.html">Getting Started</a><br /> -->
-        <a href="/cloudstack/develop/environment.html">Setting Up an Apache CloudStack Development Environment</a><br />
-        <a href="/cloudstack/develop/non-contributors.html">Contributing for Non-Committers</a><br />
-        <a href="/cloudstack/develop/developer-faq.html">Developer's FAQ</a><br />
-        <a href="/cloudstack/develop/coding-conventions.html">Coding Conventions</a><br />
-        <!-- <a href="/cloudstack/develop/cloudstack-easy-tasks.html">Easy Bugs/Tasks</a><br /> -->
-        <h1>Documentation</h1>
-        <a href="/cloudstack/docs">CloudStack Documentation</a><br />
-        <a href="http://cwiki.apache.org/confluence/display/CLOUDSTACK/Index">Apache CloudStack Wiki</a><br />
-        <a href="/cloudstack/docs/api/index.html">API Documentation</a></br />
-        <h1>Apache Software Foundation (ASF)</h1>
-        <a href="http://www.apache.org/">Apache Software Foundation</a><br />
-        <a href="http://www.apache.org/foundation/thanks.html">ASF Sponsors</a><br />
-        <a href="http://www.apache.org/security/">Security</a><br />
-        <img alt="Apache Incubator" src="http://incubator.apache.org/images/egg-logo.png" width="165"/>
+    <header class="main" id="overview">
+    <div class="container">
     </div>
+    </header>
 
-    <div id="content">
-        <h1 id="apache-cloudstack-incubating-developers-faq">Apache CloudStack (Incubating) Developer's FAQ</h1>
+    <div class="container-fluid">
+        <div class="row-fluid">
+            <div class="span3">
+                <ul class="nav nav-list navbar well">
+                    <li>
+                    <h4>Sitemap
+                        <i class="icon-sitemap"></i>
+                    </h4></li>
+                    <hr>
+                    <li><h5>About CloudStack</h5></li>
+                    <li><a href="/cloudstack/news.html">
+                        <i class="icon-chevron-right"></i>
+                    News</a></li>
+                <li><a href="https://blogs.apache.org/cloudstack/">
+                    <i class="icon-chevron-right"></i>
+                    Blog
+                </a></li>
+                <li><a href="/cloudstack/downloads.html">
+                    <i class="icon-chevron-right"></i>
+                    Downloads 
+                </a></li>
+                <hr>
+                <li><h5>Community</h5></li>
+                <li><a href="/cloudstack/develop/get-involved.html">
+                    <i class="icon-chevron-right"></i>
+                    Get Involved
+                </a></li>
+                <li><a href="/cloudstack/cloudstack-faq.html">
+                    <i class="icon-chevron-right"></i>
+                    CloudStack FAQ
+                </a></li>
+                <li><a href="/cloudstack/mailing-lists.html">
+                    <i class="icon-chevron-right"></i>
+                    Mailing Lists</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/CLOUDSTACK/Events">
+                    <i class="icon-chevron-right"></i>
+                    Events &amp; Meetups</a></li>
+                <hr>
+                <li><h5>Development</h5></li>
+                <li><a href="/cloudstack/develop/environment.html">
+                    <i class="icon-chevron-right"></i>
+                    Development Environment</a></li>
+                <li><a href="/cloudstack/develop/non-contributors.html">
+                    <i class="icon-chevron-right"></i>
+                    Contributing for Non-Committers</a></li>
+                <li><a href="/cloudstack/develop/developer-faq.html">
+                    <i class="icon-chevron-right"></i>
+                    Developer's FAQ</a></li>
+                <li><a href="/cloudstack/develop/coding-conventions.html">
+                    <i class="icon-chevron-right"></i>
+                    Coding Conventions</a></li>
+                <hr>
+                <li><h5>Documentation</h5></li>
+                <li><a href="/cloudstack/docs">
+                    <i class="icon-chevron-right"></i>
+                    CloudStack Documentation</a></li>
+                <li><a href="http://cwiki.apache.org/confluence/display/CLOUDSTACK/Index">
+                    <i class="icon-chevron-right"></i>
+                    Apache CloudStack Wiki</a></li>
+                <li><a href="/cloudstack/docs/api/index.html">
+                    <i class="icon-chevron-right"></i>
+                    API Documentation</a></li>
+                <hr>
+                <li><h5>Apache Software Foundation</h5></li>
+                <li><a href="http://www.apache.org/">
+                    <i class="icon-chevron-right"></i>
+                    Apache Software Foundation</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">
+                    <i class="icon-chevron-right"></i>
+                    ASF Sponsors</a></li>
+                <li><a href="http://www.apache.org/security/">
+                    <i class="icon-chevron-right"></i>
+                    Security</a></li>
+                <hr>
+                <a href="http://incubator.apache.org/"><img class="egg" alt="Apache Incubator" src="http://incubator.apache.org/images/egg-logo.png" width="165"/></a>
+                </ul>
+            </div>
+            <div class="span9">
+        <p> <h1 id="apache-cloudstack-incubating-developers-faq">Apache CloudStack (Incubating) Developer's FAQ</h1>
 <p>This page is for Frequently Asked Questions (FAQ) about developing Apache CloudStack. For questions about the project in general and its use, please see the <a href="/cloudstack/cloudstack-faq.html">CloudStack FAQ</a>. </p>
 <p>Have a question that's not answered here? You might want to ask on the <a href="/cloudstack/mailing-lists.html">cloudstack-dev mailing list</a>.</p>
 <ul>
@@ -81,14 +141,15 @@ limitations under the License.
 <p><a name="noncommit"></a>Yes, of course. We welcome patches from non-committers. See the <a href="/cloudstack/develop/non-contributors.html">guide to committing to Apache CloudStack as a non-committer</a> for more information.</p>
 <h2 id="my-question-isnt-answered-here">My question isn't answered here.</h2>
 <p><a name="myq"></a>That's a statement, not a question. Seriously, though, we're happy to update the FAQ as we learn more about the questions developers have about working with Apache CloudStack.<br />
-</p>
-    </div>
-
-    <div id="footer">
-        <div class="copyright">
-            <p>Copyright &copy; 2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> 
-            <p>Apache and the Apache feather logos are trademarks of The Apache Software Foundation. </p>
+</p> </p>
+            </div>
         </div>
+
+      <hr>
+      <footer>
+      <p>Copyright © 2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache and the Apache feather logos are trademarks of The Apache Software Foundation.</p>
+      </footer>
     </div>
-</body>
+
+  </body>
 </html>

Modified: websites/staging/cloudstack/trunk/content/cloudstack/develop/environment.html
==============================================================================
--- websites/staging/cloudstack/trunk/content/cloudstack/develop/environment.html (original)
+++ websites/staging/cloudstack/trunk/content/cloudstack/develop/environment.html Fri Nov  2 04:16:34 2012
@@ -1,65 +1,125 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-    <link href="/cloudstack/css/cloudstack.css" rel="stylesheet" type="text/css">
+<!DOCTYPE html>
+<html lang="en">
+  <head>
     <title>Setting Up an Apache CloudStack (Incubating) Development Environment</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=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.
--->
-
-</head>
-
-<body>
-    <div id="banner">
-        <img alt="Apache CloudStack (Incubating)" src="/cloudstack/images/title_logo.png" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+
+    <link href="/cloudstack/css/bootstrap.css" rel="stylesheet">
+    <link href="/cloudstack/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="/cloudstack/css/font-awesome.css" rel="stylesheet">
+
+    
+
+    
+    
+        <!-- Twitter Bootstrap and jQuery after this line. -->
+        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="js/bootstrap.js"</script>
+        <script>
+            $('.dropdown-toggle').dropdown();
+            $('.nav-collapse').collapse();
+        </script>
+  </head>
+  <body>
+
+    <div class="navbar navbar-inverse navbar-fixed-top">
+      <div class="navbar-inner">
+          <a href="/cloudstack/index.html"><img class="logo" src="/cloudstack/images/logo-sm.png"></a>
+          <div class="navbar-search">
+              <form name="search" id="search" action="http://www.google.com/search" method="get">
+                  <input value="incubator.apache.org/cloudstack" name="sitesearch" type="hidden"/> 
+                  <input class="span2" type="text" name="q" id="query">
+                  <button type="submit" id="submit">Search <i class="icon-search"></i></button>
+              </form>
+          </div>
+      </div>
     </div>
 
-    <div id="navigation">
-        <h1>About Apache CloudStack</h2>
-        <a href="/cloudstack/index.html">Home</a><br />
-        <a href="/cloudstack/news.html">News</a><br />
-        <a href="http://incubator.apache.org/projects/cloudstack.html">Incubator Status</a><br />
-        <a href="/cloudstack/downloads.html">Downloads</a><br />
-        <h1>Community</h1>
-        <a href="/cloudstack/develop/get-involved.html">Get Involved</a><br />
-        <a href="/cloudstack/cloudstack-faq.html">CloudStack FAQ</a><br />
-        <a href="/cloudstack/mailing-lists.html">Mailing Lists</a><br />
-        <a href="https://cwiki.apache.org/confluence/display/CLOUDSTACK/Events">Events &amp; Meetups</a><br />		
-        <h1>Development</h1>
-        <!-- <a href="/cloudstack/develop/getting-started.html">Getting Started</a><br /> -->
-        <a href="/cloudstack/develop/environment.html">Setting Up an Apache CloudStack Development Environment</a><br />
-        <a href="/cloudstack/develop/non-contributors.html">Contributing for Non-Committers</a><br />
-        <a href="/cloudstack/develop/developer-faq.html">Developer's FAQ</a><br />
-        <a href="/cloudstack/develop/coding-conventions.html">Coding Conventions</a><br />
-        <!-- <a href="/cloudstack/develop/cloudstack-easy-tasks.html">Easy Bugs/Tasks</a><br /> -->
-        <h1>Documentation</h1>
-        <a href="/cloudstack/docs">CloudStack Documentation</a><br />
-        <a href="http://cwiki.apache.org/confluence/display/CLOUDSTACK/Index">Apache CloudStack Wiki</a><br />
-        <a href="/cloudstack/docs/api/index.html">API Documentation</a></br />
-        <h1>Apache Software Foundation (ASF)</h1>
-        <a href="http://www.apache.org/">Apache Software Foundation</a><br />
-        <a href="http://www.apache.org/foundation/thanks.html">ASF Sponsors</a><br />
-        <a href="http://www.apache.org/security/">Security</a><br />
-        <img alt="Apache Incubator" src="http://incubator.apache.org/images/egg-logo.png" width="165"/>
+    <header class="main" id="overview">
+    <div class="container">
     </div>
+    </header>
 
-    <div id="content">
-        <h1 id="setting-up-an-apache-cloudstack-development-environment">Setting Up an Apache CloudStack Development Environment</h1>
+    <div class="container-fluid">
+        <div class="row-fluid">
+            <div class="span3">
+                <ul class="nav nav-list navbar well">
+                    <li>
+                    <h4>Sitemap
+                        <i class="icon-sitemap"></i>
+                    </h4></li>
+                    <hr>
+                    <li><h5>About CloudStack</h5></li>
+                    <li><a href="/cloudstack/news.html">
+                        <i class="icon-chevron-right"></i>
+                    News</a></li>
+                <li><a href="https://blogs.apache.org/cloudstack/">
+                    <i class="icon-chevron-right"></i>
+                    Blog
+                </a></li>
+                <li><a href="/cloudstack/downloads.html">
+                    <i class="icon-chevron-right"></i>
+                    Downloads 
+                </a></li>
+                <hr>
+                <li><h5>Community</h5></li>
+                <li><a href="/cloudstack/develop/get-involved.html">
+                    <i class="icon-chevron-right"></i>
+                    Get Involved
+                </a></li>
+                <li><a href="/cloudstack/cloudstack-faq.html">
+                    <i class="icon-chevron-right"></i>
+                    CloudStack FAQ
+                </a></li>
+                <li><a href="/cloudstack/mailing-lists.html">
+                    <i class="icon-chevron-right"></i>
+                    Mailing Lists</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/CLOUDSTACK/Events">
+                    <i class="icon-chevron-right"></i>
+                    Events &amp; Meetups</a></li>
+                <hr>
+                <li><h5>Development</h5></li>
+                <li><a href="/cloudstack/develop/environment.html">
+                    <i class="icon-chevron-right"></i>
+                    Development Environment</a></li>
+                <li><a href="/cloudstack/develop/non-contributors.html">
+                    <i class="icon-chevron-right"></i>
+                    Contributing for Non-Committers</a></li>
+                <li><a href="/cloudstack/develop/developer-faq.html">
+                    <i class="icon-chevron-right"></i>
+                    Developer's FAQ</a></li>
+                <li><a href="/cloudstack/develop/coding-conventions.html">
+                    <i class="icon-chevron-right"></i>
+                    Coding Conventions</a></li>
+                <hr>
+                <li><h5>Documentation</h5></li>
+                <li><a href="/cloudstack/docs">
+                    <i class="icon-chevron-right"></i>
+                    CloudStack Documentation</a></li>
+                <li><a href="http://cwiki.apache.org/confluence/display/CLOUDSTACK/Index">
+                    <i class="icon-chevron-right"></i>
+                    Apache CloudStack Wiki</a></li>
+                <li><a href="/cloudstack/docs/api/index.html">
+                    <i class="icon-chevron-right"></i>
+                    API Documentation</a></li>
+                <hr>
+                <li><h5>Apache Software Foundation</h5></li>
+                <li><a href="http://www.apache.org/">
+                    <i class="icon-chevron-right"></i>
+                    Apache Software Foundation</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">
+                    <i class="icon-chevron-right"></i>
+                    ASF Sponsors</a></li>
+                <li><a href="http://www.apache.org/security/">
+                    <i class="icon-chevron-right"></i>
+                    Security</a></li>
+                <hr>
+                <a href="http://incubator.apache.org/"><img class="egg" alt="Apache Incubator" src="http://incubator.apache.org/images/egg-logo.png" width="165"/></a>
+                </ul>
+            </div>
+            <div class="span9">
+        <p> <h1 id="setting-up-an-apache-cloudstack-development-environment">Setting Up an Apache CloudStack Development Environment</h1>
 <p>Want to set up an Apache CloudStack development environment? We'll show you how to set up a development environment under Linux with Eclipse as the IDE.</p>
 <h2 id="getting-source">Getting Source</h2>
 <p>CloudStack uses git for source version control, if you know little about git, http://book.git-scm.com/ is a good start. Once you have git setup on your machine, pull source with:</p>
@@ -125,14 +185,15 @@ limitations under the License.
 <p>or</p>
 <p><code>http://ip_address_where_cloudstack_is_running:8080/client</code></p>
 <p><strong>Note</strong>: If you have iptables enabled, you may have to open the ports used by CloudStack. Specifically, ports 8080, 8250, and 9090.</p>
-<p>If you've run into any problems with this, please ask on the cloudstack-dev <a href="/cloudstack/mailing-lists.html">mailing list</a>.</p>
-    </div>
-
-    <div id="footer">
-        <div class="copyright">
-            <p>Copyright &copy; 2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> 
-            <p>Apache and the Apache feather logos are trademarks of The Apache Software Foundation. </p>
+<p>If you've run into any problems with this, please ask on the cloudstack-dev <a href="/cloudstack/mailing-lists.html">mailing list</a>.</p> </p>
+            </div>
         </div>
+
+      <hr>
+      <footer>
+      <p>Copyright © 2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache and the Apache feather logos are trademarks of The Apache Software Foundation.</p>
+      </footer>
     </div>
-</body>
+
+  </body>
 </html>

Modified: websites/staging/cloudstack/trunk/content/cloudstack/develop/get-involved.html
==============================================================================
--- websites/staging/cloudstack/trunk/content/cloudstack/develop/get-involved.html (original)
+++ websites/staging/cloudstack/trunk/content/cloudstack/develop/get-involved.html Fri Nov  2 04:16:34 2012
@@ -1,77 +1,138 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-    <link href="/cloudstack/css/cloudstack.css" rel="stylesheet" type="text/css">
+<!DOCTYPE html>
+<html lang="en">
+  <head>
     <title>Get Involved</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=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.
--->
-
-</head>
-
-<body>
-    <div id="banner">
-        <img alt="Apache CloudStack (Incubating)" src="/cloudstack/images/title_logo.png" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+
+    <link href="/cloudstack/css/bootstrap.css" rel="stylesheet">
+    <link href="/cloudstack/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="/cloudstack/css/font-awesome.css" rel="stylesheet">
+
+    
+
+    
+    
+        <!-- Twitter Bootstrap and jQuery after this line. -->
+        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="js/bootstrap.js"</script>
+        <script>
+            $('.dropdown-toggle').dropdown();
+            $('.nav-collapse').collapse();
+        </script>
+  </head>
+  <body>
+
+    <div class="navbar navbar-inverse navbar-fixed-top">
+      <div class="navbar-inner">
+          <a href="/cloudstack/index.html"><img class="logo" src="/cloudstack/images/logo-sm.png"></a>
+          <div class="navbar-search">
+              <form name="search" id="search" action="http://www.google.com/search" method="get">
+                  <input value="incubator.apache.org/cloudstack" name="sitesearch" type="hidden"/> 
+                  <input class="span2" type="text" name="q" id="query">
+                  <button type="submit" id="submit">Search <i class="icon-search"></i></button>
+              </form>
+          </div>
+      </div>
     </div>
 
-    <div id="navigation">
-        <h1>About Apache CloudStack</h2>
-        <a href="/cloudstack/index.html">Home</a><br />
-        <a href="/cloudstack/news.html">News</a><br />
-        <a href="http://incubator.apache.org/projects/cloudstack.html">Incubator Status</a><br />
-        <a href="/cloudstack/downloads.html">Downloads</a><br />
-        <h1>Community</h1>
-        <a href="/cloudstack/develop/get-involved.html">Get Involved</a><br />
-        <a href="/cloudstack/cloudstack-faq.html">CloudStack FAQ</a><br />
-        <a href="/cloudstack/mailing-lists.html">Mailing Lists</a><br />
-        <a href="https://cwiki.apache.org/confluence/display/CLOUDSTACK/Events">Events &amp; Meetups</a><br />		
-        <h1>Development</h1>
-        <!-- <a href="/cloudstack/develop/getting-started.html">Getting Started</a><br /> -->
-        <a href="/cloudstack/develop/environment.html">Setting Up an Apache CloudStack Development Environment</a><br />
-        <a href="/cloudstack/develop/non-contributors.html">Contributing for Non-Committers</a><br />
-        <a href="/cloudstack/develop/developer-faq.html">Developer's FAQ</a><br />
-        <a href="/cloudstack/develop/coding-conventions.html">Coding Conventions</a><br />
-        <!-- <a href="/cloudstack/develop/cloudstack-easy-tasks.html">Easy Bugs/Tasks</a><br /> -->
-        <h1>Documentation</h1>
-        <a href="/cloudstack/docs">CloudStack Documentation</a><br />
-        <a href="http://cwiki.apache.org/confluence/display/CLOUDSTACK/Index">Apache CloudStack Wiki</a><br />
-        <a href="/cloudstack/docs/api/index.html">API Documentation</a></br />
-        <h1>Apache Software Foundation (ASF)</h1>
-        <a href="http://www.apache.org/">Apache Software Foundation</a><br />
-        <a href="http://www.apache.org/foundation/thanks.html">ASF Sponsors</a><br />
-        <a href="http://www.apache.org/security/">Security</a><br />
-        <img alt="Apache Incubator" src="http://incubator.apache.org/images/egg-logo.png" width="165"/>
+    <header class="main" id="overview">
+    <div class="container">
     </div>
+    </header>
 
-    <div id="content">
-        <h1 id="getting-involved-with-apache-cloudstack">Getting Involved with Apache CloudStack</h1>
+    <div class="container-fluid">
+        <div class="row-fluid">
+            <div class="span3">
+                <ul class="nav nav-list navbar well">
+                    <li>
+                    <h4>Sitemap
+                        <i class="icon-sitemap"></i>
+                    </h4></li>
+                    <hr>
+                    <li><h5>About CloudStack</h5></li>
+                    <li><a href="/cloudstack/news.html">
+                        <i class="icon-chevron-right"></i>
+                    News</a></li>
+                <li><a href="https://blogs.apache.org/cloudstack/">
+                    <i class="icon-chevron-right"></i>
+                    Blog
+                </a></li>
+                <li><a href="/cloudstack/downloads.html">
+                    <i class="icon-chevron-right"></i>
+                    Downloads 
+                </a></li>
+                <hr>
+                <li><h5>Community</h5></li>
+                <li><a href="/cloudstack/develop/get-involved.html">
+                    <i class="icon-chevron-right"></i>
+                    Get Involved
+                </a></li>
+                <li><a href="/cloudstack/cloudstack-faq.html">
+                    <i class="icon-chevron-right"></i>
+                    CloudStack FAQ
+                </a></li>
+                <li><a href="/cloudstack/mailing-lists.html">
+                    <i class="icon-chevron-right"></i>
+                    Mailing Lists</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/CLOUDSTACK/Events">
+                    <i class="icon-chevron-right"></i>
+                    Events &amp; Meetups</a></li>
+                <hr>
+                <li><h5>Development</h5></li>
+                <li><a href="/cloudstack/develop/environment.html">
+                    <i class="icon-chevron-right"></i>
+                    Development Environment</a></li>
+                <li><a href="/cloudstack/develop/non-contributors.html">
+                    <i class="icon-chevron-right"></i>
+                    Contributing for Non-Committers</a></li>
+                <li><a href="/cloudstack/develop/developer-faq.html">
+                    <i class="icon-chevron-right"></i>
+                    Developer's FAQ</a></li>
+                <li><a href="/cloudstack/develop/coding-conventions.html">
+                    <i class="icon-chevron-right"></i>
+                    Coding Conventions</a></li>
+                <hr>
+                <li><h5>Documentation</h5></li>
+                <li><a href="/cloudstack/docs">
+                    <i class="icon-chevron-right"></i>
+                    CloudStack Documentation</a></li>
+                <li><a href="http://cwiki.apache.org/confluence/display/CLOUDSTACK/Index">
+                    <i class="icon-chevron-right"></i>
+                    Apache CloudStack Wiki</a></li>
+                <li><a href="/cloudstack/docs/api/index.html">
+                    <i class="icon-chevron-right"></i>
+                    API Documentation</a></li>
+                <hr>
+                <li><h5>Apache Software Foundation</h5></li>
+                <li><a href="http://www.apache.org/">
+                    <i class="icon-chevron-right"></i>
+                    Apache Software Foundation</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">
+                    <i class="icon-chevron-right"></i>
+                    ASF Sponsors</a></li>
+                <li><a href="http://www.apache.org/security/">
+                    <i class="icon-chevron-right"></i>
+                    Security</a></li>
+                <hr>
+                <a href="http://incubator.apache.org/"><img class="egg" alt="Apache Incubator" src="http://incubator.apache.org/images/egg-logo.png" width="165"/></a>
+                </ul>
+            </div>
+            <div class="span9">
+        <p> <h1 id="getting-involved-with-apache-cloudstack">Getting Involved with Apache CloudStack</h1>
 <p>Interested in helping out with Apache CloudStack? Great! As an incubating project, we're building a solid foundation for community contribution and welcome contributions from anybody willing to work The Apache Way and make a contribution. </p>
 <p>Note that you <strong>do not have to be a developer</strong> in order to contribute to Apache CloudStack. We need folks to help with documentation, translation, promotion, and someone with snazzy Web design skills would not go amiss! Want to give a talk about Apache CloudStack, or even organize a CloudStack event? We're all ears.</p>
 <p>Developers, of course, are also welcome. See the <a href="/cloudstack/develop/non-contributors.html">Contributing as a Non-Committer</a> page, as well as the <a href="/cloudstack/develop/coding-conventions.html">Coding Conventions</a> page and <a href="/cloudstack/develop/developer-faq.html">Developer's FAQ</a>.</p>
 <h2 id="where-to-ask-for-help">Where To Ask For Help</h2>
-<p>Need some help getting started? Feel free to ask on the <a href="/cloudstack/mailing-lists.html">mailing list</a> or find us on the <strong>#CloudStack</strong> channel on irc.freenode.net. </p>
-    </div>
-
-    <div id="footer">
-        <div class="copyright">
-            <p>Copyright &copy; 2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> 
-            <p>Apache and the Apache feather logos are trademarks of The Apache Software Foundation. </p>
+<p>Need some help getting started? Feel free to ask on the <a href="/cloudstack/mailing-lists.html">mailing list</a> or find us on the <strong>#CloudStack</strong> channel on irc.freenode.net. </p> </p>
+            </div>
         </div>
+
+      <hr>
+      <footer>
+      <p>Copyright © 2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache and the Apache feather logos are trademarks of The Apache Software Foundation.</p>
+      </footer>
     </div>
-</body>
+
+  </body>
 </html>

Modified: websites/staging/cloudstack/trunk/content/cloudstack/develop/non-contributors.html
==============================================================================
--- websites/staging/cloudstack/trunk/content/cloudstack/develop/non-contributors.html (original)
+++ websites/staging/cloudstack/trunk/content/cloudstack/develop/non-contributors.html Fri Nov  2 04:16:34 2012
@@ -1,65 +1,125 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-    <link href="/cloudstack/css/cloudstack.css" rel="stylesheet" type="text/css">
+<!DOCTYPE html>
+<html lang="en">
+  <head>
     <title>Contributing to Apache CloudStack as a Non-Committer</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=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.
--->
-
-</head>
-
-<body>
-    <div id="banner">
-        <img alt="Apache CloudStack (Incubating)" src="/cloudstack/images/title_logo.png" />
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+
+    <link href="/cloudstack/css/bootstrap.css" rel="stylesheet">
+    <link href="/cloudstack/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="/cloudstack/css/font-awesome.css" rel="stylesheet">
+
+    
+
+    
+    
+        <!-- Twitter Bootstrap and jQuery after this line. -->
+        <script src="http://code.jquery.com/jquery-latest.js"></script>
+        <script src="js/bootstrap.js"</script>
+        <script>
+            $('.dropdown-toggle').dropdown();
+            $('.nav-collapse').collapse();
+        </script>
+  </head>
+  <body>
+
+    <div class="navbar navbar-inverse navbar-fixed-top">
+      <div class="navbar-inner">
+          <a href="/cloudstack/index.html"><img class="logo" src="/cloudstack/images/logo-sm.png"></a>
+          <div class="navbar-search">
+              <form name="search" id="search" action="http://www.google.com/search" method="get">
+                  <input value="incubator.apache.org/cloudstack" name="sitesearch" type="hidden"/> 
+                  <input class="span2" type="text" name="q" id="query">
+                  <button type="submit" id="submit">Search <i class="icon-search"></i></button>
+              </form>
+          </div>
+      </div>
     </div>
 
-    <div id="navigation">
-        <h1>About Apache CloudStack</h2>
-        <a href="/cloudstack/index.html">Home</a><br />
-        <a href="/cloudstack/news.html">News</a><br />
-        <a href="http://incubator.apache.org/projects/cloudstack.html">Incubator Status</a><br />
-        <a href="/cloudstack/downloads.html">Downloads</a><br />
-        <h1>Community</h1>
-        <a href="/cloudstack/develop/get-involved.html">Get Involved</a><br />
-        <a href="/cloudstack/cloudstack-faq.html">CloudStack FAQ</a><br />
-        <a href="/cloudstack/mailing-lists.html">Mailing Lists</a><br />
-        <a href="https://cwiki.apache.org/confluence/display/CLOUDSTACK/Events">Events &amp; Meetups</a><br />		
-        <h1>Development</h1>
-        <!-- <a href="/cloudstack/develop/getting-started.html">Getting Started</a><br /> -->
-        <a href="/cloudstack/develop/environment.html">Setting Up an Apache CloudStack Development Environment</a><br />
-        <a href="/cloudstack/develop/non-contributors.html">Contributing for Non-Committers</a><br />
-        <a href="/cloudstack/develop/developer-faq.html">Developer's FAQ</a><br />
-        <a href="/cloudstack/develop/coding-conventions.html">Coding Conventions</a><br />
-        <!-- <a href="/cloudstack/develop/cloudstack-easy-tasks.html">Easy Bugs/Tasks</a><br /> -->
-        <h1>Documentation</h1>
-        <a href="/cloudstack/docs">CloudStack Documentation</a><br />
-        <a href="http://cwiki.apache.org/confluence/display/CLOUDSTACK/Index">Apache CloudStack Wiki</a><br />
-        <a href="/cloudstack/docs/api/index.html">API Documentation</a></br />
-        <h1>Apache Software Foundation (ASF)</h1>
-        <a href="http://www.apache.org/">Apache Software Foundation</a><br />
-        <a href="http://www.apache.org/foundation/thanks.html">ASF Sponsors</a><br />
-        <a href="http://www.apache.org/security/">Security</a><br />
-        <img alt="Apache Incubator" src="http://incubator.apache.org/images/egg-logo.png" width="165"/>
+    <header class="main" id="overview">
+    <div class="container">
     </div>
+    </header>
 
-    <div id="content">
-        <h1 id="contributing-to-apache-cloudstack-as-a-non-committer">Contributing to Apache CloudStack as a Non-Committer</h1>
+    <div class="container-fluid">
+        <div class="row-fluid">
+            <div class="span3">
+                <ul class="nav nav-list navbar well">
+                    <li>
+                    <h4>Sitemap
+                        <i class="icon-sitemap"></i>
+                    </h4></li>
+                    <hr>
+                    <li><h5>About CloudStack</h5></li>
+                    <li><a href="/cloudstack/news.html">
+                        <i class="icon-chevron-right"></i>
+                    News</a></li>
+                <li><a href="https://blogs.apache.org/cloudstack/">
+                    <i class="icon-chevron-right"></i>
+                    Blog
+                </a></li>
+                <li><a href="/cloudstack/downloads.html">
+                    <i class="icon-chevron-right"></i>
+                    Downloads 
+                </a></li>
+                <hr>
+                <li><h5>Community</h5></li>
+                <li><a href="/cloudstack/develop/get-involved.html">
+                    <i class="icon-chevron-right"></i>
+                    Get Involved
+                </a></li>
+                <li><a href="/cloudstack/cloudstack-faq.html">
+                    <i class="icon-chevron-right"></i>
+                    CloudStack FAQ
+                </a></li>
+                <li><a href="/cloudstack/mailing-lists.html">
+                    <i class="icon-chevron-right"></i>
+                    Mailing Lists</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/CLOUDSTACK/Events">
+                    <i class="icon-chevron-right"></i>
+                    Events &amp; Meetups</a></li>
+                <hr>
+                <li><h5>Development</h5></li>
+                <li><a href="/cloudstack/develop/environment.html">
+                    <i class="icon-chevron-right"></i>
+                    Development Environment</a></li>
+                <li><a href="/cloudstack/develop/non-contributors.html">
+                    <i class="icon-chevron-right"></i>
+                    Contributing for Non-Committers</a></li>
+                <li><a href="/cloudstack/develop/developer-faq.html">
+                    <i class="icon-chevron-right"></i>
+                    Developer's FAQ</a></li>
+                <li><a href="/cloudstack/develop/coding-conventions.html">
+                    <i class="icon-chevron-right"></i>
+                    Coding Conventions</a></li>
+                <hr>
+                <li><h5>Documentation</h5></li>
+                <li><a href="/cloudstack/docs">
+                    <i class="icon-chevron-right"></i>
+                    CloudStack Documentation</a></li>
+                <li><a href="http://cwiki.apache.org/confluence/display/CLOUDSTACK/Index">
+                    <i class="icon-chevron-right"></i>
+                    Apache CloudStack Wiki</a></li>
+                <li><a href="/cloudstack/docs/api/index.html">
+                    <i class="icon-chevron-right"></i>
+                    API Documentation</a></li>
+                <hr>
+                <li><h5>Apache Software Foundation</h5></li>
+                <li><a href="http://www.apache.org/">
+                    <i class="icon-chevron-right"></i>
+                    Apache Software Foundation</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">
+                    <i class="icon-chevron-right"></i>
+                    ASF Sponsors</a></li>
+                <li><a href="http://www.apache.org/security/">
+                    <i class="icon-chevron-right"></i>
+                    Security</a></li>
+                <hr>
+                <a href="http://incubator.apache.org/"><img class="egg" alt="Apache Incubator" src="http://incubator.apache.org/images/egg-logo.png" width="165"/></a>
+                </ul>
+            </div>
+            <div class="span9">
+        <p> <h1 id="contributing-to-apache-cloudstack-as-a-non-committer">Contributing to Apache CloudStack as a Non-Committer</h1>
 <p>If you're a contributor to an Apache project, it means that you can commit directly to the project's repository. For instance, with Apache CloudStack (incubating) contributors are allowed to directly push commits into the git repository. </p>
 <p>Non-committers, however, have to submit patches for review. Don't worry, it's not an onerous process at all. The first time you submit a patch, it will take a minute or two to create an account on <a href="http://reviews.apache.org/">Review Board</a>, but it's a piece of cake from start to finish.</p>
 <h2 id="assumptions">Assumptions</h2>
@@ -109,14 +169,15 @@ limitations under the License.
 <p>Go back to Review Board, click <strong>My Dashboard</strong> and then <strong>Outgoing Reviews</strong>. Go to your submission, you should see a "Ship it!" message from the reviewer. Click the <strong>Close</strong> button and choose <strong>Submitted</strong>. The status has now changed from <em>pending</em> to <em>submitted</em>. </p>
 <p>That's it &ndash; you've helped make Apache CloudStack a better project. Thanks!</p>
 <h2 id="further-reading">Further Reading</h2>
-<p>You might want to peruse the <a href="http://www.apache.org/foundation/getinvolved.html">Get Involved</a> page on Apache.org, and the <a href="http://commons.apache.org/patches.html">On Contributing Patches</a> doc as well. Note that some of that does not apply to Apache CloudStack, as we're using git rather than Subversion. But do respect the original style of the CloudStack code, and ensure that you're using spaces rather than tabs, and your patches have Unix line endings (LF) rather than Windows-type line endings (CRLF).</p>
-    </div>
-
-    <div id="footer">
-        <div class="copyright">
-            <p>Copyright &copy; 2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> 
-            <p>Apache and the Apache feather logos are trademarks of The Apache Software Foundation. </p>
+<p>You might want to peruse the <a href="http://www.apache.org/foundation/getinvolved.html">Get Involved</a> page on Apache.org, and the <a href="http://commons.apache.org/patches.html">On Contributing Patches</a> doc as well. Note that some of that does not apply to Apache CloudStack, as we're using git rather than Subversion. But do respect the original style of the CloudStack code, and ensure that you're using spaces rather than tabs, and your patches have Unix line endings (LF) rather than Windows-type line endings (CRLF).</p> </p>
+            </div>
         </div>
+
+      <hr>
+      <footer>
+      <p>Copyright © 2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache and the Apache feather logos are trademarks of The Apache Software Foundation.</p>
+      </footer>
     </div>
-</body>
+
+  </body>
 </html>