b1c8156 docs: switch to using HTML5 doctype declaration

Authored and Committed by berrange 6 years ago
98 files changed. 105 lines added. 110 lines removed.
docs/404.html.in
file modified
+1 -1
docs/acl.html.in
file modified
+1 -1
docs/aclpolkit.html.in
file modified
+1 -1
docs/api.html.in
file modified
+1 -1
docs/api_extension.html.in
file modified
+1 -1
docs/apps.html.in
file modified
+1 -1
docs/architecture.html.in
file modified
+1 -1
docs/auditlog.html.in
file modified
+1 -1
docs/auth.html.in
file modified
+1 -1
docs/bindings.html.in
file modified
+1 -1
docs/bugs.html.in
file modified
+1 -1
docs/cgroups.html.in
file modified
+1 -1
docs/compiling.html.in
file modified
+1 -1
docs/contact.html.in
file modified
+1 -1
docs/contribute.html.in
file modified
+1 -1
docs/csharp.html.in
file modified
+1 -1
docs/devguide.html.in
file modified
+1 -1
docs/docs.html.in
file modified
+1 -1
docs/downloads.html.in
file modified
+1 -1
docs/drivers.html.in
file modified
+1 -1
docs/drvbhyve.html.in
file modified
+1 -1
docs/drvesx.html.in
file modified
+1 -1
docs/drvhyperv.html.in
file modified
+1 -1
docs/drvlxc.html.in
file modified
+1 -1
docs/drvnodedev.html.in
file modified
+1 -1
docs/drvopenvz.html.in
file modified
+1 -1
docs/drvphyp.html.in
file modified
+1 -1
docs/drvqemu.html.in
file modified
+1 -1
docs/drvremote.html.in
file modified
+1 -1
docs/drvtest.html.in
file modified
+1 -1
docs/drvuml.html.in
file modified
+1 -1
docs/drvvbox.html.in
file modified
+1 -1
docs/drvvirtuozzo.html.in
file modified
+1 -1
docs/drvvmware.html.in
file modified
+1 -1
docs/drvxen.html.in
file modified
+1 -1
docs/errors.html.in
file modified
+1 -1
docs/firewall.html.in
file modified
+1 -1
docs/format.html.in
file modified
+1 -1
docs/formatcaps.html.in
file modified
+1 -1
docs/formatdomain.html.in
file modified
+1 -1
docs/formatdomaincaps.html.in
file modified
+1 -1
docs/formatnetwork.html.in
file modified
+1 -1
docs/formatnode.html.in
file modified
+1 -1
docs/formatnwfilter.html.in
file modified
+1 -1
docs/formatsecret.html.in
file modified
+1 -1
docs/formatsnapshot.html.in
file modified
+1 -1
docs/formatstorage.html.in
file modified
+1 -1
docs/formatstorageencryption.html.in
file modified
+1 -1
docs/genaclperms.pl
file modified
+1 -1
docs/goals.html.in
file modified
+1 -1
docs/governance.html.in
file modified
+1 -1
docs/hacking.html.in
file modified
+1 -1
docs/hooks.html.in
file modified
+1 -1
docs/hvsupport.pl
file modified
+1 -1
docs/index.html.in
file modified
+1 -1
docs/internals.html.in
file modified
+1 -1
docs/internals/command.html.in
file modified
+1 -1
docs/internals/eventloop.html.in
file modified
+1 -1
docs/internals/locking.html.in
file modified
+1 -1
docs/internals/oomtesting.html.in
file modified
+1 -1
docs/internals/rpc.html.in
file modified
+1 -1
docs/java.html.in
file modified
+1 -1
docs/locking-lockd.html.in
file modified
+1 -1
docs/locking-sanlock.html.in
file modified
+1 -1
docs/locking.html.in
file modified
+1 -1
docs/logging.html.in
file modified
+1 -1
docs/migration.html.in
file modified
+1 -1
docs/newapi.xsl
file modified
+7 -10
docs/news-2005.html.in
file modified
+1 -1
docs/news-2006.html.in
file modified
+1 -1
docs/news-2007.html.in
file modified
+1 -1
docs/news-2008.html.in
file modified
+1 -1
docs/news-2009.html.in
file modified
+1 -1
docs/news-2010.html.in
file modified
+1 -1
docs/news-2011.html.in
file modified
+1 -1
docs/news-2012.html.in
file modified
+1 -1
docs/news-2013.html.in
file modified
+1 -1
docs/news-2014.html.in
file modified
+1 -1
docs/news-2015.html.in
file modified
+1 -1
docs/news-2016.html.in
file modified
+1 -1
docs/news-html.xsl
file modified
+1 -1
docs/nss.html.in
file modified
+1 -1
docs/page.xsl
file modified
+2 -0
docs/php.html.in
file modified
+1 -1
docs/python.html.in
file modified
+1 -1
docs/remote.html.in
file modified
+1 -1
docs/search.php.in
file modified
+1 -1
docs/secureusage.html.in
file modified
+1 -1
docs/securityprocess.html.in
file modified
+1 -1
docs/site.xsl
file modified
+1 -3
docs/storage.html.in
file modified
+1 -1
docs/subsite.xsl
file modified
+1 -3
docs/testapi.html.in
file modified
+1 -1
docs/testsuites.html.in
file modified
+1 -1
docs/testtck.html.in
file modified
+1 -1
docs/uri.html.in
file modified
+1 -1
docs/virshcmdref.html.in
file modified
+1 -1
docs/windows.html.in
file modified
+1 -1
    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 <xsl:text> hack
    instead.
    
    See also
    
      https://dev.w3.org/html5/html-author/#doctype-declaration
    
    Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
    
        
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+7 -10
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+2 -0
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -3
file modified
+1 -1
file modified
+1 -3
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1