From b1c81567c7172bc9dcd701cf46ea3f87725d62c7 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Wed, 26 Jul 2017 18:01:25 +0100 Subject: [PATCH] docs: switch to using HTML5 doctype declaration The HTML5 doctype is simply no DTD is present because HTML5 is no longer defined as an extension of SGML. XSL has no way to natively output a doctype without a public or system identifier, so we have to use an hack instead. See also https://dev.w3.org/html5/html-author/#doctype-declaration Signed-off-by: Daniel P. Berrange --- docs/404.html.in | 2 +- docs/acl.html.in | 2 +- docs/aclpolkit.html.in | 2 +- docs/api.html.in | 2 +- docs/api_extension.html.in | 2 +- docs/apps.html.in | 2 +- docs/architecture.html.in | 2 +- docs/auditlog.html.in | 2 +- docs/auth.html.in | 2 +- docs/bindings.html.in | 2 +- docs/bugs.html.in | 2 +- docs/cgroups.html.in | 2 +- docs/compiling.html.in | 2 +- docs/contact.html.in | 2 +- docs/contribute.html.in | 2 +- docs/csharp.html.in | 2 +- docs/devguide.html.in | 2 +- docs/docs.html.in | 2 +- docs/downloads.html.in | 2 +- docs/drivers.html.in | 2 +- docs/drvbhyve.html.in | 2 +- docs/drvesx.html.in | 2 +- docs/drvhyperv.html.in | 2 +- docs/drvlxc.html.in | 2 +- docs/drvnodedev.html.in | 2 +- docs/drvopenvz.html.in | 2 +- docs/drvphyp.html.in | 2 +- docs/drvqemu.html.in | 2 +- docs/drvremote.html.in | 2 +- docs/drvtest.html.in | 2 +- docs/drvuml.html.in | 2 +- docs/drvvbox.html.in | 2 +- docs/drvvirtuozzo.html.in | 2 +- docs/drvvmware.html.in | 2 +- docs/drvxen.html.in | 2 +- docs/errors.html.in | 2 +- docs/firewall.html.in | 2 +- docs/format.html.in | 2 +- docs/formatcaps.html.in | 2 +- docs/formatdomain.html.in | 2 +- docs/formatdomaincaps.html.in | 2 +- docs/formatnetwork.html.in | 2 +- docs/formatnode.html.in | 2 +- docs/formatnwfilter.html.in | 2 +- docs/formatsecret.html.in | 2 +- docs/formatsnapshot.html.in | 2 +- docs/formatstorage.html.in | 2 +- docs/formatstorageencryption.html.in | 2 +- docs/genaclperms.pl | 2 +- docs/goals.html.in | 2 +- docs/governance.html.in | 2 +- docs/hacking.html.in | 2 +- docs/hooks.html.in | 2 +- docs/hvsupport.pl | 2 +- docs/index.html.in | 2 +- docs/internals.html.in | 2 +- docs/internals/command.html.in | 2 +- docs/internals/eventloop.html.in | 2 +- docs/internals/locking.html.in | 2 +- docs/internals/oomtesting.html.in | 2 +- docs/internals/rpc.html.in | 2 +- docs/java.html.in | 2 +- docs/locking-lockd.html.in | 2 +- docs/locking-sanlock.html.in | 2 +- docs/locking.html.in | 2 +- docs/logging.html.in | 2 +- docs/migration.html.in | 2 +- docs/newapi.xsl | 17 +++++++---------- docs/news-2005.html.in | 2 +- docs/news-2006.html.in | 2 +- docs/news-2007.html.in | 2 +- docs/news-2008.html.in | 2 +- docs/news-2009.html.in | 2 +- docs/news-2010.html.in | 2 +- docs/news-2011.html.in | 2 +- docs/news-2012.html.in | 2 +- docs/news-2013.html.in | 2 +- docs/news-2014.html.in | 2 +- docs/news-2015.html.in | 2 +- docs/news-2016.html.in | 2 +- docs/news-html.xsl | 2 +- docs/nss.html.in | 2 +- docs/page.xsl | 2 ++ docs/php.html.in | 2 +- docs/python.html.in | 2 +- docs/remote.html.in | 2 +- docs/search.php.in | 2 +- docs/secureusage.html.in | 2 +- docs/securityprocess.html.in | 2 +- docs/site.xsl | 4 +--- docs/storage.html.in | 2 +- docs/subsite.xsl | 4 +--- docs/testapi.html.in | 2 +- docs/testsuites.html.in | 2 +- docs/testtck.html.in | 2 +- docs/uri.html.in | 2 +- docs/virshcmdref.html.in | 2 +- docs/windows.html.in | 2 +- 98 files changed, 105 insertions(+), 110 deletions(-) diff --git a/docs/404.html.in b/docs/404.html.in index 8942864c21..bdffff601b 100644 --- a/docs/404.html.in +++ b/docs/404.html.in @@ -1,5 +1,5 @@ - +

404 page not found

diff --git a/docs/acl.html.in b/docs/acl.html.in index 5936c6d20b..31ca170212 100644 --- a/docs/acl.html.in +++ b/docs/acl.html.in @@ -1,5 +1,5 @@ - +

Client access control

diff --git a/docs/aclpolkit.html.in b/docs/aclpolkit.html.in index d1f327c703..05e3b88150 100644 --- a/docs/aclpolkit.html.in +++ b/docs/aclpolkit.html.in @@ -1,5 +1,5 @@ - +

Polkit access control

diff --git a/docs/api.html.in b/docs/api.html.in index 1cd166364b..27abed6732 100644 --- a/docs/api.html.in +++ b/docs/api.html.in @@ -1,5 +1,5 @@ - +

The libvirt API concepts

diff --git a/docs/api_extension.html.in b/docs/api_extension.html.in index fdc7eb2963..3b37e7bec6 100644 --- a/docs/api_extension.html.in +++ b/docs/api_extension.html.in @@ -1,5 +1,5 @@ - +

Implementing a new API in Libvirt

diff --git a/docs/apps.html.in b/docs/apps.html.in index e54ab5372b..2b91c4c03f 100644 --- a/docs/apps.html.in +++ b/docs/apps.html.in @@ -1,5 +1,5 @@ - +

Applications using libvirt

diff --git a/docs/architecture.html.in b/docs/architecture.html.in index 33a4ccb97d..f1461ba882 100644 --- a/docs/architecture.html.in +++ b/docs/architecture.html.in @@ -1,5 +1,5 @@ - +

libvirt architecture

diff --git a/docs/auditlog.html.in b/docs/auditlog.html.in index 54da12b5c7..9b5ef548cd 100644 --- a/docs/auditlog.html.in +++ b/docs/auditlog.html.in @@ -1,5 +1,5 @@ - +

Audit log

diff --git a/docs/auth.html.in b/docs/auth.html.in index 9c9afe7b46..afd6cd7f9b 100644 --- a/docs/auth.html.in +++ b/docs/auth.html.in @@ -1,5 +1,5 @@ - +

Connection authentication

diff --git a/docs/bindings.html.in b/docs/bindings.html.in index dc15576fdf..203934b6aa 100644 --- a/docs/bindings.html.in +++ b/docs/bindings.html.in @@ -1,5 +1,5 @@ - +

Bindings for other languages

diff --git a/docs/bugs.html.in b/docs/bugs.html.in index 7ba8dd6a45..12a1090c14 100644 --- a/docs/bugs.html.in +++ b/docs/bugs.html.in @@ -1,5 +1,5 @@ - + diff --git a/docs/cgroups.html.in b/docs/cgroups.html.in index ac6390960c..e33d07a82b 100644 --- a/docs/cgroups.html.in +++ b/docs/cgroups.html.in @@ -1,5 +1,5 @@ - +

Control Groups Resource Management

diff --git a/docs/compiling.html.in b/docs/compiling.html.in index af22199efc..5bed7ae146 100644 --- a/docs/compiling.html.in +++ b/docs/compiling.html.in @@ -1,5 +1,5 @@ - +

libvirt Installation

diff --git a/docs/contact.html.in b/docs/contact.html.in index 1f84527b2c..7c2b71501a 100644 --- a/docs/contact.html.in +++ b/docs/contact.html.in @@ -1,5 +1,5 @@ - +

Contacting the project contributors

diff --git a/docs/contribute.html.in b/docs/contribute.html.in index c169b6700e..158c91cb6f 100644 --- a/docs/contribute.html.in +++ b/docs/contribute.html.in @@ -1,5 +1,5 @@ - +

Contributing to libvirt

diff --git a/docs/csharp.html.in b/docs/csharp.html.in index 72746762a7..2f85fd2b7b 100644 --- a/docs/csharp.html.in +++ b/docs/csharp.html.in @@ -1,5 +1,5 @@ - +

C# API bindings

diff --git a/docs/devguide.html.in b/docs/devguide.html.in index 6b6cae2726..b949f04a16 100644 --- a/docs/devguide.html.in +++ b/docs/devguide.html.in @@ -1,5 +1,5 @@ - +

libvirt Application Development Guides

diff --git a/docs/docs.html.in b/docs/docs.html.in index 60489a0a31..f23809840c 100644 --- a/docs/docs.html.in +++ b/docs/docs.html.in @@ -1,5 +1,5 @@ - +
diff --git a/docs/downloads.html.in b/docs/downloads.html.in index 21d79df4e8..94869c35c5 100644 --- a/docs/downloads.html.in +++ b/docs/downloads.html.in @@ -1,5 +1,5 @@ - +

Downloads

diff --git a/docs/drivers.html.in b/docs/drivers.html.in index 79b204d1a5..c94144aa41 100644 --- a/docs/drivers.html.in +++ b/docs/drivers.html.in @@ -1,5 +1,5 @@ - +

Internal drivers

diff --git a/docs/drvbhyve.html.in b/docs/drvbhyve.html.in index 7b1829b65b..1777abe2e6 100644 --- a/docs/drvbhyve.html.in +++ b/docs/drvbhyve.html.in @@ -1,5 +1,5 @@ - +

Bhyve driver

diff --git a/docs/drvesx.html.in b/docs/drvesx.html.in index d503d65b8b..417aca4d79 100644 --- a/docs/drvesx.html.in +++ b/docs/drvesx.html.in @@ -1,5 +1,5 @@ - +

VMware ESX hypervisor driver

diff --git a/docs/drvhyperv.html.in b/docs/drvhyperv.html.in index ac2fa7017d..78f61aaee2 100644 --- a/docs/drvhyperv.html.in +++ b/docs/drvhyperv.html.in @@ -1,5 +1,5 @@ - +

Microsoft Hyper-V hypervisor driver

diff --git a/docs/drvlxc.html.in b/docs/drvlxc.html.in index 180dc6834e..58a336ed30 100644 --- a/docs/drvlxc.html.in +++ b/docs/drvlxc.html.in @@ -1,5 +1,5 @@ - +

LXC container driver

diff --git a/docs/drvnodedev.html.in b/docs/drvnodedev.html.in index 439bbe7d0e..885904d67d 100644 --- a/docs/drvnodedev.html.in +++ b/docs/drvnodedev.html.in @@ -1,5 +1,5 @@ - +

Host device management

diff --git a/docs/drvopenvz.html.in b/docs/drvopenvz.html.in index 30e0c6b7e2..2dc53c1340 100644 --- a/docs/drvopenvz.html.in +++ b/docs/drvopenvz.html.in @@ -1,5 +1,5 @@ - +

OpenVZ container driver

diff --git a/docs/drvphyp.html.in b/docs/drvphyp.html.in index c75a830c4a..8e0b43c869 100644 --- a/docs/drvphyp.html.in +++ b/docs/drvphyp.html.in @@ -1,5 +1,5 @@ - +

IBM PowerVM hypervisor driver (phyp)

diff --git a/docs/drvqemu.html.in b/docs/drvqemu.html.in index a2a830a23e..a775f29792 100644 --- a/docs/drvqemu.html.in +++ b/docs/drvqemu.html.in @@ -1,5 +1,5 @@ - +

KVM/QEMU hypervisor driver

diff --git a/docs/drvremote.html.in b/docs/drvremote.html.in index c967324a4e..224f1bfb17 100644 --- a/docs/drvremote.html.in +++ b/docs/drvremote.html.in @@ -1,5 +1,5 @@ - +

Remote management driver

diff --git a/docs/drvtest.html.in b/docs/drvtest.html.in index ba5fc99ab0..6884184e6f 100644 --- a/docs/drvtest.html.in +++ b/docs/drvtest.html.in @@ -1,5 +1,5 @@ - +

Test "mock" driver

diff --git a/docs/drvuml.html.in b/docs/drvuml.html.in index 832592024c..0860db7dcf 100644 --- a/docs/drvuml.html.in +++ b/docs/drvuml.html.in @@ -1,5 +1,5 @@ - +

User Mode Linux driver

diff --git a/docs/drvvbox.html.in b/docs/drvvbox.html.in index d6ed6aabf9..63f166b24a 100644 --- a/docs/drvvbox.html.in +++ b/docs/drvvbox.html.in @@ -1,5 +1,5 @@ - +

VirtualBox hypervisor driver

diff --git a/docs/drvvirtuozzo.html.in b/docs/drvvirtuozzo.html.in index 3c4a85fe0e..8813d00ad8 100644 --- a/docs/drvvirtuozzo.html.in +++ b/docs/drvvirtuozzo.html.in @@ -1,5 +1,5 @@ - +

Virtuozzo driver

diff --git a/docs/drvvmware.html.in b/docs/drvvmware.html.in index 45f6fe2618..caa99e257d 100644 --- a/docs/drvvmware.html.in +++ b/docs/drvvmware.html.in @@ -1,5 +1,5 @@ - +

VMware Workstation / Player / Fusion hypervisors driver

diff --git a/docs/drvxen.html.in b/docs/drvxen.html.in index 6af15f44b6..d30ed2a042 100644 --- a/docs/drvxen.html.in +++ b/docs/drvxen.html.in @@ -1,5 +1,5 @@ - +

Xen hypervisor driver

diff --git a/docs/errors.html.in b/docs/errors.html.in index 668d280c15..8f4f7d4323 100644 --- a/docs/errors.html.in +++ b/docs/errors.html.in @@ -1,5 +1,5 @@ - +

Handling of errors

diff --git a/docs/firewall.html.in b/docs/firewall.html.in index b21891ac98..11c3c8148e 100644 --- a/docs/firewall.html.in +++ b/docs/firewall.html.in @@ -1,5 +1,5 @@ - +

Firewall and network filtering in libvirt

diff --git a/docs/format.html.in b/docs/format.html.in index 41211a9c73..11e0defb5b 100644 --- a/docs/format.html.in +++ b/docs/format.html.in @@ -1,5 +1,5 @@ - +

XML Format

diff --git a/docs/formatcaps.html.in b/docs/formatcaps.html.in index d224523efe..41a9a3a43e 100644 --- a/docs/formatcaps.html.in +++ b/docs/formatcaps.html.in @@ -1,5 +1,5 @@ - +

Driver capabilities XML format

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 9a07780251..e903526da8 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1,5 +1,5 @@ - +

Domain XML format

diff --git a/docs/formatdomaincaps.html.in b/docs/formatdomaincaps.html.in index 5e63fb7cac..6bfcaf61ca 100644 --- a/docs/formatdomaincaps.html.in +++ b/docs/formatdomaincaps.html.in @@ -1,5 +1,5 @@ - +

Domain capabilities XML format

diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in index 9c07e5e24f..363a72bbc9 100644 --- a/docs/formatnetwork.html.in +++ b/docs/formatnetwork.html.in @@ -1,5 +1,5 @@ - +

Network XML format

diff --git a/docs/formatnode.html.in b/docs/formatnode.html.in index f82aecf3a8..4d935b50f9 100644 --- a/docs/formatnode.html.in +++ b/docs/formatnode.html.in @@ -1,5 +1,5 @@ - +

Node devices XML format

diff --git a/docs/formatnwfilter.html.in b/docs/formatnwfilter.html.in index 5eb60e12c5..b2282b7dee 100644 --- a/docs/formatnwfilter.html.in +++ b/docs/formatnwfilter.html.in @@ -1,5 +1,5 @@ - +

Network Filters

diff --git a/docs/formatsecret.html.in b/docs/formatsecret.html.in index 86b8de5b97..155b7c35de 100644 --- a/docs/formatsecret.html.in +++ b/docs/formatsecret.html.in @@ -1,5 +1,5 @@ - +

Secret XML format

diff --git a/docs/formatsnapshot.html.in b/docs/formatsnapshot.html.in index 52682646b7..fbbecfd242 100644 --- a/docs/formatsnapshot.html.in +++ b/docs/formatsnapshot.html.in @@ -1,5 +1,5 @@ - +

Snapshot XML format

diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in index 8187cb1d06..b6bf3edbd2 100644 --- a/docs/formatstorage.html.in +++ b/docs/formatstorage.html.in @@ -1,5 +1,5 @@ - +

Storage pool and volume XML format

diff --git a/docs/formatstorageencryption.html.in b/docs/formatstorageencryption.html.in index ba19e268ac..c4b2095270 100644 --- a/docs/formatstorageencryption.html.in +++ b/docs/formatstorageencryption.html.in @@ -1,5 +1,5 @@ - +

Storage volume encryption XML format

diff --git a/docs/genaclperms.pl b/docs/genaclperms.pl index 244a68e600..c0514a0229 100755 --- a/docs/genaclperms.pl +++ b/docs/genaclperms.pl @@ -74,7 +74,7 @@ while (<>) { print < - + EOF diff --git a/docs/goals.html.in b/docs/goals.html.in index 60b6c44d16..39d5e75359 100644 --- a/docs/goals.html.in +++ b/docs/goals.html.in @@ -1,5 +1,5 @@ - +

Terminology and goals

diff --git a/docs/governance.html.in b/docs/governance.html.in index 81c093bbdc..df5999c0f2 100644 --- a/docs/governance.html.in +++ b/docs/governance.html.in @@ -1,5 +1,5 @@ - +

Project governance

diff --git a/docs/hacking.html.in b/docs/hacking.html.in index efd053d167..c33a27c232 100644 --- a/docs/hacking.html.in +++ b/docs/hacking.html.in @@ -1,5 +1,5 @@ - +

Contributor guidelines

diff --git a/docs/hooks.html.in b/docs/hooks.html.in index 6cc47a6c5c..05156c30c2 100644 --- a/docs/hooks.html.in +++ b/docs/hooks.html.in @@ -1,5 +1,5 @@ - +

Hooks for specific system management

diff --git a/docs/hvsupport.pl b/docs/hvsupport.pl index 4c70efc168..edbe19faf6 100755 --- a/docs/hvsupport.pl +++ b/docs/hvsupport.pl @@ -332,7 +332,7 @@ foreach my $drv (keys %{$groups{"virHypervisorDriver"}->{drivers}}) { print < - +

libvirt API support matrix

diff --git a/docs/index.html.in b/docs/index.html.in index 31bd6e0f1b..200f8eb104 100644 --- a/docs/index.html.in +++ b/docs/index.html.in @@ -1,5 +1,5 @@ - + diff --git a/docs/internals.html.in b/docs/internals.html.in index fcc07580d0..3a96ff73b4 100644 --- a/docs/internals.html.in +++ b/docs/internals.html.in @@ -1,5 +1,5 @@ - +

libvirt internals

diff --git a/docs/internals/command.html.in b/docs/internals/command.html.in index e21b12e531..43f51a49bb 100644 --- a/docs/internals/command.html.in +++ b/docs/internals/command.html.in @@ -1,5 +1,5 @@ - +

Spawning processes / commands from libvirt drivers

diff --git a/docs/internals/eventloop.html.in b/docs/internals/eventloop.html.in index fe7bf3aaf8..2d99f59471 100644 --- a/docs/internals/eventloop.html.in +++ b/docs/internals/eventloop.html.in @@ -1,5 +1,5 @@ - +

Libvirt's event loop

diff --git a/docs/internals/locking.html.in b/docs/internals/locking.html.in index 4222c44d32..d10efdf26e 100644 --- a/docs/internals/locking.html.in +++ b/docs/internals/locking.html.in @@ -1,5 +1,5 @@ - +

Resource Lock Manager

diff --git a/docs/internals/oomtesting.html.in b/docs/internals/oomtesting.html.in index aca8fde130..72d0f2c6ff 100644 --- a/docs/internals/oomtesting.html.in +++ b/docs/internals/oomtesting.html.in @@ -1,5 +1,5 @@ - +

Out of memory testing

diff --git a/docs/internals/rpc.html.in b/docs/internals/rpc.html.in index 98f8be07b3..45c07cb61c 100644 --- a/docs/internals/rpc.html.in +++ b/docs/internals/rpc.html.in @@ -1,5 +1,5 @@ - +

libvirt RPC infrastructure

diff --git a/docs/java.html.in b/docs/java.html.in index 659c0b90f4..06cf7034f6 100644 --- a/docs/java.html.in +++ b/docs/java.html.in @@ -1,5 +1,5 @@ - +

Java API bindings

diff --git a/docs/locking-lockd.html.in b/docs/locking-lockd.html.in index 42fcf0e686..855404ac97 100644 --- a/docs/locking-lockd.html.in +++ b/docs/locking-lockd.html.in @@ -1,5 +1,5 @@ - +

Virtual machine lock manager, virtlockd plugin

diff --git a/docs/locking-sanlock.html.in b/docs/locking-sanlock.html.in index 08182065dc..9b3656189e 100644 --- a/docs/locking-sanlock.html.in +++ b/docs/locking-sanlock.html.in @@ -1,5 +1,5 @@ - +

Virtual machine lock manager, sanlock plugin

diff --git a/docs/locking.html.in b/docs/locking.html.in index f0e0a38687..4532dbddf9 100644 --- a/docs/locking.html.in +++ b/docs/locking.html.in @@ -1,5 +1,5 @@ - +

Virtual machine lock manager

diff --git a/docs/logging.html.in b/docs/logging.html.in index 534afa1cd8..abedc17842 100644 --- a/docs/logging.html.in +++ b/docs/logging.html.in @@ -1,5 +1,5 @@ - +

Logging in the library and the daemon

diff --git a/docs/migration.html.in b/docs/migration.html.in index d82fb54b4b..de7d4def75 100644 --- a/docs/migration.html.in +++ b/docs/migration.html.in @@ -1,5 +1,5 @@ - +

Guest migration

diff --git a/docs/newapi.xsl b/docs/newapi.xsl index d45bfc192d..b29bbcd52b 100644 --- a/docs/newapi.xsl +++ b/docs/newapi.xsl @@ -17,10 +17,7 @@ - - + @@ -737,6 +734,8 @@ Module from + <!DOCTYPE html> +

@@ -794,6 +793,8 @@ Reference Manual for + <!DOCTYPE html> +

@@ -813,9 +814,7 @@ + encoding="UTF-8"> @@ -830,9 +829,7 @@ + encoding="UTF-8"> diff --git a/docs/news-2005.html.in b/docs/news-2005.html.in index 97a43c6027..6804cf2c94 100644 --- a/docs/news-2005.html.in +++ b/docs/news-2005.html.in @@ -1,5 +1,5 @@ - + diff --git a/docs/news-2006.html.in b/docs/news-2006.html.in index df29a060ff..558f55a98c 100644 --- a/docs/news-2006.html.in +++ b/docs/news-2006.html.in @@ -1,5 +1,5 @@ - + diff --git a/docs/news-2007.html.in b/docs/news-2007.html.in index 8b089634cc..46d8457cb7 100644 --- a/docs/news-2007.html.in +++ b/docs/news-2007.html.in @@ -1,5 +1,5 @@ - + diff --git a/docs/news-2008.html.in b/docs/news-2008.html.in index 16ee9b13a0..8081b82f15 100644 --- a/docs/news-2008.html.in +++ b/docs/news-2008.html.in @@ -1,5 +1,5 @@ - + diff --git a/docs/news-2009.html.in b/docs/news-2009.html.in index c0b48ae334..06c279f11a 100644 --- a/docs/news-2009.html.in +++ b/docs/news-2009.html.in @@ -1,5 +1,5 @@ - + diff --git a/docs/news-2010.html.in b/docs/news-2010.html.in index 0fd8860b83..201351d4e4 100644 --- a/docs/news-2010.html.in +++ b/docs/news-2010.html.in @@ -1,5 +1,5 @@ - + diff --git a/docs/news-2011.html.in b/docs/news-2011.html.in index 5dacb5c519..0858dfff32 100644 --- a/docs/news-2011.html.in +++ b/docs/news-2011.html.in @@ -1,5 +1,5 @@ - + diff --git a/docs/news-2012.html.in b/docs/news-2012.html.in index a198d3c80f..7dab509636 100644 --- a/docs/news-2012.html.in +++ b/docs/news-2012.html.in @@ -1,5 +1,5 @@ - + diff --git a/docs/news-2013.html.in b/docs/news-2013.html.in index 62b75a5033..02b3876249 100644 --- a/docs/news-2013.html.in +++ b/docs/news-2013.html.in @@ -1,5 +1,5 @@ - + diff --git a/docs/news-2014.html.in b/docs/news-2014.html.in index 5480d5df27..8dfca90120 100644 --- a/docs/news-2014.html.in +++ b/docs/news-2014.html.in @@ -1,5 +1,5 @@ - + diff --git a/docs/news-2015.html.in b/docs/news-2015.html.in index a0ef5ccf81..cd3b638a90 100644 --- a/docs/news-2015.html.in +++ b/docs/news-2015.html.in @@ -1,5 +1,5 @@ - + diff --git a/docs/news-2016.html.in b/docs/news-2016.html.in index deeee4d994..3b804fc1a9 100644 --- a/docs/news-2016.html.in +++ b/docs/news-2016.html.in @@ -1,5 +1,5 @@ - + diff --git a/docs/news-html.xsl b/docs/news-html.xsl index dd323f9b3f..5baabc695a 100644 --- a/docs/news-html.xsl +++ b/docs/news-html.xsl @@ -8,7 +8,7 @@ - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + <!DOCTYPE html> diff --git a/docs/nss.html.in b/docs/nss.html.in index 369c9ff619..4b11bf0c7c 100644 --- a/docs/nss.html.in +++ b/docs/nss.html.in @@ -1,5 +1,5 @@ - +

Libvirt NSS module

diff --git a/docs/page.xsl b/docs/page.xsl index 9e7f9a53f5..671d9400cc 100644 --- a/docs/page.xsl +++ b/docs/page.xsl @@ -76,6 +76,8 @@ + <!DOCTYPE html> + This file is autogenerated from .in diff --git a/docs/php.html.in b/docs/php.html.in index c10b0aa47f..b2a372d484 100644 --- a/docs/php.html.in +++ b/docs/php.html.in @@ -1,5 +1,5 @@ - +

PHP API bindings

diff --git a/docs/python.html.in b/docs/python.html.in index 36517fec77..e6e8cfade9 100644 --- a/docs/python.html.in +++ b/docs/python.html.in @@ -1,5 +1,5 @@ - +

Python API bindings

diff --git a/docs/remote.html.in b/docs/remote.html.in index 47e95400bb..9bafd9de67 100644 --- a/docs/remote.html.in +++ b/docs/remote.html.in @@ -1,5 +1,5 @@ - +

Remote support

diff --git a/docs/search.php.in b/docs/search.php.in index 9157223e14..5de4fcee66 100644 --- a/docs/search.php.in +++ b/docs/search.php.in @@ -1,5 +1,5 @@ - +

Search the documentation on Libvirt.org

diff --git a/docs/secureusage.html.in b/docs/secureusage.html.in index 6a9490bac1..c60187fab3 100644 --- a/docs/secureusage.html.in +++ b/docs/secureusage.html.in @@ -1,5 +1,5 @@ - + diff --git a/docs/securityprocess.html.in b/docs/securityprocess.html.in index d37276d156..1cf51b005c 100644 --- a/docs/securityprocess.html.in +++ b/docs/securityprocess.html.in @@ -1,5 +1,5 @@ - + diff --git a/docs/site.xsl b/docs/site.xsl index b84630e390..c9d41f2c93 100644 --- a/docs/site.xsl +++ b/docs/site.xsl @@ -11,9 +11,7 @@ + indent="yes"/> diff --git a/docs/storage.html.in b/docs/storage.html.in index aad5751ef9..3f1aec1ead 100644 --- a/docs/storage.html.in +++ b/docs/storage.html.in @@ -1,5 +1,5 @@ - +

Storage Management

diff --git a/docs/subsite.xsl b/docs/subsite.xsl index 6d2453f98e..f56ac0491c 100644 --- a/docs/subsite.xsl +++ b/docs/subsite.xsl @@ -10,9 +10,7 @@ + indent="yes"/> diff --git a/docs/testapi.html.in b/docs/testapi.html.in index cf23271195..79ecd73ee0 100644 --- a/docs/testapi.html.in +++ b/docs/testapi.html.in @@ -1,5 +1,5 @@ - +

libvirt-test-API: Python based test suite

diff --git a/docs/testsuites.html.in b/docs/testsuites.html.in index 9a382cf625..eeb0e8e199 100644 --- a/docs/testsuites.html.in +++ b/docs/testsuites.html.in @@ -1,5 +1,5 @@ - +

Test suites

diff --git a/docs/testtck.html.in b/docs/testtck.html.in index dff46d0b6e..458dcb3a0a 100644 --- a/docs/testtck.html.in +++ b/docs/testtck.html.in @@ -1,5 +1,5 @@ - +

libvirt TCK : Technology Compatibility Kit

diff --git a/docs/uri.html.in b/docs/uri.html.in index defb9eec24..ade7260896 100644 --- a/docs/uri.html.in +++ b/docs/uri.html.in @@ -1,5 +1,5 @@ - +

Connection URIs

diff --git a/docs/virshcmdref.html.in b/docs/virshcmdref.html.in index 9cd1efecd6..1ca689a3d7 100644 --- a/docs/virshcmdref.html.in +++ b/docs/virshcmdref.html.in @@ -1,5 +1,5 @@ - +

Virsh Command Reference

diff --git a/docs/windows.html.in b/docs/windows.html.in index 708bb1b186..16c1aee615 100644 --- a/docs/windows.html.in +++ b/docs/windows.html.in @@ -1,5 +1,5 @@ - +

Windows support

-- GitLab