diff --git a/ChangeLog b/ChangeLog index 4a8d87ad0d111a1365240626a932151f2e44100e..0b0182b2bcaef58f28c83cc30159b3a14c0cbd3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,18 +1,24 @@ +Mon Jan 23 23:53:07 CET 2006 Daniel Veillard + + * docs/site.xsl docs/*.png docs/*.html: update the images from Diana, + added favicon to page. + * src/libvir.c: reorganized the include imports. + Mon Jan 23 14:23:16 CET 2006 Daniel Veillard - * doc/*: augment and try to complete the doc in its current state + * docs/*: augment and try to complete the doc in its current state Sun Jan 22 17:26:20 CET 2006 Daniel Veillard - * doc/*: started to augment and update the documentation + * docs/*: started to augment and update the documentation Sat Jan 21 23:33:46 GMT 2006 Daniel Veillard - * doc//*: mostly finished the revamp in the plane, starts to look good + * docs//*: mostly finished the revamp in the plane, starts to look good Fri Jan 20 16:48:05 CET 2006 Daniel Veillard - * doc/* : total revamp of the web site based on Diana Fong design + * docs/* : total revamp of the web site based on Diana Fong design but not completely integrated yet Fri Jan 20 10:57:44 CET 2006 Daniel Veillard diff --git a/docs/16favicon.png b/docs/16favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..bd024f54a960c7aef349e0ed83fd3b5e84b39f81 Binary files /dev/null and b/docs/16favicon.png differ diff --git a/docs/32favicon.png b/docs/32favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..1af7c70d71996d00317384d37def563b1eeeec25 Binary files /dev/null and b/docs/32favicon.png differ diff --git a/docs/FAQ.html b/docs/FAQ.html index 381ce367883e3a21c835b43f93220a8f844d46b2..a0d428aaf147af6b30f8d43fd4eb7730a97b5225 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -1,6 +1,6 @@ -FAQ

FAQ

Table of Contents:

  • License(s)
  • +FAQ

    FAQ

    Table of Contents:

    • License(s)
    • Installation
    • Compilation
    • Developer corner
    • diff --git a/docs/architecture.html b/docs/architecture.html index 5166389932d9f4aabb867d464bb4a9d09576723a..1d653944136d5e76e9d78871703fab57044a3a0b 100644 --- a/docs/architecture.html +++ b/docs/architecture.html @@ -1,6 +1,6 @@ -libvir architecture

      libvir architecture

      When running in a Xen environment, programs using libvir have to execute +libvir architecture

      libvir architecture

      When running in a Xen environment, programs using libvir have to execute in "Domain 0", which is the primary Linux OS loaded on the machine. That OS kernel provides most if not all of the actual drivers used by the set of domains. It also runs the Xen Store, a database of informations shared by the diff --git a/docs/bugs.html b/docs/bugs.html index 8a93d583482a98e51126b4698e959a5c315b0c3f..8b23c96df915ed68b44e1ad53943bed9242f9309 100644 --- a/docs/bugs.html +++ b/docs/bugs.html @@ -1,6 +1,6 @@ -Reporting bugs and getting help

      Reporting bugs and getting help

      There is a mailing-list libvir-list@redhat.com for libvir, +Reporting bugs and getting help

      Reporting bugs and getting help

      There is a mailing-list libvir-list@redhat.com for libvir, with an on-line archive. Please subscribe to this list before posting by visiting the associated Web page and follow the instructions. Patches with explanations and provided as diff --git a/docs/downloads.html b/docs/downloads.html index 43b25cf6918c439c1a5429a9e5bc84b0e2cbf813..a3b0f2c06235ec59959f16ea89e23f8950759f90 100644 --- a/docs/downloads.html +++ b/docs/downloads.html @@ -1,6 +1,6 @@ -Downloads

      Downloads

      The latest versions of libvir can be found on the libvir.org server ( HTTP, FTP). You will find there the released +Downloads

      Downloads

      The latest versions of libvir can be found on the libvir.org server ( HTTP, FTP). You will find there the released versions as well as snapshot tarballs updated from CVS head every hour

      Anonymous CVS is also available, first register onto the server:

      cvs -d :pserver:anoncvs@libvir.org:2401/data/cvs login

      it will request a password, enter anoncvs. Then you can diff --git a/docs/index.html b/docs/index.html index 12b96b000e7aeb16da3c0dcf1267b98acf04d7a2..53cdd03d0966330ae41067d7e58fbc7e6fcc73da 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,6 +3,7 @@ + the virtualization API diff --git a/docs/intro.html b/docs/intro.html index 7c246cb9ed818eab72fecf9844b0d977831482d5..3de1df8d85d81a1dc3dd2d41eae61b2f4055084c 100644 --- a/docs/intro.html +++ b/docs/intro.html @@ -1,6 +1,6 @@ -Introduction

      Introduction

      Libvir is a C toolkit to interract with the virtualization capabilities of +Introduction

      Introduction

      Libvir is a C toolkit to interract with the virtualization capabilities of recent versions of Linux (and other OSes), but ibvir won't try to provide all possible interfaces for interacting with the virtualization features.

      To avoid ambiguity about the terms used here here are the definitions for soem of the specific terms used in libvir documentation:

      • a node is a single physical machine
      • diff --git a/docs/libvirHeader.png b/docs/libvirHeader.png index fefff633bfa207c8a1595e1ea87c57428683bd55..a020d27b466c8c90d9f4b86c50a77e5a49e52896 100644 Binary files a/docs/libvirHeader.png and b/docs/libvirHeader.png differ diff --git a/docs/madeWith.png b/docs/madeWith.png new file mode 100644 index 0000000000000000000000000000000000000000..a05283505e7773c622cb29c64f2a35b50a56e6b8 Binary files /dev/null and b/docs/madeWith.png differ diff --git a/docs/news.html b/docs/news.html index f45fa559438d1d2a2a0eb1e2e5c358fd3112275f..0536692f4d1efc638e3e8b00b95c9d47d401a9a0 100644 --- a/docs/news.html +++ b/docs/news.html @@ -1,6 +1,6 @@ -Releases

        Releases

        Here is the list of official releases, however since it is early on in the +Releases

        Releases

        Here is the list of official releases, however since it is early on in the development of libvir, it is preferable when possible to just use the CVS version or snapshot, contact the mailing list and check the ChangeLog to gauge progresses.

        0.0.1: Dec 19 2005

        • First release
        • Basic management of existing Xen domains
        • diff --git a/docs/site.xsl b/docs/site.xsl index 04c48c11a8b02c7d6f89abcabb22aa16a097dfa8..6bb4c2280d00bd2a628415872e2b50e749b6932a 100644 --- a/docs/site.xsl +++ b/docs/site.xsl @@ -385,6 +385,7 @@ --> +