2010-09-10 09:26:05 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<html>
|
|
|
|
<body>
|
|
|
|
<h1>libvirt Application Development Guide</h1>
|
|
|
|
|
2010-10-23 21:46:32 +00:00
|
|
|
<ul id="toc"></ul>
|
|
|
|
|
2010-09-10 09:26:05 +00:00
|
|
|
<p>
|
2010-09-13 07:28:49 +00:00
|
|
|
The guide is both a learning tool for developing with libvirt and an
|
|
|
|
API reference document. It is a work in progress, composed by a
|
|
|
|
professional author from contributions written by members of the
|
|
|
|
libvirt team.
|
2010-09-10 09:26:05 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2010-09-13 07:28:49 +00:00
|
|
|
Contributions to the guide are <b>VERY</b> welcome. If you'd like to get
|
|
|
|
your name on this and demonstrate your virtualisation prowess, a solid
|
|
|
|
contribution to the content here will do it. :)
|
2010-09-10 09:26:05 +00:00
|
|
|
</p>
|
|
|
|
|
2010-10-23 21:46:32 +00:00
|
|
|
<h2><a name="online">Browsable online</a></h2>
|
2010-09-10 09:26:05 +00:00
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><a href="http://libvirt.org/guide/html/">
|
|
|
|
HTML format using multiple pages</a></li>
|
|
|
|
<li><a href="http://libvirt.org/guide/html-single/">
|
|
|
|
HTML format using one big page</a></li>
|
|
|
|
<li><a href="http://libvirt.org/guide/pdf/Application_Development_Guide.pdf">
|
|
|
|
PDF format</a></li>
|
|
|
|
<li><a href="http://libvirt.org/guide/libvirt-0.7.5-Application_Development_Guide-en-US.epub">
|
|
|
|
ePub format</a></li>
|
|
|
|
<li><a href="http://libvirt.org/guide/txt/Application_Development_Guide.txt">
|
|
|
|
Plain text format</a></li>
|
|
|
|
<li><a href="http://libvirt.org/guide/libvirt-Application_Development_Guide-0.7.5-web-en-US-1-9.el5.src.rpm">
|
|
|
|
Source RPM format</a></li>
|
|
|
|
</ul>
|
|
|
|
|
2010-10-23 21:46:32 +00:00
|
|
|
<h2><a name="git">GIT source repository</a></h2>
|
2010-09-10 09:26:05 +00:00
|
|
|
|
|
|
|
<p>
|
|
|
|
The source is in a git repository:
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
git clone git://libvirt.org/libvirt-appdev-guide.git</pre>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Browsable here:
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
<a href="http://libvirt.org/git/?p=libvirt-appdev-guide.git;a=summary">http://libvirt.org/git/?p=libvirt-appdev-guide.git;a=summary</a></pre>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|