doc


Log

Author Commit Date CI Message
Daniel Veillard f007012c 2002-10-09T14:24:17 integrated the XSLT indexing, a few fixed in the indexer, added a scope * doc/index.py doc/search.php: integrated the XSLT indexing, a few fixed in the indexer, added a scope selection at the search level. Daniel
Daniel Veillard 321be0c5 2002-10-08T21:26:42 applied patch from Mark Vakoc except the API change, preserved it. updated * debugXML.c: applied patch from Mark Vakoc except the API change, preserved it. * doc/*: updated the docs to point to the search engine for information lookup or before bug/help reports. Daniel
Daniel Veillard d7960a8a 2002-10-08T19:13:50 Fixed a small bug for year wide archive indexing, Daniel
Daniel Veillard 10543b1b 2002-10-08T17:30:30 And limit the number in the SQL requests too, Daniel
Daniel Veillard 06665ecc 2002-10-08T17:26:56 Limit the number of returned hits, Daniel
Daniel Veillard f08d400d 2002-10-08T17:17:11 Added year archiving + fix a problem on current date archive, Daniel
Daniel Veillard 01e87d22 2002-10-08T16:55:06 added mailing-list archives indexing and lookup Daniel * doc/index.py doc/search.php: added mailing-list archives indexing and lookup Daniel
Daniel Veillard 80ce373e 2002-10-07T17:39:30 Regenerated the docs and added a set of files missing from CVS, Daniel
Daniel Veillard a6287a46 2002-10-07T13:17:22 Debugging of strange results and tuning, Daniel
Daniel Veillard 9b00613d 2002-10-07T11:13:27 improved HTML indexing make the queries also lookup the HTML based indexes * doc/index.py: improved HTML indexing * doc/search.php: make the queries also lookup the HTML based indexes Daniel
Daniel Veillard 141d04ba 2002-10-06T21:51:18 added HTML page indexing Daniel * doc/index.py: added HTML page indexing Daniel
Daniel Veillard dc6d4aba 2002-10-04T15:58:34 Added a bit of logging to the searches to get a better idea of what's asked for, Daniel
Daniel Veillard 538d3b90 2002-10-01T14:04:56 Grab the passwd from an envidonment variable, Daniel
Daniel Veillard 2c77cd7f 2002-10-01T13:54:14 Added the operation needed to start the indexer on a box, daniel
Daniel Veillard 3371ff8f 2002-10-01T13:37:48 Added the indexing script use to fill up the MySQL DB with API indexes, Daniel
Daniel Veillard ad0ac024 2002-10-01T12:08:12 Improve cross reference rating, Daniel
Daniel Veillard 55a4eb53 2002-10-01T11:54:06 Update the description, Daniel
Daniel Veillard 5ede35e3 2002-10-01T11:37:35 Integrated the search form to the web site, regenerated, Daniel
Daniel Veillard 8135e5f7 2002-10-01T11:13:14 Started adding a search front-end, Daniel
Daniel Veillard e16b5740 2002-09-26T17:50:03 preparing release of 2.4.25 updated and regenerated teh docs and web * configure.in include/libxml/xmlwin32version.h: preparing release of 2.4.25 * doc/*: updated and regenerated teh docs and web pages. Daniel
Daniel Veillard 2ace1956 2002-09-26T12:28:02 added the 3 new modules xmlregexp xmlautomata and xmlunicode and * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode and regenerated the docs and web site Daniel
Daniel Veillard b7c29c38 2002-09-25T22:44:43 applied a trio update patch from Bjorn Reese which should work with MinGW * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c triostr.h: applied a trio update patch from Bjorn Reese which should work with MinGW Daniel
Daniel Veillard bd9afb52 2002-09-25T22:25:35 improving some documentation comments found and fixed a mem leak with * tree.c: improving some documentation comments * xmlregexp.c: found and fixed a mem leak with python regression tests * doc/*: rebuilt the doc and the API XML file including the xmlregexp.h xmlautomata.h and xmlunicode.h headers * python/generator.py python/libxml2class.txt python/libxml_wrap.h python/types.c: added access to the XML Schemas regexps from python * python/tests/Makefile.am python/tests/regexp.py: added a simple regexp bindings test Daniel
MDT 2002 John Fleck 30c7054c 2002-09-24T14:24:54 doc/xml.html fixing ftp links - thanks to Vitaly Ostanin Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net> * doc/xml.html fixing ftp links - thanks to Vitaly Ostanin
Daniel Veillard cb7543be 2002-09-09T10:54:06 Adding link to MacOsX binaries, Daniel
John Fleck be98b332 2002-09-04T03:16:23 Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net> Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net> * doc/tutorial/includekeyword.c * doc/tutorial/xmltutorial.xml (plus resulting generated html files) fixing one spot I missed in the tutorial where I hadn't freed memory properly
MDT 2002 John Fleck 77e4d358 2002-09-01T01:37:11 doc/tutorial/includeaddattribute.c doc/tutorial/includeaddkeyword.c Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net> * doc/tutorial/includeaddattribute.c * doc/tutorial/includeaddkeyword.c * doc/tutorial/includegetattribute.c * doc/tutorial/includekeyword.c * doc/tutorial/xmltutorial.xml * doc/tutorial/*.html update tutorial to properly free memory (thanks to Christopher R. Harris for pointing out that this needs to be done) * doc/tutorial/images/callouts/*.png added image files so the callouts are graphical, making it easier to read ( use "--param callout.graphics 1" to generate html with graphical callouts)
Daniel Veillard 8f40f1e6 2002-08-28T21:18:45 Changed to use the new Gnome2 logo, Daniel
Daniel Veillard e1662547 2002-08-28T11:50:59 nice logos generated by Marc Liyanage changed the stylesheet to show the * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif: nice logos generated by Marc Liyanage * doc/site.xsl *.html: changed the stylesheet to show the new logo and regenerated the pages Daniel
Daniel Veillard 42766c0e 2002-08-22T20:52:17 possible mem leak patch from Jason Adams integrated xf:escape-uri() from * xpath.c: possible mem leak patch from Jason Adams * xpath.c: integrated xf:escape-uri() from Wesley Terpstra in the XQuery namespace * configure.in: preparing 2.4.24 * doc/*.html: updated the web pages * python/generator.py: closing bug #85258 by generating conditional compile check to avoid linking to routines not configured in. Daniel
Daniel Veillard ad64e889 2002-08-12T12:24:02 Fixed the bugzilla module name ! Daniel
Daniel Veillard 0b28e88e 2002-07-24T23:47:05 applied syntax patch from Rick Jones and rebuilt the web site. Daniel * doc/xml.html doc/*.html: applied syntax patch from Rick Jones and rebuilt the web site. Daniel
Daniel Veillard 1175e9c5 2002-07-18T22:29:28 Added link to MAc OS X binaries, Daniel
Daniel Veillard 06944e21 2002-07-11T19:55:18 fixing Red Hat bug #68614 by adding the doc/xmlcatalog_man.xml to the * doc/Makefile.am: fixing Red Hat bug #68614 by adding the doc/xmlcatalog_man.xml to the source distribution Daniel
Daniel Veillard 782afdaf 2002-07-08T15:12:49 Added news for 2.4.23, Daniel
Daniel Veillard 539638ba 2002-07-06T19:55:14 preparing 2.4.23 rebuilt the docs Daniel * configure.in: preparing 2.4.23 * doc/*: rebuilt the docs Daniel
Daniel Veillard 21473679 2002-06-17T07:29:22 Added a pointer to the libxml# C# bindings, Daniel
MDT 2002 John Fleck d7ca7f92 2002-06-13T03:41:03 doc/xml.html adding tutorial reference to the web page Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net> * doc/xml.html adding tutorial reference to the web page
MDT 2002 John Fleck 54520837 2002-06-13T03:30:26 doc/tutorial/xmltutorial.xml doc/tutorial/ar01s07.html Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net> * doc/tutorial/xmltutorial.xml * doc/tutorial/ar01s07.html * doc/tutorial/ape.html * doc/tutorial/includegetattribute.c adding section to tutorial about retrieving an attribute value
MDT 2002 John Fleck a63f3ffb 2002-06-06T02:14:01 *doc/FAQ.html fixing typos in FAQ, thanks to Robert Funnell for the Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net> *doc/FAQ.html fixing typos in FAQ, thanks to Robert Funnell for the editing help
Daniel Veillard fc59c09d 2002-06-05T14:48:26 site.xsl: linked the John's tutorial *.html: regenerated Daniel
MDT 2002 John Fleck 598f6ebb 2002-06-04T15:10:36 apa.html apb.html apc.html apd.html ar01s02.html ar01s03.html ar01s04.html Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net> * added doc/tutorial, including: apa.html apb.html apc.html apd.html ar01s02.html ar01s03.html ar01s04.html ar01s05.html ar01s06.html includeaddattribute.c includeaddkeyword.c includekeyword.c includestory.xml index.html xmltutorial.xml libxml tutorial, including generated html
Daniel Veillard c0801af9 2002-05-28T16:28:42 Added docs for 2.4.22, Daniel
Daniel Veillard 1b31e4a0 2002-05-27T14:44:50 fixing #79334 making htmlParseDocument a public entry point. rebuilt the * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument a public entry point. * doc/*: rebuilt the API and docs Daniel
Daniel Veillard 46c5c1dc 2002-05-20T07:15:54 amother typo fix, Daniel
Daniel Veillard 63d83142 2002-05-20T06:51:05 Applied a spelling patch from Geert Kloosterman to xml.html, and regenerated the web site, Daniel
Daniel Veillard 6d1ef17b 2002-05-19T18:26:28 Applied another patch from Christian Cornelssen to the buildDocBookCatalog script, Daniel
Daniel Veillard 10b6da4a 2002-05-18T07:55:20 apply a couple of patches from Christian Cornelssen fixing the man pages * libxml.3 doc/buildDocBookCatalog: apply a couple of patches from Christian Cornelssen fixing the man pages and the Catalog building script. * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet next step is <xs:import> I now have a reasonable understanding of how it works. Daniel
Daniel Veillard 9b6fd30f 2002-05-13T12:06:47 Adding references to XMLwrapp the C++ wrapper, Daniel
Daniel Veillard e6d8e20c 2002-05-02T06:11:10 Adding more informations on Schemas, added a link to the Pascal bindings in the Related Link sections, Daniel
Daniel Veillard cf27f7c9 2002-04-30T07:12:39 Updated the news pages with the new release informations, Daniel
Daniel Veillard fc57b41c 2002-04-29T15:50:14 preparing 2.4.21 raised a too low limit rebuilt the docs Daniel * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21 * valid.c: raised a too low limit * doc/*: rebuilt the docs Daniel
Daniel Veillard 93d3a478 2002-04-26T14:04:55 added a link to Norms article, Daniel
Daniel Veillard 0bfbb422 2002-04-26T09:21:45 Added a mirror in Austria, Daniel
Daniel Veillard f7c730f0 2002-04-16T12:28:22 Remove mailto and point people to the bug report page, Daniel
Daniel Veillard c397534f 2002-04-15T18:54:52 Updated the web pages, Daniel
Daniel Veillard a7084cd5 2002-04-15T17:12:47 release of 2.4.20 updated and rebuilt the docs Daniel * configure.in: release of 2.4.20 * doc/*: updated and rebuilt the docs Daniel
Daniel Veillard a8a89fe5 2002-04-12T21:03:34 Hallski complained it could not be included by itself. Daniel * include/libxml/xmlIO.h: Hallski complained it could not be included by itself. Daniel
Daniel Veillard 75794826 2002-04-11T16:24:32 Updated the graphic overview of the architecture, Daniel
MST 2002 John Fleck 823e5b2a 2002-04-03T03:28:57 doc/example.html fixing typo Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net> * doc/example.html fixing typo
Daniel Veillard b2fb8ed1 2002-04-01T09:33:12 Added a new Pascal DOM2 binding, Daniel
Daniel Veillard c332dab9 2002-03-29T14:08:27 Trying to ad a favicon.ico, Daniel
Daniel Veillard d6d3147d 2002-03-25T22:55:31 cleanup, Daniel
Daniel Veillard 19274092 2002-03-25T16:48:03 preparing 2.4.19 rebuilt the docs Daniel * configure.in: preparing 2.4.19 * doc/*: rebuilt the docs Daniel
Daniel Veillard 34ce8bec 2002-03-18T19:37:11 preparing 2.4.18 updated and rebuilt the web site implement the new * configure.in: preparing 2.4.18 * doc/*: updated and rebuilt the web site * *.c libxml.h: implement the new IN_LIBXML scheme discussed with the Windows and Cygwin maintainers. * parser.c: humm, changed the way the SAX parser work when xmlSubstituteEntitiesDefault(1) is set, it will then do the entity registration and loading by itself in case the user provided SAX getEntity() returns NULL. * testSAX.c: added --noent to test the behaviour. Daniel
Daniel Veillard 1eb24241 2002-03-18T11:33:03 Added a link about binding on top of the presentation, Daniel
Daniel Veillard 0bbefe73 2002-03-17T13:35:31 Fixed a small pbm in one xmlIO example, Daniel
Daniel Veillard 2d347fac 2002-03-17T10:34:11 applied a new patch from Aleksey Sanin updated the documentation to * c14n.c: applied a new patch from Aleksey Sanin * doc/site.xsl doc/xml.html doc/*.html: updated the documentation to reference Aleksey implementation of XML digital Signatures Daniel
Daniel Veillard 5c396548 2002-03-15T07:57:50 applied patch from Aleksey Sanin fixing a problem in the canonicalization * c14n.c: applied patch from Aleksey Sanin fixing a problem in the canonicalization algorithm * doc/xml.html doc/index.html: added the C14N references on the index page. Daniel
Daniel Veillard db1bdbae 2002-03-09T14:13:11 fixed a few comments regenerated the docs and added the C14N API fixups * c14n.c: fixed a few comments * doc/*.html doc/*/*.html: regenerated the docs and added the C14N API * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs Daniel
Daniel Veillard af43f63a 2002-03-08T15:05:20 preparing 2.4.17 release updated and rebuilt the docs fixed a comment * configure.in: preparing 2.4.17 release * doc/*: updated and rebuilt the docs * xpath.c: fixed a comment * python/libxml.c: fixed a possible reentrancy problem Daniel
Daniel Veillard f5a457a3 2002-03-07T10:25:29 Fixed #73408 missing images are now copied on install and part of the * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images are now copied on install and part of the -devel RPM Daniel
Daniel Veillard 0b79dfed 2002-02-23T13:02:31 Updated the Python doc with installation informations, Daniel
Daniel Veillard fcbfa2d9 2002-02-21T17:54:27 Fixed a small prob, Daniel
Daniel Veillard 9eb146b9 2002-02-21T16:04:51 Broken a line to help formatting python.html
Daniel Veillard 4316211d 2002-02-21T14:52:00 Rebuilt those pages too, Daniel
Daniel Veillard 373a4758 2002-02-21T14:46:29 Removed the CSS font size, Daniel
Daniel Veillard b9e469a1 2002-02-21T12:08:42 Added pointer to Tcl bindings, Daniel
Daniel Veillard 6dbcaf86 2002-02-20T14:37:47 added a Python and binding page describing the current state of the Python * doc/xml.html doc/python.html doc/*: added a Python and binding page describing the current state of the Python bindings and giving pointers to the other languages wrappers. Daniel
Daniel Veillard a539356a 2002-02-20T11:40:49 Added link, Daniel
Daniel Veillard 5b16f588 2002-02-20T11:38:46 Updated the conformance state, Daniel
Daniel Veillard 5f4b5999 2002-02-20T10:22:49 preparing 2.4.16 updated and rebuilt the docs, rebuilt the API and web * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16 * doc/* python/libxml2class.txt: updated and rebuilt the docs, rebuilt the API and web site * xpath.c: fixed #71978 portability bugs Daniel
Daniel Veillard bb7ddb34 2002-02-17T21:26:33 python script to run regression tests against the XML Test suite of * check-xml-test-suite.py: python script to run regression tests against the XML Test suite of W3C/OASis * SAX.c: fixed a validation bug * parser.c: fixed 3 errors pointed by the test suite * doc/buildDocBookCatalog: fixed a typo pointed by drake * python/Makefile.am: fixed a dependendy Daniel
Daniel Veillard 3f4c40f7 2002-02-13T09:19:28 Remove the mailto links and point back to the help page, Daniel
Daniel Veillard e46182c6 2002-02-12T14:29:11 Updated FAQ item #3 with Heiko W. Rupp update, Daniel
Daniel Veillard 397ff11c 2002-02-11T18:27:20 preparing 2.4.15 rebuilt some docs Daniel * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs Daniel
Daniel Veillard 0351754a 2002-02-11T13:54:40 trying to close Red Hat bug #58707 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707 Daniel
Daniel Veillard b6c1e2f9 2002-02-08T14:52:52 Updated the News section, Daniel
Daniel Veillard c575b997 2002-02-08T13:28:40 Changed to the MIT Licence updated the doc accordingly preparing 2.4.14 * Copyright Makefile.am README configure.in libxml.spec.in: Changed to the MIT Licence * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html doc/xmlio.html: updated the doc accordingly * include/libxml/xmlwin32version.h configure.in: preparing 2.4.14 release * python/generator.py python/libxml.c python/libxml2-python-api.xml python/libxml2class.txt python/libxml_wrap.h python/types.c: fixed the const xmlChar * wrapper and generator, XPath extension functions now use the context as first argument * python/tests/tstxpath.py python/tests/xpath.py python/tests/xpathext.py: Updated the tests accordingly * tree.c: fixed bug #70067 Daniel
Daniel Veillard d2897fde 2002-01-30T16:37:32 commited early version of a python binding for private use only ATM Daniel * python/generator.py python/libxml.c python/libxml.py python/libxml_wrap.h: commited early version of a python binding for private use only ATM Daniel
Daniel Veillard 05d39112 2002-01-30T10:47:44 Changed to use chunk.xsl instaed of chunk-common.xsl as 1.48 changed to remove that specific file, Daniel
Daniel Veillard 51737276 2002-01-23T23:10:38 fixed a small error, daniel
Daniel Veillard f8592562 2002-01-23T17:58:17 generated an alphabetic index based on comments content rebuilt the web * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated an alphabetic index based on comments content * doc/*: rebuilt the web site with the new references Daniel
Daniel Veillard 3bf65bea 2002-01-23T12:36:34 updated the python extractor to generate cross-references, and * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml doc/parsedecl.py doc/Makefile.am: updated the python extractor to generate cross-references, and added/updated the stylesheets to generate and link API indexes. The generic keyword index is not done yet. * doc/*.html: regenerated all the usual docs too Daniel
Daniel Veillard 9d06d300 2002-01-22T18:15:52 Build a new version hopefully near complete and fully documented of the * doc/libxml2-api.xml doc/parsedecl.py: Build a new version hopefully near complete and fully documented of the API in XML * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h include/libxml/list.h include/libxml/parser.h include/libxml/tree.h include/libxml/parserInternals.h include/libxml/valid.hi include/libxml/xmlIO.h include/libxml/xmlerror.hi include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini include/libxml/xpath.h include/libxml/xpathInternals.h: Cleaned up the doc comments a lot in the process, the interface coverage is now 100% Daniel
Daniel Veillard 2d1464fb 2002-01-21T23:16:56 improved the script to extracts comments from the gtk-doc DocBook output * doc/libxml2-api.xml doc/parsedecl.py: improved the script to extracts comments from the gtk-doc DocBook output (a bit convoluted but seems to work). Daniel
Daniel Veillard 06622dfe 2002-01-21T17:53:42 Recompiled the docs, Daniel
Daniel Veillard 61006471 2002-01-21T17:31:47 added an XML description of the API, moved the script generating it here. * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py: added an XML description of the API, moved the script generating it here. Added a "make api" target Daniel
Daniel Veillard 8acca114 2002-01-21T09:52:27 Trying to fix an alignment problem reported in IE, daniel
Daniel Veillard 963d2ae4 2002-01-20T22:08:18 cleanup patch from Anthony Jones fix the headers to avoid in make scan * SAX.c: cleanup patch from Anthony Jones * doc/Makefile.am: fix the headers to avoid in make scan * parserInternals.c xpath.c include/libxml/*.h: cleanup of the includes, * vs Ptr and general cleanup * parsedecl.py: first version of a script to extract the module interfaces, the goal will be to provide .decl or XML specification of the interfaces to build wrappers. Daniel