aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Applied the VMS update patch from Craig A. Berry update DanielDaniel Veillard2002-10-223-0/+698
| | | | | | | | | | | * vms/build_libxml.com vms/config.vms vms/readme.vms include/libxml/parser.h include/libxml/parserInternals.h include/libxml/tree.h include/libxml/xmlIO.h HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c: Applied the VMS update patch from Craig A. Berry * doc/*.html: update Daniel
* preparing the release of 2.4.26 updated and rebuilt the documentationDaniel Veillard2002-10-1821-1178/+1299
| | | | | | * configure.in: preparing the release of 2.4.26 * doc/*: updated and rebuilt the documentation Daniel
* make the link to search a local reference, danielDaniel Veillard2002-10-0930-31/+31
|
* integrated the XSLT indexing, a few fixed in the indexer, added a scopeDaniel Veillard2002-10-092-56/+216
| | | | | | | * 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
* applied patch from Mark Vakoc except the API change, preserved it. updatedDaniel Veillard2002-10-087-11/+31
| | | | | | | | * 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
* Fixed a small bug for year wide archive indexing, DanielDaniel Veillard2002-10-081-0/+4
|
* And limit the number in the SQL requests too, DanielDaniel Veillard2002-10-081-3/+3
|
* Limit the number of returned hits, DanielDaniel Veillard2002-10-081-0/+4
|
* Added year archiving + fix a problem on current date archive, DanielDaniel Veillard2002-10-081-2/+17
|
* added mailing-list archives indexing and lookup DanielDaniel Veillard2002-10-082-66/+434
| | | | | | * doc/index.py doc/search.php: added mailing-list archives indexing and lookup Daniel
* Regenerated the docs and added a set of files missing from CVS, DanielDaniel Veillard2002-10-0714-53/+20370
|
* Debugging of strange results and tuning, DanielDaniel Veillard2002-10-072-19/+27
|
* improved HTML indexing make the queries also lookup the HTML based indexesDaniel Veillard2002-10-072-12/+66
| | | | | | * doc/index.py: improved HTML indexing * doc/search.php: make the queries also lookup the HTML based indexes Daniel
* added HTML page indexing DanielDaniel Veillard2002-10-061-0/+242
| | | | | * doc/index.py: added HTML page indexing Daniel
* Added a bit of logging to the searches to get a better idea of what'sDaniel Veillard2002-10-042-1/+26
| | | | asked for, Daniel
* Grab the passwd from an envidonment variable, DanielDaniel Veillard2002-10-011-1/+6
|
* Added the operation needed to start the indexer on a box, danielDaniel Veillard2002-10-011-0/+32
|
* Added the indexing script use to fill up the MySQL DB with API indexes, DanielDaniel Veillard2002-10-011-0/+554
|
* Improve cross reference rating, DanielDaniel Veillard2002-10-011-1/+1
|
* Update the description, DanielDaniel Veillard2002-10-011-2/+2
|
* Integrated the search form to the web site, regenerated, DanielDaniel Veillard2002-10-0153-1617/+2013
|
* Started adding a search front-end, DanielDaniel Veillard2002-10-011-0/+185
|
* preparing release of 2.4.25 updated and regenerated teh docs and webDaniel Veillard2002-09-269-6/+74
| | | | | | | * configure.in include/libxml/xmlwin32version.h: preparing release of 2.4.25 * doc/*: updated and regenerated teh docs and web pages. Daniel
* added the 3 new modules xmlregexp xmlautomata and xmlunicode andDaniel Veillard2002-09-2658-2468/+4099
| | | | | | * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode and regenerated the docs and web site Daniel
* applied a trio update patch from Bjorn Reese which should work with MinGWDaniel Veillard2002-09-252-4/+3
| | | | | | | * 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
* improving some documentation comments found and fixed a mem leak withDaniel Veillard2002-09-2530-4669/+5645
| | | | | | | | | | | | | * 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
* doc/xml.html fixing ftp links - thanks to Vitaly OstaninMDT 2002 John Fleck2002-09-241-4/+4
| | | | | | | Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net> * doc/xml.html fixing ftp links - thanks to Vitaly Ostanin
* Adding link to MacOsX binaries, DanielDaniel Veillard2002-09-0928-0/+28
|
* Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>John Fleck2002-09-044-0/+4
| | | | | | | | | | 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
* doc/tutorial/includeaddattribute.c doc/tutorial/includeaddkeyword.cMDT 2002 John Fleck2002-09-0127-16/+32
| | | | | | | | | | | | | | | | | 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)
* Changed to use the new Gnome2 logo, DanielDaniel Veillard2002-08-2829-28/+28
|
* nice logos generated by Marc Liyanage changed the stylesheet to show theDaniel Veillard2002-08-2831-56/+64
| | | | | | | | * 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
* possible mem leak patch from Jason Adams integrated xf:escape-uri() fromDaniel Veillard2002-08-2213-119/+156
| | | | | | | | | | | * 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
* Fixed the bugzilla module name !Daniel Veillard2002-08-122-4/+4
| | | | Daniel
* applied syntax patch from Rick Jones and rebuilt the web site. DanielDaniel Veillard2002-07-2423-865/+902
| | | | | | * doc/xml.html doc/*.html: applied syntax patch from Rick Jones and rebuilt the web site. Daniel
* Added link to MAc OS X binaries, DanielDaniel Veillard2002-07-182-2/+2
|
* fixing Red Hat bug #68614 by adding the doc/xmlcatalog_man.xml to theDaniel Veillard2002-07-111-0/+1
| | | | | | * doc/Makefile.am: fixing Red Hat bug #68614 by adding the doc/xmlcatalog_man.xml to the source distribution Daniel
* Added news for 2.4.23, DanielDaniel Veillard2002-07-086-6/+33
|
* preparing 2.4.23 rebuilt the docs DanielDaniel Veillard2002-07-0632-4139/+6217
| | | | | | * configure.in: preparing 2.4.23 * doc/*: rebuilt the docs Daniel
* Added a pointer to the libxml# C# bindings, DanielDaniel Veillard2002-06-176-10/+19
|
* doc/xml.html adding tutorial reference to the web pageMDT 2002 John Fleck2002-06-131-0/+1
| | | | | | | Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net> * doc/xml.html adding tutorial reference to the web page
* doc/tutorial/xmltutorial.xml doc/tutorial/ar01s07.htmlMDT 2002 John Fleck2002-06-138-21/+245
| | | | | | | | | | | 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
* *doc/FAQ.html fixing typos in FAQ, thanks to Robert Funnell for theMDT 2002 John Fleck2002-06-061-6/+6
| | | | | | | | 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
* site.xsl: linked the John's tutorialDaniel Veillard2002-06-0528-0/+28
| | | | | *.html: regenerated Daniel
* apa.html apb.html apc.html apd.html ar01s02.html ar01s03.html ar01s04.htmlMDT 2002 John Fleck2002-06-0415-0/+1007
| | | | | | | | | | | | | | | | | | | | | | 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
* Added docs for 2.4.22, DanielDaniel Veillard2002-05-289-57/+83
|
* fixing #79334 making htmlParseDocument a public entry point. rebuilt theDaniel Veillard2002-05-276-3/+145
| | | | | | | | * 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
* amother typo fix, DanielDaniel Veillard2002-05-202-2/+2
|
* Applied a spelling patch from Geert Kloosterman to xml.html, and regeneratedDaniel Veillard2002-05-2019-285/+284
| | | | the web site, Daniel
* Applied another patch from Christian Cornelssen to the buildDocBookCatalogDaniel Veillard2002-05-191-3/+3
| | | | script, Daniel