diff --git a/ChangeLog b/ChangeLog index 8f93897ebd..29f1818d6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Aug 26 00:17:24 CEST 2006 Daniel Veillard + + * docs/site.xsl docs/*.html: add links to virt-manager + Fri Aug 25 17:42:12 EDT 2006 Daniel Berrange * src/virsh.c: Allow VIRSH_DEFAULT_CONNECT_URI to be set to diff --git a/docs/FAQ.html b/docs/FAQ.html index ea79f31c61..f541e975de 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 baf77726d5..11aee85d2e 100644 --- a/docs/architecture.html +++ b/docs/architecture.html @@ -42,4 +42,4 @@ drivers present in driver.h:

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 bbacf5439d..8e7ba942ec 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 e800f48b6c..c92bf51155 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 a9d67caeb1..a518a1b3ad 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 1edc2c67bb..ed71ceeacd 100644 --- a/docs/format.html +++ b/docs/format.html @@ -175,4 +175,4 @@ systems:

<domain type='xen' id='3'>
 

It is likely that the HVM description gets additional optional elements and attributes as the support for fully virtualized domain expands, especially for the variety of devices emulated and the graphic support -options offered.

+options offered.

diff --git a/docs/index.html b/docs/index.html index 0d86193b4e..ac74a8de51 100644 --- a/docs/index.html +++ b/docs/index.html @@ -83,6 +83,9 @@ mechanisms if needed.

  • Open bugs
  • +
  • + virt-manager +
  • Perl bindings
  • diff --git a/docs/intro.html b/docs/intro.html index 31d9ce9bae..72b10394f5 100644 --- a/docs/intro.html +++ b/docs/intro.html @@ -27,4 +27,4 @@ and for applications focusing on virtualization of a single node (the only exception being domain migration between node capabilities which may need to be added at the libvirt level). Where possible libvirt should be extendable to be able to provide the same API for remote nodes, however this is not the -case at the moment, the code currently handle only local node accesses.

    +case at the moment, the code currently handle only local node accesses.

    diff --git a/docs/news.html b/docs/news.html index e8506953c9..783eddd35d 100644 --- a/docs/news.html +++ b/docs/news.html @@ -83,4 +83,4 @@ and check the ChangeLog to gauge progresses.

    0.0.1: Dec 19 2005

    • First release
    • Basic management of existing Xen domains
    • Minimal autogenerated Python bindings
    • -

    +

    diff --git a/docs/python.html b/docs/python.html index 7b3316780a..26679f9106 100644 --- a/docs/python.html +++ b/docs/python.html @@ -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 9ecae86317..67b077d6c2 100644 --- a/docs/site.xsl +++ b/docs/site.xsl @@ -104,6 +104,7 @@