From d62a9f2390d9a642e4deef56529a8ce7c8333540 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Fri, 25 Apr 2008 16:23:51 +0000 Subject: [PATCH] Adapt layout to workaround IE6 bugs --- ChangeLog | 8 ++ docs/ChangeLog.xsl | 4 +- docs/FAQ.html | 76 +++++++++------ docs/apps.html | 84 ++++++++++------ docs/archdomain.html | 120 +++++++++++++++-------- docs/architecture.html | 76 +++++++++------ docs/archnetwork.html | 140 +++++++++++++++++---------- docs/archnode.html | 120 +++++++++++++++-------- docs/archstorage.html | 140 +++++++++++++++++---------- docs/auth.html | 140 +++++++++++++++++---------- docs/bindings.html | 122 +++++++++++++++--------- docs/bugs.html | 76 +++++++++------ docs/contact.html | 76 +++++++++------ docs/deployment.html | 140 +++++++++++++++++---------- docs/docs.html | 94 ++++++++++++------ docs/downloads.html | 76 +++++++++------ docs/drivers.html | 158 ++++++++++++++++++++----------- docs/drvlxc.html | 138 ++++++++++++++++++--------- docs/drvopenvz.html | 138 ++++++++++++++++++--------- docs/drvqemu.html | 158 ++++++++++++++++++++----------- docs/drvremote.html | 138 ++++++++++++++++++--------- docs/drvtest.html | 138 ++++++++++++++++++--------- docs/drvxen.html | 158 ++++++++++++++++++++----------- docs/errors.html | 76 +++++++++------ docs/format.html | 126 ++++++++++++++++-------- docs/formatcaps.html | 146 ++++++++++++++++++---------- docs/formatdomain.html | 146 ++++++++++++++++++---------- docs/formatnetwork.html | 146 ++++++++++++++++++---------- docs/formatnode.html | 126 ++++++++++++++++-------- docs/formatstorage.html | 146 ++++++++++++++++++---------- docs/html/index.html | 2 +- docs/html/libvirt-libvirt.html | 4 +- docs/html/libvirt-virterror.html | 4 +- docs/hvsupport.html | 134 ++++++++++++++++---------- docs/index.html | 76 +++++++++------ docs/intro.html | 140 +++++++++++++++++---------- docs/libvirt.css | 31 +++--- docs/newapi.xsl | 4 +- docs/news.html | 84 ++++++++++------ docs/page.xsl | 17 ++-- docs/python.html | 122 +++++++++++++++--------- docs/relatedlinks.html | 84 ++++++++++------ docs/remote.html | 140 +++++++++++++++++---------- docs/site.xsl | 4 +- docs/sitemap.html | 76 +++++++++------ docs/storage.html | 158 ++++++++++++++++++++----------- docs/uri.html | 140 +++++++++++++++++---------- docs/windows.html | 140 +++++++++++++++++---------- 48 files changed, 3092 insertions(+), 1698 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc02c43038..74d0b80c55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Apr 25 12:21:28 EST 2008 Daniel P. Berrange + + * docs/page.xsl, docs/libvir.css: Re-arrange layout to workaround + IE6 bugs + * docs/site.xsl, docs/newapi.xsl, docs/ChangeLog.xsl: Switch to + HTML strict to avoid layout bugs in transitional mode + * docs/*.html: Re-generate files with new layout + Fri Apr 25 17:44:28 CEST 2008 Daniel Veillard * qemud/qemud.c: applied patch from Anton Protopopov to change diff --git a/docs/ChangeLog.xsl b/docs/ChangeLog.xsl index 3adde586b9..0b7cf56ab7 100644 --- a/docs/ChangeLog.xsl +++ b/docs/ChangeLog.xsl @@ -5,8 +5,8 @@ + doctype-public="-//W3C//DTD XHTML 1.0//EN" + doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
  • diff --git a/docs/FAQ.html b/docs/FAQ.html index e7f1260676..1ec139835b 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -1,5 +1,5 @@ - + libvirt: Reference Manual for libvirt

    Reference Manual for libvirt

    Table of Contents

    • libvirt: core interfaces for the libvirt library
    • virterror: error handling interfaces for the libvirt library
    + -->libvirt: Reference Manual for libvirt

    Reference Manual for libvirt

    Table of Contents

    • libvirt: core interfaces for the libvirt library
    • virterror: error handling interfaces for the libvirt library
    diff --git a/docs/html/libvirt-libvirt.html b/docs/html/libvirt-libvirt.html index b2375da73f..bdc45ce19a 100644 --- a/docs/html/libvirt-libvirt.html +++ b/docs/html/libvirt-libvirt.html @@ -3,7 +3,7 @@ libvirt: Module libvirt from libvirt

    Module libvirt from libvirt

    Provides the interfaces of the libvirt library to handle Xen domains from a process running in domain 0

    Table of Contents

    Macros

    #define LIBVIR_VERSION_NUMBER
    +      -->libvirt: Module libvirt from libvirt

    Module libvirt from libvirt

    Provides the interfaces of the libvirt library to handle Xen domains from a process running in domain 0

    Table of Contents

    Macros

    #define LIBVIR_VERSION_NUMBER
     #define VIR_COPY_CPUMAP
     #define VIR_CPU_MAPLEN
     #define VIR_CPU_USABLE
    @@ -374,4 +374,4 @@ char *	virStorageVolGetXMLDesc		(

    Fetch an XML document describing all aspects of the storage volume

    vol:pointer to storage volume
    flags:flags for XML generation (unused, pass 0)
    Returns:the XML document, or NULL on error

    virStorageVolLookupByKey

    virStorageVolPtr	virStorageVolLookupByKey	(virConnectPtr conn, 
    const char * key)

    Fetch a pointer to a storage volume based on its globally unique key

    conn:pointer to hypervisor connection
    key:globally unique key
    Returns:a storage volume, or NULL if not found / error

    virStorageVolLookupByName

    virStorageVolPtr	virStorageVolLookupByName	(virStoragePoolPtr pool, 
    const char * name)

    Fetch a pointer to a storage volume based on its name within a pool

    pool:pointer to storage pool
    name:name of storage volume
    Returns:a storage volume, or NULL if not found / error

    virStorageVolLookupByPath

    virStorageVolPtr	virStorageVolLookupByPath	(virConnectPtr conn, 
    const char * path)
    -

    Fetch a pointer to a storage volume based on its locally (host) unique path

    conn:pointer to hypervisor connection
    path:locally unique path
    Returns:a storage volume, or NULL if not found / error
    +

    Fetch a pointer to a storage volume based on its locally (host) unique path

    conn:pointer to hypervisor connection
    path:locally unique path
    Returns:a storage volume, or NULL if not found / error
    diff --git a/docs/html/libvirt-virterror.html b/docs/html/libvirt-virterror.html index 21e4c16b46..f95760d7bf 100644 --- a/docs/html/libvirt-virterror.html +++ b/docs/html/libvirt-virterror.html @@ -3,7 +3,7 @@ libvirt: Module virterror from libvirt

    Module virterror from libvirt

    Provides the interfaces of the libvirt library to handle errors raised while using the library.

    Table of Contents

    Types

    typedef struct _virError virError
    +      -->libvirt: Module virterror from libvirt

    Module virterror from libvirt

    Provides the interfaces of the libvirt library to handle errors raised while using the library.

    Table of Contents

    Types

    typedef struct _virError virError
     typedef enum virErrorDomain
     typedef enum virErrorLevel
     typedef enum virErrorNumber
    @@ -41,4 +41,4 @@ void	virSetErrorFunc			(void * userData, 

    Provide a pointer to the last error caught at the library level Simpler but may not be suitable for multithreaded accesses, in which case use virCopyLastError()

    Returns:a pointer to the last error or NULL if none occurred.

    virResetError

    void	virResetError			(virErrorPtr err)

    Reset the error being pointed to

    err:pointer to the virError to clean up

    virResetLastError

    void	virResetLastError		(void)

    Reset the last error caught at the library level.

    virSetErrorFunc

    void	virSetErrorFunc			(void * userData, 
    virErrorFunc handler)
    -

    Set a library global error handling function, if @handler is NULL, it will reset to default printing on stderr. The error raised there are those for which no handler at the connection level could caught.

    userData:pointer to the user data provided in the handler callback
    handler:the function to get called in case of error or NULL
    +

    Set a library global error handling function, if @handler is NULL, it will reset to default printing on stderr. The error raised there are those for which no handler at the connection level could caught.

    userData:pointer to the user data provided in the handler callback
    handler:the function to get called in case of error or NULL
    diff --git a/docs/hvsupport.html b/docs/hvsupport.html index 20c395138a..d432a8eebd 100644 --- a/docs/hvsupport.html +++ b/docs/hvsupport.html @@ -1,5 +1,5 @@ - + + doctype-public="-//W3C//DTD XHTML 1.0//EN" + doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/> diff --git a/docs/news.html b/docs/news.html index 9211afaba8..a35de81860 100644 --- a/docs/news.html +++ b/docs/news.html @@ -1,5 +1,5 @@ - + +
  • @@ -53,7 +54,7 @@ -
  • +
    @@ -77,21 +78,23 @@
    -
    - -
    +
    + +