summaryrefslogtreecommitdiff
path: root/doc/search.templ
AgeCommit message (Collapse)AuthorFilesLines
2016-06-22Imported Upstream version 1.1.29upstream/1.1.29DongHun Kwak1-11/+0
Change-Id: I7d894ba27f8f8e886dbcece3bb3df8e69059cae9 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2008-05-13release of 1.1.24 syntactic cleanup (Martin) DanielDaniel Veillard1-1/+1
* configure.in doc/*: release of 1.1.24 * python/generator.py: syntactic cleanup (Martin) Daniel svn path=/trunk/; revision=1473
2006-10-26preparing release of libxslt-1.1.18, this bumps libxml2 requirement toDaniel Veillard1-1/+1
* NEWS configure.in doc//*: preparing release of libxslt-1.1.18, this bumps libxml2 requirement to 1.6.27 * libexslt/date.c libxslt/namespaces.h libxslt/xslt.c libxslt/xsltInternals.h: cosmetic cleanups to restore the API extraction Daniel
2006-10-11apply patch from Gary Coady to compile when libxml2 has no xincludeDaniel Veillard1-1/+1
* xsltproc/xsltproc.c: apply patch from Gary Coady to compile when libxml2 has no xinclude support #319886 * docs/*: renamed Gnome to GNOME fixes #352159 Daniel
2006-05-01preparing release of 1.1.16, updated and regenerated the docs. DanielDaniel Veillard1-1/+1
* configure.in NEWS doc//*: preparing release of 1.1.16, updated and regenerated the docs. Daniel
2005-04-02preparing release of 1.1.14, updated docs and rebuilt. DanielDaniel Veillard1-1/+2
* configure.in NEWS doc/*: preparing release of 1.1.14, updated docs and rebuilt. Daniel
2004-08-22preparing release of 1.1.9 DanielDaniel Veillard1-1/+1
* configure.in NEWS doc/*: preparing release of 1.1.9 Daniel
2004-05-16Rebuilt the docs, DanielDaniel Veillard1-1/+1
2004-03-03rebuilt the docs to fix the "href_base" problem.William M. Brack1-1/+1
* doc/*, doc/html/*, doc/EXSLT/*: rebuilt the docs to fix the "href_base" problem.
2004-02-23preparing release 1.1.4, updated and regenerated the documentation DanielDaniel Veillard1-1/+1
* NEWS configure.in doc/*: preparing release 1.1.4, updated and regenerated the documentation Daniel
2004-01-12Changed logo spacing to avoid stacking rebuilt web pagesWilliam M. Brack1-1/+1
* doc/site.xsl: Changed logo spacing to avoid stacking * doc/*: rebuilt web pages
2004-01-12doc/site.xsl doc/w3c.png doc/* Test William's new site.xsl improvements byMST 2004 John Fleck1-1/+1
Sun Jan 11 20:10:09 MST 2004 John Fleck <jfleck@inkstain.net> * doc/site.xsl * doc/w3c.png * doc/* Test William's new site.xsl improvements by adding the W3C logo icon, rebuild docs, and presto! It shows up everywhere!
2004-01-10Added new facility to "autogen" the search script. Fixed a few moreWilliam M. Brack1-0/+10
* doc/search.xml, doc/search.templ, doc/Makefile.am, doc/search.php.inc: Added new facility to "autogen" the search script. Fixed a few more problems with the API page generation. * doc/site.xsl, doc/api.xsl, doc/newapi.xsl: integrated the autogeneration of the php script. Note that from this point doc/search.php will be include in the generic "Rebuilt docs". * doc/*: api docs rebuilt.