publications/index.html

87 lines
2.9 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" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>OpenStack Project Infrastructure Publications</title>
<!-- Google Fonts -->
<link
href="http://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin"
rel="stylesheet" type="text/css" />
<!-- Framework CSS -->
<link rel="stylesheet"
href="http://openstack.org/themes/openstack/css/blueprint/screen.css"
type="text/css" media="screen, projection" />
<link rel="stylesheet"
href="http://openstack.org/themes/openstack/css/blueprint/print.css"
type="text/css" media="print" />
<!--[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 rel="stylesheet"
href="http://openstack.org/themes/openstack/css/main.css"
type="text/css" media="screen, projection, print" />
</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 id="navigation" class="span-19">
<ul id="Menu1">
<li><a href="http://www.openstack.org/"
title="Go to the OpenStack Home page"
>Home</a></li>
<li><a
href="http://www.openstack.org/software/"
title="About OpenStack"
class="link">About</a></li>
<li><a
href="http://www.openstack.org/user-stories/"
title="Read stories about companies that use OpenStack to get work done."
class="link">User Stories</a></li>
<li><a
href="http://www.openstack.org/community/"
title="Go to the OpenStack Community page"
class="link">Community</a></li>
<li><a
href="http://www.openstack.org/profile/"
title="Edit your OpenStack community profile"
class="link">Profile</a></li>
<li><a
href="http://www.openstack.org/blog/"
title="Go to the OpenStack Blog"
>Blog</a></li>
<li><a href="http://wiki.openstack.org/"
title="Go to the OpenStack Wiki"
>Wiki</a></li>
<li><a
href="http://docs.openstack.org/glossary/content/glossary.html"
title="See definitions of OpenStack terms"
>Glossary</a></li>
<li><a href="http://docs.openstack.org/"
title="Go to the OpenStack Documentation"
class="current"
>Documentation</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Page Content -->
<div class="container">
<h1>OpenStack Project Infrastructure Publications</h3>
</div>
<div class="container">
<h2>Current Publications</h2>
{current}
</div>
<br/>
<div class="container">
<h2>Previous Publications</h2>
{previous}
</div>
</body>
</html>