New logo image.

pull/193/head
Michael R Sweet 14 years ago
parent ccd0f5e225
commit 03de67921f
  1. BIN
      doc/hires/logo.gif
  2. BIN
      doc/hires/logo.png
  3. BIN
      doc/logo.gif
  4. BIN
      doc/logo.opacity
  5. BIN
      doc/logo.png
  6. 11
      doc/title.html
  7. BIN
      www/favicon.ico
  8. BIN
      www/images/logo-large.gif
  9. BIN
      www/images/logo-large.png
  10. BIN
      www/images/logo.gif
  11. BIN
      www/images/logo.png
  12. 2
      www/index.php
  13. 10
      www/phplib/html.php

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

@ -3,7 +3,7 @@
<head>
<title>Mini-XML Programmers Manual</title>
<meta name="author" content="Michael R Sweet">
<meta name="copyright" content="Copyright 2003-2009">
<meta name="copyright" content="Copyright 2003-2010">
</head>
<body>
@ -19,19 +19,14 @@ Version 2.6</H1>
</table>
<!-- NEW PAGE -->
<P><FONT SIZE="+1"><B>Mini-XML Programmers Manual, Version 2.6</B></FONT></P>
<P><FONT SIZE="+1"><B>Mini-XML Programmers Manual, Version 2.7</B></FONT></P>
<P><B>Copyright &copy; 2003-2009 by Michael R. Sweet</B></P>
<P><B>Copyright &copy; 2003-2010 by Michael R. Sweet</B></P>
<P><SMALL>Permission is granted to copy, distribute and/or modify
this document under the terms of the GNU Library General Public
License, Version 2. A copy of this license is included in <A
HREF="#LICENSE">Appendix A - Mini-XML License</A>.</SMALL></P>
<P><SMALL>This book was created solely using free software
tools.</SMALL></P>
<P><SMALL>First Printing: April 2007</SMALL></P>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 846 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

@ -24,7 +24,7 @@ $file = $data[2];
<div style='margin-left: 20px; float: right; line-height: 200%;
text-align: center;'><a
href='software.php?FILE=<?print($file);?>&amp;VERSION=<?print($version);?>'><img
src='images/logo-large.gif' width='150' height='150' alt='Mini-XML logo'><br>
src='images/logo-large.png' width='150' height='150' alt='Mini-XML logo'><br>
Download v<?print($version);?></a></div>
<h1>Mini-XML: Lightweight XML Library</h1>

@ -101,7 +101,7 @@ html_header($title = "", // I - Additional document title
." <meta http-equiv='Content-Type' content='text/html; "
."charset=utf-8'>\n"
." <link rel='stylesheet' type='text/css' href='$html_path/style.css'>\n"
." <link rel='shortcut icon' href='$html_path/favicon.ico' "
." <link rel='shortcut icon' href='$html_path/images/logo.png' "
."type='image/x-icon'>\n");
// If refresh URL is specified, add the META tag...
@ -161,7 +161,7 @@ html_header($title = "", // I - Additional document title
print("<table width='100%' style='height: 100%;' border='0' cellspacing='0' "
."cellpadding='0' summary=''>\n"
."<tr>"
."<td class='unsel'><img src='$html_path/images/logo.gif' width='32' "
."<td class='unsel'><img src='$html_path/images/logo.png' width='32' "
."height='32' alt=''></td>"
."<td class='$classes[0]'>");
@ -195,10 +195,8 @@ html_footer()
."<td class='footer' colspan='8'>"
."Copyright 2003-2010 by Michael Sweet. This library is free "
."software; you can redistribute it and/or modify it "
."under the terms of the GNU Library General Public "
."License as published by the Free Software Foundation; "
."either version 2 of the License, or (at your option) "
."any later version.</td></tr>\n"
."under the terms of the <a href='$html_path/docfiles/license.html'>"
."Mini-XML License</a>.</td></tr>\n"
."</table>\n"
."</body>\n"
."</html>\n");

Loading…
Cancel
Save