Cleanup specs.o.o, add infra-specs

Since projects have their specs named inconsistently, let's
use the same design and naming as
http://docs.openstack.org/developer/openstack-projects.html
That way we have one level of consistency accross pages.

Also add infra-specs repo.

Change-Id: I92ae044ba0ce31e5aa7857b01d748ad17cb8c055
This commit is contained in:
Andreas Jaeger 2014-08-04 20:20:19 +02:00
parent c5beba56a8
commit 23ecedcd26
1 changed files with 78 additions and 50 deletions

View File

@ -19,26 +19,12 @@
<!--[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 href="http://openstack.org/themes/openstack/css/main.css" media="screen, projection, print" rel="stylesheet" type="text/css"/>
<link href="http://docs.openstack.org/common/css/main-landing.css" media="screen, projection, print" rel="stylesheet" type="text/css"/>
<link href="http://openstack.org/themes/openstack/css/dropdown.css" rel="stylesheet" type="text/css"/>
</HEAD>
<BODY>
<body class="docshome" id="docshome">
<!-- Top Site Banner -->
<div class="topMessage">
<div class="container">
<div class="span-24 last">
<p>
Need help with a development problem?
<a class="roundedButton" href="https://ask.openstack.org/en/questions/">
Ask OpenStack
</a>
</p>
</div>
</div>
</div>
<!-- End Site Banner -->
<div class="container">
<div id="header">
<div class="span-5">
@ -100,58 +86,100 @@
</div>
</div>
</div>
<div class="span-17">
<p>
</p>
</div>
</div>
<div class="container">
<div class="opener span-24 last">
<h1>OpenStack Specifications</h1>
<!-- Page Content -->
<div class="container">
<div class="span-12">
<h3 class="subhead">
Specifications
</h3>
</div>
<div class="searchArea span-10 last">
</div>
</div>
<div class="container">
<div class="span-12">
</div>
</div>
<div class="container">
<div class="span-12">
<div>
</div>
</div>
<div class="span-12" id="subnav">
<ul class="subsectionNav">
<li class="link">
<a>
Projects
</a>
</li>
</ul>
<!-- This lists follows the naming of
http://docs.openstack.org/developer/openstack-projects.html -->
<dl>
<dd>
<a href="openstack/ironic-specs">
Bare Metal Provisioning Specifications (ironic)
</a>
</dd>
<dd>
<a href="openstack/nova-specs/">Compute Service
Specifications (nova)</a>
</dd>
<dd>
<a href="openstack/sahara-specs/">Data Processing Service
Specifications (sahara)</a>
</dd>
<dd>
<a href="openstack/keystone-specs/">Identity Program
Specifications (keystone)</a>
</dd>
<dd>
<a href="openstack/barbican-specs/">Key Management Service
Specifications (barbican)</a>
</dd>
<dd>
<a href="openstack/barbican-specs/">Barbican Project
Specifications</a>
<a href="openstack/neutron-specs/">Networking Service
Developer Specifications (neutron)</a>
</dd>
<dd>
<a href="openstack/sahara-specs/">Data Processing Service
Specifications</a>
<a href="openstack/swift-specs/">Object Storage
Specifications (swift)</a>
</dd>
<dd>
<a href="openstack/ceilometer-specs/">Telemetry Service
Specifications (ceilometer)</a>
</dd>
</dl>
</div>
<div class="span-12 last-right" id="subnav-right">
<ul class="subsectionNav last-right">
<li class="link">
<a>
Programs
</a>
</li>
</ul>
<dl>
<dd>
<a href="openstack/docs-specs/">Documentation Program
Specifications</a>
</dd>
<dd>
<a href="openstack/keystone-specs/">Identity Program
<a href="openstack-infra/infra-specs/">Infrastructure Program
Specifications</a>
</dd>
<dd>
<a href="openstack/ironic-specs/">Ironic Project
Specifications</a>
</dd>
<dd>
<a href="openstack/neutron-specs/">Neutron Project
Specifications</a>
</dd>
<dd>
<a href="openstack/nova-specs/">Nova Project
Specifications</a>
</dd>
<dd>
<a href="openstack/swift-specs/">Swift Project
Specifications</a>
</dd>
<dd>
<a href="openstack/ceilometer-specs/">Telemetry Program
Specifications</a>
</dd>
<dd>
<a href="openstack/qa-specs/">QA Project
<a href="openstack/qa-specs/">QA Program
Specifications</a>
</dd>
</dl>
</div>
</div>
</div>
<!-- Page Content -->
<script type="text/javascript">footer();</script>
</BODY>
</html>