mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
docs: remove related links page
The related links page is either horribly outdated, or duplicating stuff already linked elsewhere. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
ef94872159
commit
10d00920f5
@ -1,88 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<body>
|
||||
<h1>Related links</h1>
|
||||
|
||||
<p>
|
||||
This page contains some links of interest in the area of virtualization.
|
||||
There are separate pages covering <a href="apps.html">applications using libvirt</a>
|
||||
and <a href="bindings.html">language bindings for libvirt</a>.
|
||||
</p>
|
||||
|
||||
<h2>Other library bindings</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="/CIM/">CIM provider</a></li>
|
||||
<li><a href="/qpid/">libvirt on the Advanced Message Queuing Protocol (AMQP)</a></li>
|
||||
<li><a href="http://search.cpan.org/dist/Sys-Virt/">Perl bindings</a></li>
|
||||
<li><a href="/ocaml/">OCaml bindings</a></li>
|
||||
<li><a href="/ruby/">Ruby bindings</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Hypervisors / emulators / containers</h2>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
The <a href="http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html">Xen</a> hypervisor
|
||||
</li>
|
||||
<li>
|
||||
The <a href="http://bellard.org/qemu/">QEMU</a> emulator
|
||||
</li>
|
||||
<li>
|
||||
The <a href="http://kvm.qumranet.com/kvmwiki">KVM</a> Linux hypervisor
|
||||
</li>
|
||||
<li>
|
||||
The <a href="http://lxc.sourceforge.net/">LXC</a> Linux container system
|
||||
</li>
|
||||
<li>
|
||||
The <a href="http://openvz.org/">OpenVZ</a> Linux container system
|
||||
</li>
|
||||
<li>
|
||||
The <a href="http://virt.kernelnewbies.org/lguest">lGuest</a> paravirtualized hypervisor
|
||||
</li>
|
||||
<li>
|
||||
The <a href="http://virt.kernelnewbies.org/Linux-VServer">Linux-VServer</a> container system
|
||||
</li>
|
||||
<li>
|
||||
The <a href="http://virt.kernelnewbies.org/UML">User Mode Linux</a> paravirtualized hypervisor
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>Virtualization technology</h2>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="http://virt.kernelnewbies.org/">Kernel Newbies Virtualization guide</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www-128.ibm.com/developerworks/linux/library/l-linuxvirt/?ca=dgr-lnxw01Virtual-Linux">IBM developerworks virtualization guide</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://en.wikipedia.org/wiki/Virtualization">Wikipedia Virtualization</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.ibm.com/developerworks/linux/library/l-kvm-libvirt-audit/index.html">IBM developerworks article about libvirt and audit.</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>Blogs and Podcasts</h2>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="http://twit.tv/show/floss-weekly/213">FLOSS Weekly
|
||||
podcast on the topic of libvirt</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://berrange.com/topics/libvirt/">Daniel
|
||||
Berrange's blog on useful libvirt development tips</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://planet.virt-tools.org/index.html">Virt Tools
|
||||
Blog Planet: blog aggregation of several virt-related
|
||||
feeds</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -468,10 +468,6 @@
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="relatedlinks.html">Related Links</a>
|
||||
<span>Miscellaneous links of interest related to libvirt</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="sitemap.html">Sitemap</a>
|
||||
<span>Overview of all content on the website</span>
|
||||
|
Loading…
Reference in New Issue
Block a user