diff --git a/doc/logo.jpg b/doc/logo.jpg deleted file mode 100644 index 71975d8..0000000 Binary files a/doc/logo.jpg and /dev/null differ diff --git a/doc/logo.xcf.gz b/doc/logo.xcf.gz deleted file mode 100644 index 01707b7..0000000 Binary files a/doc/logo.xcf.gz and /dev/null differ diff --git a/doc/makedocs.sh b/doc/makedocs.sh index 42cb82b..f558650 100755 --- a/doc/makedocs.sh +++ b/doc/makedocs.sh @@ -21,7 +21,7 @@ htmldoc --verbose --batch mxml.book --no-embedfonts -f mxml.pdf htmldoc --verbose --batch mxml.book -f mxml.html -htmldoc --verbose --batch mxml.book --no-embedfonts -f mxml.ps +htmldoc --verbose --batch mxml.book --gray --no-embedfonts -f mxml.ps rm -f mxml.ps.gz gzip -v9 mxml.ps diff --git a/doc/mxml.book b/doc/mxml.book index 3b5b44a..71da689 100644 --- a/doc/mxml.book +++ b/doc/mxml.book @@ -1,5 +1,5 @@ #HTMLDOC 1.8.25 Commercial --t pdf12 -f mxml.pdf --book --toclevels 3 --no-numbered --toctitle "Table of Contents" --title --titleimage logo.png --linkstyle underline --size Universal --left 1.00in --right 0.50in --top 0.50in --bottom 0.50in --header .t. --header1 ... --footer h.1 --nup 1 --tocheader .t. --tocfooter ..i --duplex --portrait --grayscale --no-pscommands --no-xrxcomments --compression=9 --jpeg=50 --fontsize 11.0 --fontspacing 1.2 --headingfont Helvetica --bodyfont Times --headfootsize 11.0 --headfootfont Helvetica --charset iso-8859-1 --links --no-embedfonts --pagemode outline --pagelayout single --firstpage c1 --pageeffect none --pageduration 10 --effectduration 1.0 --no-encryption --permissions all --owner-password "" --user-password "" --browserwidth 680 --no-strict --no-overflow +-t pdf12 -f mxml.pdf --book --toclevels 3 --no-numbered --toctitle "Table of Contents" --title --titleimage logo.png --linkstyle underline --size Universal --left 1.00in --right 0.50in --top 0.50in --bottom 0.50in --header .t. --header1 ... --footer h.1 --nup 1 --tocheader .t. --tocfooter ..i --duplex --portrait --color --no-pscommands --no-xrxcomments --compression=9 --jpeg=95 --fontsize 11.0 --fontspacing 1.2 --headingfont Helvetica --bodyfont Times --headfootsize 11.0 --headfootfont Helvetica --charset iso-8859-1 --links --no-embedfonts --pagemode outline --pagelayout single --firstpage c1 --pageeffect none --pageduration 10 --effectduration 1.0 --no-encryption --permissions all --owner-password "" --user-password "" --browserwidth 680 --no-strict --no-overflow intro.html install.html basics.html diff --git a/doc/mxml.html b/doc/mxml.html index ba33594..132842b 100644 --- a/doc/mxml.html +++ b/doc/mxml.html @@ -19,7 +19,7 @@ PRE { font-family: monospace } -->
-That's all there is to it!
This programmers manual describes Mini-XML version 2.2, a small XML +
This programmers manual describes Mini-XML version 2.2.1, a small XML parsing library that you can use to read and write XML and XML-like data files in your application without requiring large non-standard libraries. Mini-XML only requires an ANSI C compatible compiler (GCC diff --git a/www/docfiles/LegalStuff.html b/www/docfiles/LegalStuff.html index a775402..863d95f 100644 --- a/www/docfiles/LegalStuff.html +++ b/www/docfiles/LegalStuff.html @@ -1,7 +1,7 @@
-"
- ."Stable Release: v2.2
"
+ ."Stable Release: v2.2.1
"
."
Mini-XML is a small XML parsing library that you can use to " ."read XML and XML-like data files in your application without " ."requiring large non-standard libraries. Mini-XML only requires " diff --git a/www/logo.png b/www/logo.png index 5b149d5..aee1f51 100644 Binary files a/www/logo.png and b/www/logo.png differ diff --git a/www/mxml.html b/www/mxml.html index 23ec500..132842b 100644 --- a/www/mxml.html +++ b/www/mxml.html @@ -1,7 +1,7 @@
-This programmers manual describes Mini-XML version 2.2, a small XML +
This programmers manual describes Mini-XML version 2.2.1, a small XML parsing library that you can use to read and write XML and XML-like data files in your application without requiring large non-standard libraries. Mini-XML only requires an ANSI C compatible compiler (GCC @@ -1825,7 +1826,16 @@ Ty Coon, President of Vice
That's all there is to it!