mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
ca515fc8b2
The <pre/> section is rendered as-is on the page. That is, if all the lines are prefixed with 4 spaces the rendered page will also have them. Problem is if we put a box around such <pre/> because the content might not fix into it. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
43 lines
1.8 KiB
XML
43 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<body>
|
|
<h1>libvirt Application Development Guides</h1>
|
|
|
|
<p>
|
|
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.
|
|
</p>
|
|
|
|
<ul>
|
|
<li><a href="http://libvirt.org/docs/libvirt-appdev-guide/en-US/html/">Application Development Guide (C language) HTML</a></li>
|
|
<li><a href="http://libvirt.org/docs/libvirt-appdev-guide/en-US/pdf/">Application Development Guide (C language) PDF</a></li>
|
|
<li><a href="http://libvirt.org/docs/libvirt-appdev-guide-python/en-US/html/">Application Development Guide (Python language) HTML</a></li>
|
|
<li><a href="http://libvirt.org/docs/libvirt-appdev-guide-python/en-US/pdf/">Application Development Guide (Python language) PDF</a></li>
|
|
</ul>
|
|
|
|
<h2>Contributing content</h2>
|
|
|
|
<p>
|
|
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.
|
|
</p>
|
|
|
|
<pre>
|
|
# C language
|
|
$ git clone <a href="http://libvirt.org/git/?p=libvirt-appdev-guide.git">git://libvirt.org/libvirt-appdev-guide.git</a>
|
|
|
|
# Python language
|
|
$ git clone <a href="http://libvirt.org/git/?p=libvirt-appdev-guide-python.git">git://libvirt.org/libvirt-appdev-guide-python.git</a>
|
|
|
|
# Publican Style/Theme
|
|
$ git clone <a href="http://libvirt.org/git/?p=libvirt-publican.git">git://libvirt.org/libvirt-publican.git</a>
|
|
</pre>
|
|
|
|
</body>
|
|
</html>
|