commit fcac11ccb383c3ae13aa1605aaced6279e8054a9 Author: Shaun McCance Date: Fri Aug 14 17:14:47 2015 -0400 Updating localization templates There was a lot of unused code sitting in there. And the used code was poorly documented, if at all. xslt/common/l10n-numbers.xsl | 4 +- xslt/common/l10n.xsl | 416 +++++++++++++++++-------------------- xslt/docbook/html/Makefile.am | 1 - xslt/docbook/html/db2html-l10n.xsl | 161 -------------- xslt/docbook/html/db2xhtml.xsl | 1 - 5 files changed, 189 insertions(+), 394 deletions(-) commit 5224b5dc737914cb6f816bf6d9d296cf823f74f9 Author: Shaun McCance Date: Fri Jul 24 18:23:37 2015 -0400 yelp-xsl.pc.in: Remove db2omf. Haven't shipped that in a while. yelp-xsl.pc.in | 1 - 1 file changed, 1 deletion(-) commit 7c5416fa3c3f94ff48884ed7661adb8ba75546fc Author: Shaun McCance Date: Fri Jul 24 17:33:51 2015 -0400 Remove old build file xslt/common/domains/msgs.xsl | 43 ------------------------------------------- 1 file changed, 43 deletions(-) commit f0d675747bb2b171ab012564ddef58181f290de4 Author: Shaun McCance Date: Fri Jul 24 00:55:25 2015 -0400 Dropping db.chunk.chunks param in favor of selector entity Exposing a parameter with a list of elements to chunk was never a good idea. It gave the impression that you could change the param and things would actually work. They wouldn't. But it's nice to have the list of chunkable elements in one place, so I went with a selector XML entity like I did for DITA. xslt/docbook/common/Makefile.am | 3 +- xslt/docbook/common/db-chunk.xsl | 93 ++++------------------------------ xslt/docbook/common/db-selectors.mod | 53 +++++++++++++++++++ xslt/docbook/html/db2html-division.xsl | 6 ++- 4 files changed, 70 insertions(+), 85 deletions(-) commit d0f4e44815a24fae5fb3f2d40320ba4160313217 Author: Shaun McCance Date: Thu Jul 23 19:56:26 2015 -0400 Added some missing API docs and shifted a few things around test/testbook/testbook.xml | 6 +++ xslt/docbook/common/db-chunk.xsl | 17 ++++----- xslt/docbook/common/db-common.xsl | 67 ++++++++++++++++++++++++++++++++++ xslt/docbook/html/db2html-division.xsl | 2 +- xslt/docbook/html/db2html-inline.xsl | 40 ++++---------------- xslt/mallard/common/mal-gloss.xsl | 8 ++++ xslt/mallard/common/mal-link.xsl | 7 +++- 7 files changed, 103 insertions(+), 44 deletions(-) commit 82db427e416eeabd412c412b9b731939f2bbb283 Author: Shaun McCance Date: Wed Jul 22 10:22:12 2015 -0400 yelp-xsl.doap: Update homepage yelp-xsl.doap | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit fabc98d52ac74711189d7896c5e54f7ae9145c00 Author: Shaun McCance Date: Wed Jul 22 00:19:54 2015 -0400 Improvements to API docs doc/yelp-xsl/xsldoc-scan.xsl | 55 ++++++++++++++++++++++++++++++++++-- xslt/mallard/common/mal-if.xsl | 2 +- xslt/mallard/html/mal2html-block.xsl | 1 + 3 files changed, 55 insertions(+), 3 deletions(-) commit 206a217d21e0b169294afce9ace7ca661fd1642c Author: Shaun McCance Date: Mon Jul 20 18:01:01 2015 -0400 Version 3.17.4 NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-)