diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/docs/index.html b/docs/index.html index a73f6142b..021a74b93 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,15 +15,16 @@ </div> <div id="content"> <h3>what is <span class="style1">libvirt?</span></h3> - <p>Libvirt is a C toolkit to interact with the virtualization capabilitiesof -recent versions of Linux (and other OSes). It is free software availableunder -the <a href="http://www.opensource.org/licenses/lgpl-license.html">GNULesser -General Public License</a>. Virtualization of the Linux OperatingSystem means -the ability to run multiple instances of Operating Systemsconcurently on a -single hardware system where the basic resources are drivenby a Linux -instance. The library aim at providing long term stable C APIinitially for -the <a href="http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html">Xenparavirtualization</a>but -should be able to integrate other virtualizationmechanisms if needed.</p> + <p>Libvirt is a C toolkit to interact with the virtualization capabilities +of recent versions of Linux (and other OSes). It is free software available +under the <a href="http://www.opensource.org/licenses/lgpl-license.html">GNU +Lesser General Public License</a>. Virtualization of the Linux Operating +System means the ability to run multiple instances of Operating Systems +concurently on a single hardware system where the basic resources are driven +by a Linux instance. The library aim at providing long term stable C API +initially for the <a href="http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html">Xen +paravirtualization</a> but should be able to integrate other +virtualization mechanisms, it currently also support <a href="http://fabrice.bellard.free.fr/qemu/">QEmu</a> and <a href="http://kvm.qumranet.com/">KVM</a>.</p> </div> </div> <div class="linkList"> @@ -46,7 +47,7 @@ should be able to integrate other virtualizationmechanisms if needed.</p> <a href="downloads.html">Downloads</a> </li> <li> - <a href="format.html">XML Formats</a> + <a href="format.html">XML Format</a> </li> <li> <a href="python.html">Binding for Python</a> |