23a8938b60
The guide got renamed, fix link. Change-Id: Ie18c4a774d8696e1c3a1d67b19103dfcddef2097
100 lines
3.1 KiB
HTML
100 lines
3.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>
|
|
OpenStack Project Infrastructure Publications
|
|
</title>
|
|
<!-- Google Fonts -->
|
|
<link href="https://fonts.googleapis.com/css?family=PT+Sans&subset=latin" rel="stylesheet" type="text/css"/>
|
|
<!-- Framework CSS -->
|
|
<link href="https://www.openstack.org/themes/openstack/css/blueprint/screen.css" media="screen, projection" rel="stylesheet" type="text/css"/>
|
|
<link href="https://www.openstack.org/themes/openstack/css/blueprint/print.css" media="print" rel="stylesheet" type="text/css"/>
|
|
<!--[if lt IE 8]><link rel="stylesheet" href="https://www.openstack.org/themes/openstack/css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
|
|
<!-- OpenStack Specific CSS -->
|
|
<link href="https://www.openstack.org/themes/openstack/css/main.css" media="screen, projection, print" rel="stylesheet" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div id="header">
|
|
<div class="span-5">
|
|
<h1 id="logo">
|
|
<a href="/">
|
|
OpenStack
|
|
</a>
|
|
</h1>
|
|
</div>
|
|
<div class="span-19 last blueLine">
|
|
<div class="span-19" id="navigation">
|
|
<ul id="Menu1">
|
|
<li>
|
|
<a href="https://www.openstack.org/" title="Go to the OpenStack Home page">
|
|
Home
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a class="link" href="https://www.openstack.org/software/" title="About OpenStack">
|
|
About
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a class="link" href="https://www.openstack.org/user-stories/" title="Read stories about companies that use OpenStack to get work done.">
|
|
User Stories
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a class="link" href="https://www.openstack.org/community/" title="Go to the OpenStack Community page">
|
|
Community
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a class="link" href="https://www.openstack.org/profile/" title="Edit your OpenStack community profile">
|
|
Profile
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://www.openstack.org/blog/" title="Go to the OpenStack Blog">
|
|
Blog
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://wiki.openstack.org/" title="Go to the OpenStack Wiki">
|
|
Wiki
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://docs.openstack.org/doc-contrib-guide/common/glossary.html" title="See definitions of OpenStack terms">
|
|
Glossary
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a class="current" href="https://docs.openstack.org/" title="Go to the OpenStack Documentation">
|
|
Documentation
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Page Content -->
|
|
<div class="container">
|
|
<h1>
|
|
OpenStack Project Infrastructure Publications
|
|
</h1>
|
|
</div>
|
|
<div class="container">
|
|
<h2>
|
|
Current Publications
|
|
</h2>
|
|
{current}
|
|
</div>
|
|
<br/>
|
|
<div class="container">
|
|
<h2>
|
|
Previous Publications
|
|
</h2>
|
|
{previous}
|
|
</div>
|
|
</body>
|
|
</html>
|