contrib: Use PNG images as fallback for IE compatibility.

This commit is contained in:
Richard W.M. Jones
2011-11-02 13:23:37 +00:00
parent acd06dbe32
commit b4791fd404
3 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
<html> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<title>Short introduction to libguestfs</title> <title>Short introduction to libguestfs</title>
@@ -61,7 +62,9 @@
<p><b>Reuse qemu, Linux kernel and userspace tools</b> to read and <p><b>Reuse qemu, Linux kernel and userspace tools</b> to read and
write disk images.</p> write disk images.</p>
<img src="overview.svg"/> <object type="image/svg+xml" data="overview.svg">
<img src="overview.png"/> <!-- fallback for lame IE -->
</object>
<h2>The Stable API</h2> <h2>The Stable API</h2>
@@ -171,7 +174,9 @@ get_blkid_tag (const char *device, const char *tag)
<h2>Tools written around the API</h2> <h2>Tools written around the API</h2>
<img src="tools.svg" /> <object type="image/svg+xml" data="tools.svg">
<img src="tools.png"/> <!-- fallback for lame IE -->
</object>
<table> <table>
<tr><td valign="top" style="padding-bottom: 1.5em;"> <tr><td valign="top" style="padding-bottom: 1.5em;">

BIN
contrib/intro/overview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
contrib/intro/tools.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB