1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
2004-10-23 Michael Smith <xmldoc@users.sourceforge.net>
* collateindex.sgm, dblib.sgm, docbook.sgm, htparam.sgm, imagelib.sgm, indexing.sgm, olinksemantics.sgm, otherdoc.sgm, prparam.sgm:
Bug #1052834 (PIs in dsssl/doc sources causing jade errors)
apparently jade has a problem dealing with single quotation marks
in PIs -- at least it appears like that in the case where it needs
to take a single-quoted value from within a PI and use it to write
a filename; so changed al single-quote filenames in PIs to doubly
quoted ones; seems to have made jade happy
2004-09-18 <petere78@users.sourceforge.net>
* custom.sgm: Fix for Documentation Request #510281: Add missing -d option in example
* custom.sgm: Fix for Documentation Request #992388: Removed obsolete section about
setting the stylesheet language via a customization layer (now done using
a stylesheet parameter).
2003-03-17 Adam Di Carlo <adicarlo@users.sourceforge.net>
* doc.dsl: Minor readability fixes.
2003-01-04 Adam Di Carlo <adicarlo@users.sourceforge.net>
* docbook.sgm: setting some IDs
2002-12-22 Adam Di Carlo <adicarlo@users.sourceforge.net>
* doc.dsl: roll back rev 1.2, it was a mistake
2002-12-20 Adam Di Carlo <adicarlo@users.sourceforge.net>
* doc.dsl: use relative references for the print and html stylesheets, so you
don't have to have the dsssl catalogs in place in order to build
2002-12-16 Adam Di Carlo <adicarlo@users.sourceforge.net>
* common-version.sgm, common.sgm, html-version.sgm, html.sgm, lib-version.sgm, lib.sgm, print-version.sgm, print.sgm:
references to ChangeLog should be relative
2002-11-27 Adam Di Carlo <adicarlo@users.sourceforge.net>
* otherdoc.sgm: fix location of the DocBook FAQ
2002-03-24 Adam Di Carlo <adicarlo@users.sourceforge.net>
* Makefile: add a clean rule here
2001-07-07 Norman Walsh <nwalsh@users.sourceforge.net>
* custom.sgm, docbook.sgm, install.sgm, lib.sgm: Fixed documentation bugs
2001-04-04 Norman Walsh <nwalsh@users.sourceforge.net>
* Makefile, dblib.sgm, htparam.sgm, prparam.sgm: New file.
2001-04-02 Norman Walsh <nwalsh@users.sourceforge.net>
* .cvsignore, collateindex.sgm, common-version.sgm, common.sgm, custom.sgm, doc.dsl, docbook.sgm, faq.sgm, html-version.sgm, html.sgm, imagelib.sgm, indexing.sgm, install.sgm, lib-version.sgm, lib.sgm, olinksemantics.modespecs, olinksemantics.sgm, olinktarget.sgm, otherdoc.sgm, print-version.sgm, print.sgm:
New file.
|