File: devguide.html.in

package info (click to toggle)
libvirt 0.9.12.3-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 115,024 kB
  • sloc: ansic: 324,394; xml: 44,112; sh: 15,676; python: 6,198; makefile: 2,916; perl: 2,003; ml: 472; sed: 16
file content (55 lines) | stat: -rw-r--r-- 1,795 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0"?>
<html>
  <body>
    <h1>libvirt Application Development Guide</h1>

    <ul id="toc"></ul>

    <p>
      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.
    </p>

    <p>
      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. :)
    </p>

    <h2><a name="online">Browsable online</a></h2>

    <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>

    <h2><a name="git">GIT source repository</a></h2>

    <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>