daemon: Move TLS initialization to virInitialize
[libvirt/zwu.git] / docs / devguide.html.in
blobba499db7d02e50218e3bfc24d30863b1e34271a8
1 <?xml version="1.0"?>
2 <html>
3 <body>
4 <h1>libvirt Application Development Guide</h1>
6 <ul id="toc"></ul>
8 <p>
9 The guide is both a learning tool for developing with libvirt and an
10 API reference document. It is a work in progress, composed by a
11 professional author from contributions written by members of the
12 libvirt team.
13 </p>
15 <p>
16 Contributions to the guide are <b>VERY</b> welcome. If you'd like to get
17 your name on this and demonstrate your virtualisation prowess, a solid
18 contribution to the content here will do it. :)
19 </p>
21 <h2><a name="online">Browsable online</a></h2>
23 <ul>
24 <li><a href="http://libvirt.org/guide/html/">
25 HTML format using multiple pages</a></li>
26 <li><a href="http://libvirt.org/guide/html-single/">
27 HTML format using one big page</a></li>
28 <li><a href="http://libvirt.org/guide/pdf/Application_Development_Guide.pdf">
29 PDF format</a></li>
30 <li><a href="http://libvirt.org/guide/libvirt-0.7.5-Application_Development_Guide-en-US.epub">
31 ePub format</a></li>
32 <li><a href="http://libvirt.org/guide/txt/Application_Development_Guide.txt">
33 Plain text format</a></li>
34 <li><a href="http://libvirt.org/guide/libvirt-Application_Development_Guide-0.7.5-web-en-US-1-9.el5.src.rpm">
35 Source RPM format</a></li>
36 </ul>
38 <h2><a name="git">GIT source repository</a></h2>
40 <p>
41 The source is in a git repository:
42 </p>
44 <pre>
45 git clone git://libvirt.org/libvirt-appdev-guide.git</pre>
47 <p>
48 Browsable here:
49 </p>
51 <pre>
52 <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>
54 </body>
55 </html>