mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
b1c81567c7
The HTML5 doctype is simply <!DOCTYPE html> no DTD is present because HTML5 is no longer defined as an extension of SGML. XSL has no way to natively output a doctype without a public or system identifier, so we have to use an <xsl:text> hack instead. See also https://dev.w3.org/html5/html-author/#doctype-declaration Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
29 lines
819 B
XML
29 lines
819 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
</head>
|
|
<body>
|
|
<h1>Releases (2005)</h1>
|
|
<p>Here is the list of official releases made during the year 2005.
|
|
</p>
|
|
<p>It is also possible to just use
|
|
the <a href="downloads.html" shape="rect">GIT version or snapshot</a>,
|
|
contact the mailing list and check
|
|
the <a href="http://libvirt.org/git/?p=libvirt.git;a=log" shape="rect">GIT log</a>
|
|
to gauge progress.
|
|
</p>
|
|
|
|
<h3>0.0.1: Dec 19 2005</h3>
|
|
<ul>
|
|
<li>Features:<br/>
|
|
First release,<br/>
|
|
Basic management of existing Xen domains,<br/>
|
|
Minimal autogenerated Python bindings<br/>
|
|
</li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|