From 623d9c39c84a2cfe02041c45b6ebe89b5d43e0c8 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 18 Jul 2017 17:21:52 -0400 Subject: [PATCH] move the landing pages under the pike directory Change-Id: I4472f8f02d71edaa998b14e76f8b4d96cbf62164 Signed-off-by: Doug Hellmann --- www/{ => pike}/admin/index.html | 6 +- www/{ => pike}/api/index.html | 4 +- www/{ => pike}/configuration/index.html | 4 +- .../draft => pike/deploy}/index.html | 4 +- .../draft-index.html => pike/index.html} | 32 +++--- .../draft => pike/install}/index.html | 5 +- www/pike/language-bindings.html | 64 +++++++++++ www/pike/openstack-projects.html | 105 ++++++++++++++++++ www/{ => pike}/user/index.html | 6 +- .../dropdown_releases_and_languages.tmpl | 2 +- 10 files changed, 200 insertions(+), 32 deletions(-) rename www/{ => pike}/admin/index.html (92%) rename www/{ => pike}/api/index.html (93%) rename www/{ => pike}/configuration/index.html (95%) rename www/{project-deploy-guide/draft => pike/deploy}/index.html (93%) rename www/{draft/draft-index.html => pike/index.html} (92%) rename www/{project-install-guide/draft => pike/install}/index.html (93%) create mode 100644 www/pike/language-bindings.html create mode 100644 www/pike/openstack-projects.html rename www/{ => pike}/user/index.html (91%) diff --git a/www/admin/index.html b/www/pike/admin/index.html similarity index 92% rename from www/admin/index.html rename to www/pike/admin/index.html index f126bbf84a..94a4d689f8 100644 --- a/www/admin/index.html +++ b/www/pike/admin/index.html @@ -26,9 +26,9 @@

Administrator Guides for OpenStack Services

{% for project in projects|sort(attribute='name') -%} {% if project.type in ['service', 'other'] and project.has_admin_guide %} - - {{project.service}} ({{project.name}}) -
+ + {{project.service}} ({{project.name}}) +
{% endif %} {%- endfor %} diff --git a/www/api/index.html b/www/pike/api/index.html similarity index 93% rename from www/api/index.html rename to www/pike/api/index.html index 9beb29ba96..a1a4ca0c87 100644 --- a/www/api/index.html +++ b/www/pike/api/index.html @@ -36,7 +36,7 @@ API Reference {% endif %} {% if project.has_in_tree_api_docs %} - API Guide + API Guide {% endif %} {% if project.has_api_guide %} API Guide @@ -50,7 +50,7 @@ diff --git a/www/configuration/index.html b/www/pike/configuration/index.html similarity index 95% rename from www/configuration/index.html rename to www/pike/configuration/index.html index bbd075eda5..3fa990996a 100644 --- a/www/configuration/index.html +++ b/www/pike/configuration/index.html @@ -24,12 +24,12 @@
diff --git a/www/draft/draft-index.html b/www/pike/index.html similarity index 92% rename from www/draft/draft-index.html rename to www/pike/index.html index c91a7ec0bd..5578e2c1fe 100644 --- a/www/draft/draft-index.html +++ b/www/pike/index.html @@ -1,5 +1,5 @@ {% extends "templates/base.tmpl" %} -{% block pagetitle %}Draft{% endblock %} +{% block pagetitle %}{% endblock %} {% block title %}{% endblock %} {% block header %} {% endblock header %} @@ -55,34 +55,34 @@
@@ -34,7 +34,8 @@ setting up your environment, and launching your instance.

- + OpenStack Installation Tutorial

diff --git a/www/pike/language-bindings.html b/www/pike/language-bindings.html new file mode 100644 index 0000000000..c4cf78fd13 --- /dev/null +++ b/www/pike/language-bindings.html @@ -0,0 +1,64 @@ +{% set series = 'latest' %} +{% set projects = PROJECT_DATA[series] %} +{% extends "templates/base.tmpl" %} +{% block pagetitle %}Language bindings{% endblock %} +{% block title %} +Documentation > Language Bindings and Python Clients +{% endblock %} +{% block content %} + +
+
+
+
+

OpenStack API Bindings

+

+ This page contains documentation about the Python bindings provided by OpenStack and how to use them. +

+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+

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

+ How To Contribute +
+
+
+
+ +{% endblock content %} diff --git a/www/pike/openstack-projects.html b/www/pike/openstack-projects.html new file mode 100644 index 0000000000..733a2f30f8 --- /dev/null +++ b/www/pike/openstack-projects.html @@ -0,0 +1,105 @@ +{% set series = 'latest' %} +{% set projects = PROJECT_DATA[series] %} +{% extends "templates/base.tmpl" %} +{% block pagetitle %}Services and Libraries{% endblock %} +{% block title %} +Documentation > Services and Libraries +{% endblock %} +{% block content %} + +
+
+
+
+

OpenStack Projects

+

+ This page contains project-specific documentation for + OpenStack services and libraries. +

+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + + + + + +
+
+ + + +
+
+
+
+

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

+ How To Contribute +
+
+
+
+ +{% endblock content %} diff --git a/www/user/index.html b/www/pike/user/index.html similarity index 91% rename from www/user/index.html rename to www/pike/user/index.html index 14a77011f7..bef4d32ec6 100644 --- a/www/user/index.html +++ b/www/pike/user/index.html @@ -1,7 +1,5 @@ {% set series = 'latest' %} {% set projects = PROJECT_DATA[series] %} -{% set scriptdir = '../common/js/' %} -{% set cssdir = '../common/css/' %} {% extends "templates/base.tmpl" %} {% block pagetitle %}User Guides{% endblock %} {% block title %} @@ -34,7 +32,7 @@

OpenStack Services

{% for project in projects|sort(attribute='service') %} {% if project.type in ['service', 'other'] and project.has_user_guide %} - + {{project.service}} ({{project.name}})
{% endif %} {% endfor %} @@ -46,7 +44,7 @@

Client Libraries

{% for project in projects|sort(attribute='name') %} {% if project.type in ['client'] and project.has_user_guide %} - {{project.name}}
+ {{project.name}}

{{project.service}}

{% endif %} {% endfor %} diff --git a/www/templates/dropdown_releases_and_languages.tmpl b/www/templates/dropdown_releases_and_languages.tmpl index 1981374130..36a991bb30 100644 --- a/www/templates/dropdown_releases_and_languages.tmpl +++ b/www/templates/dropdown_releases_and_languages.tmpl @@ -3,10 +3,10 @@ More Releases & Languages