Author: buildbot
Date: Sat Nov 2 21:25:16 2013
New Revision: 885239
Log:
Staging update by buildbot for cloudstack
Added:
websites/staging/cloudstack/trunk/content/archives.html
Modified:
websites/staging/cloudstack/trunk/content/ (props changed)
websites/staging/cloudstack/trunk/content/downloads.html
Propchange: websites/staging/cloudstack/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Nov 2 21:25:16 2013
@@ -1 +1 @@
-1534323
+1538285
Added: websites/staging/cloudstack/trunk/content/archives.html
==============================================================================
--- websites/staging/cloudstack/trunk/content/archives.html (added)
+++ websites/staging/cloudstack/trunk/content/archives.html Sat Nov 2 21:25:16
2013
@@ -0,0 +1,134 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title></title>
+
+ <meta name="description" content="CloudStack is open source cloud
computing software for creating, managing, and deploying infrastructure cloud
services">
+
+ <meta itemprop="name" content="Apache Cloudstack">
+ <meta itemprop="description" content="CloudStack is open source cloud
computing software for creating, managing, and deploying infrastructure cloud
services">
+ <meta itemprop="image"
content="https://cloudstack.apache.org/images/monkey-144.png">
+
+ <meta property="og:title" content="Apache Cloudstack">
+ <meta property="og:description" content="CloudStack is open source cloud
computing software for creating, managing, and deploying infrastructure cloud
services">
+ <meta property="og:site_name" content="Apache Cloudstack"/>
+ <meta property="og:image"
content="https://cloudstack.apache.org/images/monkey-144.png">
+
+ <meta name="twitter:card" content="summary">
+ <meta name="twitter:title" content="Apache Cloudstack">
+ <meta name="twitter:description" content="CloudStack is open source cloud
computing software for creating, managing, and deploying infrastructure cloud
services">
+ <meta name="twitter:image:src"
content="https://cloudstack.apache.org/images/monkey-144.png">
+
+ <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0,
maximum-scale=1.0, user-scalable=1">
+
+ <link href="/css/bootstrap.css" rel="stylesheet" media="screen">
+ <link href="/css/font-awesome.css" rel="stylesheet">
+ <link href="/css/bootswatch.min.css" rel="stylesheet">
+
+ <link rel="shortcut icon" href="/images/favicon.ico">
+ <link rel="icon" href="/images/favicon.ico">
+
+
+
+
+
+ <!-- Twitter Bootstrap and jQuery after this line. -->
+ <script src="https://code.jquery.com/jquery-latest.js"></script>
+ <script
src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
+ <script>
+ $('.dropdown-toggle').dropdown();
+ $('.nav-collapse').collapse();
+ </script>
+ </head>
+ <body>
+ <div class="navbar navbar-default navbar-fixed-top">
+ <div class="container">
+ <div class="navbar-header">
+ <a href="/index.html" class="navbar-brand"><img class=""
src="/images/new-logo-sm.png" style="width: 200px" alt="Apache Cloudstack"></a>
+ <button class="navbar-toggle collapsed" type="button"
data-toggle="collapse" data-target="#navbar-main">
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ </div>
+ <div class="navbar-collapse collapse" id="navbar-main">
+ <ul class="nav navbar-nav">
+ <li class="dropdown">
+ <a class="dropdown-toggle" data-toggle="dropdown" href="#"
id="about">About <span class="caret"></span></a>
+ <ul class="dropdown-menu" aria-labelledby="about">
+ <li><a tabindex="-1" href="/about.html">About</a></li>
+ <li class="divider"></li>
+ <li><a tabindex="-1"
href="https://blogs.apache.org/cloudstack/" target="_blank">Blog <span
class="glyphicon glyphicon-share-alt pull-right"></span></a></li>
+ <li><a tabindex="-1" href="/history.html">History</a></li>
+ <li><a tabindex="-1" href="/cloudstack-faq.html">FAQ</a></li>
+ <li><a tabindex="-1" href="/who.html">Who We Are</a></li>
+ <li><a tabindex="-1" href="/security.html">Security</a></li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a class="dropdown-toggle" data-toggle="dropdown" href="#"
id="community">Community <span class="caret"></span></a>
+ <ul class="dropdown-menu" aria-labelledby="community">
+ <li><a tabindex="-1" href="/contribute.html">Get
Involved</a></li>
+ <li><a tabindex="-1"
href="/developers.html">Developers</a></li>
+ <li><a tabindex="-1" href="/mailing-lists.html">Mailing
Lists</a></li>
+ <li><a tabindex="-1"
href="http://lanyrd.com/topics/apache-cloudstack/" target="_blank">Events &
Meetups <span class="glyphicon glyphicon-share-alt pull-right"></span></a></li>
+ <li><a tabindex="-1" href="http://www.apache.org"
target="_blank">Apache Software Foundation <span class="glyphicon
glyphicon-share-alt"></span></a></li>
+ <li><a tabindex="-1"
href="http://www.apache.org/foundation/thanks.html" target="_blank">ASF
Sponsors <span class="glyphicon glyphicon-share-alt pull-right"></span></a></li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a class="dropdown-toggle" data-toggle="dropdown" href="#"
id="docs">Documentation <span class="caret"></span></a>
+ <ul class="dropdown-menu" aria-labelledby="docs">
+ <li><a tabindex="-1" href="/docs/" target="_blank">Get the
Docs!</a></li>
+ <li><a tabindex="-1"
href="https://cwiki.apache.org/confluence/display/CLOUDSTACK/Home"
target="_blank">Wiki <span class="glyphicon glyphicon-share-alt
pull-right"></span></a></li>
+ <li><a tabindex="-1" href="/docs/api/">API
Documentation</a></li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a class="dropdown-toggle" data-toggle="dropdown" href="#"
id="download">Download <span class="caret"></span></a>
+ <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>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="container">
+ <div class="bs-docs-section">
+ <h2 id="indicators">Archived Releases</h2>
+
+</div>
+
+</div>
+
+</div>
+
+<ul>
+<li><a
href="http://www.apache.org/dyn/closer.cgi/cloudstack/releases/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2">apache-cloudstack-4.1.1.src.tar.bz2</a>
[ <a
href="http://www.apache.org/dist/cloudstack/releases/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2.asc">PGP</a>
][ <a
href="http://www.apache.org/dist/cloudstack/releases/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2.md5">MD5</a>
][ <a
href="http://www.apache.org/dist/cloudstack/releases/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2.sha">SHA512</a>
]</li>
+<li><a
href="http://archive.apache.org/dist/cloudstack/releases/4.1.0/apache-cloudstack-4.1.0-src.tar.bz2">apache-cloudstack-4.1.0.src.tar.bz2</a>
[ <a
href="http://archive.apache.org/dist/cloudstack/releases/4.1.0/apache-cloudstack-4.1.0-src.tar.bz2.asc">PGP</a>
][ <a
href="http://archive.apache.org/dist/cloudstack/releases/4.1.0/apache-cloudstack-4.1.0-src.tar.bz2.md5">MD5</a>
][ <a
href="http://archive.apache.org/dist/cloudstack/releases/4.1.0/apache-cloudstack-4.1.0-src.tar.bz2.sha">SHA512</a>
]</li>
+<li><a
href="http://archive.apache.org/dist/cloudstack/releases/4.0.2/apache-cloudstack-4.0.2-src.tar.bz2">apache-cloudstack-4.0.2.src.tar.bz2</a>
[ <a
href="http://archive.apache.org/dist/cloudstack/releases/4.0.2/apache-cloudstack-4.0.2-src.tar.bz2.asc">PGP</a>
][ <a
href="http://archive.apache.org/dist/cloudstack/releases/4.0.2/apache-cloudstack-4.0.2-src.tar.bz2.md5">MD5</a>
][ <a
href="http://archive.apache.org/dist/cloudstack/releases/4.0.2/apache-cloudstack-4.0.2-src.tar.bz2.sha">SHA512</a>
]</li>
+<li><a
href="http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2">apache-cloudstack-4.0.1-incubating.src.tar.bz2</a>
[ <a
href="http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2.asc">PGP</a>
][ <a
href="http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2.md5">MD5</a>
][ <a
href="http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2.sha">SHA512</a>
]</li>
+<li><a
href="http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2">apache-cloudstack-4.0.0-incubating.src.tar.bz2</a>
[ <a
href="http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc">PGP</a>
][ <a
href="http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.md5">MD5</a>
][ <a
href="http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.sha">SHA512</a>
]</li>
+</ul>
+<p>Releases of CloudStack as a Citrix project prior to the project's
acceptance into the incubator can be found on SourceForge.net:</p>
+<p>Please note the releases listed below are NOT Apache project releases.
These links are being provided to the user community, as a convenience only.</p>
+<ul>
+<li><a
href="http://sourceforge.net/projects/cloudstack/files/CloudStack%20Acton/3.0.2/CloudStack-oss-3.0.2-1-rhel6.2.tar.gz/download">Binaries
for Red Hat Enterprise Linux 6.2 and CentOS 6.2</a></li>
+<li><a
href="http://sourceforge.net/projects/cloudstack/files/CloudStack%20Acton/3.0.2/CloudStack-oss-3.0.2-1-ubuntu10.04.tar.gz/download">Binaries
for Ubuntu 10.04 LTS</a></li>
+</ul>
+
+ <footer>
+ <p>Copyright © 2013 The Apache Software Foundation, Licensed
under the Apache License, Version 2.0. <br/>
+ "Apache", "CloudStack", "Apache CloudStack", the Apache
CloudStack logo, the Apache CloudStack Cloud Monkey logo and the Apache feather
logos are registered trademarks or trademarks of The Apache Software
Foundation.</p>
+ <p><a href="/trademark-guidelines.html">Apache CloudStack
Trademark Usage</a> - <a href="/bylaws.html">Apache CloudStack Community
ByLaws</a></p>
+ </footer>
+
+ </div>
+ </div>
+</div>
+ </body>
+</html>
Modified: websites/staging/cloudstack/trunk/content/downloads.html
==============================================================================
--- websites/staging/cloudstack/trunk/content/downloads.html (original)
+++ websites/staging/cloudstack/trunk/content/downloads.html Sat Nov 2
21:25:16 2013
@@ -136,12 +136,6 @@
</p>
-<p>Full release notes can be found in the <a
href="/docs/en-US/Apache_CloudStack/4.2.0/html/Release_Notes/index.html">Version
4.2.0 Release Notes</a> document.</p>
-
-<p>Instructions for building from source and installing Apache CloudStack can
be found in the <a
href="/docs/en-US/Apache_CloudStack/4.2.0/html/Installation_Guide/index.html">Installation
Guide</a>.</p>
-
-<p>Instructions for building from source and upgrading from a previous version
of CloudStack to Apache CloudStack 4.2.0 can be found in the upgrade section of
the <a
href="/docs/en-US/Apache_CloudStack/4.2.0/html/Release_Notes/upgrade-instructions.html">Releaes
Notes</a>.</p>
-
<h4>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.</p>
@@ -153,6 +147,15 @@
<p>Instructions for using these community provided repositories can be found
in the <a
href="/docs/en-US/Apache_CloudStack/4.2.0/html/Installation_Guide/configure-package-repository.html">Configure
Package Repository</a> section of the Installation Guide.</p>
+
+<h4>Release Notes</h4>
+
+<p>Full release notes can be found in the <a
href="/docs/en-US/Apache_CloudStack/4.2.0/html/Release_Notes/index.html">Version
4.2.0 Release Notes</a> document.</p>
+
+<p>Instructions for building from source and installing Apache CloudStack can
be found in the <a
href="/docs/en-US/Apache_CloudStack/4.2.0/html/Installation_Guide/index.html">Installation
Guide</a>.</p>
+
+<p>Instructions for building from source and upgrading from a previous version
of CloudStack to Apache CloudStack 4.2.0 can be found in the upgrade section of
the <a
href="/docs/en-US/Apache_CloudStack/4.2.0/html/Release_Notes/upgrade-instructions.html">Releaes
Notes</a>.</p>
+
</div>
<div class="col-lg-6">
@@ -258,25 +261,7 @@ $ <span class="n">pip</span> <span class
<h2 id="indicators">Archived Releases</h2>
-</div>
-
-</div>
-
-</div>
-
-<ul>
-<li><a
href="http://www.apache.org/dyn/closer.cgi/cloudstack/releases/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2">apache-cloudstack-4.1.1.src.tar.bz2</a>
[ <a
href="http://www.apache.org/dist/cloudstack/releases/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2.asc">PGP</a>
][ <a
href="http://www.apache.org/dist/cloudstack/releases/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2.md5">MD5</a>
][ <a
href="http://www.apache.org/dist/cloudstack/releases/4.1.1/apache-cloudstack-4.1.1-src.tar.bz2.sha">SHA512</a>
]</li>
-<li><a
href="http://archive.apache.org/dist/cloudstack/releases/4.1.0/apache-cloudstack-4.1.0-src.tar.bz2">apache-cloudstack-4.1.0.src.tar.bz2</a>
[ <a
href="http://archive.apache.org/dist/cloudstack/releases/4.1.0/apache-cloudstack-4.1.0-src.tar.bz2.asc">PGP</a>
][ <a
href="http://archive.apache.org/dist/cloudstack/releases/4.1.0/apache-cloudstack-4.1.0-src.tar.bz2.md5">MD5</a>
][ <a
href="http://archive.apache.org/dist/cloudstack/releases/4.1.0/apache-cloudstack-4.1.0-src.tar.bz2.sha">SHA512</a>
]</li>
-<li><a
href="http://archive.apache.org/dist/cloudstack/releases/4.0.2/apache-cloudstack-4.0.2-src.tar.bz2">apache-cloudstack-4.0.2.src.tar.bz2</a>
[ <a
href="http://archive.apache.org/dist/cloudstack/releases/4.0.2/apache-cloudstack-4.0.2-src.tar.bz2.asc">PGP</a>
][ <a
href="http://archive.apache.org/dist/cloudstack/releases/4.0.2/apache-cloudstack-4.0.2-src.tar.bz2.md5">MD5</a>
][ <a
href="http://archive.apache.org/dist/cloudstack/releases/4.0.2/apache-cloudstack-4.0.2-src.tar.bz2.sha">SHA512</a>
]</li>
-<li><a
href="http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2">apache-cloudstack-4.0.1-incubating.src.tar.bz2</a>
[ <a
href="http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2.asc">PGP</a>
][ <a
href="http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2.md5">MD5</a>
][ <a
href="http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2.sha">SHA512</a>
]</li>
-<li><a
href="http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2">apache-cloudstack-4.0.0-incubating.src.tar.bz2</a>
[ <a
href="http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.asc">PGP</a>
][ <a
href="http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.md5">MD5</a>
][ <a
href="http://archive.apache.org/dist/incubator/cloudstack/releases/4.0.0-incubating/apache-cloudstack-4.0.0-incubating-src.tar.bz2.sha">SHA512</a>
]</li>
-</ul>
-<p>Releases of CloudStack as a Citrix project prior to the project's
acceptance into the incubator can be found on SourceForge.net:</p>
-<p>Please note the releases listed below are NOT Apache project releases.
These links are being provided to the user community, as a convenience only.</p>
-<ul>
-<li><a
href="http://sourceforge.net/projects/cloudstack/files/CloudStack%20Acton/3.0.2/CloudStack-oss-3.0.2-1-rhel6.2.tar.gz/download">Binaries
for Red Hat Enterprise Linux 6.2 and CentOS 6.2</a></li>
-<li><a
href="http://sourceforge.net/projects/cloudstack/files/CloudStack%20Acton/3.0.2/CloudStack-oss-3.0.2-1-ubuntu10.04.tar.gz/download">Binaries
for Ubuntu 10.04 LTS</a></li>
-</ul>
+You can links to older releases of Apache CloudStack on the <a
href="archives.html">archives page</a>/
<footer>
<p>Copyright © 2013 The Apache Software Foundation, Licensed
under the Apache License, Version 2.0. <br/>