2013-05-03 14:25:37 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-07-26 17:01:25 +00:00
|
|
|
<!DOCTYPE html>
|
2013-05-03 14:25:37 +00:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
2010-09-10 09:26:05 +00:00
|
|
|
<body>
|
2015-09-10 11:15:45 +00:00
|
|
|
<h1>libvirt Application Development Guides</h1>
|
2010-09-10 09:26:05 +00:00
|
|
|
|
|
|
|
<p>
|
2015-09-10 11:15:45 +00:00
|
|
|
The libvirt API is accessible from a number of programming languages.
|
|
|
|
At this time, there are application development guides available
|
|
|
|
which cover the C API and the Python API. Of the two, the Python guide
|
|
|
|
is currently the more comprehensive document.
|
2010-09-10 09:26:05 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<ul>
|
2017-10-13 15:30:41 +00:00
|
|
|
<li><a href="https://libvirt.org/docs/libvirt-appdev-guide/en-US/html/">Application Development Guide (C language) HTML</a></li>
|
|
|
|
<li><a href="https://libvirt.org/docs/libvirt-appdev-guide/en-US/pdf/">Application Development Guide (C language) PDF</a></li>
|
|
|
|
<li><a href="https://libvirt.org/docs/libvirt-appdev-guide-python/en-US/html/">Application Development Guide (Python language) HTML</a></li>
|
|
|
|
<li><a href="https://libvirt.org/docs/libvirt-appdev-guide-python/en-US/pdf/">Application Development Guide (Python language) PDF</a></li>
|
2010-09-10 09:26:05 +00:00
|
|
|
</ul>
|
|
|
|
|
2015-09-10 11:15:45 +00:00
|
|
|
<h2>Contributing content</h2>
|
2010-09-10 09:26:05 +00:00
|
|
|
|
|
|
|
<p>
|
2015-09-10 11:15:45 +00:00
|
|
|
These guides are written in DocBook and published with the
|
|
|
|
publican tool, which is also used for Fedora and Red Hat
|
|
|
|
documentation. The original content is provided in GIT and
|
|
|
|
any contributions to the guide are welcome.
|
2010-09-10 09:26:05 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<pre>
|
2016-11-11 22:40:27 +00:00
|
|
|
# C language
|
2018-03-20 12:35:00 +00:00
|
|
|
$ git clone <a href="https://libvirt.org/git/?p=libvirt-appdev-guide.git">https://libvirt.org/git/libvirt-appdev-guide.git</a>
|
2010-09-10 09:26:05 +00:00
|
|
|
|
2016-11-11 22:40:27 +00:00
|
|
|
# Python language
|
2018-03-20 12:35:00 +00:00
|
|
|
$ git clone <a href="https://libvirt.org/git/?p=libvirt-appdev-guide-python.git">https://libvirt.org/git/libvirt-appdev-guide-python.git</a>
|
2010-09-10 09:26:05 +00:00
|
|
|
|
2016-11-11 22:40:27 +00:00
|
|
|
# Publican Style/Theme
|
2018-03-20 12:35:00 +00:00
|
|
|
$ git clone <a href="https://libvirt.org/git/?p=libvirt-publican.git">https://libvirt.org/git/libvirt-publican.git</a>
|
2015-09-10 11:15:45 +00:00
|
|
|
</pre>
|
2010-09-10 09:26:05 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|