summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2022-08-03 14:59:14 +0200
committerPeter Krempa <pkrempa@redhat.com>2023-05-17 16:54:24 +0200
commit5ff58a0ce7a6ad452919a86a05e27427ccf1f27b (patch)
tree343e8c015283790f0cc145d1d4c624468077fdd0 /docs/index.rst
parentc0a06c081c234c9fcce885de98227f1dddb1abc4 (diff)
downloadlibvirt-5ff58a0ce7a6ad452919a86a05e27427ccf1f27b.tar.gz
docs: index: Convert to 'rst'HEADmaster
Final piece of conversion of our non-generated pages to 'rst'. Special raw HTML is used for adding the appropriate code to fetch the blog planet. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst70
1 files changed, 70 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 0000000000..d55c4bb94d
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,70 @@
+======================
+The virtualization API
+======================
+
+Introduction
+------------
+
+The libvirt project:
+
+- is a toolkit to manage `virtualization platforms <platforms.html>`__
+- is accessible from C, Python, Perl, Go and more
+- is licensed under open source licenses
+- supports
+ `KVM <drvqemu.html>`__,
+ `Hypervisor.framework <drvqemu.html>`__,
+ `QEMU <drvqemu.html>`__,
+ `Xen <drvxen.html>`__,
+ `Virtuozzo <drvvirtuozzo.html>`__,
+ `VMWare ESX <drvesx.html>`__,
+ `LXC <drvlxc.html>`__,
+ `BHyve <drvbhyve.html>`__ and
+ `more <drivers.html>`__
+- targets Linux, FreeBSD, `Windows <windows.html>`__ and `macOS <macos.html>`__
+- is used by many `applications <apps.html>`__
+
+Recent / forthcoming `release changes <news.html>`__
+
+Quick Links
+-----------
+
+`New contributors <contribute.html>`__
+ Get involved in the libvirt community & student outreach programs
+`Security vulnerabilities <securityprocess.html>`__
+ View security notices and report vulnerabilities to the libvirt security
+ response team
+`Bug reporting <bugs.html>`__
+ View and report bugs in libvirt packages
+`XML configuration <format.html>`__
+ Description of the XML schemas for
+ `domains <formatdomain.html>`__,
+ `networks <formatnetwork.html>`__,
+ `network filtering <formatnwfilter.html>`__,
+ `storage <formatstorage.html>`__,
+ `storage encryption <formatstorageencryption.html>`__,
+ `capabilities <formatcaps.html>`__,
+ `domain capabilities <formatdomaincaps.html>`__,
+ `storage pool capabilities <formatstoragecaps.html>`__,
+ `node devices <formatnode.html>`__,
+ `secrets <formatsecret.html>`__,
+ `snapshots <formatsnapshot.html>`__,
+ `checkpoints <formatcheckpoint.html>`__,
+ `backup jobs <formatbackup.html>`__
+`Wiki <https://wiki.libvirt.org>`__
+ Read further community contributed content
+`Knowledge base <kbase/index.html>`__
+ Learn more about libvirt through knowledge base
+
+Blog Planet
+-----------
+
+.. raw:: html
+
+ <script type="text/javascript">
+ <!--
+ window.addEventListener("load", function() { fetchRSS() });
+ // -->
+ </script>
+ <div id="planet"> </div>
+
+Read more on the `Virt Tools blog planet <https://planet.virt-tools.org/>`__