diff --git a/docs/devguide.html.in b/docs/devguide.html.in index 122fe249b4..639e495058 100644 --- a/docs/devguide.html.in +++ b/docs/devguide.html.in @@ -2,55 +2,41 @@ -

libvirt Application Development Guide

- - +

libvirt Application Development Guides

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

-

- Contributions to the guide are VERY 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. :) -

- -

Browsable online

- -

GIT source repository

+

Contributing content

- The source is in a git repository: + 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.

-      git clone git://libvirt.org/libvirt-appdev-guide.git
+ # C language + $ git clone git://libvirt.org/libvirt-appdev-guide.git -

- Browsable here: -

+ # Python language + $ git clone git://libvirt.org/libvirt-appdev-guide-python.git -
-      http://libvirt.org/git/?p=libvirt-appdev-guide.git;a=summary
+ # Publican Style/Theme + $ git clone git://libvirt.org/libvirt-publican.git +