]> xenbits.xensource.com Git - libvirt.git/commit
docs: switch to using HTML5 doctype declaration
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 26 Jul 2017 17:01:25 +0000 (18:01 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 2 Aug 2017 16:00:11 +0000 (17:00 +0100)
commitb1c81567c7172bc9dcd701cf46ea3f87725d62c7
tree7e326dfdf7bc45bca065d0a133ce5c2755b1602e
parent8dace0f02f217e2b35f8184c7f65d07e063ba73b
docs: switch to using HTML5 doctype declaration

The HTML5 doctype is simply

  <!DOCTYPE html>

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 <xsl:text> hack
instead.

See also

  https://dev.w3.org/html5/html-author/#doctype-declaration

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
98 files changed:
docs/404.html.in
docs/acl.html.in
docs/aclpolkit.html.in
docs/api.html.in
docs/api_extension.html.in
docs/apps.html.in
docs/architecture.html.in
docs/auditlog.html.in
docs/auth.html.in
docs/bindings.html.in
docs/bugs.html.in
docs/cgroups.html.in
docs/compiling.html.in
docs/contact.html.in
docs/contribute.html.in
docs/csharp.html.in
docs/devguide.html.in
docs/docs.html.in
docs/downloads.html.in
docs/drivers.html.in
docs/drvbhyve.html.in
docs/drvesx.html.in
docs/drvhyperv.html.in
docs/drvlxc.html.in
docs/drvnodedev.html.in
docs/drvopenvz.html.in
docs/drvphyp.html.in
docs/drvqemu.html.in
docs/drvremote.html.in
docs/drvtest.html.in
docs/drvuml.html.in
docs/drvvbox.html.in
docs/drvvirtuozzo.html.in
docs/drvvmware.html.in
docs/drvxen.html.in
docs/errors.html.in
docs/firewall.html.in
docs/format.html.in
docs/formatcaps.html.in
docs/formatdomain.html.in
docs/formatdomaincaps.html.in
docs/formatnetwork.html.in
docs/formatnode.html.in
docs/formatnwfilter.html.in
docs/formatsecret.html.in
docs/formatsnapshot.html.in
docs/formatstorage.html.in
docs/formatstorageencryption.html.in
docs/genaclperms.pl
docs/goals.html.in
docs/governance.html.in
docs/hacking.html.in
docs/hooks.html.in
docs/hvsupport.pl
docs/index.html.in
docs/internals.html.in
docs/internals/command.html.in
docs/internals/eventloop.html.in
docs/internals/locking.html.in
docs/internals/oomtesting.html.in
docs/internals/rpc.html.in
docs/java.html.in
docs/locking-lockd.html.in
docs/locking-sanlock.html.in
docs/locking.html.in
docs/logging.html.in
docs/migration.html.in
docs/newapi.xsl
docs/news-2005.html.in
docs/news-2006.html.in
docs/news-2007.html.in
docs/news-2008.html.in
docs/news-2009.html.in
docs/news-2010.html.in
docs/news-2011.html.in
docs/news-2012.html.in
docs/news-2013.html.in
docs/news-2014.html.in
docs/news-2015.html.in
docs/news-2016.html.in
docs/news-html.xsl
docs/nss.html.in
docs/page.xsl
docs/php.html.in
docs/python.html.in
docs/remote.html.in
docs/search.php.in
docs/secureusage.html.in
docs/securityprocess.html.in
docs/site.xsl
docs/storage.html.in
docs/subsite.xsl
docs/testapi.html.in
docs/testsuites.html.in
docs/testtck.html.in
docs/uri.html.in
docs/virshcmdref.html.in
docs/windows.html.in