From 4f1812f88d8a3b87277a0dbee030712ec7da52e5 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 31 Oct 2016 11:29:21 +0000 Subject: [PATCH] docs: fill out docs page with useful links The docs page is currently completely empty. Fill it in with links to the various documentation, categorized as to whether it is targetting people deploying libvirt, application developers using libvirt, or people working on libvirt itself. Signed-off-by: Daniel P. Berrange --- docs/docs.html.in | 161 +++++++++++++++++++++++++++++++++++++++++++++- docs/libvirt.css | 4 ++ 2 files changed, 164 insertions(+), 1 deletion(-) diff --git a/docs/docs.html.in b/docs/docs.html.in index d4887db9a8..38066428e6 100644 --- a/docs/docs.html.in +++ b/docs/docs.html.in @@ -2,6 +2,165 @@ -

Documentation

+
+

Deployment / operation

+ +
+
Applications
+
Applications known to use libvirt
+ +
Windows
+
Downloads for Windows
+ +
Migration
+
Migrating guests between machines
+ +
Remote access
+
Enable remote access over TCP
+ +
Authentication
+
Configure authentication for the libvirt daemon
+ +
Access control
+
Configure access control libvirt APIs with polkit
+ +
Logging
+
The library and the daemon logging support
+ +
Audit log
+
Audit trail logs for host operations
+ +
Firewall
+
Firewall and network filter configuration
+ +
Hooks
+
Hooks for system specific management
+ +
NSS module
+
Enable domain host name translation to IP addresses
+ +
FAQ
+
Frequently asked questions
+
+ +
+ +
+

Application development

+
+
Development Guide
+
A guide and reference for developing with libvirt
+ +
Virsh Commands
+
Command reference for virsh
+ +
Language bindings
+
Bindings of the libvirt API for + c#, + go, + java, + ocaml. + perl, + python, + php, + ruby
+ + +
XML schemas
+
Description of the XML schemas for + domains, + networks, + network filtering, + storage, + storage encryption, + capabilities, + domain capabilities, + node devices, + secrets, + snapshots
+ +
URI format
+
The URI formats used for connecting to libvirt
+ +
Disk locking
+
Ensuring exclusive guest access to disks with + virtlockd or + Sanlock
+ +
CGroups
+
Control groups integration
+ +
API reference
+
Reference manual for the C public API, split in + common, + domain, + domain snapshot, + error, + event, + host, + interface, + network, + node device, + network filter, + secret, + storage, + stream +
+ +
Drivers
+
Hypervisor specific driver information
+ +
Driver support
+
matrix of API support per hypervisor per release
+ +
Secure usage
+
Secure usage of the libvirt APIs
+
+
+ +
+

Project development

+
+
Contributor guidelines
+
General hacking guidelines for contributors
+ +
Bug reports
+
How and where to report bugs and request features
+ +
Compiling
+
How to compile libvirt
+ +
Goals
+
Terminology and goals of libvirt API
+ +
API concepts
+
The libvirt API concepts
+ +
API extensions
+
Adding new public libvirt APIs
+ +
Event loop and worker pool
+
Libvirt's event loop and worker pool mode
+ +
Spawning commands
+
Spawning commands from libvirt driver code
+ +
RPC protocol & APIs
+
RPC protocol information and API / dispatch guide
+ +
Lock managers
+
Use lock managers to protect disk content
+ +
Out of memory testing
+
Simulating OOM conditions in the test suite
+ +
Functional testing
+
Testing libvirt with TCK test suite and + Libvirt-test-API
+
+
+ +
+ diff --git a/docs/libvirt.css b/docs/libvirt.css index f7f8a4c81d..f852354dce 100644 --- a/docs/libvirt.css +++ b/docs/libvirt.css @@ -596,6 +596,10 @@ div.panel dl { margin: 0px; } + +div.panel ul { + margin-left: 1em; +} div.panel dt { margin: 0px; }