From: Daniel Veillard Date: Wed, 26 Apr 2006 06:43:42 +0000 (+0000) Subject: * docs//* : fixed perl binding URL to point to CPAN as provided by X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=aa13b2aa79c09001380c4fecba415f28bb4ff536;p=libvirt.git * docs//* : fixed perl binding URL to point to CPAN as provided by Daniel P. Berrange. Daniel --- diff --git a/ChangeLog b/ChangeLog index fdcdf8a442..e65661584d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 26 07:45:28 CEST 2006 Daniel Veillard + + * docs//* : fixed perl binding URL to point to CPAN as provided by + Daniel P. Berrange. + Tue Apr 25 17:56:32 CEST 2006 Daniel Veillard * configure.in: patch for ncurses fallback from Jim Fehlig diff --git a/docs/APIchunk0.html b/docs/APIchunk0.html index 0f4367adf9..7e78a266ca 100644 --- a/docs/APIchunk0.html +++ b/docs/APIchunk0.html @@ -254,4 +254,4 @@ d-m n-s t-z -

+

diff --git a/docs/APIchunk1.html b/docs/APIchunk1.html index dfdce2e51c..a640d44f22 100644 --- a/docs/APIchunk1.html +++ b/docs/APIchunk1.html @@ -228,4 +228,4 @@ d-m n-s t-z -

+

diff --git a/docs/APIchunk2.html b/docs/APIchunk2.html index 3793d7f629..2fdb427472 100644 --- a/docs/APIchunk2.html +++ b/docs/APIchunk2.html @@ -264,4 +264,4 @@ d-m n-s t-z -

+

diff --git a/docs/APIconstructors.html b/docs/APIconstructors.html index 7d01c59f76..a9e67d00f0 100644 --- a/docs/APIconstructors.html +++ b/docs/APIconstructors.html @@ -10,4 +10,4 @@ virDomainLookupByUUID

Type virErrorPtr:

virConnGetLastError
virGetLastError
-

+

diff --git a/docs/APIfiles.html b/docs/APIfiles.html index 865e4bdea1..d3cd9add56 100644 --- a/docs/APIfiles.html +++ b/docs/APIfiles.html @@ -119,4 +119,4 @@ virResetError
virResetLastError
virSetErrorFunc
-

+

diff --git a/docs/APIfunctions.html b/docs/APIfunctions.html index fd6a23c09c..f1ef9055f2 100644 --- a/docs/APIfunctions.html +++ b/docs/APIfunctions.html @@ -52,4 +52,4 @@

Type void *:

virConnSetErrorFunc
virErrorFunc
virSetErrorFunc
-

+

diff --git a/docs/APIsymbols.html b/docs/APIsymbols.html index 7269a2de50..d04efc3dce 100644 --- a/docs/APIsymbols.html +++ b/docs/APIsymbols.html @@ -119,4 +119,4 @@ virResetError
virResetLastError
virSetErrorFunc
-

+

diff --git a/docs/FAQ.html b/docs/FAQ.html index 81323a149c..ea79f31c61 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -77,4 +77,4 @@ via the pkg-config command line tool, like:

pkg-config libvirt --libs

-

+

diff --git a/docs/architecture.html b/docs/architecture.html index 64ba00f997..baf77726d5 100644 --- a/docs/architecture.html +++ b/docs/architecture.html @@ -42,4 +42,4 @@ drivers present in driver.h:

  • xend_internal: implements the driver fun

Note that a given driver may only implement a subset of those functions, for example saving a domain state to disk and restoring it is only possible though the Xen Daemon, on the other hand all interfaces allow to query the -runtime state of a given domain.

+runtime state of a given domain.

diff --git a/docs/bugs.html b/docs/bugs.html index 894db001c7..bbacf5439d 100644 --- a/docs/bugs.html +++ b/docs/bugs.html @@ -7,4 +7,4 @@ page and follow the instructions. Patches with explanations and provided as attachments are really appreciated and will be discussed on the mailing list. If possible generate the patches by using cvs diff -u in a CVS checkout.

We expect to use Red Hat Bugzilla to track bugs for libvirt, though there isn't a libvirt software -module defined yet, in the meantime use the mailing-list, thanks !.

+module defined yet, in the meantime use the mailing-list, thanks !.

diff --git a/docs/downloads.html b/docs/downloads.html index fbc1fdd215..e800f48b6c 100644 --- a/docs/downloads.html +++ b/docs/downloads.html @@ -7,4 +7,4 @@ available, first register onto the server:

cvs -d :pserver:anoncvs@l checkout the development tree with:

cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs co libvirt

Use ./autogen.sh to configure the local checkout, then make and make install, as usual. All normal cvs commands are now -available except commiting to the base.

+available except commiting to the base.

diff --git a/docs/errors.html b/docs/errors.html index b2567d3dc0..a9d67caeb1 100644 --- a/docs/errors.html +++ b/docs/errors.html @@ -66,4 +66,4 @@ this point, see the error.py example about it:

def handler(ctxt, err):
 
 libvirt.registerErrorHandler(handler, 'context') 

the second argument to the registerErrorHandler function is passed as the fist argument of the callback like in the C version. The error is a tuple -containing the same field as a virError in C, but cast to Python.

+containing the same field as a virError in C, but cast to Python.

diff --git a/docs/format.html b/docs/format.html index d0c3012550..988ad997d7 100644 --- a/docs/format.html +++ b/docs/format.html @@ -81,4 +81,4 @@ poweroff. There is various actions possible when this happen:

diff --git a/docs/python.html b/docs/python.html index 791c8637ef..7b3316780a 100644 --- a/docs/python.html +++ b/docs/python.html @@ -2,7 +2,7 @@ Binding for Python

Binding for Python

Libvirt comes with direct support for the Python language (just make sure you installed the libvirt-python package if not compiling from sources). Also -note that Daniel Berrange provides bindings for Perl +note that Daniel Berrange provides bindings for Perl too.

The Python binding should be complete and are mostly automatically generated from the formal description of the API in xml. The bindings are articulated around 2 classes virConnect and virDomain mapping to @@ -50,4 +50,4 @@ from the C API, the only points to notice are:

  • the import of the modu
  • extracting and printing some informations about the domain using various methods associated to the virDomain class.
  • -

+

diff --git a/docs/site.xsl b/docs/site.xsl index 72a8b5b5f1..9ecae86317 100644 --- a/docs/site.xsl +++ b/docs/site.xsl @@ -104,7 +104,7 @@