Fix specs for https
Accessing https://specs.openstack.org modern browser reject many insecure references, use https where everywhere. Integrate the footer since status.o.o is not accessible via https. Change-Id: I4aa4bafe761b00a072de327cabaf3f115c178b00
This commit is contained in:
parent
125ea82888
commit
a25b9ff880
@ -5,28 +5,26 @@
|
||||
<title>
|
||||
OpenStack Specifications
|
||||
</title>
|
||||
<script src="http://status.openstack.org/common.js" type="text/javascript">
|
||||
</script>
|
||||
<!-- Google Fonts -->
|
||||
<link href="http://fonts.googleapis.com/css?family=PT+Sans&subset=latin" rel="stylesheet" type="text/css"/>
|
||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans&subset=latin" rel="stylesheet" type="text/css"/>
|
||||
<!-- Google Fonts -->
|
||||
<link href="http://www.openstack.org/blog/feed/" rel="alternate" title="RSS 2.0" type="application/rss+xml"/>
|
||||
<link href="http://fonts.googleapis.com/css?family=PT+Sans&subset=latin" rel="stylesheet" type="text/css"/>
|
||||
<link href="https://www.openstack.org/blog/feed/" rel="alternate" title="RSS 2.0" type="application/rss+xml"/>
|
||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans&subset=latin" rel="stylesheet" type="text/css"/>
|
||||
<!-- Framework CSS -->
|
||||
<link href="http://openstack.org/themes/openstack/css/blueprint/screen.css" media="screen, projection" rel="stylesheet" type="text/css"/>
|
||||
<link href="http://openstack.org/themes/openstack/css/blueprint/print.css" media="print" rel="stylesheet" type="text/css"/>
|
||||
<!--[if lt IE 8]><link rel="stylesheet" href="http://openstack.org/themes/openstack/css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
|
||||
<link href="https://openstack.org/themes/openstack/css/blueprint/screen.css" media="screen, projection" rel="stylesheet" type="text/css"/>
|
||||
<link href="https://openstack.org/themes/openstack/css/blueprint/print.css" media="print" rel="stylesheet" type="text/css"/>
|
||||
<!--[if lt IE 8]><link rel="stylesheet" href="https://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"/>
|
||||
<link href="https://openstack.org/themes/openstack/css/main.css" media="screen, projection, print" rel="stylesheet" type="text/css"/>
|
||||
<link href="https://docs.openstack.org/common/css/main-landing.css" media="screen, projection, print" rel="stylesheet" type="text/css"/>
|
||||
<link href="https://openstack.org/themes/openstack/css/dropdown.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body class="docshome" id="docshome">
|
||||
<div class="container">
|
||||
<div id="header">
|
||||
<div class="span-5">
|
||||
<h1 id="logo">
|
||||
<a href="http://www.openstack.org/">
|
||||
<a href="https://www.openstack.org/">
|
||||
OpenStack
|
||||
</a>
|
||||
</h1>
|
||||
@ -40,42 +38,42 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="link" href="http://www.openstack.org/software/" title="Go to the Software page">
|
||||
<a class="link" href="https://www.openstack.org/software/" title="Go to the Software page">
|
||||
Software
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="link" href="http://www.openstack.org/user-stories/" title="Go to the User Stories page">
|
||||
<a class="link" href="https://www.openstack.org/user-stories/" title="Go to the User Stories page">
|
||||
User Stories
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="link" href="http://www.openstack.org/community/" title="Go to the Community page">
|
||||
<a class="link" href="https://www.openstack.org/community/" title="Go to the Community page">
|
||||
Community
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="link" href="http://www.openstack.org/foundation/" title="Go to the Foundation page">
|
||||
<a class="link" href="https://www.openstack.org/foundation/" title="Go to the Foundation page">
|
||||
Foundation
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="link" href="http://www.openstack.org/profile/" title="Go to the Profile page">
|
||||
<a class="link" href="https://www.openstack.org/profile/" title="Go to the Profile page">
|
||||
Profile
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.openstack.org/blog/" title="Go to the OpenStack Blog">
|
||||
<a href="https://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">
|
||||
<a href="https://wiki.openstack.org/" title="Go to the OpenStack Wiki">
|
||||
Wiki
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://docs.openstack.org/" title="Go to OpenStack Documentation">
|
||||
<a href="https://docs.openstack.org/" title="Go to OpenStack Documentation">
|
||||
Documentation
|
||||
</a>
|
||||
</li>
|
||||
@ -111,7 +109,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
<!-- This lists follows the naming of
|
||||
http://docs.openstack.org/developer/openstack-projects.html -->
|
||||
https://docs.openstack.org/developer/openstack-projects.html -->
|
||||
<dl>
|
||||
{% for project in projects %}
|
||||
<dd>
|
||||
@ -147,9 +145,49 @@
|
||||
<a href="specs.opml">OPML file with all RSS feeds</a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Page Content -->
|
||||
<script type="text/javascript">
|
||||
footer();
|
||||
</script>
|
||||
</body>
|
||||
<footer>
|
||||
<div class="container">
|
||||
<hr />
|
||||
<div id="footer">
|
||||
<div class="span-4">
|
||||
<h3>OpenStack</h3>
|
||||
<ul>
|
||||
<li><a href="https://www.openstack.org/projects/">Projects</a></li>
|
||||
<li><a href="https://www.openstack.org/openstack-security/">OpenStack Security</a></li>
|
||||
<li><a href="https://www.openstack.org/projects/openstack-faq/">Common Questions</a></li>
|
||||
<li><a href="https://www.openstack.org/blog/">Blog</a></li>
|
||||
<li><a href="https://www.openstack.org/news/">News</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="span-4">
|
||||
<h3>Community</h3>
|
||||
<ul>
|
||||
<li><a href="https://www.openstack.org/community/">User Groups</a></li>
|
||||
<li><a href="https://www.openstack.org/events/">Events</a></li>
|
||||
<li><a href="https://www.openstack.org/jobs/">Jobs</a></li>
|
||||
<li><a href="https://www.openstack.org/foundation/companies/">Companies</a></li>
|
||||
<li><a href="https://docs.openstack.org/infra/manual/developers.html">Contribute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="span-4">
|
||||
<h3>Documentation</h3>
|
||||
<ul>
|
||||
<li><a href="https://docs.openstack.org/">OpenStack Manuals</a></li>
|
||||
<li><a href="https://www.openstack.org/software/start/">Getting Started</a></li>
|
||||
<li><a href="https://developer.openstack.org">API Documentation</a></li>
|
||||
<li><a href="https://wiki.openstack.org/">Wiki</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="span-4 last">
|
||||
<h3>Branding & Legal</h3>
|
||||
<ul>
|
||||
<li><a href="https://www.openstack.org/brand/">Logos & Guidelines</a></li>
|
||||
<li><a href="https://www.openstack.org/brand/openstack-trademark-policy/">Trademark Policy</a></li>
|
||||
<li><a href="https://www.openstack.org/privacy/">Privacy Policy</a></li>
|
||||
<li><a href="https://wiki.openstack.org/CLA">OpenStack CLA</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user