Fix several HTML issues and prettify syntax

According to the markup validation service provided by the W3C there are severl
HTML issues. This patch fixes all of them and prettifies the syntax.

http://validator.w3.org/check?uri=specs.openstack.org&charset=%28detect+automatically%29&doctype=Inline&group=0

* No Character Encoding Found! Falling back to UTF-8.
* No DOCTYPE found! Checking with default XHTML 1.0
  Transitional Document Type.
* No Character encoding declared at document level
* Line 4, Column 8: element "HEAD" undefined
* Line 5, Column 11: element "TITLE" undefined
* Line 27, Column 38: document type does not allow element "body" here
* Line 206, Column 9: end tag for element "BODY" which is not open
* Line 207, Column 7: end tag for "div" omitted, but OMITTAG NO was specified
* Line 207, Column 7: end tag for "body" omitted, but OMITTAG NO was specified
* Line 207, Column 7: end tag for "html" which is not finished

Change-Id: I1909fc2fb225063d29a04bda99cbbc6a82411573
This commit is contained in:
Christian Berendt 2014-10-04 17:51:28 +02:00
parent 1509afc89f
commit 54028e4e56
1 changed files with 149 additions and 119 deletions

View File

@ -1,15 +1,14 @@
<html xmlns="http://www.w3.org/1999/xhtml" <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
xmlns:py="http://genshi.edgewall.org/" <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
lang="en"> <head>
<HEAD> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
<TITLE>OpenStack Specifications</TITLE> <title>
OpenStack Specifications
<script type="text/javascript" </title>
src="http://status.openstack.org/common.js"></script> <script src="http://status.openstack.org/common.js" type="text/javascript">
</script>
<!-- Google Fonts --> <!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin' rel='stylesheet' type='text/css'/> <link href="http://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin" rel="stylesheet" type="text/css"/>
<!-- Google Fonts --> <!-- Google Fonts -->
<link href="http://www.openstack.org/blog/feed/" rel="alternate" title="RSS 2.0" type="application/rss+xml"/> <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&amp;subset=latin" rel="stylesheet" type="text/css"/> <link href="http://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin" rel="stylesheet" type="text/css"/>
@ -21,9 +20,7 @@
<link href="http://openstack.org/themes/openstack/css/main.css" media="screen, projection, print" rel="stylesheet" type="text/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://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="http://openstack.org/themes/openstack/css/dropdown.css" rel="stylesheet" type="text/css"/>
</head>
</HEAD>
<body class="docshome" id="docshome"> <body class="docshome" id="docshome">
<div class="container"> <div class="container">
<div id="header"> <div id="header">
@ -86,7 +83,6 @@
</div> </div>
</div> </div>
</div> </div>
<!-- Page Content --> <!-- Page Content -->
<div class="container"> <div class="container">
<div class="span-12"> <div class="span-12">
@ -123,48 +119,70 @@
</a> </a>
</dd> </dd>
<dd> <dd>
<a href="openstack/nova-specs/">Compute Service <a href="openstack/nova-specs/">
Specifications (nova)</a> Compute Service
Specifications (nova)
</a>
</dd> </dd>
<dd> <dd>
<a href="openstack/sahara-specs/">Data Processing Service <a href="openstack/sahara-specs/">
Specifications (sahara)</a> Data Processing Service
Specifications (sahara)
</a>
</dd> </dd>
<dd> <dd>
<a href="openstack/keystone-specs/">Identity Program <a href="openstack/keystone-specs/">
Specifications (keystone)</a> Identity Program
Specifications (keystone)
</a>
</dd> </dd>
<dd> <dd>
<a href="openstack/glance-specs/">Image Service <a href="openstack/glance-specs/">
Specifications (glance)</a> Image Service
Specifications (glance)
</a>
</dd> </dd>
<dd> <dd>
<a href="openstack/barbican-specs/">Key Management Service <a href="openstack/barbican-specs/">
Specifications (barbican)</a> Key Management Service
Specifications (barbican)
</a>
</dd> </dd>
<dd> <dd>
<a href="openstack/neutron-specs/">Networking Service <a href="openstack/neutron-specs/">
Developer Specifications (neutron)</a> Networking Service
Developer Specifications (neutron)
</a>
</dd> </dd>
<dd> <dd>
<a href="openstack/swift-specs/">Object Storage <a href="openstack/swift-specs/">
Specifications (swift)</a> Object Storage
Specifications (swift)
</a>
</dd> </dd>
<dd> <dd>
<a href="openstack/heat-specs/">Orchestration <a href="openstack/heat-specs/">
Specifications (heat)</a> Orchestration
Specifications (heat)
</a>
</dd> </dd>
<dd> <dd>
<a href="openstack/zaqar-specs/">Queue Service <a href="openstack/zaqar-specs/">
Specifications (zaqar)</a> Queue Service
Specifications (zaqar)
</a>
</dd> </dd>
<dd> <dd>
<a href="openstack/ceilometer-specs/">Telemetry Service <a href="openstack/ceilometer-specs/">
Specifications (ceilometer)</a> Telemetry Service
Specifications (ceilometer)
</a>
</dd> </dd>
<dd> <dd>
<a href="openstack/cinder-specs/">Volume Service <a href="openstack/cinder-specs/">
Specifications (cinder)</a> Volume Service
Specifications (cinder)
</a>
</dd> </dd>
</dl> </dl>
</div> </div>
@ -178,30 +196,42 @@
</ul> </ul>
<dl> <dl>
<dd> <dd>
<a href="openstack/oslo-specs/">Common Libraries Program <a href="openstack/oslo-specs/">
Specifications (oslo)</a> Common Libraries Program
Specifications (oslo)
</a>
</dd> </dd>
<dd> <dd>
<a href="openstack/tripleo-specs/">Deployment Program <a href="openstack/tripleo-specs/">
Specifications</a> Deployment Program
Specifications
</a>
</dd> </dd>
<dd> <dd>
<a href="openstack/docs-specs/">Documentation Program <a href="openstack/docs-specs/">
Specifications</a> Documentation Program
Specifications
</a>
</dd> </dd>
<dd> <dd>
<a href="openstack-infra/infra-specs/">Infrastructure Program <a href="openstack-infra/infra-specs/">
Specifications</a> Infrastructure Program
Specifications
</a>
</dd> </dd>
<dd> <dd>
<a href="openstack/qa-specs/">QA Program <a href="openstack/qa-specs/">
Specifications</a> QA Program
Specifications
</a>
</dd> </dd>
</dl> </dl>
</div> </div>
</div> </div>
</div>
<!-- Page Content --> <!-- Page Content -->
<script type="text/javascript">
<script type="text/javascript">footer();</script> footer();
</BODY> </script>
</body>
</html> </html>