diff --git a/doc/hires/logo.gif b/doc/hires/logo.gif deleted file mode 100644 index b41644d..0000000 Binary files a/doc/hires/logo.gif and /dev/null differ diff --git a/doc/hires/logo.png b/doc/hires/logo.png new file mode 100644 index 0000000..88da742 Binary files /dev/null and b/doc/hires/logo.png differ diff --git a/doc/logo.gif b/doc/logo.gif deleted file mode 100644 index 28731f0..0000000 Binary files a/doc/logo.gif and /dev/null differ diff --git a/doc/logo.opacity b/doc/logo.opacity new file mode 100644 index 0000000..8ec270f Binary files /dev/null and b/doc/logo.opacity differ diff --git a/doc/logo.png b/doc/logo.png new file mode 100644 index 0000000..50bf0cd Binary files /dev/null and b/doc/logo.png differ diff --git a/doc/title.html b/doc/title.html index 475fe8a..402ff94 100644 --- a/doc/title.html +++ b/doc/title.html @@ -3,7 +3,7 @@ Mini-XML Programmers Manual - + @@ -19,19 +19,14 @@ Version 2.6 -

Mini-XML Programmers Manual, Version 2.6

+

Mini-XML Programmers Manual, Version 2.7

-

Copyright © 2003-2009 by Michael R. Sweet

+

Copyright © 2003-2010 by Michael R. Sweet

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 Appendix A - Mini-XML License.

-

This book was created solely using free software -tools.

- -

First Printing: April 2007

- diff --git a/www/favicon.ico b/www/favicon.ico deleted file mode 100644 index a315058..0000000 Binary files a/www/favicon.ico and /dev/null differ diff --git a/www/images/logo-large.gif b/www/images/logo-large.gif deleted file mode 100644 index b73f1d7..0000000 Binary files a/www/images/logo-large.gif and /dev/null differ diff --git a/www/images/logo-large.png b/www/images/logo-large.png new file mode 100644 index 0000000..fe84217 Binary files /dev/null and b/www/images/logo-large.png differ diff --git a/www/images/logo.gif b/www/images/logo.gif deleted file mode 100644 index c44c9e2..0000000 Binary files a/www/images/logo.gif and /dev/null differ diff --git a/www/images/logo.png b/www/images/logo.png new file mode 100644 index 0000000..343fad0 Binary files /dev/null and b/www/images/logo.png differ diff --git a/www/index.php b/www/index.php index 7880785..8e1f7c4 100644 --- a/www/index.php +++ b/www/index.php @@ -24,7 +24,7 @@ $file = $data[2];
Mini-XML logo
+src='images/logo-large.png' width='150' height='150' alt='Mini-XML logo'>
Download v

Mini-XML: Lightweight XML Library

diff --git a/www/phplib/html.php b/www/phplib/html.php index 7188dcb..ae5169d 100644 --- a/www/phplib/html.php +++ b/www/phplib/html.php @@ -101,7 +101,7 @@ html_header($title = "", // I - Additional document title ." \n" ." \n" - ." \n"); // If refresh URL is specified, add the META tag... @@ -161,7 +161,7 @@ html_header($title = "", // I - Additional document title print("\n" ."" - ."" ."\n" + ."under the terms of the " + ."Mini-XML License.\n" ."
"); @@ -195,10 +195,8 @@ html_footer() ."
\n" ."\n" ."\n");