From 9e36d1ca8d5db35dab5cafb16989de1499d0ae69 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 24 Jan 2017 13:41:08 +0100 Subject: [PATCH] Redirect icehouse and juno links The new website does not have icehouse and juno content, remove it. Oldest content is kilo. Change-Id: I076907e3f51c3d849cfa8a5daf8b3d62b9bbf77e --- www/juno/index.html | 100 ------------------------------------------- www/static/.htaccess | 2 + 2 files changed, 2 insertions(+), 100 deletions(-) delete mode 100644 www/juno/index.html diff --git a/www/juno/index.html b/www/juno/index.html deleted file mode 100644 index 4f89c09b41..0000000000 --- a/www/juno/index.html +++ /dev/null @@ -1,100 +0,0 @@ -{% set scriptdir = '../common/js/' %} -{% set cssdir = '../common/css/' %} -{% extends "templates/base.tmpl" %} -{% block pagetitle %}Juno{% endblock %} -{% block title %}{% endblock %} -{% block header %} -{% endblock header %} -{% block content %} - -
-
-
-
-

Welcome to OpenStack Documentation

-

- What is OpenStack? OpenStack is a cloud operating system that controls large pools of compute, storage, and networking resources throughout a datacenter, all managed through a dashboard that gives administrators control while empowering their users to provision resources through a web interface. -

-
-

What are the next steps?

- View The Docs - Get OpenStack - Get Training -
- - - -
-
-
-
-
-
-
-
-
-
-
-
-

Documentation for Juno (October 2014)

-

This is an earlier OpenStack release. Use the menu to select a later release, if needed.

-
- {% include 'templates/dropdown_releases_and_languages.tmpl' %} -
-
-
-
-
-
-
-
-
-
- - - - {% include 'templates/api_guides.tmpl' %} -
-
- {% include 'templates/user_guides.tmpl' %} - {% include 'templates/project_guides.tmpl' %} - {% include 'templates/contributor_guides.tmpl' %} - {% include 'templates/training_guides.tmpl' %} -
-
-
-
-

Documentation treated like code, powered by the community - interested?

- How To Contribute -
-
-
- - -{% endblock content %} diff --git a/www/static/.htaccess b/www/static/.htaccess index 1a66317f06..0104595602 100644 --- a/www/static/.htaccess +++ b/www/static/.htaccess @@ -6,6 +6,8 @@ redirectmatch 301 /essex/.*$ /index.html redirectmatch 301 /folsom/.*$ /index.html redirectmatch 301 /grizzly/.*$ /index.html redirectmatch 301 /havana/.*$ /index.html +redirectmatch 301 /icehouse/.*$ /index.html +redirectmatch 301 /juno/.*$ /index.html # Redirect for the original version of compute redirect 301 /openstack-compute/ /