From 174df1187d62ce2a132e349b9744f4c4dd6b7915 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 18 Apr 2015 15:07:31 +0200 Subject: [PATCH] Create draft/draft-index.html page This page references all current draft guides including draft translations. Remove now obsolete draft-i18n-manuals page. Update www-index.html for changes. Partially implements bp draft-publishing Change-Id: Idff6d5a0c2b3c711ba35ca5daca2117f4cbf4259 --- www/draft-i18n-manuals.html | 102 --------------------------------- www/draft/draft-index.html | 109 ++++++++++++++++++++++++++++++++++++ www/www-index.html | 3 +- 3 files changed, 110 insertions(+), 104 deletions(-) delete mode 100644 www/draft-i18n-manuals.html create mode 100644 www/draft/draft-index.html diff --git a/www/draft-i18n-manuals.html b/www/draft-i18n-manuals.html deleted file mode 100644 index 2a4cdb281e..0000000000 --- a/www/draft-i18n-manuals.html +++ /dev/null @@ -1,102 +0,0 @@ -{% set scriptdir = 'common/js/' %} -{% set cssdir = 'common/css/' %} -{% extends "templates/base.tmpl" %} -{% block pagetitle %}Localized{% endblock %} -{% block title %}Documentation (Localized){% endblock %} -{% block content %} -
- - -
-{% endblock content %} diff --git a/www/draft/draft-index.html b/www/draft/draft-index.html new file mode 100644 index 0000000000..1784b204c6 --- /dev/null +++ b/www/draft/draft-index.html @@ -0,0 +1,109 @@ +{% set scriptdir = '../common/js/' %} +{% set cssdir = '../common/css/' %} +{% extends "templates/base.tmpl" %} +{% block pagetitle %}Draft{% 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 preview for Kilo (April 2015)

+

This is documentation in progress for the next release. You can use the menu to select a prior release.

+
+ {% include 'templates/dropdown_releases_and_languages.tmpl' %} +
+
+
+
+
+
+
+
+
+ +
+ + +
+
+
+
+

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

+ How To Contribute +
+
+
+ + +{% endblock content %} diff --git a/www/www-index.html b/www/www-index.html index ed1b9c894b..d941655da1 100644 --- a/www/www-index.html +++ b/www/www-index.html @@ -8,7 +8,6 @@
  • /de/index.html
  • /developer/language-bindings.html
  • /developer/openstack-projects.html
  • -
  • /draft-i18n-manuals.html
  • /essex/index.html
  • /fr/index.htm
  • /havana/index.html
  • @@ -20,7 +19,7 @@
  • /ops/index.html
  • /pt_BR/index.html
  • /sec/index.html
  • -
  • /trunk/index.html
  • +
  • /draft/draft-index.html
  • /zh_CN/index.html