1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-10-30 14:45:36 +03:00
Commit Graph

45 Commits

Author SHA1 Message Date
Nick Wellnhofer
b12ff25803 Rebuild documentation 2022-08-17 11:15:40 +02:00
Nick Wellnhofer
b3fdf8a966 Rework documentation build system
Since several generated files are under version control, their
timestamps are essentially random and rebuilding documentation using
Makefile dependencies can't work reliably. Simply add a phony rebuild
target that regenerates the whole documentation and other files
unconditionally.

    make -C doc rebuild
2022-03-30 23:58:16 +02:00
Nick Wellnhofer
8622c46160 Remove old website 2022-03-30 23:58:16 +02:00
Nick Wellnhofer
27c69e4b5e Update news and rebuild documentation 2022-02-16 17:27:55 +01:00
Nick Wellnhofer
f2cd40ff39 Add documentation in devhelp format 2022-02-13 01:08:52 +01:00
Nick Wellnhofer
4ef855f0aa Fix libexslt header summaries 2022-02-13 01:08:52 +01:00
Nick Wellnhofer
6d4a773a4b Fix EXSLT web pages
Fix a couple of links and some content copied from the XSLT pages.
2019-10-18 18:53:42 +02:00
Nick Wellnhofer
8dd836a43e Regenerate web pages 2019-10-18 12:19:14 +02:00
Nick Wellnhofer
2ddea582ad Rebuild docs 2019-10-18 11:44:38 +02:00
Nick Wellnhofer
f93a242dd2 Regenerate EXSLT website 2019-02-12 12:31:20 +01:00
Nick Wellnhofer
9210e72590 Fix typos
Fixes bug 788668.
2017-11-04 16:07:59 +01:00
Daniel Veillard
2818aec361 Release of libxslt-1.1.26
* NEWS configure.in doc/xslt.html: update for 1.1.26
* doc//*: regenerate
2009-09-24 16:39:52 +02:00
Daniel Veillard
51f625a10a Release of libxslt-1.1.25
* NEWS configure.in doc/xslt.html doc/news.html: update of version
  and description
* doc/libxslt-api.xml doc/libxslt-refs.xml doc/libxslt.xsa
  libxslt/xsltwin32config.h doc/EXSLT/*: regenerated
2009-09-17 17:19:59 +02:00
Daniel Veillard
482e7b7e12 Add API versioning and various cleanups
* doc/symbols.xml doc/syms.xsl doc/checkapisym.xsl libxslt/libxslt.syms:
  the new symbol files, checking and stylesheets, based on libxml2 ones
* configure.in doc/Makefile.am libxslt/Makefile.am: modifications needed
  to activate the symbol versioning
* doc/libxslt-api.xml doc/libxslt-refs.xml doc/EXSLT/libexslt-api.xml
  doc/EXSLT/libexslt-refs.xml: regenerated
* libexslt/crypto.c libxslt/Makefile.am libxslt/keys.c libxslt/variables.c
  libxslt/xslt.c libxslt/xsltInternals.h libxslt/xsltlocale.c
  libxslt/xsltlocale.h: various cleanups
2009-09-16 16:16:21 +02:00
Daniel Veillard
2896318613 preparing release of 1.1.22 Daniel
* configure.in doc/*: preparing release of 1.1.22
Daniel

svn path=/trunk/; revision=1442
2007-08-23 15:32:58 +00:00
Daniel Veillard
abab6b982a Updated Perl and lxml links, Daniel
svn path=/trunk/; revision=1436
2007-08-22 17:39:14 +00:00
William M. Brack
18ae451bb0 added setting of TRIO_REPLACE_STDIO when TRIO routines are required.
* xsltconfig.h.in: added setting of TRIO_REPLACE_STDIO when TRIO
  routines are required.
* namespaces.c, xsltutils.c: enhanced handling of stdio.h vs. trio.h
  when trio routines are required (now use XSLT_NEED_TRIO)
  (bug #412787)

svn path=/trunk/; revision=1423
2007-03-02 10:43:34 +00:00
William M. Brack
77849f1aa5 added check for memory allocation error (bug #400242); fixed "type-punned
* libxslt/pattern.c: added check for memory allocation error (bug #400242);
  fixed "type-punned pointer" warnings.
* libxslt/xsltutils.c: added checks for memory allocation error
  (bug #400242)
* restored NEWS, doc/EXSLT/downloads.html which mysteriously disappeared
  from svn

svn path=/trunk/; revision=1419
2007-01-24 19:08:38 +00:00
Daniel Veillard
951beb01d4 preparing release of libxslt-1.1.18, this bumps libxml2 requirement to
* 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-26 13:32:42 +00:00
Daniel Veillard
1ead9ea8c6 removed all remaining references to the old Wiki Daniel
* doc//*: removed all remaining references to the old Wiki
Daniel
2006-10-26 08:35:34 +00:00
Daniel Veillard
e810227aff apply patch from Gary Coady to compile when libxml2 has no xinclude
* 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-10-11 20:28:25 +00:00
Daniel Veillard
e15f22b12b preparing release of 1.1.16, updated and regenerated the docs. Daniel
* configure.in NEWS doc//*: preparing release of 1.1.16, updated and
  regenerated the docs.
Daniel
2006-05-01 21:25:09 +00:00
Daniel Veillard
ccafff9f42 Fixed Mac Os X download linkx, Daniel 2005-11-07 13:18:53 +00:00
Daniel Veillard
91cf35d84d preparing 1.1.13, updated and rebuilt the docs. trying to fix some build
* NEWS configure.in doc/*: preparing 1.1.13, updated and rebuilt
  the docs.
* tests/plugins/Makefile.am xsltproc/Makefile.am: trying to fix
  some build problems.
* libxslt.spec.in: adding a build require and a require for
  libgcrypt-devel, c.f. Red Hat bug #133211
* libxslt/xsltInternals.h: as for libxml2, XML_CAST_FPTR was wrong.
Daniel
2005-03-13 19:44:17 +00:00
Daniel Veillard
ab935d74c4 Added links to the Wiki, Daniel 2005-02-20 13:32:58 +00:00
Daniel Veillard
a4f9ea0971 applied patch for make wiki from Joel Reed and rebuild fix from Joel Reed
* doc/Makefile.am doc/libxslt-api.xml doc/libxslt-refs.xml
  doc/EXSLT/libexslt-api.xml: applied patch for make wiki from
  Joel Reed and rebuild
* tests/plugins/Makefile.am: fix from Joel Reed for make dist
Daniel
2005-02-09 21:00:05 +00:00
Daniel Veillard
82ffb75073 preparing release of libxslt-1.1.12 mini change to avoid breaking
* configure.in NEWS doc/*: preparing release of libxslt-1.1.12
* libexslt/crypto.c: mini change to avoid breaking apibuild.py
* libxslt/templates.c: small fix, first step in adressing #153660
Daniel
2004-10-29 15:07:15 +00:00
Daniel Veillard
9161829327 fix for RedHat bug #136072 to include EXSLT doc in libxslt package. Daniel
* libxslt.spec.in doc/Makefile.am: fix for RedHat bug #136072
  to include EXSLT doc in libxslt package.
Daniel
2004-10-18 15:01:59 +00:00
Daniel Veillard
5e1aec535f Fixed the mod-xslt2 link, cleaned up the links, added PHP, Daniel 2004-08-22 20:17:22 +00:00
Daniel Veillard
a2536bc404 Oops, daniel 2004-08-14 13:57:09 +00:00
Daniel Veillard
6c5e4a4c23 Changed the color or non-visited links, Daniel 2004-08-14 13:53:53 +00:00
Daniel Veillard
110bc4bd19 Rebuilt the docs, Daniel 2004-05-16 01:01:45 +00:00
Daniel Veillard
b08747d5c6 Added ChangeLog.xsl and links, Daniel 2004-05-16 00:50:06 +00:00
Daniel Veillard
fc1000b588 prepare release of 1.1.5, made a hard dependancy to libxml2 2.6.8 due to
* configure.in: prepare release of 1.1.5, made a hard dependancy
  to libxml2 2.6.8 due to the dictionnary reference counting change
* doc/*: updated and rebuilt the doc.
* tests/namespaces/Makefile.am: fixed a build problem (tst5 ?)
Daniel
2004-03-23 13:09:49 +00:00
William M. Brack
0e4e81ebb2 fixed problem with dictionary handling (bug 135938). fixed a few more
* libxslt/xsltutils.h, libxslt/xsltutils.c, libxslt/preproc.c:
  fixed problem with dictionary handling (bug 135938).
* doc/EXSLT/*: fixed a few more "href_base" files.
2004-03-04 15:10:18 +00:00
William M. Brack
422bcd1f12 rebuilt the docs to fix the "href_base" problem.
* doc/*, doc/html/*, doc/EXSLT/*: rebuilt the docs to fix
  the "href_base" problem.
2004-03-03 13:38:28 +00:00
Daniel Veillard
6d2a293795 preparing release 1.1.4, updated and regenerated the documentation Daniel
* NEWS configure.in doc/*: preparing release 1.1.4, updated and
  regenerated the documentation
Daniel
2004-02-23 17:04:11 +00:00
William M. Brack
db0a9ceffb Changed logo spacing to avoid stacking rebuilt web pages
* doc/site.xsl: Changed logo spacing to avoid stacking
* doc/*: rebuilt web pages
2004-01-12 04:55:26 +00:00
MST 2004 John Fleck
abcbd6093b doc/site.xsl doc/w3c.png doc/* Test William's new site.xsl improvements by
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-12 03:12:44 +00:00
William M. Brack
a9b1363e02 Added new facility to "autogen" the search script. Fixed a few more
* 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.
2004-01-10 09:07:09 +00:00
William M. Brack
c2b06559f5 Further cleanup, fully implemented common routine for "generic page"
* doc/site.xsl, doc/api.xsl, doc/newapi.xsl, doc/search.php:
  Further cleanup, fully implemented common routine for
  "generic page" within the docs.
* doc/*: api docs rebuilt with enhanced scripts.
2004-01-09 00:31:18 +00:00
William M. Brack
1cd1c40976 a little cleanup of scripts, assuring page tables are consistent. api docs
* doc/api.xsl, doc/site.xsl, doc/search.php: a little
  cleanup of scripts, assuring page tables are consistent.
* doc/*: api docs rebuilt with enhanced scripts.
2004-01-07 12:15:06 +00:00
William M. Brack
c3a88317d5 fixed Bug130593. fixed a couple of sequence problems on references within
* configure.in: fixed Bug130593.
* doc/apibuild.py: fixed a couple of sequence problems on
  references within APIxxx.html files, rebuild doc/* (and NEWS)
2004-01-06 15:41:32 +00:00
MST 2004 John Fleck
f87a339e0f change background color of function declaration to improve readability
Sun Jan  4 19:06:59 MST 2004 John Fleck <jfleck@inkstain.net>

	* doc/newapi.xsl: change background color of function
	declaration to improve readability
	* doc/*: rebuild docs with new stylesheet
2004-01-05 02:09:03 +00:00
William M. Brack
26c586d2a2 enhanced documentation to include exslt; rebuilt docs
* doc/Makefile.am doc/site.xsl doc/api.xsl doc/newapi.xsl
  doc/xslt.html doc/apibuild.py doc/EXSLT doc/EXSLT/exslt.html:
  enhanced documentation to include exslt; rebuilt docs
2003-12-16 08:36:21 +00:00