Removes Cactus and Bexar from the drop-down list under

More Releases...

Adds More Releases... link to /trunk.

Change-Id: I85b1fc3c75bd2ba6a4d463e80ba2c6bf0a6fde6e
This commit is contained in:
annegentle
2012-09-29 13:38:42 -05:00
parent 41931d8e11
commit 6d4651fb3a
3 changed files with 63 additions and 44 deletions

View File

@@ -1,44 +1,43 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="google-site-verification" content="Ip5yk0nd8yQHEo8I7SjzVfAiadlHvTvqQHLGwn1GFyU" />
<title>OpenStack Docs: Incubated Projects</title>
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin' rel='stylesheet' type='text/css'>
<!-- Framework CSS -->
<link rel="stylesheet" href="http://openstack.org/themes/openstack/css/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="http://openstack.org/themes/openstack/css/blueprint/print.css" type="text/css" media="print">
<!--[if lt IE 8]><link rel="stylesheet" href="http://openstack.org/themes/openstack/css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<!-- OpenStack Specific CSS -->
<link rel="stylesheet" href="http://openstack.org/themes/openstack/css/main.css" type="text/css" media="screen, projection, print">
<link rel="stylesheet" type="text/css" href="/common/css/new-homepage.css">
<link rel="stylesheet" type="text/css" href="/shadowbox/shadowbox.css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17511903-6']);
_gaq.push(['_setDomainName', '.openstack.org']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 11 February 2007), see www.w3.org" />
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<meta name="google-site-verification" content=
"Ip5yk0nd8yQHEo8I7SjzVfAiadlHvTvqQHLGwn1GFyU" />
<title>OpenStack Docs: current</title><!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin'
rel='stylesheet' type='text/css' /><!-- Framework CSS -->
<link rel="stylesheet" href=
"http://openstack.org/themes/openstack/css/blueprint/screen.css" type=
"text/css" media="screen, projection" />
<link rel="stylesheet" href=
"http://openstack.org/themes/openstack/css/blueprint/print.css" type=
"text/css" media="print" />
<!--[if lt IE 8]><link rel="stylesheet" href="http://openstack.org/themes/openstack/css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<!-- OpenStack Specific CSS -->
<link rel="stylesheet" href=
"http://openstack.org/themes/openstack/css/main.css" type="text/css" media=
"screen, projection, print" />
<link rel="stylesheet" type="text/css" href="http://docs.openstack.org/common/css/docblitz.css" />
<!--<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17511903-6']);
_gaq.push(['_setDomainName', '.openstack.org']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>-->
</head>
<body class="docshome" id="docshome">
<div class="container">
<div id="header">
@@ -131,9 +130,12 @@
</script>
</div> -->
<div class="container">
<div class="span-12">
<p>Currently no projects are in incubation. Refer to the <a href="http://wiki.openstack.org">OpenStack wiki</a> for projects in the works.
<p>Currently no projects are in incubation.
</p>
<p>Refer to the <a href="http://wiki.openstack.org">OpenStack wiki</a> for projects in the works.
</p>
</div>
</div>

View File

@@ -131,10 +131,6 @@
<li class="link"><a href="/diablo/" title="Go to the &quot;Diablo&quot; page">Diablo</a></li>
<li class="link"><a href="/cactus/" title="Go to the &quot;Cactus&quot; page">Cactus</a></li>
<li class="link"><a href="/bexar/" title="Go to the &quot;Bexar&quot; page">Bexar</a></li>
<li class="link"><a href="/incubation/" title="Go to the &quot;Incubation&quot; page">Incubation</a></li>
</div>

View File

@@ -120,6 +120,27 @@
</div>
</div>
<div class="container">
<div class="span-12">
<div class="dropDownTrigger">
<p><a href="#">More Releases...</a></p>
<div class="dropDown">
<div>
<li class="link"><a href="/trunk/" title="Go to the &quot;Current release&quot; page">Current (Folsom)</a></li>
<li class="link"><a href="/essex/" title="Go to the &quot;Essex&quot; page">Essex</a></li>
<li class="link"><a href="/diablo/" title="Go to the &quot;Diablo&quot; page">Diablo</a></li>
<li class="link"><a href="/incubation/" title="Go to the &quot;Incubation&quot; page">Incubation</a></li>
</div>
</div>
</div>
</div>
<div class="span-12 last">
<p></p>
</div>
<div class="span-12">
<h2><a href="http://openstack.org/software/start/">Getting Started</a>
</h2>