diff options
author | jmmv <jmmv> | 2002-12-18 17:45:28 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2002-12-18 17:45:28 +0000 |
commit | 5a6b7452ff2f87861f3a583587578a7b2fb5290c (patch) | |
tree | 1a0e6c90ba3778804c12ba056c2f91244827613d /textproc/docbook-xsl | |
parent | b4c0667c11c734c25e07883fa1d0f4ff48634465 (diff) | |
download | pkgsrc-5a6b7452ff2f87861f3a583587578a7b2fb5290c.tar.gz |
Initial import of docbook-xsl-1.58.1.
The DocBook XSL stylesheets provide a serie of ready-to-use templates to
process documents based on the DocBook XML DTD. They can generate different
types of output files, like XHTML, slides, manpages, JavaDoc...
They are written in a modular fashion. Each of the HTML and FO stylesheets
starts with a driver file that assembles a collection of component files
into a complete stylesheet. This modular design puts similar things together
into smaller files that are easier to write and maintain than one big
stylesheet.
Approved by wiz.
Diffstat (limited to 'textproc/docbook-xsl')
-rw-r--r-- | textproc/docbook-xsl/DESCR | 9 | ||||
-rw-r--r-- | textproc/docbook-xsl/Makefile | 35 | ||||
-rw-r--r-- | textproc/docbook-xsl/PLIST | 1301 | ||||
-rw-r--r-- | textproc/docbook-xsl/distinfo | 4 |
4 files changed, 1349 insertions, 0 deletions
diff --git a/textproc/docbook-xsl/DESCR b/textproc/docbook-xsl/DESCR new file mode 100644 index 00000000000..344fa76498a --- /dev/null +++ b/textproc/docbook-xsl/DESCR @@ -0,0 +1,9 @@ +The DocBook XSL stylesheets provide a serie of ready-to-use templates to +process documents based on the DocBook XML DTD. They can generate different +types of output files, like XHTML, slides, manpages, JavaDoc... + +They are written in a modular fashion. Each of the HTML and FO stylesheets +starts with a driver file that assembles a collection of component files +into a complete stylesheet. This modular design puts similar things together +into smaller files that are easier to write and maintain than one big +stylesheet. diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile new file mode 100644 index 00000000000..7aa897f8a7d --- /dev/null +++ b/textproc/docbook-xsl/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/18 17:45:28 jmmv Exp $ +# + +DISTNAME= docbook-xsl-1.58.1 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=docbook/} + +MAINTAINER= jmmv@netbsd.org +HOMEPAGE= http://docbook.sourceforge.net/ +COMMENT= Docbook XSL modular stylesheet + +DEPENDS= docbook-xml>=4.2:../../textproc/docbook-xml + +NO_BUILD= YES +NO_CONFIGURE= YES +NO_PATCH= YES + +DOCDIR= ${PREFIX}/share/doc/docbook-xsl +EGDIR= ${PREFIX}/share/examples/docbook-xsl +XSLDIR= ${PREFIX}/share/xsl/docbook +XSLMODS= common extensions fo html htmlhelp images javahelp \ + manpages params profiling tools xhtml + +do-install: + ${INSTALL_DATA_DIR} ${DOCDIR} + cd ${WRKSRC}/doc && ${PAX} -rwpppm . ${DOCDIR} + ${INSTALL_DATA_DIR} ${EGDIR} + cd ${WRKSRC}/template && ${PAX} -rwpppm . ${EGDIR} + ${INSTALL_DATA_DIR} ${XSLDIR} + @for d in ${XSLMODS}; do \ + ${ECHO} "cd ${WRKSRC} && ${PAX} -rwpppm $$d ${XSLDIR}/$$d"; \ + cd ${WRKSRC} && ${PAX} -rwpppm $$d ${XSLDIR}/$$d; \ + done + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/docbook-xsl/PLIST b/textproc/docbook-xsl/PLIST new file mode 100644 index 00000000000..d3419419ab2 --- /dev/null +++ b/textproc/docbook-xsl/PLIST @@ -0,0 +1,1301 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/18 17:45:29 jmmv Exp $ +share/doc/docbook-xsl/ChangeLog +share/doc/docbook-xsl/book.xsl +share/doc/docbook-xsl/ch01s02.html +share/doc/docbook-xsl/ch01s03.html +share/doc/docbook-xsl/ch01s04.html +share/doc/docbook-xsl/ch02s02.html +share/doc/docbook-xsl/ch03.html +share/doc/docbook-xsl/ch04.html +share/doc/docbook-xsl/ch05.html +share/doc/docbook-xsl/ch06s02.html +share/doc/docbook-xsl/ch06s03.html +share/doc/docbook-xsl/common/ChangeLog +share/doc/docbook-xsl/common/common.html +share/doc/docbook-xsl/copyright.html +share/doc/docbook-xsl/extensions.html +share/doc/docbook-xsl/extensions.html.html +share/doc/docbook-xsl/fo/ChangeLog +share/doc/docbook-xsl/fo/admon.graphics.extension.html +share/doc/docbook-xsl/fo/admon.graphics.html +share/doc/docbook-xsl/fo/admon.graphics.path.html +share/doc/docbook-xsl/fo/admonition.properties.html +share/doc/docbook-xsl/fo/admonition.title.properties.html +share/doc/docbook-xsl/fo/alignment.html +share/doc/docbook-xsl/fo/apa.html +share/doc/docbook-xsl/fo/appendix.autolabel.html +share/doc/docbook-xsl/fo/arbortext.extensions.html +share/doc/docbook-xsl/fo/author.othername.in.middle.html +share/doc/docbook-xsl/fo/autotoc.label.separator.html +share/doc/docbook-xsl/fo/biblioentry.item.separator.html +share/doc/docbook-xsl/fo/bibliography.collection.html +share/doc/docbook-xsl/fo/bibliography.numbered.html +share/doc/docbook-xsl/fo/blockquote.properties.html +share/doc/docbook-xsl/fo/body.font.family.html +share/doc/docbook-xsl/fo/body.font.master.html +share/doc/docbook-xsl/fo/body.font.size.html +share/doc/docbook-xsl/fo/body.margin.bottom.html +share/doc/docbook-xsl/fo/body.margin.top.html +share/doc/docbook-xsl/fo/bridgehead.in.toc.html +share/doc/docbook-xsl/fo/callout.defaultcolumn.html +share/doc/docbook-xsl/fo/callout.graphics.extension.html +share/doc/docbook-xsl/fo/callout.graphics.html +share/doc/docbook-xsl/fo/callout.graphics.number.limit.html +share/doc/docbook-xsl/fo/callout.graphics.path.html +share/doc/docbook-xsl/fo/callout.unicode.font.html +share/doc/docbook-xsl/fo/callout.unicode.html +share/doc/docbook-xsl/fo/callout.unicode.number.limit.html +share/doc/docbook-xsl/fo/callout.unicode.start.character.html +share/doc/docbook-xsl/fo/callouts.extension.html +share/doc/docbook-xsl/fo/chapter.autolabel.html +share/doc/docbook-xsl/fo/column.count.back.html +share/doc/docbook-xsl/fo/column.count.body.html +share/doc/docbook-xsl/fo/column.count.front.html +share/doc/docbook-xsl/fo/column.count.html +share/doc/docbook-xsl/fo/column.count.index.html +share/doc/docbook-xsl/fo/column.count.lot.html +share/doc/docbook-xsl/fo/column.count.of.index.html +share/doc/docbook-xsl/fo/column.count.titlepage.html +share/doc/docbook-xsl/fo/compact.list.item.spacing.html +share/doc/docbook-xsl/fo/component.title.properties.html +share/doc/docbook-xsl/fo/current.docid.html +share/doc/docbook-xsl/fo/default.float.class.html +share/doc/docbook-xsl/fo/default.image.width.html +share/doc/docbook-xsl/fo/default.table.width.html +share/doc/docbook-xsl/fo/default.units.html +share/doc/docbook-xsl/fo/dingbat.font.family.html +share/doc/docbook-xsl/fo/double.sided.html +share/doc/docbook-xsl/fo/draft.mode.html +share/doc/docbook-xsl/fo/draft.watermark.image.html +share/doc/docbook-xsl/fo/firstterm.only.link.html +share/doc/docbook-xsl/fo/footer.content.properties.html +share/doc/docbook-xsl/fo/footer.rule.html +share/doc/docbook-xsl/fo/footers.on.blank.pages.html +share/doc/docbook-xsl/fo/footnote.font.size.html +share/doc/docbook-xsl/fo/fop.extensions.html +share/doc/docbook-xsl/fo/formal.object.properties.html +share/doc/docbook-xsl/fo/formal.procedures.html +share/doc/docbook-xsl/fo/formal.title.placement.html +share/doc/docbook-xsl/fo/formal.title.properties.html +share/doc/docbook-xsl/fo/format.variablelist.as.list.html +share/doc/docbook-xsl/fo/funcsynopsis.decoration.html +share/doc/docbook-xsl/fo/funcsynopsis.style.html +share/doc/docbook-xsl/fo/function.parens.html +share/doc/docbook-xsl/fo/generate.book.equation.lot.html +share/doc/docbook-xsl/fo/generate.book.example.lot.html +share/doc/docbook-xsl/fo/generate.book.figure.lot.html +share/doc/docbook-xsl/fo/generate.book.table.lot.html +share/doc/docbook-xsl/fo/generate.book.toc.html +share/doc/docbook-xsl/fo/generate.component.toc.html +share/doc/docbook-xsl/fo/generate.division.equation.lot.html +share/doc/docbook-xsl/fo/generate.division.example.lot.html +share/doc/docbook-xsl/fo/generate.division.figure.lot.html +share/doc/docbook-xsl/fo/generate.division.table.lot.html +share/doc/docbook-xsl/fo/generate.division.toc.html +share/doc/docbook-xsl/fo/generate.index.html +share/doc/docbook-xsl/fo/generate.section.toc.level.html +share/doc/docbook-xsl/fo/generate.set.toc.html +share/doc/docbook-xsl/fo/generate.toc.html +share/doc/docbook-xsl/fo/glossary.as.blocks.html +share/doc/docbook-xsl/fo/glossary.collection.html +share/doc/docbook-xsl/fo/glosslist.as.blocks.html +share/doc/docbook-xsl/fo/glossterm.auto.link.html +share/doc/docbook-xsl/fo/glossterm.separation.html +share/doc/docbook-xsl/fo/glossterm.width.html +share/doc/docbook-xsl/fo/graphic.default.extension.html +share/doc/docbook-xsl/fo/header.content.properties.html +share/doc/docbook-xsl/fo/header.rule.html +share/doc/docbook-xsl/fo/headers.on.blank.pages.html +share/doc/docbook-xsl/fo/html.stylesheet.html +share/doc/docbook-xsl/fo/html.stylesheet.type.html +share/doc/docbook-xsl/fo/hyphenate.html +share/doc/docbook-xsl/fo/index.html +share/doc/docbook-xsl/fo/informal.object.properties.html +share/doc/docbook-xsl/fo/insert.xref.page.number.html +share/doc/docbook-xsl/fo/l10n.gentext.default.language.html +share/doc/docbook-xsl/fo/l10n.gentext.language.html +share/doc/docbook-xsl/fo/l10n.gentext.use.xref.language.html +share/doc/docbook-xsl/fo/label.from.part.html +share/doc/docbook-xsl/fo/ld-d0e2069.html +share/doc/docbook-xsl/fo/ld-d0e2118.html +share/doc/docbook-xsl/fo/ld-d0e2140.html +share/doc/docbook-xsl/fo/ld-d0e2180.html +share/doc/docbook-xsl/fo/ld-d0e2204.html +share/doc/docbook-xsl/fo/ld-d0e2238.html +share/doc/docbook-xsl/fo/ld-d0e2450.html +share/doc/docbook-xsl/fo/ld-d0e2499.html +share/doc/docbook-xsl/fo/ld-d0e2576.html +share/doc/docbook-xsl/fo/ld-d0e2614.html +share/doc/docbook-xsl/fo/ld-d0e2764.html +share/doc/docbook-xsl/fo/line-height.html +share/doc/docbook-xsl/fo/linenumbering.everyNth.html +share/doc/docbook-xsl/fo/linenumbering.extension.html +share/doc/docbook-xsl/fo/linenumbering.separator.html +share/doc/docbook-xsl/fo/linenumbering.width.html +share/doc/docbook-xsl/fo/list.block.spacing.html +share/doc/docbook-xsl/fo/list.item.spacing.html +share/doc/docbook-xsl/fo/make.index.markup.html +share/doc/docbook-xsl/fo/make.single.year.ranges.html +share/doc/docbook-xsl/fo/make.year.ranges.html +share/doc/docbook-xsl/fo/menuchoice.menu.separator.html +share/doc/docbook-xsl/fo/menuchoice.separator.html +share/doc/docbook-xsl/fo/monospace.font.family.html +share/doc/docbook-xsl/fo/monospace.properties.html +share/doc/docbook-xsl/fo/monospace.verbatim.properties.html +share/doc/docbook-xsl/fo/nominal.table.width.html +share/doc/docbook-xsl/fo/normal.para.spacing.html +share/doc/docbook-xsl/fo/olink.doctitle.html +share/doc/docbook-xsl/fo/page.height.html +share/doc/docbook-xsl/fo/page.height.portrait.html +share/doc/docbook-xsl/fo/page.margin.bottom.html +share/doc/docbook-xsl/fo/page.margin.inner.html +share/doc/docbook-xsl/fo/page.margin.outer.html +share/doc/docbook-xsl/fo/page.margin.top.html +share/doc/docbook-xsl/fo/page.orientation.html +share/doc/docbook-xsl/fo/page.png +share/doc/docbook-xsl/fo/page.width.html +share/doc/docbook-xsl/fo/page.width.portrait.html +share/doc/docbook-xsl/fo/paper.type.html +share/doc/docbook-xsl/fo/part.autolabel.html +share/doc/docbook-xsl/fo/passivetex.extensions.html +share/doc/docbook-xsl/fo/pr01.html +share/doc/docbook-xsl/fo/preface.autolabel.html +share/doc/docbook-xsl/fo/process.empty.source.toc.html +share/doc/docbook-xsl/fo/process.source.toc.html +share/doc/docbook-xsl/fo/profile.arch.html +share/doc/docbook-xsl/fo/profile.attribute.html +share/doc/docbook-xsl/fo/profile.condition.html +share/doc/docbook-xsl/fo/profile.conformance.html +share/doc/docbook-xsl/fo/profile.lang.html +share/doc/docbook-xsl/fo/profile.os.html +share/doc/docbook-xsl/fo/profile.revision.html +share/doc/docbook-xsl/fo/profile.revisionflag.html +share/doc/docbook-xsl/fo/profile.role.html +share/doc/docbook-xsl/fo/profile.security.html +share/doc/docbook-xsl/fo/profile.separator.html +share/doc/docbook-xsl/fo/profile.userlevel.html +share/doc/docbook-xsl/fo/profile.value.html +share/doc/docbook-xsl/fo/profile.vendor.html +share/doc/docbook-xsl/fo/punct.honorific.html +share/doc/docbook-xsl/fo/qanda.inherit.numeration.html +share/doc/docbook-xsl/fo/qandadiv.autolabel.html +share/doc/docbook-xsl/fo/refentry.generate.name.html +share/doc/docbook-xsl/fo/refentry.generate.title.html +share/doc/docbook-xsl/fo/refentry.title.properties.html +share/doc/docbook-xsl/fo/refentry.xref.manvolnum.html +share/doc/docbook-xsl/fo/region.after.extent.html +share/doc/docbook-xsl/fo/region.before.extent.html +share/doc/docbook-xsl/fo/rn01.html +share/doc/docbook-xsl/fo/rn02.html +share/doc/docbook-xsl/fo/rn03.html +share/doc/docbook-xsl/fo/rn04.html +share/doc/docbook-xsl/fo/rn05.html +share/doc/docbook-xsl/fo/rn06.html +share/doc/docbook-xsl/fo/rn07.html +share/doc/docbook-xsl/fo/rn08.html +share/doc/docbook-xsl/fo/rn09.html +share/doc/docbook-xsl/fo/rn10.html +share/doc/docbook-xsl/fo/rn11.html +share/doc/docbook-xsl/fo/rn12.html +share/doc/docbook-xsl/fo/rn13.html +share/doc/docbook-xsl/fo/rn14.html +share/doc/docbook-xsl/fo/rn15.html +share/doc/docbook-xsl/fo/rn16.html +share/doc/docbook-xsl/fo/rn17.html +share/doc/docbook-xsl/fo/rn18.html +share/doc/docbook-xsl/fo/rn19.html +share/doc/docbook-xsl/fo/rn20.html +share/doc/docbook-xsl/fo/rn21.html +share/doc/docbook-xsl/fo/rn22.html +share/doc/docbook-xsl/fo/rn23.html +share/doc/docbook-xsl/fo/rootid.html +share/doc/docbook-xsl/fo/runinhead.default.title.end.punct.html +share/doc/docbook-xsl/fo/runinhead.title.end.punct.html +share/doc/docbook-xsl/fo/sans.font.family.html +share/doc/docbook-xsl/fo/section.autolabel.html +share/doc/docbook-xsl/fo/section.label.includes.component.label.html +share/doc/docbook-xsl/fo/section.title.level1.properties.html +share/doc/docbook-xsl/fo/section.title.level2.properties.html +share/doc/docbook-xsl/fo/section.title.level3.properties.html +share/doc/docbook-xsl/fo/section.title.level4.properties.html +share/doc/docbook-xsl/fo/section.title.level5.properties.html +share/doc/docbook-xsl/fo/section.title.level6.properties.html +share/doc/docbook-xsl/fo/section.title.properties.html +share/doc/docbook-xsl/fo/segmentedlist.as.table.html +share/doc/docbook-xsl/fo/shade.verbatim.html +share/doc/docbook-xsl/fo/shade.verbatim.style.html +share/doc/docbook-xsl/fo/show.comments.html +share/doc/docbook-xsl/fo/sidebar.properties.html +share/doc/docbook-xsl/fo/stylesheet.result.type.html +share/doc/docbook-xsl/fo/table.border.color.html +share/doc/docbook-xsl/fo/table.border.padding.html +share/doc/docbook-xsl/fo/table.border.style.html +share/doc/docbook-xsl/fo/table.border.thickness.html +share/doc/docbook-xsl/fo/table.cell.border.color.html +share/doc/docbook-xsl/fo/table.cell.border.style.html +share/doc/docbook-xsl/fo/table.cell.border.thickness.html +share/doc/docbook-xsl/fo/table.cell.padding.html +share/doc/docbook-xsl/fo/table.entry.padding.html +share/doc/docbook-xsl/fo/table.frame.border.color.html +share/doc/docbook-xsl/fo/table.frame.border.style.html +share/doc/docbook-xsl/fo/table.frame.border.thickness.html +share/doc/docbook-xsl/fo/table.html +share/doc/docbook-xsl/fo/tablecolumns.extension.html +share/doc/docbook-xsl/fo/target.database.document.html +share/doc/docbook-xsl/fo/tex.math.delims.html +share/doc/docbook-xsl/fo/tex.math.in.alt.html +share/doc/docbook-xsl/fo/textinsert.extension.html +share/doc/docbook-xsl/fo/title.font.family.html +share/doc/docbook-xsl/fo/title.margin.left.html +share/doc/docbook-xsl/fo/toc.indent.width.html +share/doc/docbook-xsl/fo/toc.margin.properties.html +share/doc/docbook-xsl/fo/toc.section.depth.html +share/doc/docbook-xsl/fo/ulink.footnotes.html +share/doc/docbook-xsl/fo/ulink.hyphenate.html +share/doc/docbook-xsl/fo/ulink.show.html +share/doc/docbook-xsl/fo/use.extensions.html +share/doc/docbook-xsl/fo/use.local.olink.style.html +share/doc/docbook-xsl/fo/use.role.as.xrefstyle.html +share/doc/docbook-xsl/fo/use.svg.html +share/doc/docbook-xsl/fo/variablelist.as.blocks.html +share/doc/docbook-xsl/fo/verbatim.properties.html +share/doc/docbook-xsl/fo/xep.extensions.html +share/doc/docbook-xsl/fo/xref.properties.html +share/doc/docbook-xsl/html/ChangeLog +share/doc/docbook-xsl/html/admon.graphics.extension.html +share/doc/docbook-xsl/html/admon.graphics.html +share/doc/docbook-xsl/html/admon.graphics.path.html +share/doc/docbook-xsl/html/admon.style.html +share/doc/docbook-xsl/html/annotate.toc.html +share/doc/docbook-xsl/html/apa.html +share/doc/docbook-xsl/html/appendix.autolabel.html +share/doc/docbook-xsl/html/author.othername.in.middle.html +share/doc/docbook-xsl/html/autotoc.label.separator.html +share/doc/docbook-xsl/html/base.dir.html +share/doc/docbook-xsl/html/biblioentry.item.separator.html +share/doc/docbook-xsl/html/bibliography.collection.html +share/doc/docbook-xsl/html/bibliography.numbered.html +share/doc/docbook-xsl/html/bridgehead.in.toc.html +share/doc/docbook-xsl/html/callout.defaultcolumn.html +share/doc/docbook-xsl/html/callout.graphics.extension.html +share/doc/docbook-xsl/html/callout.graphics.html +share/doc/docbook-xsl/html/callout.graphics.number.limit.html +share/doc/docbook-xsl/html/callout.graphics.path.html +share/doc/docbook-xsl/html/callout.list.table.html +share/doc/docbook-xsl/html/callout.unicode.html +share/doc/docbook-xsl/html/callout.unicode.number.limit.html +share/doc/docbook-xsl/html/callout.unicode.start.character.html +share/doc/docbook-xsl/html/callouts.extension.html +share/doc/docbook-xsl/html/chapter.autolabel.html +share/doc/docbook-xsl/html/chunk.datafile.html +share/doc/docbook-xsl/html/chunk.first.sections.html +share/doc/docbook-xsl/html/chunk.quietly.html +share/doc/docbook-xsl/html/chunk.section.depth.html +share/doc/docbook-xsl/html/chunk.toc.html +share/doc/docbook-xsl/html/chunk.tocs.and.lots.html +share/doc/docbook-xsl/html/chunker.output.cdata-section-elements.html +share/doc/docbook-xsl/html/chunker.output.doctype-public.html +share/doc/docbook-xsl/html/chunker.output.doctype-system.html +share/doc/docbook-xsl/html/chunker.output.encoding.html +share/doc/docbook-xsl/html/chunker.output.indent.html +share/doc/docbook-xsl/html/chunker.output.media-type.html +share/doc/docbook-xsl/html/chunker.output.method.html +share/doc/docbook-xsl/html/chunker.output.omit-xml-declaration.html +share/doc/docbook-xsl/html/chunker.output.standalone.html +share/doc/docbook-xsl/html/citerefentry.link.html +share/doc/docbook-xsl/html/collect.xref.targets.html +share/doc/docbook-xsl/html/css.decoration.html +share/doc/docbook-xsl/html/current.docid.html +share/doc/docbook-xsl/html/default.encoding.html +share/doc/docbook-xsl/html/default.float.class.html +share/doc/docbook-xsl/html/default.image.width.html +share/doc/docbook-xsl/html/default.table.width.html +share/doc/docbook-xsl/html/draft.watermark.image.html +share/doc/docbook-xsl/html/ebnf.table.bgcolor.html +share/doc/docbook-xsl/html/ebnf.table.border.html +share/doc/docbook-xsl/html/emphasis.propagates.style.html +share/doc/docbook-xsl/html/firstterm.only.link.html +share/doc/docbook-xsl/html/footer.rule.html +share/doc/docbook-xsl/html/formal.procedures.html +share/doc/docbook-xsl/html/formal.title.placement.html +share/doc/docbook-xsl/html/funcsynopsis.decoration.html +share/doc/docbook-xsl/html/funcsynopsis.style.html +share/doc/docbook-xsl/html/funcsynopsis.tabular.threshold.html +share/doc/docbook-xsl/html/function.parens.html +share/doc/docbook-xsl/html/generate.appendix.toc.html +share/doc/docbook-xsl/html/generate.article.toc.html +share/doc/docbook-xsl/html/generate.book.toc.html +share/doc/docbook-xsl/html/generate.chapter.toc.html +share/doc/docbook-xsl/html/generate.component.toc.html +share/doc/docbook-xsl/html/generate.division.toc.html +share/doc/docbook-xsl/html/generate.id.attributes.html +share/doc/docbook-xsl/html/generate.index.html +share/doc/docbook-xsl/html/generate.legalnotice.link.html +share/doc/docbook-xsl/html/generate.manifest.html +share/doc/docbook-xsl/html/generate.meta.abstract.html +share/doc/docbook-xsl/html/generate.part.toc.html +share/doc/docbook-xsl/html/generate.preface.toc.html +share/doc/docbook-xsl/html/generate.qandadiv.toc.html +share/doc/docbook-xsl/html/generate.qandaset.toc.html +share/doc/docbook-xsl/html/generate.reference.toc.html +share/doc/docbook-xsl/html/generate.section.toc.html +share/doc/docbook-xsl/html/generate.section.toc.level.html +share/doc/docbook-xsl/html/generate.set.toc.html +share/doc/docbook-xsl/html/generate.toc.html +share/doc/docbook-xsl/html/glossary.collection.html +share/doc/docbook-xsl/html/glossterm.auto.link.html +share/doc/docbook-xsl/html/graphic.default.extension.html +share/doc/docbook-xsl/html/graphicsize.extension.html +share/doc/docbook-xsl/html/header.rule.html +share/doc/docbook-xsl/html/html.base.html +share/doc/docbook-xsl/html/html.cellpadding.html +share/doc/docbook-xsl/html/html.cellspacing.html +share/doc/docbook-xsl/html/html.cleanup.html +share/doc/docbook-xsl/html/html.ext.html +share/doc/docbook-xsl/html/html.extra.head.links.html +share/doc/docbook-xsl/html/html.longdesc.html +share/doc/docbook-xsl/html/html.longdesc.link.html +share/doc/docbook-xsl/html/html.stylesheet.html +share/doc/docbook-xsl/html/html.stylesheet.type.html +share/doc/docbook-xsl/html/htmlhelp.alias.file.html +share/doc/docbook-xsl/html/htmlhelp.autolabel.html +share/doc/docbook-xsl/html/htmlhelp.button.back.html +share/doc/docbook-xsl/html/htmlhelp.button.forward.html +share/doc/docbook-xsl/html/htmlhelp.button.hideshow.html +share/doc/docbook-xsl/html/htmlhelp.button.home.html +share/doc/docbook-xsl/html/htmlhelp.button.home.url.html +share/doc/docbook-xsl/html/htmlhelp.button.jump1.html +share/doc/docbook-xsl/html/htmlhelp.button.jump1.title.html +share/doc/docbook-xsl/html/htmlhelp.button.jump1.url.html +share/doc/docbook-xsl/html/htmlhelp.button.jump2.html +share/doc/docbook-xsl/html/htmlhelp.button.jump2.title.html +share/doc/docbook-xsl/html/htmlhelp.button.jump2.url.html +share/doc/docbook-xsl/html/htmlhelp.button.locate.html +share/doc/docbook-xsl/html/htmlhelp.button.next.html +share/doc/docbook-xsl/html/htmlhelp.button.options.html +share/doc/docbook-xsl/html/htmlhelp.button.prev.html +share/doc/docbook-xsl/html/htmlhelp.button.print.html +share/doc/docbook-xsl/html/htmlhelp.button.refresh.html +share/doc/docbook-xsl/html/htmlhelp.button.stop.html +share/doc/docbook-xsl/html/htmlhelp.button.zoom.html +share/doc/docbook-xsl/html/htmlhelp.chm.html +share/doc/docbook-xsl/html/htmlhelp.default.topic.html +share/doc/docbook-xsl/html/htmlhelp.encoding.html +share/doc/docbook-xsl/html/htmlhelp.enumerate.images.html +share/doc/docbook-xsl/html/htmlhelp.force.map.and.alias.html +share/doc/docbook-xsl/html/htmlhelp.hhc.binary.html +share/doc/docbook-xsl/html/htmlhelp.hhc.folders.instead.books.html +share/doc/docbook-xsl/html/htmlhelp.hhc.html +share/doc/docbook-xsl/html/htmlhelp.hhc.section.depth.html +share/doc/docbook-xsl/html/htmlhelp.hhc.show.root.html +share/doc/docbook-xsl/html/htmlhelp.hhk.html +share/doc/docbook-xsl/html/htmlhelp.hhp.html +share/doc/docbook-xsl/html/htmlhelp.hhp.tail.html +share/doc/docbook-xsl/html/htmlhelp.hhp.window.html +share/doc/docbook-xsl/html/htmlhelp.map.file.html +share/doc/docbook-xsl/html/htmlhelp.only.html +share/doc/docbook-xsl/html/htmlhelp.show.advanced.search.html +share/doc/docbook-xsl/html/htmlhelp.show.favorities.html +share/doc/docbook-xsl/html/htmlhelp.show.menu.html +share/doc/docbook-xsl/html/htmlhelp.title.html +share/doc/docbook-xsl/html/htmlhelp.use.hhk.html +share/doc/docbook-xsl/html/index.html +share/doc/docbook-xsl/html/inherit.keywords.html +share/doc/docbook-xsl/html/l10n.gentext.default.language.html +share/doc/docbook-xsl/html/l10n.gentext.language.html +share/doc/docbook-xsl/html/l10n.gentext.use.xref.language.html +share/doc/docbook-xsl/html/label.from.part.html +share/doc/docbook-xsl/html/linenumbering.everyNth.html +share/doc/docbook-xsl/html/linenumbering.extension.html +share/doc/docbook-xsl/html/linenumbering.separator.html +share/doc/docbook-xsl/html/linenumbering.width.html +share/doc/docbook-xsl/html/link.mailto.url.html +share/doc/docbook-xsl/html/make.graphic.viewport.html +share/doc/docbook-xsl/html/make.single.year.ranges.html +share/doc/docbook-xsl/html/make.valid.html.html +share/doc/docbook-xsl/html/make.year.ranges.html +share/doc/docbook-xsl/html/manifest.html +share/doc/docbook-xsl/html/manual.toc.html +share/doc/docbook-xsl/html/menuchoice.menu.separator.html +share/doc/docbook-xsl/html/menuchoice.separator.html +share/doc/docbook-xsl/html/navig.graphics.extension.html +share/doc/docbook-xsl/html/navig.graphics.html +share/doc/docbook-xsl/html/navig.graphics.path.html +share/doc/docbook-xsl/html/navig.showtitles.html +share/doc/docbook-xsl/html/nominal.image.depth.html +share/doc/docbook-xsl/html/nominal.image.width.html +share/doc/docbook-xsl/html/nominal.table.width.html +share/doc/docbook-xsl/html/olink.base.uri.html +share/doc/docbook-xsl/html/olink.doctitle.html +share/doc/docbook-xsl/html/olink.fragid.html +share/doc/docbook-xsl/html/olink.outline.ext.html +share/doc/docbook-xsl/html/olink.pubid.html +share/doc/docbook-xsl/html/olink.resolver.html +share/doc/docbook-xsl/html/olink.sysid.html +share/doc/docbook-xsl/html/output.method.html +share/doc/docbook-xsl/html/para.propagates.style.html +share/doc/docbook-xsl/html/part.autolabel.html +share/doc/docbook-xsl/html/phrase.propagates.style.html +share/doc/docbook-xsl/html/pixels.per.inch.html +share/doc/docbook-xsl/html/points.per.em.html +share/doc/docbook-xsl/html/pr01.html +share/doc/docbook-xsl/html/preface.autolabel.html +share/doc/docbook-xsl/html/process.empty.source.toc.html +share/doc/docbook-xsl/html/process.source.toc.html +share/doc/docbook-xsl/html/profile.arch.html +share/doc/docbook-xsl/html/profile.attribute.html +share/doc/docbook-xsl/html/profile.condition.html +share/doc/docbook-xsl/html/profile.conformance.html +share/doc/docbook-xsl/html/profile.lang.html +share/doc/docbook-xsl/html/profile.os.html +share/doc/docbook-xsl/html/profile.revision.html +share/doc/docbook-xsl/html/profile.revisionflag.html +share/doc/docbook-xsl/html/profile.role.html +share/doc/docbook-xsl/html/profile.security.html +share/doc/docbook-xsl/html/profile.separator.html +share/doc/docbook-xsl/html/profile.userlevel.html +share/doc/docbook-xsl/html/profile.value.html +share/doc/docbook-xsl/html/profile.vendor.html +share/doc/docbook-xsl/html/punct.honorific.html +share/doc/docbook-xsl/html/qanda.defaultlabel.html +share/doc/docbook-xsl/html/qanda.inherit.numeration.html +share/doc/docbook-xsl/html/qandadiv.autolabel.html +share/doc/docbook-xsl/html/refentry.generate.name.html +share/doc/docbook-xsl/html/refentry.generate.title.html +share/doc/docbook-xsl/html/refentry.separator.html +share/doc/docbook-xsl/html/refentry.xref.manvolnum.html +share/doc/docbook-xsl/html/rn01.html +share/doc/docbook-xsl/html/rn02.html +share/doc/docbook-xsl/html/rn03.html +share/doc/docbook-xsl/html/rn04.html +share/doc/docbook-xsl/html/rn05.html +share/doc/docbook-xsl/html/rn06.html +share/doc/docbook-xsl/html/rn07.html +share/doc/docbook-xsl/html/rn08.html +share/doc/docbook-xsl/html/rn09.html +share/doc/docbook-xsl/html/rn10.html +share/doc/docbook-xsl/html/rn11.html +share/doc/docbook-xsl/html/rn12.html +share/doc/docbook-xsl/html/rn13.html +share/doc/docbook-xsl/html/rn14.html +share/doc/docbook-xsl/html/rn15.html +share/doc/docbook-xsl/html/rn16.html +share/doc/docbook-xsl/html/rn17.html +share/doc/docbook-xsl/html/rn18.html +share/doc/docbook-xsl/html/rn19.html +share/doc/docbook-xsl/html/rn20.html +share/doc/docbook-xsl/html/rn21.html +share/doc/docbook-xsl/html/root.filename.html +share/doc/docbook-xsl/html/rootid.html +share/doc/docbook-xsl/html/runinhead.default.title.end.punct.html +share/doc/docbook-xsl/html/runinhead.title.end.punct.html +share/doc/docbook-xsl/html/saxon.character.representation.html +share/doc/docbook-xsl/html/section.autolabel.html +share/doc/docbook-xsl/html/section.label.includes.component.label.html +share/doc/docbook-xsl/html/segmentedlist.as.table.html +share/doc/docbook-xsl/html/shade.verbatim.html +share/doc/docbook-xsl/html/shade.verbatim.style.html +share/doc/docbook-xsl/html/show.comments.html +share/doc/docbook-xsl/html/show.revisionflag.html +share/doc/docbook-xsl/html/spacing.paras.html +share/doc/docbook-xsl/html/stylesheet.result.type.html +share/doc/docbook-xsl/html/suppress.navigation.html +share/doc/docbook-xsl/html/table.border.color.html +share/doc/docbook-xsl/html/table.border.style.html +share/doc/docbook-xsl/html/table.border.thickness.html +share/doc/docbook-xsl/html/table.borders.with.css.html +share/doc/docbook-xsl/html/table.cell.border.color.html +share/doc/docbook-xsl/html/table.cell.border.style.html +share/doc/docbook-xsl/html/table.cell.border.thickness.html +share/doc/docbook-xsl/html/table.frame.border.color.html +share/doc/docbook-xsl/html/table.frame.border.style.html +share/doc/docbook-xsl/html/table.frame.border.thickness.html +share/doc/docbook-xsl/html/tablecolumns.extension.html +share/doc/docbook-xsl/html/target.database.document.html +share/doc/docbook-xsl/html/targets.filename.html +share/doc/docbook-xsl/html/tex.math.delims.html +share/doc/docbook-xsl/html/tex.math.file.html +share/doc/docbook-xsl/html/tex.math.in.alt.html +share/doc/docbook-xsl/html/textinsert.extension.html +share/doc/docbook-xsl/html/toc.list.type.html +share/doc/docbook-xsl/html/toc.section.depth.html +share/doc/docbook-xsl/html/ulink.target.html +share/doc/docbook-xsl/html/use.embed.for.svg.html +share/doc/docbook-xsl/html/use.extensions.html +share/doc/docbook-xsl/html/use.id.as.filename.html +share/doc/docbook-xsl/html/use.local.olink.style.html +share/doc/docbook-xsl/html/use.role.as.xrefstyle.html +share/doc/docbook-xsl/html/use.svg.html +share/doc/docbook-xsl/html/using.chunker.html +share/doc/docbook-xsl/html/variablelist.as.table.html +share/doc/docbook-xsl/htmlhelp.html +share/doc/docbook-xsl/htmlhelp.html.html +share/doc/docbook-xsl/index.html +share/doc/docbook-xsl/jrefhtml.xsl +share/doc/docbook-xsl/lib/ChangeLog +share/doc/docbook-xsl/lib/lib.html +share/doc/docbook-xsl/pr01.html +share/doc/docbook-xsl/publishing.html +share/doc/docbook-xsl/publishing.html.html +share/doc/docbook-xsl/ref.css +share/doc/docbook-xsl/reference.css +share/doc/docbook-xsl/reference.html +share/doc/docbook-xsl/reference.xsl +share/doc/docbook-xsl/template/ChangeLog +share/doc/docbook-xsl/template/titlepage.html +share/doc/docbook-xsl/tools/ChangeLog +share/doc/docbook-xsl/tools/profile-chain.png +share/doc/docbook-xsl/tools/profiling.html +share/doc/docbook-xsl/warranty.html +share/examples/docbook-xsl/ChangeLog +share/examples/docbook-xsl/README +share/examples/docbook-xsl/biblioentry.xsl +share/examples/docbook-xsl/testtemplate.xml +share/examples/docbook-xsl/titlepage.xsl +share/xsl/docbook/common/common/ChangeLog +share/xsl/docbook/common/common/af.xml +share/xsl/docbook/common/common/ca.xml +share/xsl/docbook/common/common/common.xsl +share/xsl/docbook/common/common/cs.xml +share/xsl/docbook/common/common/da.xml +share/xsl/docbook/common/common/de.xml +share/xsl/docbook/common/common/el.xml +share/xsl/docbook/common/common/en.xml +share/xsl/docbook/common/common/es.xml +share/xsl/docbook/common/common/et.xml +share/xsl/docbook/common/common/eu.xml +share/xsl/docbook/common/common/fi.xml +share/xsl/docbook/common/common/fr.xml +share/xsl/docbook/common/common/gentext.xsl +share/xsl/docbook/common/common/he.xml +share/xsl/docbook/common/common/hu.xml +share/xsl/docbook/common/common/id.xml +share/xsl/docbook/common/common/it.xml +share/xsl/docbook/common/common/ja.xml +share/xsl/docbook/common/common/ko.xml +share/xsl/docbook/common/common/l10n.dtd +share/xsl/docbook/common/common/l10n.xml +share/xsl/docbook/common/common/l10n.xsl +share/xsl/docbook/common/common/labels.xsl +share/xsl/docbook/common/common/lt.xml +share/xsl/docbook/common/common/nl.xml +share/xsl/docbook/common/common/nn.xml +share/xsl/docbook/common/common/no.xml +share/xsl/docbook/common/common/pl.xml +share/xsl/docbook/common/common/pt.xml +share/xsl/docbook/common/common/pt_br.xml +share/xsl/docbook/common/common/ro.xml +share/xsl/docbook/common/common/ru.xml +share/xsl/docbook/common/common/sk.xml +share/xsl/docbook/common/common/sl.xml +share/xsl/docbook/common/common/sr.xml +share/xsl/docbook/common/common/subtitles.xsl +share/xsl/docbook/common/common/sv.xml +share/xsl/docbook/common/common/table.xsl +share/xsl/docbook/common/common/targetdatabase.dtd +share/xsl/docbook/common/common/targets.xsl +share/xsl/docbook/common/common/th.xml +share/xsl/docbook/common/common/titles.xsl +share/xsl/docbook/common/common/tr.xml +share/xsl/docbook/common/common/uk.xml +share/xsl/docbook/common/common/vi.xml +share/xsl/docbook/common/common/xh.xml +share/xsl/docbook/common/common/zh_cn.xml +share/xsl/docbook/common/common/zh_tw.xml +share/xsl/docbook/extensions/extensions/ChangeLog +share/xsl/docbook/extensions/extensions/build.xml +share/xsl/docbook/extensions/extensions/doc/saxon5/com/nwalsh/saxon/CVS.html +share/xsl/docbook/extensions/extensions/doc/saxon5/com/nwalsh/saxon/Callout.html +share/xsl/docbook/extensions/extensions/doc/saxon5/com/nwalsh/saxon/Driver.html +share/xsl/docbook/extensions/extensions/doc/saxon5/com/nwalsh/saxon/Text.html +share/xsl/docbook/extensions/extensions/doc/saxon5/com/nwalsh/saxon/TextFactory.html +share/xsl/docbook/extensions/extensions/doc/saxon5/com/nwalsh/saxon/Verbatim.html +share/xsl/docbook/extensions/extensions/doc/saxon5/com/nwalsh/saxon/package-frame.html +share/xsl/docbook/extensions/extensions/doc/saxon5/com/nwalsh/saxon/package-summary.html +share/xsl/docbook/extensions/extensions/doc/saxon5/com/nwalsh/saxon/package-tree.html +share/xsl/docbook/extensions/extensions/doc/saxon5/deprecated-list.html +share/xsl/docbook/extensions/extensions/doc/saxon5/help-doc.html +share/xsl/docbook/extensions/extensions/doc/saxon5/index-all.html +share/xsl/docbook/extensions/extensions/doc/saxon5/index.html +share/xsl/docbook/extensions/extensions/doc/saxon5/overview-tree.html +share/xsl/docbook/extensions/extensions/doc/saxon5/package-list +share/xsl/docbook/extensions/extensions/doc/saxon5/packages.html +share/xsl/docbook/extensions/extensions/doc/saxon5/serialized-form.html +share/xsl/docbook/extensions/extensions/doc/saxon5/stylesheet.css +share/xsl/docbook/extensions/extensions/doc/saxon6/com/nwalsh/saxon6/CVS.html +share/xsl/docbook/extensions/extensions/doc/saxon6/com/nwalsh/saxon6/CalloutEmitter.html +share/xsl/docbook/extensions/extensions/doc/saxon6/com/nwalsh/saxon6/CopyEmitter.html +share/xsl/docbook/extensions/extensions/doc/saxon6/com/nwalsh/saxon6/LineCountEmitter.html +share/xsl/docbook/extensions/extensions/doc/saxon6/com/nwalsh/saxon6/NumberLinesEmitter.html +share/xsl/docbook/extensions/extensions/doc/saxon6/com/nwalsh/saxon6/Table.html +share/xsl/docbook/extensions/extensions/doc/saxon6/com/nwalsh/saxon6/Text.html +share/xsl/docbook/extensions/extensions/doc/saxon6/com/nwalsh/saxon6/TextFactory.html +share/xsl/docbook/extensions/extensions/doc/saxon6/com/nwalsh/saxon6/Verbatim.html +share/xsl/docbook/extensions/extensions/doc/saxon6/com/nwalsh/saxon6/package-frame.html +share/xsl/docbook/extensions/extensions/doc/saxon6/com/nwalsh/saxon6/package-summary.html +share/xsl/docbook/extensions/extensions/doc/saxon6/com/nwalsh/saxon6/package-tree.html +share/xsl/docbook/extensions/extensions/doc/saxon6/deprecated-list.html +share/xsl/docbook/extensions/extensions/doc/saxon6/help-doc.html +share/xsl/docbook/extensions/extensions/doc/saxon6/index-all.html +share/xsl/docbook/extensions/extensions/doc/saxon6/index.html +share/xsl/docbook/extensions/extensions/doc/saxon6/overview-tree.html +share/xsl/docbook/extensions/extensions/doc/saxon6/package-list +share/xsl/docbook/extensions/extensions/doc/saxon6/packages.html +share/xsl/docbook/extensions/extensions/doc/saxon6/serialized-form.html +share/xsl/docbook/extensions/extensions/doc/saxon6/stylesheet.css +share/xsl/docbook/extensions/extensions/prj.el +share/xsl/docbook/extensions/extensions/saxon643.jar +share/xsl/docbook/extensions/extensions/saxon643/ChangeLog +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/CVS.java +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/Callout.java +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/CalloutEmitter.java +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/ChangeLog +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/ColumnScanEmitter.java +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/ColumnUpdateEmitter.java +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/CopyEmitter.java +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/FormatCallout.java +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/FormatGraphicCallout.java +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/FormatTextCallout.java +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/FormatUnicodeCallout.java +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/ImageIntrinsics.java +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/LineCountEmitter.java +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/NumberLinesEmitter.java +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/Table.java +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/Text.java +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/TextFactory.java +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/UnwrapLinks.java +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/UnwrapLinksEmitter.java +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/Verbatim.java +share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon/package.html +share/xsl/docbook/extensions/extensions/saxon643/prj.el +share/xsl/docbook/extensions/extensions/saxon644.jar +share/xsl/docbook/extensions/extensions/saxon65.jar +share/xsl/docbook/extensions/extensions/saxon651.jar +share/xsl/docbook/extensions/extensions/xalan2.jar +share/xsl/docbook/extensions/extensions/xalan2/ChangeLog +share/xsl/docbook/extensions/extensions/xalan2/com/nwalsh/xalan/CVS.java +share/xsl/docbook/extensions/extensions/xalan2/com/nwalsh/xalan/Callout.java +share/xsl/docbook/extensions/extensions/xalan2/com/nwalsh/xalan/ChangeLog +share/xsl/docbook/extensions/extensions/xalan2/com/nwalsh/xalan/FormatCallout.java +share/xsl/docbook/extensions/extensions/xalan2/com/nwalsh/xalan/FormatDingbatCallout.java +share/xsl/docbook/extensions/extensions/xalan2/com/nwalsh/xalan/FormatGraphicCallout.java +share/xsl/docbook/extensions/extensions/xalan2/com/nwalsh/xalan/FormatTextCallout.java +share/xsl/docbook/extensions/extensions/xalan2/com/nwalsh/xalan/FormatUnicodeCallout.java +share/xsl/docbook/extensions/extensions/xalan2/com/nwalsh/xalan/Func.java +share/xsl/docbook/extensions/extensions/xalan2/com/nwalsh/xalan/ImageIntrinsics.java +share/xsl/docbook/extensions/extensions/xalan2/com/nwalsh/xalan/Params.java +share/xsl/docbook/extensions/extensions/xalan2/com/nwalsh/xalan/Table.java +share/xsl/docbook/extensions/extensions/xalan2/com/nwalsh/xalan/Text.java +share/xsl/docbook/extensions/extensions/xalan2/com/nwalsh/xalan/Verbatim.java +share/xsl/docbook/extensions/extensions/xalan2/com/nwalsh/xalan/package.html +share/xsl/docbook/extensions/extensions/xsltproc/python/ChangeLog +share/xsl/docbook/extensions/extensions/xsltproc/python/README +share/xsl/docbook/extensions/extensions/xsltproc/python/cwtest.xml +share/xsl/docbook/extensions/extensions/xsltproc/python/cwtest.xsl +share/xsl/docbook/extensions/extensions/xsltproc/python/docbook.py +share/xsl/docbook/extensions/extensions/xsltproc/python/docbook.pyc +share/xsl/docbook/extensions/extensions/xsltproc/python/xslt.py +share/xsl/docbook/fo/fo/ChangeLog +share/xsl/docbook/fo/fo/admon.xsl +share/xsl/docbook/fo/fo/autoidx.xsl +share/xsl/docbook/fo/fo/autotoc.xsl +share/xsl/docbook/fo/fo/biblio.xsl +share/xsl/docbook/fo/fo/block.xsl +share/xsl/docbook/fo/fo/callout.xsl +share/xsl/docbook/fo/fo/component.xsl +share/xsl/docbook/fo/fo/division.xsl +share/xsl/docbook/fo/fo/docbook.xsl +share/xsl/docbook/fo/fo/ebnf.xsl +share/xsl/docbook/fo/fo/fo-patch-for-fop.xsl +share/xsl/docbook/fo/fo/fo-rtf.xsl +share/xsl/docbook/fo/fo/fo.xsl +share/xsl/docbook/fo/fo/footnote.xsl +share/xsl/docbook/fo/fo/fop.xsl +share/xsl/docbook/fo/fo/formal.xsl +share/xsl/docbook/fo/fo/glossary.xsl +share/xsl/docbook/fo/fo/graphics.xsl +share/xsl/docbook/fo/fo/index.xsl +share/xsl/docbook/fo/fo/info.xsl +share/xsl/docbook/fo/fo/inline.xsl +share/xsl/docbook/fo/fo/keywords.xsl +share/xsl/docbook/fo/fo/lists.xsl +share/xsl/docbook/fo/fo/math.xsl +share/xsl/docbook/fo/fo/pagesetup.xsl +share/xsl/docbook/fo/fo/param.ent +share/xsl/docbook/fo/fo/param.xml +share/xsl/docbook/fo/fo/param.xsl +share/xsl/docbook/fo/fo/param.xweb +share/xsl/docbook/fo/fo/passivetex.xsl +share/xsl/docbook/fo/fo/pdf2index +share/xsl/docbook/fo/fo/pi.xsl +share/xsl/docbook/fo/fo/profile-docbook.xsl +share/xsl/docbook/fo/fo/qandaset.xsl +share/xsl/docbook/fo/fo/refentry.xsl +share/xsl/docbook/fo/fo/sections.xsl +share/xsl/docbook/fo/fo/synop.xsl +share/xsl/docbook/fo/fo/table.xsl +share/xsl/docbook/fo/fo/titlepage.templates.xml +share/xsl/docbook/fo/fo/titlepage.templates.xsl +share/xsl/docbook/fo/fo/titlepage.xsl +share/xsl/docbook/fo/fo/toc.xsl +share/xsl/docbook/fo/fo/verbatim.xsl +share/xsl/docbook/fo/fo/xep.xsl +share/xsl/docbook/fo/fo/xref.xsl +share/xsl/docbook/html/html/ChangeLog +share/xsl/docbook/html/html/admon.xsl +share/xsl/docbook/html/html/autoidx.xsl +share/xsl/docbook/html/html/autotoc.xsl +share/xsl/docbook/html/html/biblio.xsl +share/xsl/docbook/html/html/block.xsl +share/xsl/docbook/html/html/callout.xsl +share/xsl/docbook/html/html/changebars.xsl +share/xsl/docbook/html/html/chunk-common.xsl +share/xsl/docbook/html/html/chunk.xsl +share/xsl/docbook/html/html/chunker.xsl +share/xsl/docbook/html/html/chunkfast.xsl +share/xsl/docbook/html/html/chunktoc.xsl +share/xsl/docbook/html/html/component.xsl +share/xsl/docbook/html/html/division.xsl +share/xsl/docbook/html/html/docbook.xsl +share/xsl/docbook/html/html/ebnf.xsl +share/xsl/docbook/html/html/footnote.xsl +share/xsl/docbook/html/html/formal.xsl +share/xsl/docbook/html/html/glossary.xsl +share/xsl/docbook/html/html/graphics.xsl +share/xsl/docbook/html/html/html-rtf.xsl +share/xsl/docbook/html/html/html.xsl +share/xsl/docbook/html/html/index.xsl +share/xsl/docbook/html/html/info.xsl +share/xsl/docbook/html/html/inline.xsl +share/xsl/docbook/html/html/keywords.xsl +share/xsl/docbook/html/html/lists.xsl +share/xsl/docbook/html/html/maketoc.xsl +share/xsl/docbook/html/html/manifest.xsl +share/xsl/docbook/html/html/math.xsl +share/xsl/docbook/html/html/oldchunker.xsl +share/xsl/docbook/html/html/onechunk.xsl +share/xsl/docbook/html/html/param.ent +share/xsl/docbook/html/html/param.xml +share/xsl/docbook/html/html/param.xsl +share/xsl/docbook/html/html/param.xweb +share/xsl/docbook/html/html/pi.xsl +share/xsl/docbook/html/html/profile-chunk.xsl +share/xsl/docbook/html/html/profile-docbook.xsl +share/xsl/docbook/html/html/profile-onechunk.xsl +share/xsl/docbook/html/html/qandaset.xsl +share/xsl/docbook/html/html/refentry.xsl +share/xsl/docbook/html/html/sections.xsl +share/xsl/docbook/html/html/synop.xsl +share/xsl/docbook/html/html/table.xsl +share/xsl/docbook/html/html/titlepage.templates.xml +share/xsl/docbook/html/html/titlepage.templates.xsl +share/xsl/docbook/html/html/titlepage.xsl +share/xsl/docbook/html/html/toc.xsl +share/xsl/docbook/html/html/verbatim.xsl +share/xsl/docbook/html/html/xref.xsl +share/xsl/docbook/htmlhelp/htmlhelp/ChangeLog +share/xsl/docbook/htmlhelp/htmlhelp/htmlhelp-common.xsl +share/xsl/docbook/htmlhelp/htmlhelp/htmlhelp.xsl +share/xsl/docbook/htmlhelp/htmlhelp/langcodes.xml +share/xsl/docbook/htmlhelp/htmlhelp/profile-htmlhelp-common.xsl +share/xsl/docbook/htmlhelp/htmlhelp/profile-htmlhelp.xsl +share/xsl/docbook/images/images/ChangeLog +share/xsl/docbook/images/images/blank.png +share/xsl/docbook/images/images/callouts/1.gif +share/xsl/docbook/images/images/callouts/1.png +share/xsl/docbook/images/images/callouts/10.gif +share/xsl/docbook/images/images/callouts/10.png +share/xsl/docbook/images/images/callouts/11.gif +share/xsl/docbook/images/images/callouts/11.png +share/xsl/docbook/images/images/callouts/12.gif +share/xsl/docbook/images/images/callouts/12.png +share/xsl/docbook/images/images/callouts/13.gif +share/xsl/docbook/images/images/callouts/13.png +share/xsl/docbook/images/images/callouts/14.gif +share/xsl/docbook/images/images/callouts/14.png +share/xsl/docbook/images/images/callouts/15.gif +share/xsl/docbook/images/images/callouts/15.png +share/xsl/docbook/images/images/callouts/2.gif +share/xsl/docbook/images/images/callouts/2.png +share/xsl/docbook/images/images/callouts/3.gif +share/xsl/docbook/images/images/callouts/3.png +share/xsl/docbook/images/images/callouts/4.gif +share/xsl/docbook/images/images/callouts/4.png +share/xsl/docbook/images/images/callouts/5.gif +share/xsl/docbook/images/images/callouts/5.png +share/xsl/docbook/images/images/callouts/6.gif +share/xsl/docbook/images/images/callouts/6.png +share/xsl/docbook/images/images/callouts/7.gif +share/xsl/docbook/images/images/callouts/7.png +share/xsl/docbook/images/images/callouts/8.gif +share/xsl/docbook/images/images/callouts/8.png +share/xsl/docbook/images/images/callouts/9.gif +share/xsl/docbook/images/images/callouts/9.png +share/xsl/docbook/images/images/callouts/ChangeLog +share/xsl/docbook/images/images/caution.gif +share/xsl/docbook/images/images/caution.png +share/xsl/docbook/images/images/caution.tif +share/xsl/docbook/images/images/draft.png +share/xsl/docbook/images/images/home.gif +share/xsl/docbook/images/images/home.png +share/xsl/docbook/images/images/important.gif +share/xsl/docbook/images/images/important.png +share/xsl/docbook/images/images/important.tif +share/xsl/docbook/images/images/next.gif +share/xsl/docbook/images/images/next.png +share/xsl/docbook/images/images/note.gif +share/xsl/docbook/images/images/note.png +share/xsl/docbook/images/images/note.tif +share/xsl/docbook/images/images/prev.gif +share/xsl/docbook/images/images/prev.png +share/xsl/docbook/images/images/tip.gif +share/xsl/docbook/images/images/tip.png +share/xsl/docbook/images/images/tip.tif +share/xsl/docbook/images/images/toc-blank.png +share/xsl/docbook/images/images/toc-minus.png +share/xsl/docbook/images/images/toc-plus.png +share/xsl/docbook/images/images/up.gif +share/xsl/docbook/images/images/up.png +share/xsl/docbook/images/images/warning.gif +share/xsl/docbook/images/images/warning.png +share/xsl/docbook/images/images/warning.tif +share/xsl/docbook/javahelp/javahelp/ChangeLog +share/xsl/docbook/javahelp/javahelp/javahelp.xsl +share/xsl/docbook/javahelp/javahelp/profile-javahelp.xsl +share/xsl/docbook/manpages/manpages/ChangeLog +share/xsl/docbook/manpages/manpages/README +share/xsl/docbook/manpages/manpages/docbook.xsl +share/xsl/docbook/manpages/manpages/lists.xsl +share/xsl/docbook/manpages/manpages/sect23.xsl +share/xsl/docbook/manpages/manpages/synop.xsl +share/xsl/docbook/manpages/manpages/xref.xsl +share/xsl/docbook/params/params/ChangeLog +share/xsl/docbook/params/params/admon.graphics.extension.xml +share/xsl/docbook/params/params/admon.graphics.path.xml +share/xsl/docbook/params/params/admon.graphics.xml +share/xsl/docbook/params/params/admon.style.xml +share/xsl/docbook/params/params/admonition.properties.xml +share/xsl/docbook/params/params/admonition.title.properties.xml +share/xsl/docbook/params/params/alignment.xml +share/xsl/docbook/params/params/annotate.toc.xml +share/xsl/docbook/params/params/appendix.autolabel.xml +share/xsl/docbook/params/params/arbortext.extensions.xml +share/xsl/docbook/params/params/author.othername.in.middle.xml +share/xsl/docbook/params/params/autotoc.label.separator.xml +share/xsl/docbook/params/params/base.dir.xml +share/xsl/docbook/params/params/biblioentry.item.separator.xml +share/xsl/docbook/params/params/bibliography.collection.xml +share/xsl/docbook/params/params/bibliography.numbered.xml +share/xsl/docbook/params/params/blockquote.properties.xml +share/xsl/docbook/params/params/body.font.family.xml +share/xsl/docbook/params/params/body.font.master.xml +share/xsl/docbook/params/params/body.font.size.xml +share/xsl/docbook/params/params/body.margin.bottom.xml +share/xsl/docbook/params/params/body.margin.top.xml +share/xsl/docbook/params/params/bridgehead.in.toc.xml +share/xsl/docbook/params/params/callout.defaultcolumn.xml +share/xsl/docbook/params/params/callout.graphics.extension.xml +share/xsl/docbook/params/params/callout.graphics.number.limit.xml +share/xsl/docbook/params/params/callout.graphics.path.xml +share/xsl/docbook/params/params/callout.graphics.xml +share/xsl/docbook/params/params/callout.list.table.xml +share/xsl/docbook/params/params/callout.unicode.font.xml +share/xsl/docbook/params/params/callout.unicode.number.limit.xml +share/xsl/docbook/params/params/callout.unicode.start.character.xml +share/xsl/docbook/params/params/callout.unicode.xml +share/xsl/docbook/params/params/callouts.extension.xml +share/xsl/docbook/params/params/chapter.autolabel.xml +share/xsl/docbook/params/params/chunk.first.sections.xml +share/xsl/docbook/params/params/chunk.quietly.xml +share/xsl/docbook/params/params/chunk.section.depth.xml +share/xsl/docbook/params/params/chunk.sections.xml +share/xsl/docbook/params/params/chunk.toc.xml +share/xsl/docbook/params/params/chunk.tocs.and.lots.xml +share/xsl/docbook/params/params/chunker.output.cdata-section-elements.xml +share/xsl/docbook/params/params/chunker.output.doctype-public.xml +share/xsl/docbook/params/params/chunker.output.doctype-system.xml +share/xsl/docbook/params/params/chunker.output.encoding.xml +share/xsl/docbook/params/params/chunker.output.indent.xml +share/xsl/docbook/params/params/chunker.output.media-type.xml +share/xsl/docbook/params/params/chunker.output.method.xml +share/xsl/docbook/params/params/chunker.output.omit-xml-declaration.xml +share/xsl/docbook/params/params/chunker.output.standalone.xml +share/xsl/docbook/params/params/citerefentry.link.xml +share/xsl/docbook/params/params/collect.xref.targets.xml +share/xsl/docbook/params/params/column.count.back.xml +share/xsl/docbook/params/params/column.count.body.xml +share/xsl/docbook/params/params/column.count.front.xml +share/xsl/docbook/params/params/column.count.index.xml +share/xsl/docbook/params/params/column.count.lot.xml +share/xsl/docbook/params/params/column.count.titlepage.xml +share/xsl/docbook/params/params/compact.list.item.spacing.xml +share/xsl/docbook/params/params/component.title.properties.xml +share/xsl/docbook/params/params/css.decoration.xml +share/xsl/docbook/params/params/current.docid.xml +share/xsl/docbook/params/params/default.float.class.xml +share/xsl/docbook/params/params/default.image.width.xml +share/xsl/docbook/params/params/default.table.width.xml +share/xsl/docbook/params/params/default.units.xml +share/xsl/docbook/params/params/dingbat.font.family.xml +share/xsl/docbook/params/params/double.sided.xml +share/xsl/docbook/params/params/draft.mode.xml +share/xsl/docbook/params/params/draft.watermark.image.xml +share/xsl/docbook/params/params/ebnf.table.bgcolor.xml +share/xsl/docbook/params/params/ebnf.table.border.xml +share/xsl/docbook/params/params/emphasis.propagates.style.xml +share/xsl/docbook/params/params/firstterm.only.link.xml +share/xsl/docbook/params/params/footer.content.properties.xml +share/xsl/docbook/params/params/footer.rule.xml +share/xsl/docbook/params/params/footers.on.blank.pages.xml +share/xsl/docbook/params/params/footnote.font.size.xml +share/xsl/docbook/params/params/fop.extensions.xml +share/xsl/docbook/params/params/formal.object.properties.xml +share/xsl/docbook/params/params/formal.procedures.xml +share/xsl/docbook/params/params/formal.title.placement.xml +share/xsl/docbook/params/params/formal.title.properties.xml +share/xsl/docbook/params/params/funcsynopsis.decoration.xml +share/xsl/docbook/params/params/funcsynopsis.style.xml +share/xsl/docbook/params/params/funcsynopsis.tabular.threshold.xml +share/xsl/docbook/params/params/function.parens.xml +share/xsl/docbook/params/params/generate.id.attributes.xml +share/xsl/docbook/params/params/generate.index.xml +share/xsl/docbook/params/params/generate.legalnotice.link.xml +share/xsl/docbook/params/params/generate.manifest.xml +share/xsl/docbook/params/params/generate.meta.abstract.xml +share/xsl/docbook/params/params/generate.section.toc.level.xml +share/xsl/docbook/params/params/generate.toc.xml +share/xsl/docbook/params/params/glossary.as.blocks.xml +share/xsl/docbook/params/params/glossary.collection.xml +share/xsl/docbook/params/params/glosslist.as.blocks.xml +share/xsl/docbook/params/params/glossterm.auto.link.xml +share/xsl/docbook/params/params/glossterm.separation.xml +share/xsl/docbook/params/params/glossterm.width.xml +share/xsl/docbook/params/params/graphic.default.extension.xml +share/xsl/docbook/params/params/graphicsize.extension.xml +share/xsl/docbook/params/params/header.content.properties.xml +share/xsl/docbook/params/params/header.rule.xml +share/xsl/docbook/params/params/headers.on.blank.pages.xml +share/xsl/docbook/params/params/html.base.xml +share/xsl/docbook/params/params/html.cellpadding.xml +share/xsl/docbook/params/params/html.cellspacing.xml +share/xsl/docbook/params/params/html.cleanup.xml +share/xsl/docbook/params/params/html.ext.xml +share/xsl/docbook/params/params/html.extra.head.links.xml +share/xsl/docbook/params/params/html.longdesc.link.xml +share/xsl/docbook/params/params/html.longdesc.xml +share/xsl/docbook/params/params/html.stylesheet.type.xml +share/xsl/docbook/params/params/html.stylesheet.xml +share/xsl/docbook/params/params/htmlhelp.alias.file.xml +share/xsl/docbook/params/params/htmlhelp.autolabel.xml +share/xsl/docbook/params/params/htmlhelp.button.back.xml +share/xsl/docbook/params/params/htmlhelp.button.forward.xml +share/xsl/docbook/params/params/htmlhelp.button.hideshow.xml +share/xsl/docbook/params/params/htmlhelp.button.home.url.xml +share/xsl/docbook/params/params/htmlhelp.button.home.xml +share/xsl/docbook/params/params/htmlhelp.button.jump1.title.xml +share/xsl/docbook/params/params/htmlhelp.button.jump1.url.xml +share/xsl/docbook/params/params/htmlhelp.button.jump1.xml +share/xsl/docbook/params/params/htmlhelp.button.jump2.title.xml +share/xsl/docbook/params/params/htmlhelp.button.jump2.url.xml +share/xsl/docbook/params/params/htmlhelp.button.jump2.xml +share/xsl/docbook/params/params/htmlhelp.button.locate.xml +share/xsl/docbook/params/params/htmlhelp.button.next.xml +share/xsl/docbook/params/params/htmlhelp.button.options.xml +share/xsl/docbook/params/params/htmlhelp.button.prev.xml +share/xsl/docbook/params/params/htmlhelp.button.print.xml +share/xsl/docbook/params/params/htmlhelp.button.refresh.xml +share/xsl/docbook/params/params/htmlhelp.button.stop.xml +share/xsl/docbook/params/params/htmlhelp.button.zoom.xml +share/xsl/docbook/params/params/htmlhelp.chm.xml +share/xsl/docbook/params/params/htmlhelp.default.topic.xml +share/xsl/docbook/params/params/htmlhelp.encoding.xml +share/xsl/docbook/params/params/htmlhelp.enumerate.images.xml +share/xsl/docbook/params/params/htmlhelp.force.map.and.alias.xml +share/xsl/docbook/params/params/htmlhelp.hhc.binary.xml +share/xsl/docbook/params/params/htmlhelp.hhc.folders.instead.books.xml +share/xsl/docbook/params/params/htmlhelp.hhc.section.depth.xml +share/xsl/docbook/params/params/htmlhelp.hhc.show.root.xml +share/xsl/docbook/params/params/htmlhelp.hhc.xml +share/xsl/docbook/params/params/htmlhelp.hhk.xml +share/xsl/docbook/params/params/htmlhelp.hhp.tail.xml +share/xsl/docbook/params/params/htmlhelp.hhp.window.xml +share/xsl/docbook/params/params/htmlhelp.hhp.xml +share/xsl/docbook/params/params/htmlhelp.map.file.xml +share/xsl/docbook/params/params/htmlhelp.only.xml +share/xsl/docbook/params/params/htmlhelp.show.advanced.search.xml +share/xsl/docbook/params/params/htmlhelp.show.favorities.xml +share/xsl/docbook/params/params/htmlhelp.show.menu.xml +share/xsl/docbook/params/params/htmlhelp.title.xml +share/xsl/docbook/params/params/htmlhelp.use.hhk.xml +share/xsl/docbook/params/params/hyphenate.xml +share/xsl/docbook/params/params/informal.object.properties.xml +share/xsl/docbook/params/params/inherit.keywords.xml +share/xsl/docbook/params/params/insert.xref.page.number.xml +share/xsl/docbook/params/params/l10n.gentext.default.language.xml +share/xsl/docbook/params/params/l10n.gentext.language.xml +share/xsl/docbook/params/params/l10n.gentext.use.xref.language.xml +share/xsl/docbook/params/params/label.from.part.xml +share/xsl/docbook/params/params/line-height.xml +share/xsl/docbook/params/params/linenumbering.everyNth.xml +share/xsl/docbook/params/params/linenumbering.extension.xml +share/xsl/docbook/params/params/linenumbering.separator.xml +share/xsl/docbook/params/params/linenumbering.width.xml +share/xsl/docbook/params/params/link.mailto.url.xml +share/xsl/docbook/params/params/list.block.spacing.xml +share/xsl/docbook/params/params/list.item.spacing.xml +share/xsl/docbook/params/params/make.graphic.viewport.xml +share/xsl/docbook/params/params/make.index.markup.xml +share/xsl/docbook/params/params/make.single.year.ranges.xml +share/xsl/docbook/params/params/make.valid.html.xml +share/xsl/docbook/params/params/make.year.ranges.xml +share/xsl/docbook/params/params/manifest.xml +share/xsl/docbook/params/params/manual.toc.xml +share/xsl/docbook/params/params/menuchoice.menu.separator.xml +share/xsl/docbook/params/params/menuchoice.separator.xml +share/xsl/docbook/params/params/monospace.font.family.xml +share/xsl/docbook/params/params/monospace.properties.xml +share/xsl/docbook/params/params/monospace.verbatim.properties.xml +share/xsl/docbook/params/params/navig.graphics.extension.xml +share/xsl/docbook/params/params/navig.graphics.path.xml +share/xsl/docbook/params/params/navig.graphics.xml +share/xsl/docbook/params/params/navig.showtitles.xml +share/xsl/docbook/params/params/nominal.image.depth.xml +share/xsl/docbook/params/params/nominal.image.width.xml +share/xsl/docbook/params/params/nominal.table.width.xml +share/xsl/docbook/params/params/normal.para.spacing.xml +share/xsl/docbook/params/params/olink.base.uri.xml +share/xsl/docbook/params/params/olink.doctitle.xml +share/xsl/docbook/params/params/olink.fragid.xml +share/xsl/docbook/params/params/olink.outline.ext.xml +share/xsl/docbook/params/params/olink.pubid.xml +share/xsl/docbook/params/params/olink.resolver.xml +share/xsl/docbook/params/params/olink.sysid.xml +share/xsl/docbook/params/params/page.height.portrait.xml +share/xsl/docbook/params/params/page.height.xml +share/xsl/docbook/params/params/page.margin.bottom.xml +share/xsl/docbook/params/params/page.margin.inner.xml +share/xsl/docbook/params/params/page.margin.outer.xml +share/xsl/docbook/params/params/page.margin.top.xml +share/xsl/docbook/params/params/page.orientation.xml +share/xsl/docbook/params/params/page.width.portrait.xml +share/xsl/docbook/params/params/page.width.xml +share/xsl/docbook/params/params/paper.type.xml +share/xsl/docbook/params/params/para.propagates.style.xml +share/xsl/docbook/params/params/part.autolabel.xml +share/xsl/docbook/params/params/passivetex.extensions.xml +share/xsl/docbook/params/params/phrase.propagates.style.xml +share/xsl/docbook/params/params/pixels.per.inch.xml +share/xsl/docbook/params/params/points.per.em.xml +share/xsl/docbook/params/params/preface.autolabel.xml +share/xsl/docbook/params/params/process.empty.source.toc.xml +share/xsl/docbook/params/params/process.source.toc.xml +share/xsl/docbook/params/params/profile.arch.xml +share/xsl/docbook/params/params/profile.attribute.xml +share/xsl/docbook/params/params/profile.condition.xml +share/xsl/docbook/params/params/profile.conformance.xml +share/xsl/docbook/params/params/profile.lang.xml +share/xsl/docbook/params/params/profile.os.xml +share/xsl/docbook/params/params/profile.revision.xml +share/xsl/docbook/params/params/profile.revisionflag.xml +share/xsl/docbook/params/params/profile.role.xml +share/xsl/docbook/params/params/profile.security.xml +share/xsl/docbook/params/params/profile.separator.xml +share/xsl/docbook/params/params/profile.userlevel.xml +share/xsl/docbook/params/params/profile.value.xml +share/xsl/docbook/params/params/profile.vendor.xml +share/xsl/docbook/params/params/punct.honorific.xml +share/xsl/docbook/params/params/qanda.defaultlabel.xml +share/xsl/docbook/params/params/qanda.inherit.numeration.xml +share/xsl/docbook/params/params/qandadiv.autolabel.xml +share/xsl/docbook/params/params/refentry.generate.name.xml +share/xsl/docbook/params/params/refentry.generate.title.xml +share/xsl/docbook/params/params/refentry.separator.xml +share/xsl/docbook/params/params/refentry.title.properties.xml +share/xsl/docbook/params/params/refentry.xref.manvolnum.xml +share/xsl/docbook/params/params/region.after.extent.xml +share/xsl/docbook/params/params/region.before.extent.xml +share/xsl/docbook/params/params/root.filename.xml +share/xsl/docbook/params/params/rootid.xml +share/xsl/docbook/params/params/runinhead.default.title.end.punct.xml +share/xsl/docbook/params/params/runinhead.title.end.punct.xml +share/xsl/docbook/params/params/sans.font.family.xml +share/xsl/docbook/params/params/saxon.callouts.xml +share/xsl/docbook/params/params/saxon.character.representation.xml +share/xsl/docbook/params/params/saxon.linenumbering.xml +share/xsl/docbook/params/params/saxon.tablecolumns.xml +share/xsl/docbook/params/params/section.autolabel.xml +share/xsl/docbook/params/params/section.label.includes.component.label.xml +share/xsl/docbook/params/params/section.title.level1.properties.xml +share/xsl/docbook/params/params/section.title.level2.properties.xml +share/xsl/docbook/params/params/section.title.level3.properties.xml +share/xsl/docbook/params/params/section.title.level4.properties.xml +share/xsl/docbook/params/params/section.title.level5.properties.xml +share/xsl/docbook/params/params/section.title.level6.properties.xml +share/xsl/docbook/params/params/section.title.properties.xml +share/xsl/docbook/params/params/segmentedlist.as.table.xml +share/xsl/docbook/params/params/shade.verbatim.style.xml +share/xsl/docbook/params/params/shade.verbatim.xml +share/xsl/docbook/params/params/show.comments.xml +share/xsl/docbook/params/params/show.revisionflag.xml +share/xsl/docbook/params/params/sidebar.properties.xml +share/xsl/docbook/params/params/spacing.paras.xml +share/xsl/docbook/params/params/suppress.footer.navigation.xml +share/xsl/docbook/params/params/suppress.header.navigation.xml +share/xsl/docbook/params/params/suppress.navigation.xml +share/xsl/docbook/params/params/table.borders.with.css.xml +share/xsl/docbook/params/params/table.cell.border.color.xml +share/xsl/docbook/params/params/table.cell.border.style.xml +share/xsl/docbook/params/params/table.cell.border.thickness.xml +share/xsl/docbook/params/params/table.cell.padding.xml +share/xsl/docbook/params/params/table.entry.padding.xml +share/xsl/docbook/params/params/table.frame.border.color.xml +share/xsl/docbook/params/params/table.frame.border.style.xml +share/xsl/docbook/params/params/table.frame.border.thickness.xml +share/xsl/docbook/params/params/tablecolumns.extension.xml +share/xsl/docbook/params/params/target.database.document.xml +share/xsl/docbook/params/params/targets.filename.xml +share/xsl/docbook/params/params/template.xml +share/xsl/docbook/params/params/tex.math.delims.xml +share/xsl/docbook/params/params/tex.math.file.xml +share/xsl/docbook/params/params/tex.math.in.alt.xml +share/xsl/docbook/params/params/textinsert.extension.xml +share/xsl/docbook/params/params/title.font.family.xml +share/xsl/docbook/params/params/title.margin.left.xml +share/xsl/docbook/params/params/toc.indent.width.xml +share/xsl/docbook/params/params/toc.list.type.xml +share/xsl/docbook/params/params/toc.margin.properties.xml +share/xsl/docbook/params/params/toc.section.depth.xml +share/xsl/docbook/params/params/ulink.footnotes.xml +share/xsl/docbook/params/params/ulink.hyphenate.xml +share/xsl/docbook/params/params/ulink.show.xml +share/xsl/docbook/params/params/ulink.target.xml +share/xsl/docbook/params/params/use.embed.for.svg.xml +share/xsl/docbook/params/params/use.extensions.xml +share/xsl/docbook/params/params/use.id.as.filename.xml +share/xsl/docbook/params/params/use.id.function.xml +share/xsl/docbook/params/params/use.local.olink.style.xml +share/xsl/docbook/params/params/use.role.as.xrefstyle.xml +share/xsl/docbook/params/params/use.svg.xml +share/xsl/docbook/params/params/variablelist.as.blocks.xml +share/xsl/docbook/params/params/variablelist.as.table.xml +share/xsl/docbook/params/params/verbatim.properties.xml +share/xsl/docbook/params/params/xep.extensions.xml +share/xsl/docbook/params/params/xref.properties.xml +share/xsl/docbook/profiling/profiling/ChangeLog +share/xsl/docbook/profiling/profiling/profile-mode.xsl +share/xsl/docbook/profiling/profiling/profile.xsl +share/xsl/docbook/profiling/profiling/strip-attributes.xsl +share/xsl/docbook/profiling/profiling/xsl2profile.xsl +share/xsl/docbook/tools/tools/ChangeLog +share/xsl/docbook/tools/tools/olink/ChangeLog +share/xsl/docbook/tools/tools/olink/olink-common.xsl +share/xsl/docbook/tools/tools/olink/olink.xsl +share/xsl/docbook/tools/tools/olink/olinkchunk.xsl +share/xsl/docbook/tools/tools/olink/olinksum.dtd +share/xsl/docbook/tools/tools/profile/ChangeLog +share/xsl/docbook/tools/tools/profile/profile.xsl +share/xsl/docbook/xhtml/xhtml/ChangeLog +share/xsl/docbook/xhtml/xhtml/admon.xsl +share/xsl/docbook/xhtml/xhtml/autoidx.xsl +share/xsl/docbook/xhtml/xhtml/autotoc.xsl +share/xsl/docbook/xhtml/xhtml/biblio.xsl +share/xsl/docbook/xhtml/xhtml/block.xsl +share/xsl/docbook/xhtml/xhtml/callout.xsl +share/xsl/docbook/xhtml/xhtml/changebars.xsl +share/xsl/docbook/xhtml/xhtml/chunk-common.xsl +share/xsl/docbook/xhtml/xhtml/chunk.xsl +share/xsl/docbook/xhtml/xhtml/chunker.xsl +share/xsl/docbook/xhtml/xhtml/chunkfast.xsl +share/xsl/docbook/xhtml/xhtml/chunktoc.xsl +share/xsl/docbook/xhtml/xhtml/component.xsl +share/xsl/docbook/xhtml/xhtml/division.xsl +share/xsl/docbook/xhtml/xhtml/docbook.xsl +share/xsl/docbook/xhtml/xhtml/ebnf.xsl +share/xsl/docbook/xhtml/xhtml/footnote.xsl +share/xsl/docbook/xhtml/xhtml/formal.xsl +share/xsl/docbook/xhtml/xhtml/glossary.xsl +share/xsl/docbook/xhtml/xhtml/graphics.xsl +share/xsl/docbook/xhtml/xhtml/html-rtf.xsl +share/xsl/docbook/xhtml/xhtml/html.xsl +share/xsl/docbook/xhtml/xhtml/html2xhtml.xsl +share/xsl/docbook/xhtml/xhtml/index.xsl +share/xsl/docbook/xhtml/xhtml/info.xsl +share/xsl/docbook/xhtml/xhtml/inline.xsl +share/xsl/docbook/xhtml/xhtml/keywords.xsl +share/xsl/docbook/xhtml/xhtml/lists.xsl +share/xsl/docbook/xhtml/xhtml/maketoc.xsl +share/xsl/docbook/xhtml/xhtml/manifest.xsl +share/xsl/docbook/xhtml/xhtml/math.xsl +share/xsl/docbook/xhtml/xhtml/oldchunker.xsl +share/xsl/docbook/xhtml/xhtml/onechunk.xsl +share/xsl/docbook/xhtml/xhtml/param.xsl +share/xsl/docbook/xhtml/xhtml/pi.xsl +share/xsl/docbook/xhtml/xhtml/profile-chunk.xsl +share/xsl/docbook/xhtml/xhtml/profile-docbook.xsl +share/xsl/docbook/xhtml/xhtml/profile-onechunk.xsl +share/xsl/docbook/xhtml/xhtml/qandaset.xsl +share/xsl/docbook/xhtml/xhtml/refentry.xsl +share/xsl/docbook/xhtml/xhtml/sections.xsl +share/xsl/docbook/xhtml/xhtml/synop.xsl +share/xsl/docbook/xhtml/xhtml/table.xsl +share/xsl/docbook/xhtml/xhtml/titlepage.templates.xsl +share/xsl/docbook/xhtml/xhtml/titlepage.xsl +share/xsl/docbook/xhtml/xhtml/toc.xsl +share/xsl/docbook/xhtml/xhtml/verbatim.xsl +share/xsl/docbook/xhtml/xhtml/xref.xsl +@dirrm share/xsl/docbook/xhtml/xhtml +@dirrm share/xsl/docbook/xhtml +@dirrm share/xsl/docbook/tools/tools/profile +@dirrm share/xsl/docbook/tools/tools/olink +@dirrm share/xsl/docbook/tools/tools +@dirrm share/xsl/docbook/tools +@dirrm share/xsl/docbook/profiling/profiling +@dirrm share/xsl/docbook/profiling +@dirrm share/xsl/docbook/params/params +@dirrm share/xsl/docbook/params +@dirrm share/xsl/docbook/manpages/manpages +@dirrm share/xsl/docbook/manpages +@dirrm share/xsl/docbook/javahelp/javahelp +@dirrm share/xsl/docbook/javahelp +@dirrm share/xsl/docbook/images/images/callouts +@dirrm share/xsl/docbook/images/images +@dirrm share/xsl/docbook/images +@dirrm share/xsl/docbook/htmlhelp/htmlhelp +@dirrm share/xsl/docbook/htmlhelp +@dirrm share/xsl/docbook/html/html +@dirrm share/xsl/docbook/html +@dirrm share/xsl/docbook/fo/fo +@dirrm share/xsl/docbook/fo +@dirrm share/xsl/docbook/extensions/extensions/xsltproc/python +@dirrm share/xsl/docbook/extensions/extensions/xsltproc +@dirrm share/xsl/docbook/extensions/extensions/xalan2/com/nwalsh/xalan +@dirrm share/xsl/docbook/extensions/extensions/xalan2/com/nwalsh +@dirrm share/xsl/docbook/extensions/extensions/xalan2/com +@dirrm share/xsl/docbook/extensions/extensions/xalan2 +@dirrm share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh/saxon +@dirrm share/xsl/docbook/extensions/extensions/saxon643/com/nwalsh +@dirrm share/xsl/docbook/extensions/extensions/saxon643/com +@dirrm share/xsl/docbook/extensions/extensions/saxon643 +@dirrm share/xsl/docbook/extensions/extensions/doc/saxon6/com/nwalsh/saxon6 +@dirrm share/xsl/docbook/extensions/extensions/doc/saxon6/com/nwalsh +@dirrm share/xsl/docbook/extensions/extensions/doc/saxon6/com +@dirrm share/xsl/docbook/extensions/extensions/doc/saxon6 +@dirrm share/xsl/docbook/extensions/extensions/doc/saxon5/com/nwalsh/saxon +@dirrm share/xsl/docbook/extensions/extensions/doc/saxon5/com/nwalsh +@dirrm share/xsl/docbook/extensions/extensions/doc/saxon5/com +@dirrm share/xsl/docbook/extensions/extensions/doc/saxon5 +@dirrm share/xsl/docbook/extensions/extensions/doc +@dirrm share/xsl/docbook/extensions/extensions +@dirrm share/xsl/docbook/extensions +@dirrm share/xsl/docbook/common/common +@dirrm share/xsl/docbook/common +@dirrm share/xsl/docbook +@unexec ${RMDIR} %D/share/xsl 2>/dev/null || ${TRUE} +@dirrm share/examples/docbook-xsl +@dirrm share/doc/docbook-xsl/tools +@dirrm share/doc/docbook-xsl/template +@dirrm share/doc/docbook-xsl/lib +@dirrm share/doc/docbook-xsl/html +@dirrm share/doc/docbook-xsl/fo +@dirrm share/doc/docbook-xsl/common +@dirrm share/doc/docbook-xsl diff --git a/textproc/docbook-xsl/distinfo b/textproc/docbook-xsl/distinfo new file mode 100644 index 00000000000..21220685588 --- /dev/null +++ b/textproc/docbook-xsl/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/12/18 17:45:28 jmmv Exp $ + +SHA1 (docbook-xsl-1.58.1.tar.gz) = 8b213b33afed734366172dc42293ba9bafc52157 +Size (docbook-xsl-1.58.1.tar.gz) = 1189356 bytes |