Skip to content

Commit

Permalink
Mark diablo, essex and folsom with their status
Browse files Browse the repository at this point in the history
This patch marks the landing pages of non-maintained releases
with appropriate information.

patchset2 addresses Anne's comments
patchset4 - diane fleming - made editorial changes

fixes bug 1191447

Change-Id: Ia90d86a3328ec293e654886d3417d2d846cb8430
  • Loading branch information
fifieldt authored and dian4554 committed Jul 11, 2013
1 parent 5826c91 commit ae69c5c
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 441 deletions.
3 changes: 3 additions & 0 deletions www/.htaccess
Expand Up @@ -7,6 +7,9 @@ redirect 301 /openstack-object-storage/ /trunk/openstack-object-storage/
# Redirect for the 1.1 version of the Compute API going to v2
redirect 301 /api/openstack-compute/1.1/ /api/openstack-compute/2/

# Redirecting cactus version
redirect 301 /diablo/ /trunk/

# Redirecting cactus version
redirect 301 /cactus/ /trunk/

Expand Down
252 changes: 0 additions & 252 deletions www/diablo/index.html

This file was deleted.

24 changes: 7 additions & 17 deletions www/essex/index.html
Expand Up @@ -130,7 +130,8 @@ <h1>Search All OpenStack Manuals</h1>
</div> -->
<div id="manuals" class="span-24 last">
<h3 class="subhead">OpenStack Manuals</h3>

<h3>Note: OpenStack <a href="https://wiki.openstack.org/wiki/StableBranch">no longer maintains</a> the Essex release. Please consider using a later release.</h3>
<p>&nbsp;</p>
<div class="span-8">
<div id="SoftwareManuals" class="Selected">
<h2><a href="/">Administration Guides</a></h2>
Expand Down Expand Up @@ -259,38 +260,27 @@ <h2><a href="/developer/">Developer Documentation</a></h2>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script>

<script src="http://docs.openstack.org/common/jquery/jquery.hoverIntent.minified.js" type="text/javascript" charset="utf-8">
</script>


</script>
<script type="text/javascript" charset="utf-8">
//<![CDATA[
$(document).ready(function() {

$(document).ready(function() {
function addMenu(){
$(".dropDown").addClass("menuHover");
}

function removeMenu(){
$(".dropDown").removeClass("menuHover");
}

var menuConfig = {
interval: 500,
sensitivity: 4,
over: addMenu,
timeout: 500,
out: removeMenu
};

$(".dropDownTrigger").hoverIntent(menuConfig);



$(".dropDownTrigger").hoverIntent(menuConfig);
});



//]]>
</script>
</body>
</div>
</body>
</html>

0 comments on commit ae69c5c

Please sign in to comment.