]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* docs/site.xsl docs/*.png docs/*.html: update the images from Diana,
authorDaniel Veillard <veillard@redhat.com>
Mon, 23 Jan 2006 22:55:41 +0000 (22:55 +0000)
committerDaniel Veillard <veillard@redhat.com>
Mon, 23 Jan 2006 22:55:41 +0000 (22:55 +0000)
  added favicon to page.
* src/libvir.c: reorganized the include imports.
Daniel

14 files changed:
ChangeLog
docs/16favicon.png [new file with mode: 0644]
docs/32favicon.png [new file with mode: 0644]
docs/FAQ.html
docs/architecture.html
docs/bugs.html
docs/downloads.html
docs/index.html
docs/intro.html
docs/libvirHeader.png
docs/madeWith.png [new file with mode: 0644]
docs/news.html
docs/site.xsl
src/libvir.c

index 4a8d87ad0d111a1365240626a932151f2e44100e..0b0182b2bcaef58f28c83cc30159b3a14c0cbd3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,18 +1,24 @@
+Mon Jan 23 23:53:07 CET 2006 Daniel Veillard <veillard@redhat.com>
+
+       * 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 <veillard@redhat.com>
 
-       * 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 <veillard@redhat.com>
 
-       * 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 <veillard@redhat.com>
 
-       * 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 <veillard@redhat.com>
 
-       * 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 <veillard@redhat.com>
diff --git a/docs/16favicon.png b/docs/16favicon.png
new file mode 100644 (file)
index 0000000..bd024f5
Binary files /dev/null and b/docs/16favicon.png differ
diff --git a/docs/32favicon.png b/docs/32favicon.png
new file mode 100644 (file)
index 0000000..1af7c70
Binary files /dev/null and b/docs/32favicon.png differ
index 381ce367883e3a21c835b43f93220a8f844d46b2..a0d428aaf147af6b30f8d43fd4eb7730a97b5225 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvir.css" /><title>FAQ</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">FAQ</h1><p>Table of Contents:</p><ul><li><a href="FAQ.html#License">License(s)</a></li>
+<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvir.css" /><link rel="SHORTCUT ICON" href="/32favicon.png" /><title>FAQ</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">FAQ</h1><p>Table of Contents:</p><ul><li><a href="FAQ.html#License">License(s)</a></li>
   <li><a href="FAQ.html#Installati">Installation</a></li>
   <li><a href="FAQ.html#Compilatio">Compilation</a></li>
   <li><a href="FAQ.html#Developer">Developer corner</a></li>
index 5166389932d9f4aabb867d464bb4a9d09576723a..1d653944136d5e76e9d78871703fab57044a3a0b 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvir.css" /><title>libvir architecture</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">libvir architecture</h1><p>When running in a Xen environment, programs using libvir have to execute
+<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvir.css" /><link rel="SHORTCUT ICON" href="/32favicon.png" /><title>libvir architecture</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">libvir architecture</h1><p>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
index 8a93d583482a98e51126b4698e959a5c315b0c3f..8b23c96df915ed68b44e1ad53943bed9242f9309 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvir.css" /><title>Reporting bugs and getting help</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">Reporting bugs and getting help</h1><p>There is a mailing-list <a href="mailto:libvir-list@redhat.com">libvir-list@redhat.com</a> for libvir,
+<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvir.css" /><link rel="SHORTCUT ICON" href="/32favicon.png" /><title>Reporting bugs and getting help</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">Reporting bugs and getting help</h1><p>There is a mailing-list <a href="mailto:libvir-list@redhat.com">libvir-list@redhat.com</a> for libvir,
 with an  <a href="https://www.redhat.com/archives/libvir-list/">on-line
 archive</a>. Please subscribe to this list before posting by visiting the <a href="https://www.redhat.com/mailman/listinfo/libvir-list">associated Web</a>
 page and follow the instructions. Patches with explanations and provided as
index 43b25cf6918c439c1a5429a9e5bc84b0e2cbf813..a3b0f2c06235ec59959f16ea89e23f8950759f90 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvir.css" /><title>Downloads</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">Downloads</h1><p>The latest versions of libvir can be found on the  <a href="ftp://libvir.org/libvir/">libvir.org</a> server ( <a href="http://libvir.org/sources/">HTTP</a>, <a href="ftp://libvir.org/libvir/">FTP</a>). You will find there the released
+<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvir.css" /><link rel="SHORTCUT ICON" href="/32favicon.png" /><title>Downloads</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">Downloads</h1><p>The latest versions of libvir can be found on the  <a href="ftp://libvir.org/libvir/">libvir.org</a> server ( <a href="http://libvir.org/sources/">HTTP</a>, <a href="ftp://libvir.org/libvir/">FTP</a>). You will find there the released
 versions as well as <a href="http://libvir.org/sources/libvir-cvs-snapshot.tar.gz">snapshot
 tarballs</a> updated from CVS head every hour</p><p>Anonymous <a href="http://ximbiot.com/cvs/cvshome/docs/">CVS</a> is also
 available, first register onto the server:</p><p><code>cvs -d :pserver:anoncvs@libvir.org:2401/data/cvs login</code></p><p>it will request a password, enter <strong>anoncvs</strong>. Then you can
index 12b96b000e7aeb16da3c0dcf1267b98acf04d7a2..53cdd03d0966330ae41067d7e58fbc7e6fcc73da 100644 (file)
@@ -3,6 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
     <link rel="stylesheet" type="text/css" href="libvir.css" />
+    <link rel="SHORTCUT ICON" href="/32favicon.png" />
     <title>the virtualization API</title>
   </head>
   <body>
index 7c246cb9ed818eab72fecf9844b0d977831482d5..3de1df8d85d81a1dc3dd2d41eae61b2f4055084c 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvir.css" /><title>Introduction</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">Introduction</h1><p>Libvir is a C toolkit to interract with the virtualization capabilities of
+<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvir.css" /><link rel="SHORTCUT ICON" href="/32favicon.png" /><title>Introduction</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">Introduction</h1><p>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.</p><p>To avoid ambiguity about the terms used here here are the definitions for
 soem of the specific terms used in libvir documentation:</p><ul><li>a <strong>node</strong> is a single physical machine</li>
index fefff633bfa207c8a1595e1ea87c57428683bd55..a020d27b466c8c90d9f4b86c50a77e5a49e52896 100644 (file)
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 (file)
index 0000000..a052835
Binary files /dev/null and b/docs/madeWith.png differ
index f45fa559438d1d2a2a0eb1e2e5c358fd3112275f..0536692f4d1efc638e3e8b00b95c9d47d401a9a0 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvir.css" /><title>Releases</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">Releases</h1><p>Here is the list of official releases, however since it is early on in the
+<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvir.css" /><link rel="SHORTCUT ICON" href="/32favicon.png" /><title>Releases</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">Releases</h1><p>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 <a href="downloads.html">CVS version or snapshot</a>, contact the mailing list
 and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progresses.</p><h3>0.0.1: Dec 19 2005</h3><ul><li>First release</li>
   <li>Basic management of existing Xen domains</li>
index 04c48c11a8b02c7d6f89abcabb22aa16a097dfa8..6bb4c2280d00bd2a628415872e2b50e749b6932a 100644 (file)
  -->
   <xsl:template name="style">
     <link rel="stylesheet" type="text/css" href="{$href_base}libvir.css" />
+    <link rel="SHORTCUT ICON" href="/32favicon.png" />
   </xsl:template>
 
 <!--
index 9e5aed6ec2572d71c940e4e5cbb3a5d11246095f..e268acc4422478cab509544390bbce2ede7cc42c 100644 (file)
@@ -10,8 +10,6 @@
  */
 
 #include "libvir.h"
-#include "xen_internal.h"
-#include "xend_internal.h"
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -21,6 +19,7 @@
 #include <unistd.h>
 #include <xs.h>
 #include "internal.h"
+#include "xen_internal.h"
 #include "xend_internal.h"
 #include "hash.h"