locate the content on this site or mailing list archives</li>
</ul>
- <p class="image">
- <img src="/libvirtLogo404.png" alt="libvirt Logo"/>
- </p>
-
-
</body>
</html>
png = \
32favicon.png \
- libvirtLogo.png \
libvirt-net-logical.png \
libvirt-net-physical.png \
libvirt-daemon-arch.png \
for file in $(devhelphtml) $(devhelppng) $(devhelpcss); do \
$(INSTALL) -m 0644 $(srcdir)/$${file} $(DESTDIR)$(DEVHELP_DIR) ; \
done
- $(INSTALL_DATA) $(srcdir)/libvirtLogo.png $(DESTDIR)$(pkgdatadir)
uninstall-local:
for f in $(css) $(dot_html) $(gif) $(png); do \
for f in $(devhelphtml) $(devhelppng) $(devhelpcss); do \
rm -f $(DESTDIR)$(DEVHELP_DIR)/$$(basename $$f); \
done
- rm -f $(DESTDIR)$(pkgdatadir)/libvirtLogo.png
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
- <body>
+ <body class="index">
<h1>The virtualization API</h1>
- <h2>libvirt is:</h2>
+ <div class="panel">
+ <h2>libvirt is</h2>
<ul>
<li>
of their contributions.
</li>
</ul>
+ </div>
- <h2>libvirt supports:</h2>
+ <div class="panel">
+ <h2>libvirt supports</h2>
<ul>
<li>
</li>
</ul>
- <h2>libvirt provides:</h2>
+ </div>
+
+ <div class="panel">
+ <h2>libvirt provides</h2>
<ul>
<li>Remote management using TLS encryption and x509 certificates</li>
<li>Management of virtual machines, virtual networks and storage</li>
<li>Portable client API for Linux, Solaris and Windows</li>
</ul>
+ </div>
+
+ <br class="clear"/>
- <p class="image">
- <img src="libvirtLogo.png" alt="libvirt Logo"/>
- </p>
</body>
</html>
h6:hover > a.headerlink {
visibility: visible;
}
+
+div.panel {
+ width: 24%;
+ margin-left: 7%;
+ float: left;
+ background: rgb(230, 230, 230);
+}
+
+div.panel h2 {
+ margin-top: 0px;
+ padding: 0.5em;
+ padding-left: 1em;
+ padding-right: 1em;
+ background: rgb(0, 95, 97);
+ color: rgb(255, 255, 255);
+ text-align: center;
+}
+
+body.index h1 {
+ border: 0px;
+ text-indent: 100%; white-space: nowrap; overflow: hidden;
+ background: url(logos/logo-banner-dark-800.png) no-repeat center center;
+ height: 300px;
+}
+
+br.clear {
+ clear: both;
+ border: 0px;
+}
<meta name="description" content="libvirt, virtualization, virtualization API"/>
</head>
<body>
+ <xsl:if test="html:html/html:body/@class">
+ <xsl:attribute name="class">
+ <xsl:value-of select="html:html/html:body/@class"/>
+ </xsl:attribute>
+ </xsl:if>
<div id="body">
<div id="menu">
<xsl:apply-templates select="exsl:node-set($sitemap)/html:ul" mode="menu">
<span id="php_placeholder"/>
- <img src="libvirtLogo.png" alt="libvirt Logo" />
-
</body>
</html>
%{_datadir}/libvirt/schemas/storagevol.rng
%{_datadir}/libvirt/cpu_map.xml
-%{_datadir}/libvirt/libvirtLogo.png
%config(noreplace) %{_sysconfdir}/sasl2/libvirt.conf
%{mingw32_datadir}/libvirt/api/libvirt-admin-api.xml
%{mingw32_datadir}/libvirt/cpu_map.xml
-%{mingw32_datadir}/libvirt/libvirtLogo.png
%{mingw32_datadir}/locale/*/LC_MESSAGES/libvirt.mo
%{mingw64_datadir}/libvirt/api/libvirt-admin-api.xml
%{mingw64_datadir}/libvirt/cpu_map.xml
-%{mingw64_datadir}/libvirt/libvirtLogo.png
%{mingw64_datadir}/locale/*/LC_MESSAGES/libvirt.mo