commit 5ac356d57244ed697544db4797ec8aaf47733925 Author: Shaun McCance Date: Wed May 26 23:59:48 2010 -0500 Adding missing files: icons.xsl and color.xsl xslt/common/color.xsl | 205 +++++++++++++++++++++++++++++++++++++++++++++++++ xslt/common/icons.xsl | 169 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 374 insertions(+), 0 deletions(-) commit 15214091df20d775f9db243f9d5878f1f35215dd Author: Shaun McCance Date: Wed May 26 18:45:15 2010 -0500 Beginning to remove labels and numbers from DocBook output xslt/docbook/common/Makefile.am | 1 - xslt/docbook/common/db-format.xml.in | 10 - xslt/docbook/common/db-label.xsl | 891 ------------------- xslt/docbook/common/db-xref.xsl | 297 +------ xslt/docbook/html/db2html-autotoc.xsl | 26 +- xslt/docbook/html/db2html-bibliography.xsl | 2 +- xslt/docbook/html/db2html-block.xsl | 8 +- xslt/docbook/html/db2html-cmdsynopsis.xsl | 4 +- xslt/docbook/html/db2html-division.xsl | 3 +- xslt/docbook/html/db2html-footnote.xsl | 2 +- xslt/docbook/html/db2html-qanda.xsl | 12 +- xslt/docbook/html/db2html-title.xsl | 9 +- xslt/docbook/html/db2xhtml.xsl | 1 - xslt/gettext/l10n.xml.in | 1318 ---------------------------- 14 files changed, 18 insertions(+), 2566 deletions(-) commit 31e2f976d125aa45461e781e76fb4b584f830cd0 Author: Shaun McCance Date: Wed May 26 16:09:33 2010 -0500 First attempts at using the common HTML output module for DocBook xslt/common/html.xsl | 27 ++++- xslt/docbook/common/db-chunk.xsl | 55 +-------- xslt/docbook/html/db2html-division.xsl | 191 +++++++++++++++++--------------- xslt/docbook/html/db2html-table.xsl | 8 +- xslt/docbook/html/db2html.xsl | 62 +---------- xslt/docbook/html/db2xhtml.xsl | 44 ++------ xslt/mallard/html/mal2xhtml.xsl | 2 +- 7 files changed, 152 insertions(+), 237 deletions(-) commit 8e05c656895c87aeae128d108b995149c8815ee7 Author: Shaun McCance Date: Wed May 26 12:23:51 2010 -0500 Finishing up the xsldoc for html.xsl xslt/common/html.xsl | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 79 insertions(+), 0 deletions(-) commit 307190b08a554ff05e845b8a07fb5670e0153cb5 Author: Shaun McCance Date: Wed May 26 10:24:40 2010 -0500 Add 'Calls Modes' to xsldoc output doc/yelp-xsl/xsldoc-scan.xsl | 54 +++++++++++++++++++++++++++++++++-------- 1 files changed, 43 insertions(+), 11 deletions(-) commit 2cbc2b85f46da7edcfff89200bd4167df998e13d Author: Shaun McCance Date: Wed May 26 10:24:07 2010 -0500 Updates to common HTML output, colors, and icons .gitignore | 61 ++++ configure.ac | 1 - doc/yelp-xsl/Makefile.am | 3 +- xslt/Makefile.am | 2 +- xslt/common/Makefile.am | 2 + xslt/common/html.xsl | 273 ++++++++++++++----- xslt/common/utils.xsl | 16 +- xslt/mallard/html/mal2html-css.xsl | 48 ++-- xslt/mallard/html/mal2html-page.xsl | 6 - xslt/mallard/html/mal2xhtml.xsl | 9 +- xslt/theme/Makefile.am | 9 - xslt/theme/test-theme.xslt | 193 ------------- xslt/theme/theme-colors.xsl | 189 ------------- xslt/theme/theme-html.xsl | 521 ----------------------------------- xslt/theme/theme-icons.xsl | 167 ----------- 15 files changed, 311 insertions(+), 1189 deletions(-) commit fa7d3869f784ab2e130d67adf37fd9490a2d380b Author: Shaun McCance Date: Tue May 25 17:27:05 2010 -0500 Updates to the xsldoc doc/yelp-xsl/C/index.page | 1 + doc/yelp-xsl/C/index__M.page | 2 + doc/yelp-xsl/C/index__P.page | 2 + doc/yelp-xsl/C/index__S.page | 2 + doc/yelp-xsl/C/index__T.page | 2 + doc/yelp-xsl/xsldoc-scan.awk | 4 ++ doc/yelp-xsl/xsldoc-scan.xsl | 87 ++++++++++++++++++++++++++++++++++++----- 7 files changed, 89 insertions(+), 11 deletions(-) commit ed62198626068c5bb8de867216539ea274f9a193 Author: Shaun McCance Date: Tue May 25 09:51:04 2010 -0500 Dropping the dual-output for HTML5. Too much maintenance work. xslt/common/html.xsl | 174 +++------------------------------- xslt/mallard/html/mal2html-page.xsl | 42 +++++--- 2 files changed, 42 insertions(+), 174 deletions(-) commit c39af87bc93cd0218003256f909add79c8fe056a Author: Shaun McCance Date: Tue May 25 09:36:49 2010 -0500 Improve xsl-doc output doc/yelp-xsl/xsldoc-scan.xsl | 17 + xslt/common/Makefile.am | 4 +- xslt/common/html.xsl | 721 +++++++++++++++++++++++++++++++++++ xslt/mallard/common/Makefile.am | 2 +- xslt/mallard/common/mal-chunk.xsl | 92 ----- xslt/mallard/common/mal-link.xsl | 15 +- xslt/mallard/html/mal2html-css.xsl | 131 +------ xslt/mallard/html/mal2html-list.xsl | 2 +- xslt/mallard/html/mal2html-page.xsl | 339 +++++++---------- xslt/mallard/html/mal2html.xsl | 49 +--- xslt/mallard/html/mal2xhtml.xsl | 44 +-- 11 files changed, 926 insertions(+), 490 deletions(-) commit 51c949dff5bc94c978f0802feb710cdaa9d78ca4 Author: brian m. carlson Date: Sat Apr 10 22:11:15 2010 +0000 [gettext] Accept @xml:lang as well as @lang Signed-off-by: brian m. carlson xslt/gettext/gettext.xsl | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) commit ebf3a1306b22d4616dea1b6e6dcdf05590db4bcd Author: brian m. carlson Date: Sat Apr 10 22:06:23 2010 +0000 [db-common] Ignore personname wrapper for DocBook 5 DocBook 5 doesn't allow unadorned name components (e.g. surname) anymore. These are present in a personname element, so when we see that when we're generating a personal name, don't actually emit the personname element, only its contents. Signed-off-by: brian m. carlson xslt/docbook/common/db-common.xsl | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 8225eddc295dbebd6510d2d1f9facaf3bfeaf933 Author: brian m. carlson Date: Sat Apr 10 21:55:36 2010 +0000 [db2html-inline] Generate sgmlcomment delimiters for DocBook 5 Signed-off-by: brian m. carlson xslt/docbook/html/db2html-inline.xsl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c65a3d27f061aa2fd486c6b6a9f56b0da58b2bc6 Author: brian m. carlson Date: Sat Apr 10 20:53:36 2010 +0000 [db-title] Generate titleabbrevs for DocBook 5 refentry Signed-off-by: brian m. carlson xslt/docbook/common/db-title.xsl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 982a9104d1b163d8644aaba04d4b2cc87a395e74 Author: brian m. carlson Date: Sat Apr 10 18:30:46 2010 +0000 [db-xref] Handle qandaentry xrefs for DocBook 5 Signed-off-by: brian m. carlson xslt/docbook/common/db-xref.xsl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 776ec39a402f47751d5da12c912cec029559896b Author: brian m. carlson Date: Wed Apr 7 20:15:56 2010 +0000 Emit titles for procedure and productionset Signed-off-by: brian m. carlson xslt/docbook/html/db2html-ebnf.xsl | 2 +- xslt/docbook/html/db2html-list.xsl | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) commit ed06033768290b2479e8533d438f84b10db871ee Author: brian m. carlson Date: Wed Apr 7 19:55:04 2010 +0000 [db2html-inline] Handle interface and shortcut for DocBook 5 Signed-off-by: brian m. carlson xslt/docbook/html/db2html-inline.xsl | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 6cc401a730c848b303e56954ec7bf67dae8cbb09 Author: brian m. carlson Date: Wed Apr 7 19:24:33 2010 +0000 [db2html-table] Add DocBook 5 support for colspec and spanspec Signed-off-by: brian m. carlson xslt/docbook/html/db2html-table.xsl | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) commit a7697d4b3ae8e255fd04ad35440464d101ac267c Author: brian m. carlson Date: Tue Apr 6 23:05:09 2010 +0000 [db-label] Handle DocBook 5 glossterms Signed-off-by: brian m. carlson xslt/docbook/common/db-label.xsl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1a4eab952dde01b8e22f11c4cb747709273b0092 Author: brian m. carlson Date: Mon Apr 5 22:12:40 2010 +0000 [db2html-block] Treat formalpara as a formal block Signed-off-by: brian m. carlson xslt/docbook/html/db2html-block.xsl | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit b85f120115e0281df51490aafdf949721de1f99c Author: brian m. carlson Date: Mon Apr 5 21:57:48 2010 +0000 [db2html-table] Generate summaries and titles correctly for DocBook 5 Signed-off-by: brian m. carlson xslt/docbook/html/db2html-table.xsl | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) commit e2f7c7888b88d8040d9f0049ea20065e4baf4748 Author: brian m. carlson Date: Mon Apr 5 21:36:52 2010 +0000 Treat equations as formal blocks Signed-off-by: brian m. carlson xslt/docbook/html/db2html-block.xsl | 4 +++- xslt/docbook/html/db2html-title.xsl | 7 ------- 2 files changed, 3 insertions(+), 8 deletions(-) commit 01781b2a2541c4da1fb9f88d55167e399252f5ce Author: brian m. carlson Date: Mon Apr 5 21:35:18 2010 +0000 Handle titles within info elements for DocBook 5 Signed-off-by: brian m. carlson xslt/docbook/html/db2html-bibliography.xsl | 1 + xslt/docbook/html/db2html-block.xsl | 3 ++- xslt/docbook/html/db2html-division.xsl | 2 ++ xslt/docbook/html/db2html-list.xsl | 8 ++++++-- xslt/docbook/html/db2html-table.xsl | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) commit 6ce5fe1050625fc10975d0061a721e6e25358888 Author: brian m. carlson Date: Mon Apr 5 20:52:20 2010 +0000 [db2html-callout] Handle DocBook 5 callouts Signed-off-by: brian m. carlson xslt/docbook/html/db2html-callout.xsl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit cd11c909604d1f13fced22f170c1a16c3d03bf44 Author: brian m. carlson Date: Mon Apr 5 20:12:13 2010 +0000 [db2html-inline] Fix typo for symbol element Signed-off-by: brian m. carlson xslt/docbook/html/db2html-inline.xsl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9d5a033718fd8720b9a4c5e8eb243c0ac37f5fc6 Author: brian m. carlson Date: Mon Apr 5 19:28:31 2010 +0000 [db2html-inline] Make db:tag produce output identical to sgmltag Signed-off-by: brian m. carlson xslt/docbook/html/db2html-inline.xsl | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) commit 34c99c9c0fa958ed866a8835510c89f40f63548c Author: brian m. carlson Date: Sat Apr 3 23:11:31 2010 +0000 Add missing DocBook 5 alternatives Signed-off-by: brian m. carlson xslt/docbook/common/db-label.xsl | 2 +- xslt/docbook/html/db2html-bibliography.xsl | 3 ++- xslt/docbook/html/db2html-block.xsl | 2 +- xslt/docbook/html/db2html-funcsynopsis.xsl | 4 ++-- xslt/docbook/html/db2html-inline.xsl | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) commit de77744efd1df78767e1e7ec68e91b89f41b9f03 Author: brian m. carlson Date: Sat Apr 3 23:09:23 2010 +0000 [db2html-inline] Handle isbn and issn. Signed-off-by: brian m. carlson xslt/docbook/html/db2html-inline.xsl | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) commit 7d3e148ec0bfeb46c2d5fc28ff6385cff86ad795 Author: brian m. carlson Date: Sat Apr 3 23:00:43 2010 +0000 [db2html-bibliography] Handle isbn, issn, and pubsnumber In DocBook 4, these were all independent elements. Now they are part of biblioid and distinguished by the class attribute. Signed-off-by: brian m. carlson xslt/docbook/html/db2html-bibliography.xsl | 21 +++++++++++++++------ 1 files changed, 15 insertions(+), 6 deletions(-) commit 6d6c1c44fcb6e60b0fb1d843c2feb17e27538268 Author: brian m. carlson Date: Fri Apr 2 19:14:22 2010 +0000 [db2html-footnote] Properly handle DocBook 5 footnotes Signed-off-by: brian m. carlson xslt/docbook/html/db2html-footnote.xsl | 2 +- xslt/docbook/html/db2html-title.xsl | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) commit 4bee5f4be2029e9b574bee837a7dca63371374b5 Author: brian m. carlson Date: Tue Mar 30 18:12:17 2010 +0000 Add omitted DocBook 5 alternatives. Signed-off-by: brian m. carlson xslt/docbook/html/db2html-autotoc.xsl | 2 +- xslt/docbook/html/db2html-block.xsl | 5 +++-- xslt/docbook/html/db2html-cmdsynopsis.xsl | 4 ++-- xslt/docbook/html/db2html-list.xsl | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) commit 4ab39c13565c6a3a8c694e2d754549ae117e9d6f Author: brian m. carlson Date: Mon Mar 29 20:36:51 2010 +0000 [db2html-division] Correct typo in element name Signed-off-by: brian m. carlson xslt/docbook/html/db2html-division.xsl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3f9b7643b3063a1dcb8fafef0b009840b4acba80 Author: brian m. carlson Date: Mon Mar 29 19:02:34 2010 +0000 [db2html-bibliography] Fix minor differences in output In modifying db2html-bibliography.xsl, a bug was introduced that caused a change in white space and some missing periods. This commit restores the output to the way it was before. Signed-off-by: brian m. carlson xslt/docbook/html/db2html-bibliography.xsl | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) commit 7cd30164c0783bc0275c6d652db8bcd0d9275834 Author: brian m. carlson Date: Mon Mar 29 16:38:00 2010 +0000 [db2html-table] Adding DocBook 5 support Signed-off-by: brian m. carlson xslt/docbook/html/db2html-table.xsl | 106 ++++++++++++++++++++++------------- 1 files changed, 67 insertions(+), 39 deletions(-) commit caabb6c90e77f55461a7285ac63c89f4964fa6d3 Author: brian m. carlson Date: Sat Mar 27 21:34:20 2010 +0000 [db2html-refentry] Adding DocBook 5 support Signed-off-by: brian m. carlson xslt/docbook/html/db2html-refentry.xsl | 57 ++++++++++++++++++-------------- 1 files changed, 32 insertions(+), 25 deletions(-) commit 3791019a429e1935ead7101075f3418172b63135 Author: brian m. carlson Date: Fri Mar 26 17:09:04 2010 +0000 Unify some DocBook 4/5 differences In some cases, the output from a DocBook 4 file and the corresponding output for the equivalent DocBook 5 file would be different. Fix this. Signed-off-by: brian m. carlson xslt/docbook/html/db2html-block.xsl | 10 +++++++--- xslt/docbook/html/db2html-inline.xsl | 5 ++++- 2 files changed, 11 insertions(+), 4 deletions(-) commit 114b663f5d661a284a529aaf2a2485af4ac3f66b Author: brian m. carlson Date: Thu Mar 25 16:26:43 2010 +0000 [db2html-suppressed] Adding DocBook 5 elements Signed-off-by: brian m. carlson xslt/docbook/html/db2html-suppressed.xsl | 112 +++++++++++++++--------------- 1 files changed, 57 insertions(+), 55 deletions(-) commit f681b4fff9ba9e4c82df819d1823e25aa73d2740 Author: brian m. carlson Date: Sat Mar 20 20:51:08 2010 +0000 [db2html-qanda] Adding DocBook 5 support Signed-off-by: brian m. carlson xslt/docbook/html/db2html-qanda.xsl | 39 ++++++++++++++++++----------------- 1 files changed, 20 insertions(+), 19 deletions(-) commit 3809fcec04bba2429096f84015c4f7c7b6fdeeb1 Author: brian m. carlson Date: Sat Mar 20 20:50:37 2010 +0000 [db2html-media] Adding DocBook 5 support Signed-off-by: brian m. carlson xslt/docbook/html/db2html-media.xsl | 40 +++++++++++++++++++++++++--------- 1 files changed, 29 insertions(+), 11 deletions(-) commit 8d3bdf23a7b5be6fa44391b8e68432f85e1228ba Author: brian m. carlson Date: Sat Mar 20 19:30:29 2010 +0000 [db2html-list] Adding DocBook 5 support Signed-off-by: brian m. carlson xslt/docbook/html/db2html-list.xsl | 183 +++++++++++++++++++----------------- 1 files changed, 98 insertions(+), 85 deletions(-) commit 23cc9b5323b5f5d637ae6f81c3b4ce9e1c1f1ac9 Author: brian m. carlson Date: Sat Mar 20 19:04:37 2010 +0000 [db2html-index] Adding DocBook 5 support Signed-off-by: brian m. carlson xslt/docbook/html/db2html-index.xsl | 67 ++++++++++++++++++++-------------- 1 files changed, 39 insertions(+), 28 deletions(-) commit 457efdd430afafee2dd6f619fcef304302a933ad Author: brian m. carlson Date: Sat Mar 20 17:57:00 2010 +0000 [db2html-funcsynopsis] Adding DocBook 5 support Signed-off-by: brian m. carlson xslt/docbook/html/db2html-funcsynopsis.xsl | 48 +++++++++++++++++----------- 1 files changed, 29 insertions(+), 19 deletions(-) commit e9d900e109aebebcb7ae462956915aaedc0b8c65 Author: brian m. carlson Date: Sat Mar 20 17:45:45 2010 +0000 [db2html-footnote] Adding DocBook 5 support Signed-off-by: brian m. carlson xslt/docbook/html/db2html-footnote.xsl | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) commit 059c937d8b516c9b0cd11c8bc21f69edc888fa71 Author: brian m. carlson Date: Thu Mar 18 16:53:42 2010 +0000 [db2html-ebnf] Adding DocBook 5 support Signed-off-by: brian m. carlson xslt/docbook/html/db2html-ebnf.xsl | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit e19ce25aa40fe2743bec037fe7484e369ae86624 Author: brian m. carlson Date: Thu Mar 18 16:53:22 2010 +0000 [db2html-cmdsynopsis] Adding DocBook 5 support Signed-off-by: brian m. carlson xslt/docbook/html/db2html-cmdsynopsis.xsl | 102 +++++++++++++++++++--------- 1 files changed, 69 insertions(+), 33 deletions(-) commit aee1b90cc8c038164e0f6b3aff375e88dd066157 Author: brian m. carlson Date: Wed Mar 17 22:21:46 2010 +0000 [db2html-classsynopsis] Adding DocBook 5 support Signed-off-by: brian m. carlson xslt/docbook/html/db2html-classsynopsis.xsl | 227 +++++++++++++++++---------- 1 files changed, 146 insertions(+), 81 deletions(-) commit 67b93257935d47aacbf66ec5718b6e9e1f5e761e Author: brian m. carlson Date: Tue Mar 16 22:57:12 2010 +0000 [db2html-callout] Adding DocBook 5 support Signed-off-by: brian m. carlson xslt/docbook/html/db2html-callout.xsl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit f1343d1a4e8e4347f3ce1f4dea69bba25c8ec392 Author: brian m. carlson Date: Sat Mar 13 20:11:05 2010 +0000 [db-label] Fix typo in template expression Signed-off-by: brian m. carlson xslt/docbook/common/db-label.xsl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a36603b292abdf00acbd08c83b566b11470936ae Author: brian m. carlson Date: Sat Mar 13 19:24:27 2010 +0000 [db2html-division] Properly handle DocBook 5 titles Signed-off-by: brian m. carlson xslt/docbook/html/db2html-division.xsl | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 879659f3aa41ec117cfde640cef2731f44ae4619 Author: brian m. carlson Date: Sat Mar 13 05:06:08 2010 +0000 [db2html-bibliography] Adding DocBook 5 support Signed-off-by: brian m. carlson xslt/docbook/html/db2html-bibliography.xsl | 194 ++++++++++++++++----------- 1 files changed, 115 insertions(+), 79 deletions(-) commit 1474d7f20bcc018b58ca349e4fe1e402706953d0 Author: brian m. carlson Date: Sat Mar 13 00:28:54 2010 +0000 [db-label] Only label info elements without titles In DocBook 5, it is possible to have an info element almost anywhere, and in the vast majority of cases titles can appear inside the info element instead of outside. DocBook 4 always required the title to appear outside the *info element. If a DocBook 5 source file has the title inside the info element, it will be handled correctly by other code. Therefore, only do automatic labelling of info elements that do not have a title inside. Signed-off-by: brian m. carlson xslt/docbook/common/db-label.xsl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 215c718ab9bc353d6cf0c6679a141a6d4b974d4f Author: brian m. carlson Date: Sat Mar 13 00:23:16 2010 +0000 Revert overzealous title handling. Signed-off-by: brian m. carlson xslt/docbook/html/db2html-block.xsl | 6 +++--- xslt/docbook/html/db2html-info.xsl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) commit 73306e9b72a171a74cdb2fec736df35e3c6777c5 Author: brian m. carlson Date: Fri Mar 12 23:18:09 2010 +0000 [db2html-title] Adding DocBook 5 support Signed-off-by: brian m. carlson xslt/docbook/html/db2html-title.xsl | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) commit 852c7326234db7e6f9a3efcc6bb6143ed0726f6d Author: brian m. carlson Date: Fri Mar 12 22:51:19 2010 +0000 [db-xref] Adding DocBook 5 support. Signed-off-by: brian m. carlson xslt/docbook/common/db-xref.xsl | 58 ++++++++++++++++++++++----------------- 1 files changed, 33 insertions(+), 25 deletions(-) commit f24a65eecf9747d055cc35a0462a23d17ce69ee1 Author: brian m. carlson Date: Fri Mar 12 22:39:23 2010 +0000 [db-title] Adding DocBook 5 support. Signed-off-by: brian m. carlson xslt/docbook/common/db-title.xsl | 796 +++++++++++++++++++++++++++++++++----- 1 files changed, 708 insertions(+), 88 deletions(-) commit f7254840afbfc8ba071da51b0122c29144ed7778 Author: brian m. carlson Date: Thu Mar 11 18:15:20 2010 +0000 [db-label] Adding DocBook 5 support. Signed-off-by: brian m. carlson xslt/docbook/common/db-label.xsl | 229 ++++++++++++++++++++++++-------------- 1 files changed, 145 insertions(+), 84 deletions(-) commit d482b9f182418bc5c6737bb4fa205306b2d0142e Author: brian m. carlson Date: Thu Mar 11 01:32:54 2010 +0000 [db-common] Adding DocBook 5 support. Signed-off-by: brian m. carlson xslt/docbook/common/db-common.xsl | 71 ++++++++++++++++++++++--------------- 1 files changed, 42 insertions(+), 29 deletions(-) commit ad510bcc50f83e2cb1fb5505a0287b4466ba9150 Author: brian m. carlson Date: Thu Mar 11 00:16:08 2010 +0000 [db-chunk] Adding DocBook 5 support. Signed-off-by: brian m. carlson xslt/docbook/common/db-chunk.xsl | 98 ++++++++++++++++++++++++++------------ 1 files changed, 68 insertions(+), 30 deletions(-) commit 514125f860e497148e989d2eba45f38e7e476181 Author: brian m. carlson Date: Wed Mar 10 23:54:31 2010 +0000 [db2html-autotoc] Adding DocBook 5 support. Signed-off-by: brian m. carlson xslt/docbook/html/db2html-autotoc.xsl | 23 +++++++++++++++-------- 1 files changed, 15 insertions(+), 8 deletions(-) commit aab048ff3a346061d890d95aa72cadbd5cf2b056 Author: brian m. carlson Date: Wed Mar 10 20:33:49 2010 +0000 Add DocBook 5 ubiquitous linking support. Signed-off-by: brian m. carlson xslt/docbook/html/db2html-inline.xsl | 43 +++++++++++++++++++++++++++++++-- xslt/docbook/html/db2html-xref.xsl | 9 ++++++- 2 files changed, 48 insertions(+), 4 deletions(-) commit 0c6e5195dbb8a0eab19747718ac599a075b74085 Author: brian m. carlson Date: Mon Mar 8 20:17:12 2010 +0000 [db2html-xref] Adding DocBook 5 support. This includes part of the code for ubiquitous linking. Signed-off-by: brian m. carlson xslt/docbook/html/db2html-xref.xsl | 39 +++++++++++++++++++++++++++++++++-- 1 files changed, 36 insertions(+), 3 deletions(-) commit d47904b6ebbb2d21c92e493cf4db6583619e4c30 Author: brian m. carlson Date: Sat Mar 6 22:26:17 2010 +0000 [db2html-info] Adding DocBook 5 support. Signed-off-by: brian m. carlson xslt/docbook/html/db2html-info.xsl | 245 +++++++++++++++++++++++------------- 1 files changed, 157 insertions(+), 88 deletions(-) commit 14560cb4a6c832c17ec3e7f03f127edc1c5aee5e Author: brian m. carlson Date: Sat Mar 6 18:12:45 2010 +0000 [db2html-division] Adding DocBook 5 support. Signed-off-by: brian m. carlson xslt/docbook/html/db2html-division.xsl | 219 ++++++++++++++++++------------- 1 files changed, 127 insertions(+), 92 deletions(-) commit 9fc79e25c5e1d3fc58dadb04ad0437268f1901b9 Author: brian m. carlson Date: Sat Mar 6 00:32:58 2010 +0000 Print full QName for unmatched elements. Since the stylesheets now need to handle namespaced elements, print the full QName so we can tell to what namespace unmatched elements belong. Signed-off-by: brian m. carlson xslt/docbook/html/db2html.xsl | 2 +- xslt/docbook/html/db2xhtml.xsl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit d83d26b07e72fed3b8e690a9a62ad4f972376a4c Author: brian m. carlson Date: Sat Mar 6 00:26:28 2010 +0000 [dbhtml-inline] Fix broken indentation. Signed-off-by: brian m. carlson xslt/docbook/html/db2html-inline.xsl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 699e9e1d8598f24200f09d3019db4794cbd36a61 Author: brian m. carlson Date: Sat Mar 6 00:25:48 2010 +0000 Adding inline and block support for DocBook 5. Signed-off-by: brian m. carlson xslt/docbook/html/db2html-block.xsl | 99 +++++++------ xslt/docbook/html/db2html-inline.xsl | 265 ++++++++++++++++++---------------- 2 files changed, 191 insertions(+), 173 deletions(-) commit b107d5b59b048e69772b077ad044fc27a1ae24d3 Author: Shaun McCance Date: Mon May 10 18:37:42 2010 -0500 [mal-link.xsl] Better behavior for links to invalid targets xslt/mallard/common/mal-link.xsl | 69 +++++++++++++++++++++---------------- 1 files changed, 39 insertions(+), 30 deletions(-)