doc


Log

Author Commit Date CI Message
Daniel Veillard e8f37933 2001-08-23T23:21:04 Rebuilt the docs, preparing for release, Daniel
Daniel Veillard 9f7b84bb 2001-08-23T15:31:19 preparing for a 2.4.3 release even if it may not be ready yet redirected * Makefile.am configure.in include/libxml/xmlwin32version.h: preparing for a 2.4.3 release even if it may not be ready yet * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected all file parsing lookup to go through the entity resolver, add to add an API to bypass it (needed to load catalogs themselves), some cleanup on the catalog code too. * nanoftp.c: small cleanup * doc/catalog.html: small update Daniel
Daniel Veillard ffb120d9 2001-08-23T00:52:23 finished the catalog documentation Daniel * doc/catalog.html: finished the catalog documentation Daniel
Daniel Veillard e7ead2d2 2001-08-22T23:44:09 added documentation about Catalog support, misses an API description * doc/catalog.html doc/xml.html: added documentation about Catalog support, misses an API description * doc/html/*: reextracted the API pages Daniel
Daniel Veillard f7ed3360 2001-08-17T12:01:21 fixed a couple of links, Daniel
Daniel Veillard 3d6ae1ce 2001-08-15T13:12:39 Added docs for 2.4.1 and 2.4.2 releases, Daniel
Daniel Veillard 25997ca0 2001-07-27T18:56:57 Added link to the Python bindings, daniel
Daniel Veillard 95189536 2001-07-26T18:30:26 Added pointers to Igor page for the Windows binaries, Daniel
Daniel Veillard f012a64d 2001-07-23T19:10:52 get rid of the readline and libhistory dependancies by default, release * configure.in: get rid of the readline and libhistory dependancies by default, release 2.4.1 with IA64 fix * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h include/libxml/tree.h include/libxml/xmlIO.h: incorporated John Kroll fixes to allow saving to HTTP via PUT (or POST of needed). * doc/html/*.html: regenerated the docs Daniel
Daniel Veillard 5e2dace1 2001-07-18T19:30:27 Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100% Cleanup, cleanup .. * configure.in Makefile.am: removed libxml softlink for good * include/libxml/*.h *.c doc/Makefile.am: cleanup to get 100% coverage by gtk-doc Daniel
Daniel Veillard 8c2ecafa 2001-07-10T17:53:07 Added XInclude, Daniel
Daniel Veillard 09ab7e1c 2001-07-10T15:49:44 release of 2.4.0 updated the docs Daniel * configure.in include/libxml/xmlwin32version.h: release of 2.4.0 * doc/xml.html doc/html/*: updated the docs Daniel
Daniel Veillard 449d7398 2001-07-07T19:11:06 - doc/libxml-doc.el: Felix Natter provided anew version working with XEmacs too Daniel
Daniel Veillard 5168dbfe 2001-07-07T00:18:23 small cleanup update Daniel * include/libxml/xpath.h: small cleanup * doc/xml.html: update Daniel
Daniel Veillard 5b43fde4 2001-07-05T23:31:40 added 2.3.14 release. Daniel * doc/xml.html: added 2.3.14 release. Daniel
Daniel Veillard 4b8328d7 2001-07-05T22:48:42 rebuilt the docs for the release Daniel * doc/html/*: rebuilt the docs for the release Daniel
Daniel Veillard 234547b5 2001-07-05T09:46:10 Fixed informations on reporting bugs, Daniel
Daniel Veillard 2adbb514 2001-06-28T16:20:36 added 1.8.14 and 2.3.13 releases Daniel * doc/xml.html: added 1.8.14 and 2.3.13 releases Daniel
Daniel Veillard 823a77f8 2001-06-26T23:07:32 fixed another typo, Daniel
Daniel Veillard b97b4309 2001-06-26T23:04:22 fix a sentence which may sound like i don't take patches, Daniel
Daniel Veillard 20c8cf28 2001-06-26T22:47:36 Added Seattle and French mirrors links, Daniel
Daniel Veillard 1164810d 2001-06-26T16:08:24 - configure.in doc/xml.html include/libxml/xmlwin32version.h: release of 2.3.12 - parser.c: make an error message if unknow entities in all cases Daniel
Daniel Veillard f5498f3d 2001-06-25T15:08:36 warn against sending code to exhibit bugs. Daniel * doc/html.xml: warn against sending code to exhibit bugs. Daniel
Daniel Veillard c5d64345 2001-06-24T12:13:24 Summer's cleanup, a really big one: * AUTHORS: added William and Bjorn * include/libxml/*.h *.c README doc/*.html etc.: changed old email to daniel@veillard.com hopefully I won't have to do this again * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that docs can be rebuilt cleanly now * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h from CVs it's generated, added include/libxml/xmlwin32version.h also generated but which should change far less frequently. * catalog.c nanoftp.c: made sure to include libxml.h not libxml/xmlversion.h directly * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h when compiling on WIN32 and MSC Daniel
Daniel Veillard ca989766 2001-06-23T17:39:29 a new version of libxml-doc.el. This new version works with both libxml1 * doc/libxml-doc.el: a new version of libxml-doc.el. This new version works with both libxml1 and libxml2 (it autodetects the prefix of the html-files) from Felix Natter. * doc/xml.html: updated doc accordingly Daniel
Daniel Veillard 7b06bcb1 2001-06-22T16:03:51 - doc/FAQ.html: added a warning about gcc-3.0 - doc/xml.html: added reference to gdome2 and removed a confusing sentence Daniel
Daniel Veillard e3c81b50 2001-06-17T14:50:34 - tree.c: fixed xmlHasNsProp() accordingly to bug #55683 - doc/xml.html: updated with 2.3.11 Daniel
Daniel Veillard 4ec885a1 2001-06-17T10:31:07 - TODO: updated adding cleanup of generated doc - configure.in: prepared to release 2.3.11 - xmllint.c: added --version for bug reporting - doc/html/*.html: rebuilt the doc Daniel
Daniel Veillard 6761eeea 2001-06-11T10:29:38 - libxml.h: fixed an error in last commit - doc/FAQ.html: added an entry for compilation from CVS Daniel
Daniel Veillard b370a74e 2001-06-09T16:58:47 Linked to Red Hat, after all they have been paying for libxml recents improvements, Daniel
Daniel Veillard 8a367d4f 2001-06-07T14:01:34 - doc/libxml-doc.el: Felix Natter provided a new version for libxml2 Daniel
Daniel Veillard 6e93c4aa 2001-06-05T20:57:42 - HTMLtree.c: trying to close bug #55772 escaping in script elements - doc/xml.html: suggest to send mail to the list Daniel
Daniel Veillard 2e4f1882 2001-06-01T10:11:57 - doc/xml.html: added 2.3.10 release Daniel
Daniel Veillard 4623acdc 2001-05-19T15:13:15 update with 2.3.9 informations Daniel * doc/xml.html: update with 2.3.9 informations Daniel
Daniel Veillard bed7b052 2001-05-19T14:59:49 - HTMLtree.h debugXML.h parserInternals.h tree.h valid.c xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc - doc/html/* : rebuilt the docs - valid.c: small patch which may improve some case when validating. Daniel
Daniel Veillard a265af79 2001-05-14T11:13:58 Added 1.8.13 release, Daniel
Daniel Veillard 7d6fd219 2001-05-10T15:34:11 - xmlIO.c catalog.c: plugged in the default catalog resolution - doc/gnome-xml.sgml: linked in the Docbook parser and catalog documentations - doc/html/libxml-*.html: rebuild added the missing ones to CVS Daniel
Daniel Veillard 3bbbe6fa 2001-05-03T11:15:37 preparing for 2.3.8 release, updated and regenerated the docs Daniel * configure.in doc/xml.html doc/html/*: preparing for 2.3.8 release, updated and regenerated the docs Daniel
Daniel Veillard c654d603 2001-05-01T12:42:26 Added an entry to the FAQ, Daniel
Daniel Veillard 61b33d57 2001-04-24T13:55:12 - SAX.c testDocbook.c DOCBparser.c: more work on the support of external parsed entities, added --noent to testDocbook - valid.c: Garry Pennington found an uninitialized variable access in xmlValidateElementContent() Daniel
Daniel Veillard a41123ce 2001-04-22T19:31:20 - doc/html/* doc/xml.html: updated and regenerated the docs Daniel
Daniel Veillard 5d7a9fe6 2001-04-17T21:03:15 Quick fix of a couple of bad links, Daniel
Daniel Veillard afc7311e 2001-04-11T11:51:41 - doc/xml.html: added 2.3.6 release Daniel
Daniel Veillard 911f49a0 2001-04-07T15:39:35 - xpath.c: checking for null pointer generated by new code Daniel
Daniel Veillard 3197f164 2001-04-04T00:40:08 Fixed pointers to archive, Daniel
Daniel Veillard a47fb3d9 2001-03-25T17:23:49 Cleaned up the DOM section and linked to the Gdome2 homepage, Daniel
Daniel Veillard 56a4cb8c 2001-03-24T17:00:36 Huge cleanup, I switched to compile with -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline - HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch] encoding.h entities.c error.c list.[ch] nanoftp.c nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c testSAX.c testURI.c testXPath.c tree.[ch] uri.c valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c: Cleanup, staticfied a number of non-exported functions, detected and cleaned up a dozen of problem found this way, avoided a lot of public function name/typedef/system names clashes - doc/xml.html: updated - configure.in: switched private flags to the really pedantic ones. Daniel
Daniel Veillard c7ad7ce5 2001-03-22T21:45:29 Preparing a new release: - configure.in: 2.3.5 - doc/html/*: rebuilt the docs Daniel
Daniel Veillard e0c1d72a 2001-03-21T10:28:36 Got fed up, people should not use libxml1 unless forced, put this in big red letters at critical places in the doc, Daniel
Daniel Veillard 480363bd 2001-03-16T22:04:15 Updated instruction for libxml2 and libxml coexistence, Daniel
Daniel Veillard 0a6c358b 2001-03-14T19:15:37 - doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested a fix for --with-html-dir= configure support. I hope it won't break rpm generation Daniel
Daniel Veillard 3f3b4f37 2001-03-13T15:12:39 Bob Wilkinson sent grammatical errors fixes in the FAQ :-) Daniel
Daniel Veillard e356c280 2001-03-10T12:32:04 Preparing for 2.3.4 release: - configure.in: bumped to 2.3.4 - error.c: fixed bug #51860 - tree.c: fixed bug #51861 - valid.c: cleanup, more debug, failed to fix one bug crap ... - tree.[ch] : added xmlDefaultBufferSize - nanoftp.c: typo in function name header block - doc/xml.html : updated, added link to XML::LibXSLT - doc/html/* : rebuilt the docs Daniel
Daniel Veillard 33a67808 2001-03-07T09:44:02 Removed unneeded references to rpmfind.net, use xmlsoft.org, fixed the mailing-list new address, fixed new email address, daniel
Daniel Veillard 81781103 2001-03-07T09:31:47 Updated to point to bugzilla, Daniel
Daniel Veillard b402c07c 2001-03-01T17:28:58 Released libxml-2.3.3: - configure.in: bumped to 2.3.3 - doc/xml.html: updated Daniel
Daniel Veillard ec70e917 2001-02-26T20:10:45 I'm slightly time warped... - doc/xml.html: oops corrected dates s/2000/2001 Daniel
Daniel Veillard 91e9d589 2001-02-26T07:31:12 - doc/xml.html: applied patch from Ankh Daniel
Daniel Veillard 71681103 2001-02-24T17:48:53 Preparing 2.3.2 release: - configure.in: bumped to 2.3.2 - doc/xml.html: updated for release Daniel
Daniel Veillard 6e6a6cc6 2001-02-15T15:55:44 couple of fixes before release: - xpathInternals.h: exported a few axis functions - doc/xml.html: updated the doc Daniel
Daniel Veillard d194dd28 2001-02-14T10:37:43 - hash.[ch]: added Paolo Casarini patch to provide Delete from hash functionnalities. - doc/html/* : rebuild the doc Daniel
Daniel Veillard a666359a 2001-02-10T09:41:12 Fixed last point, Daniel
Daniel Veillard 62bccd56 2001-02-10T09:40:10 Fixed formatting, Daniel.
Daniel Veillard 7f41b3eb 2001-02-10T09:35:37 Fixed some old stuff, added the faq about blanks, Daniel
Daniel Veillard 9cb5ff4e 2001-01-29T08:22:21 Fixed generated doc, Daniel
Daniel Veillard 5eb0594f 2001-01-27T17:50:22 Makefile/doc maintenance: - doc/Makefile.am: fixed make rebuild in doc - doc/html/*.html: rebuilt the docs Daniel
Daniel Veillard 8e199906 2001-01-25T18:54:39 Some packaging cleanup: - Makefile.am doc/Makefile.am libxml.spec.in: painful work to get the HTML doc to go into the -devel RPM ... - aclocal.m4 config.h.in: some updates due to auto* magic Daniel
Daniel Veillard 383b1476 2001-01-23T11:39:52 Added link to FEATURES in lxr, Daniel
Daniel Veillard 82687162 2001-01-22T15:32:01 - doc/xml.html: updated with an XSLT section, removed pointer to W3C CVS base. Daniel
Daniel Veillard 503b8936 2001-01-05T06:36:31 - configure.in: preparing 2.2.11 - doc/html/*: rebuild the HTML files - doc/xml.html : updated Daniel
Daniel Veillard a1fe9104 2000-11-25T10:49:25 "Never do a release before the second coffee of the day" releases: - configure.in doc/html/* doc/xml.html: made a 2.2.9 release on a non-updated tree :-(, made a 2.2.10 release to correct the situation Daniel
Daniel Veillard 2ddd23dd 2000-11-25T10:42:19 Fixed 2.2.9, added 2.2.10, Daniel
Daniel Veillard 9d343c4a 2000-11-25T10:12:43 Updated the Web page with 2.2.9, Daniel.
Daniel Veillard 851c59c2 2000-11-24T16:06:22 Fixed Ari Johnson E-mail's, daniel
Daniel Veillard 64e73906 2000-11-24T13:28:38 Updating the doc, Daniel
Daniel Veillard 300f7d6d 2000-11-24T13:04:04 Added a small DTD related page following the IRC help needed by maciej on the topic, Daniel
Daniel Veillard 9753ad74 2000-11-13T19:12:23 Commiting new docs, Daniel.
Daniel Veillard 28929b2f 2000-11-13T18:22:49 Doing 2.2.8 release: - doc/xml.html doc/html/* : rebuilt the docs after adding xinclude and updated page for 2.2.7 and 2.2.8 - configure.in: releasing 2.2.8 Daniel
Daniel Veillard a4964b75 2000-10-31T18:23:44 - HTMLparser.c: fixed loop on invalid char in scripts - parser.c: update to description of xmlIOParseDTD() - libxml.m4 xmlversion.h.in: changes contributed by Michael Schmeing <m.schmeing@internet-factory.de> - configure.in: preparing for 2.2.7 - Makefile.am: trying to avoid config.h and acconfig.h being included in the distrib - rebuilt the docs - configure.in: released 2.2.7 Daniel
Daniel Veillard 29a11cc6 2000-10-25T13:32:39 Releasing 2.2.6 after adding xpathInternals.h: - configure.in: release 2.2.6 - xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h exporting the inner functions of xpath for extension modules - doc/*: updated and rebuilt the doc Daniel
Daniel Veillard 0c069229 2000-10-21T09:25:52 Fixed a stoopid URL problem, Daniel.
Daniel Veillard e9202a05 2000-10-16T16:58:19 Added libiconv library info, Jon <dissy@netset.com>, Daniel.
Daniel Veillard ab8500d7 2000-10-15T21:06:19 Updated homepage to reflect the new distrib, Daniel.
Daniel Veillard b732a0ea 2000-10-15T11:27:01 Rebuilt docs for 2.2.5, added XPointer, Daniel
Daniel Veillard 189446d2 2000-10-13T10:23:06 documentations: - doc/xml.html doc/xmlmem.html: added a module describing documentations: - doc/xml.html doc/xmlmem.html: added a module describing memory interfaces and use, updated the main page. Daniel
Daniel Veillard 7e99c63b 2000-10-06T12:59:53 Tried to build libxml2-2.2.5 Automake is a fucking piece of ugly shit full of tricks and without any kind of sensible documentation or logic :-((((((((( Daniel, pissed !
Daniel Veillard 3bff2b0e 2000-10-01T20:33:47 Rebuilt docs for 2.2.4 release, Daniel.
Daniel Veillard c92c304a 2000-09-29T02:42:04 on-line update, Daniel
Daniel Veillard d5f97f80 2000-09-17T16:38:14 - doc/xml.html : updated with new releases, adding "how to help" Daniel
Daniel Veillard 04698d9e 2000-09-17T16:00:22 New set of cleanups, released 2.2.3: - SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c: removed a few warnings in pedantic mode ... - parserInternals.c parser.c: moved encoding switching function to parserInternals.c - configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3 Daniel
Daniel Veillard 2bb89090 2000-08-31T14:57:50 Added doc on the xmlExternalEntityLoaders and example for catalogs, Daniel
Daniel Veillard a7ad4522 2000-08-31T14:19:54 Fixing PRE sections, Daniel
Daniel Veillard 96984456 2000-08-31T13:50:12 Added a doc on the I/O interfaces, Daniel
Daniel Veillard f121ab72 2000-08-29T23:40:42 on-line update, Daniel
Daniel Veillard 088f428a 2000-08-25T23:46:50 Added a section on aliases, Daniel.
Daniel Veillard 8c6d6af1 2000-08-25T17:14:13 Added pointer to gtk-doc, Daniel.
Daniel Veillard 7b9c4b75 2000-08-25T16:26:50 Added Warning about SAX en entities support. Daniel.
Daniel Veillard ec78c0f8 2000-08-25T10:25:23 Updated for clearer message of the content, DV.
Daniel Veillard 0d6b1708 2000-08-22T23:52:16 Fixes from Martin Duerst for encoding.html, Daniel.
Daniel Veillard 979e55e8 2000-08-19T16:48:54 Added man pages, Daniel