Michael Smith [Thu, 21 Sep 2006 09:44:24 +0000 (09:44 +0000)]
Added initial support in manpages output for footnote, annotation,
and alt instances. Basically, they all now get handled the same
way ulink instances are. They are treated as a class as "note
sources": A numbered marker is generated at the place in the main
text flow where they occur, then their contents are displayed in
an endnotes section at the end of the man page (currently titled
REFERENCES, for English output, but will be changed to NOTES).
This support is not yet complete. It works for most "normal"
cases, but probably mishandles a good number of cases. More
testing will be needed to expose the problems. It may well also
introduce some bugs and regressions in other areas, including
basic paragraph handling, handling of "mixed block" content,
handling of other indented content, and handling of authorblurb
and personblurb in the AUTHORS section.
Michael Smith [Mon, 18 Sep 2006 03:34:03 +0000 (03:34 +0000)]
Made changes in namespace declarations to prevent xmllint's
canonicalizer from treating them as relative namespace URIs.
- Changed xmlns:k="java:com.isogen.saxoni18n.Saxoni18nService"
to xmlns:k="http://www.isogen.com/functions/com.isogen.saxoni18n.Saxoni18nService";
Saxon accepts either form
(see http://www.saxonica.com/documentation/extensibility/functions.html);
to Saxon, "the part of the URI before the final '/' is immaterial".
- Changed, e.g. xmlns:xverb="com.nwalsh.xalan.Verbatim" to
xmlns:xverb="xalan://com.nwalsh.xalan.Verbatim"; Xalan accepts
either form
(see http://xml.apache.org/xalan-j/extensions.html#java-namespace-declare);
just as Saxon does, it will "simply use the string to the
right of the rightmost forward slash as the Java class name".
- Changed xmlns:xalanredirect="org.apache.xalan.xslt.extensions.Redirect"
to xmlns:redirect="http://xml.apache.org/xalan/redirect", and
adjusted associated code to make the current Xalan redirect spec.
(see http://xml.apache.org/xalan-j/apidocs/org/apache/xalan/lib/Redirect.html)
Michael Smith [Sun, 17 Sep 2006 14:13:27 +0000 (14:13 +0000)]
Added -c14n option to xsltproc script; enabling the option causes
the output to be piped through "xmllint --c14n". Also changed the
script to use a redirect to write the output to a file, instead of
using xsltproc's -o option -- because there's a bug in the -o
option in xsltproc; if you do, for example, "xsltproc -o /dev/null
foo.xsl bar.xml" with a stylesheet that has exsl:document or
saxon:output, xsltproc tries to write the output in the /dev
directory;
Michael Smith [Thu, 14 Sep 2006 07:30:40 +0000 (07:30 +0000)]
Added the html.append and chunk.append parameters. By default, the
value of both is empty; but the internal DocBook XSL stylesheets
build sets their value to "<xsl:text>
</xsl:text>", in order
to ensure that all files in the docbook-xsl-doc package end in a
newline character. (Because diff and some other tools may emit
error messages and/or not behave as expected when processing
files that are not newline-terminated.)
Michael Smith [Wed, 13 Sep 2006 08:51:12 +0000 (08:51 +0000)]
Use index.html files as targets (instead of zero-byte param.html
stamp files we were using); quit doing $(RM) *.html in clean and
instead do clean using a list of the HTML files that we know we
have actually generated. Also add pi directory to list of
directory to recurse and make (had been accidentally left out for
1.71.0 build).
Michael Smith [Tue, 12 Sep 2006 01:42:11 +0000 (01:42 +0000)]
Deleted wordml/README, template/README, and manpages/README, and
merged their contents into the main README file. Removed mention
of doc directory from main README and created doc/README,
doc/AUTHORS, and doc/COPYING files (because the doc distribution
is now packaged separately).
Michael Smith [Sun, 10 Sep 2006 14:25:32 +0000 (14:25 +0000)]
Fixed reference.txt build. Changed build such that reference.pdf
is always built except for snapshot releases. Added reference.fo
to list of files that are excluded from packaging.
Michael Smith [Fri, 8 Sep 2006 08:58:15 +0000 (08:58 +0000)]
Added hack to svnlog2docbook.xsl to work around fact that I
mistakenly committed a log message containing at list of all 500+
param files.
Also added docsrc release-clean to release-clean target.
Michael Smith [Tue, 5 Sep 2006 04:24:55 +0000 (04:24 +0000)]
Support titlecase "Java", "Perl", and "IDL" as values for the
language attribute on classsynopsis, etc. (instead of just
lowercase "java", "perl", and "idl"). Also support "c++" and "C++"
(instead of just "cpp").
Affects HTML, FO, and manpages output. Closes bug 1552332. Thanks
to "Brian A. Vanderburg II".
Michael Smith [Tue, 5 Sep 2006 00:02:54 +0000 (00:02 +0000)]
Fixed handling of verbatims (address, screen, etc.) within
listitem instances in varlistentry and glossentry. (We now always
use .RS instead of .TP). Closes bug 1551922 and closes Debian bug
385940. Thanks to Daniel Leidert and Jakub Wilk.
Michael Smith [Sun, 3 Sep 2006 17:12:45 +0000 (17:12 +0000)]
Attempted to streamline maintenance of doc and docsrc builds a bit
by consolidating common targets and pattern rules in Makefile.incl
files that get included by makefiles within subdirectories.
Michael Smith [Sat, 2 Sep 2006 04:54:17 +0000 (04:54 +0000)]
To make DocBook4-valid (the build ends up validing output of this
using xjparse), replaced author/orgname with corpauthor and
replaced all instances of tag with sgmltag.
Michael Smith [Fri, 1 Sep 2006 00:06:15 +0000 (00:06 +0000)]
Added reference.dbk file. This file uses Xinclude to pull in
contents of all param.xml files and other doc source files. Intent
is to use this to generate single-file plain-text and PDF versions
of the reference docs.
Michael Smith [Fri, 1 Sep 2006 00:03:46 +0000 (00:03 +0000)]
Added torefsect1.xsl stylesheet for converting refparameter,
refreturn, etc. markup to refsect1, and added a target in
makefiles for generating DocBook-valid versions of doc source that
can be Xincluded into reference doc.
Michael Smith [Thu, 31 Aug 2006 23:25:15 +0000 (23:25 +0000)]
Added namespace declarations to document elements for all param
files. These declarations are necessary for making the files
namespace-well-formed and (for example) making it possible to
Xinclude the files or to manipulate them in other ways with
compliant XML tools without the tools issuing warnings or errors.
Also, removed some unnecessary link elements that we used in some
files as wrappers around XSLT parameter names. Because marking up
the names using a DocBook parameter element is sufficient for
causing the build system to automatically create HTML hyperlinks
for them.
-- この行以下は無視されます --
M params/insert.olink.page.number.xml
M params/side.float.properties.xml
M params/column.gap.front.xml
M params/toc.margin.properties.xml
M params/admonition.properties.xml
M params/callout.unicode.font.xml
M params/htmlhelp.title.xml
M params/table.cell.border.color.xml
M params/man.output.manifest.filename.xml
M params/graphicsize.use.img.src.path.xml
M params/htmlhelp.hhp.window.xml
M params/index.entry.properties.xml
M params/fop1.extensions.xml
M params/htmlhelp.button.zoom.xml
M params/navig.graphics.extension.xml
M params/htmlhelp.use.hhk.xml
M params/suppress.navigation.xml
M params/graphicsize.extension.xml
M params/htmlhelp.button.forward.xml
M params/annotation.graphic.close.xml
M params/table.frame.border.style.xml
M params/body.font.master.xml
M params/img.src.path.xml
M params/man.font.funcsynopsisinfo.xml
M params/htmlhelp.button.jump2.title.xml
M params/current.docid.xml
M params/informalfigure.properties.xml
M params/target.database.document.xml
M params/arbortext.extensions.xml
M params/section.title.level3.properties.xml
M params/man.output.subdirs.enabled.xml
M params/refentry.pagebreak.xml
M params/nominal.image.depth.xml
M params/link.mailto.url.xml
M params/htmlhelp.hhp.windows.xml
M params/chunker.output.standalone.xml
M params/variablelist.term.separator.xml
M params/generate.section.toc.level.xml
M params/make.year.ranges.xml
M params/column.count.titlepage.xml
M params/index.div.title.properties.xml
M params/entry.propagates.style.xml
M params/tex.math.file.xml
M params/contrib.inline.enabled.xml
M params/pixels.per.inch.xml
M params/pages.template.xml
M params/template.xml
M params/chunker.output.method.xml
M params/variablelist.max.termlength.xml
M params/saxon.character.representation.xml
M params/refclass.suppress.xml
M params/author.othername.in.middle.xml
M params/othercredit.like.author.enabled.xml
M params/callout.unicode.number.limit.xml
M params/man.output.encoding.xml
M params/callout.graphics.xml
M params/section.title.level1.properties.xml
M params/manifest.xml
M params/htmlhelp.enhanced.decompilation.xml
M params/orderedlist.label.width.xml
M params/profile.lang.xml
M params/column.count.lot.xml
M params/man.indent.refsect.xml
M params/example.properties.xml
M params/para.propagates.style.xml
M params/orderedlist.label.properties.xml
M params/formal.procedures.xml
M params/toc.section.depth.xml
M params/chunk.toc.xml
M params/default.float.class.xml
M params/hyphenate.verbatim.xml
M params/line-height.xml
M params/article.appendix.title.properties.xml
M params/make.single.year.ranges.xml
M params/bibliography.numbered.xml
M params/man.th.extra1.suppress.xml
M params/appendix.autolabel.xml
M params/compact.list.item.spacing.xml
M params/olink.doctitle.xml
M params/column.count.back.xml
M params/chunker.output.doctype-system.xml
M params/funcsynopsis.tabular.threshold.xml
M params/monospace.verbatim.properties.xml
M params/targets.filename.xml
M params/header.content.properties.xml
M params/refentry.meta.get.quietly.xml
M params/xref.properties.xml
M params/use.local.olink.style.xml
M params/eclipse.plugin.name.xml
M params/funcsynopsis.style.xml
M params/tablecolumns.extension.xml
M params/show.comments.xml
M params/htmlhelp.enumerate.images.xml
M params/profile.userlevel.xml
M params/section.label.includes.component.label.xml
M params/footnote.number.symbols.xml
M params/highlight.default.language.xml
M params/htmlhelp.default.topic.xml
M params/chunk.section.depth.xml
M params/html.head.legalnotice.link.multiple.xml
M params/monospace.properties.xml
M params/draft.mode.xml
M params/annotation.js.xml
M params/sans.font.family.xml
M params/use.embed.for.svg.xml
M params/list.item.spacing.xml
M params/html.stylesheet.xml
M params/keep.relative.image.uris.xml
M params/refentry.manual.profile.enabled.xml
M params/informal.object.properties.xml
M params/show.revisionflag.xml
M params/body.margin.top.xml
M params/pgwide.properties.xml
M params/footnote.number.format.xml
M params/profile.value.xml
M params/htmlhelp.remember.window.position.xml
M params/man.font.table.title.xml
M params/formal.title.properties.xml
M params/htmlhelp.only.xml
M params/man.th.extra3.max.length.xml
M params/man.hyphenate.filenames.xml
M params/olink.lang.fallback.sequence.xml
M params/punct.honorific.xml
M params/prefer.internal.olink.xml
M params/crop.mark.width.xml
M params/saxon.tablecolumns.xml
M params/htmlhelp.chm.xml
M params/man.indent.verbatims.xml
M params/list.block.spacing.xml
M params/column.count.index.xml
M params/shade.verbatim.xml
M params/profile.vendor.xml
M params/index.number.separator.xml
M params/man.subheading.divider.enabled.xml
M params/root.filename.xml
M params/page.margin.inner.xml
M params/qanda.inherit.numeration.xml
M params/margin.note.properties.xml
M params/linenumbering.width.xml
M params/ignore.image.scaling.xml
M params/chunk.first.sections.xml
M params/htmlhelp.button.refresh.xml
M params/graphical.admonition.properties.xml
M params/title.margin.left.xml
M params/paper.type.xml
M params/chunk.separate.lots.xml
M params/annotate.toc.xml
M params/xref.title-page.separator.xml
M params/margin.note.width.xml
M params/man.links.are.numbered.xml
M params/ulink.footnotes.xml
M params/olink.debug.xml
M params/manifest.in.base.dir.xml
M params/chunk.quietly.xml
M params/html.ext.xml
M params/htmlhelp.show.advanced.search.xml
M params/component.label.includes.part.label.xml
M params/man.indent.width.xml
M params/eclipse.plugin.provider.xml
M params/use.id.function.xml
M params/profile.arch.xml
M params/htmlhelp.button.home.url.xml
M params/itemizedlist.label.properties.xml
M params/page.height.xml
M params/header.table.height.xml
M params/annotation.graphic.open.xml
M params/olink.outline.ext.xml
M params/section.level5.properties.xml
M params/xep.index.item.properties.xml
M params/list.block.properties.xml
M params/glossentry.show.acronym.xml
M params/column.gap.back.xml
M params/tex.math.delims.xml
M params/insert.xref.page.number.xml
M params/table.cell.padding.xml
M params/table.footnote.properties.xml
M params/admon.textlabel.xml
M params/id.warnings.xml
M params/htmlhelp.display.progress.xml
M params/ebnf.table.bgcolor.xml
M params/funcsynopsis.decoration.xml
M params/qanda.title.level5.properties.xml
M params/sidebar.float.width.xml
M params/normal.para.spacing.xml
M params/generate.manifest.xml
M params/man.font.funcprototype.xml
M params/l10n.lang.value.rfc.compliant.xml
M params/default.table.frame.xml
M params/sidebar.properties.xml
M params/refentry.generate.name.xml
M params/ulink.target.xml
M params/table.table.properties.xml
M params/headers.on.blank.pages.xml
M params/column.count.front.xml
M params/refentry.xref.manvolnum.xml
M params/wordml.template.xml
M params/email.delimiters.enabled.xml
M params/use.role.for.mediaobject.xml
M params/section.level3.properties.xml
M params/use.svg.xml
M params/man.string.subst.map.xml
M params/html.longdesc.link.xml
M params/process.empty.source.toc.xml
M params/segmentedlist.as.table.xml
M params/chunk.tocs.and.lots.xml
M params/margin.note.float.type.xml
M params/olink.sysid.xml
M params/man.break.after.slash.xml
M params/bridgehead.in.toc.xml
M params/refentry.version.profile.enabled.xml
M params/html.stylesheet.type.xml
M params/informalexample.properties.xml
M params/htmlhelp.hhc.show.root.xml
M params/footers.on.blank.pages.xml
M params/htmlhelp.show.toolbar.text.xml
M params/phrase.propagates.style.xml
M params/man.font.table.headings.xml
M params/base.dir.xml
M params/qanda.title.level3.properties.xml
M params/profile.conformance.xml
M params/xep.extensions.xml
M params/autotoc.label.separator.xml
M params/admon.style.xml
M params/manual.toc.xml
M params/linenumbering.everyNth.xml
M params/refentry.date.profile.enabled.xml
M params/insert.link.page.number.xml
M params/footer.rule.xml
M params/autotoc.label.in.hyperlink.xml
M params/page.orientation.xml
M params/htmlhelp.map.file.xml
M params/navig.showtitles.xml
M params/refentry.manual.profile.xml
M params/chunker.output.doctype-public.xml
M params/menuchoice.menu.separator.xml
M params/htmlhelp.button.jump1.xml
M params/preferred.mediaobject.role.xml
M params/page.margin.outer.xml
M params/textdata.default.encoding.xml
M params/section.level1.properties.xml
M params/profile.revisionflag.xml
M params/man.charmap.subset.profile.xml
M params/marker.section.level.xml
M params/footer.column.widths.xml
M params/eclipse.autolabel.xml
M params/nominal.image.width.xml
M params/refentry.separator.xml
M params/header.rule.xml
M params/insert.olink.pdf.frag.xml
M params/callout.graphics.number.limit.xml
M params/section.title.level6.properties.xml
M params/body.font.size.xml
M params/emphasis.propagates.style.xml
M params/function.parens.xml
M params/abstract.title.properties.xml
M params/table.cell.border.style.xml
M params/htmlhelp.button.options.xml
M params/crop.mark.offset.xml
M params/make.index.markup.xml
M params/use.role.as.xrefstyle.xml
M params/man.hyphenate.urls.xml
M params/sidebar.title.properties.xml
M params/chunker.output.cdata-section-elements.xml
M params/qanda.title.level1.properties.xml
M params/page.width.portrait.xml
M params/sidebar.float.type.xml
M params/abstract.properties.xml
M params/nominal.table.width.xml
M params/htmlhelp.show.favorities.xml
M params/title.font.family.xml
M params/olink.properties.xml
M params/refentry.generate.title.xml
M params/variablelist.term.break.after.xml
M params/informaltable.properties.xml
M params/generate.id.attributes.xml
M params/footnote.font.size.xml
M params/html.base.xml
M params/glossary.as.blocks.xml
M params/htmlhelp.button.jump1.url.xml
M params/olink.base.uri.xml
M params/toc.indent.width.xml
M params/table.frame.border.thickness.xml
M params/table.borders.with.css.xml
M params/chunker.output.media-type.xml
M params/man.hyphenate.computer.inlines.xml
M params/htmlhelp.button.hideshow.xml
M params/profile.role.xml
M params/glosslist.as.blocks.xml
M params/htmlhelp.encoding.xml
M params/html.cellpadding.xml
M params/footnote.sep.leader.properties.xml
M params/section.title.level4.properties.xml
M params/figure.properties.xml
M params/htmlhelp.window.geometry.xml
M params/body.end.indent.xml
M params/passivetex.extensions.xml
M params/refentry.source.fallback.profile.xml
M params/symbol.font.family.xml
M params/page.margin.bottom.xml
M params/shade.verbatim.style.xml
M params/annotation.css.xml
M params/highlight.source.xml
M params/body.start.indent.xml
M params/suppress.header.navigation.xml
M params/table.cell.border.thickness.xml
M params/man.th.extra2.suppress.xml
M params/man.charmap.enabled.xml
M params/olink.pubid.xml
M params/htmlhelp.button.jump2.xml
M params/blurb.on.titlepage.enabled.xml
M params/html.cleanup.xml
M params/htmlhelp.hhp.xml
M params/l10n.gentext.default.language.xml
M params/chunk.sections.xml
M params/refentry.source.name.suppress.xml
M params/section.properties.xml
M params/ebnf.statement.terminator.xml
M params/ulink.show.xml
M params/profile.attribute.xml
M params/html.extra.head.links.xml
M params/formal.title.placement.xml
M params/qanda.defaultlabel.xml
M params/section.title.level2.properties.xml
M params/variablelist.as.table.xml
M params/table.frame.border.color.xml
M params/graphic.default.extension.xml
M params/refentry.source.name.profile.xml
M params/body.margin.bottom.xml
M params/crop.marks.xml
M params/formal.object.properties.xml
M params/column.gap.titlepage.xml
M params/footnote.mark.properties.xml
M params/citerefentry.link.xml
M params/qanda.title.properties.xml
M params/admonition.title.properties.xml
M params/man.segtitle.suppress.xml
M params/biblioentry.item.separator.xml
M params/equation.properties.xml
M params/refentry.version.profile.xml
M params/procedure.properties.xml
M params/htmlhelp.hhc.section.depth.xml
M params/htmlhelp.autolabel.xml
M params/hyphenate.xml
M params/xref.with.number.and.title.xml
M params/footnote.properties.xml
M params/points.per.em.xml
M params/table.footnote.number.symbols.xml
M params/ulink.hyphenate.chars.xml
M params/profile.security.xml
M params/informalequation.properties.xml
M params/refentry.date.profile.xml
M params/htmlhelp.force.map.and.alias.xml
M params/suppress.footer.navigation.xml
M params/htmlhelp.button.print.xml
M params/body.font.family.xml
M params/default.image.width.xml
M params/man.charmap.use.subset.xml
M params/textinsert.extension.xml
M params/chunker.output.omit-xml-declaration.xml
M params/admon.graphics.path.xml
M params/runinhead.title.end.punct.xml
M params/use.extensions.xml
M params/variablelist.as.blocks.xml
M params/man.table.footnotes.divider.xml
M params/subscript.properties.xml
M params/index.term.separator.xml
M params/olink.resolver.xml
M params/preface.autolabel.xml
M params/generate.meta.abstract.xml
M params/annotation.support.xml
M params/default.table.width.xml
M params/region.before.extent.xml
M params/table.entry.padding.xml
M params/admon.graphics.xml
M params/man.links.list.enabled.xml
M params/profile.revision.xml
M params/man.output.in.separate.dir.xml
M params/generate.toc.xml
M params/column.count.body.xml
M params/ebnf.assignment.xml
M params/table.properties.xml
M params/html.cellspacing.xml
M params/index.prefer.titleabbrev.xml
M params/qandadiv.autolabel.xml
M params/revhistory.table.properties.xml
M params/html.longdesc.xml
M params/process.source.toc.xml
M params/htmlhelp.button.jump1.title.xml
M params/generate.revhistory.link.xml
M params/bibliography.collection.xml
M params/olink.fragid.xml
M params/inherit.keywords.xml
M params/man.subheading.divider.xml
M params/section.autolabel.xml
M params/toc.max.depth.xml
M params/revhistory.table.cell.properties.xml
M params/htmlhelp.button.home.xml
M params/make.valid.html.xml
M params/section.title.properties.xml
M params/toc.list.type.xml
M params/htmlhelp.alias.file.xml
M params/htmlhelp.button.jump2.url.xml
M params/html.head.legalnotice.link.types.xml
M params/man.indent.lists.xml
M params/page.margin.top.xml
M params/chunk.tocs.and.lots.has.title.xml
M params/man.th.extra2.max.length.xml
M params/navig.graphics.path.xml
M params/man.hyphenate.xml
M params/htmlhelp.hhc.binary.xml
M params/footer.content.properties.xml
M params/man.links.list.heading.xml
M params/man.output.quietly.xml
M params/man.justify.xml
M params/man.output.manifest.enabled.xml
M params/orderedlist.properties.xml
M params/alignment.xml
M params/root.properties.xml
M params/chunker.output.encoding.xml
M params/header.column.widths.xml
M params/region.after.extent.xml
M params/footer.table.height.xml
M params/section.level6.properties.xml
M params/htmlhelp.show.menu.xml
M params/man.output.base.dir.xml
M params/htmlhelp.button.next.xml
M params/refentry.version.suppress.xml
M params/toc.line.properties.xml
M params/htmlhelp.button.stop.xml
M params/part.autolabel.xml
M params/saxon.callouts.xml
M params/css.decoration.xml
M params/callout.unicode.start.character.xml
M params/profile.condition.xml
M params/callout.unicode.xml
M params/man.links.are.underlined.xml
M params/revhistory.title.properties.xml
M params/index.preferred.page.properties.xml
M params/qanda.title.level6.properties.xml
M params/htmlhelp.button.locate.xml
M params/chapter.autolabel.xml
M params/qanda.nested.in.toc.xml
M params/profile.separator.xml
M params/column.gap.lot.xml
M params/itemizedlist.properties.xml
M params/index.range.separator.xml
M params/index.on.type.xml
M params/verbatim.properties.xml
M params/refentry.manual.fallback.profile.xml
M params/ebnf.table.border.xml
M params/tex.math.in.alt.xml
M params/superscript.properties.xml
M params/profile.os.xml
M params/fop.extensions.xml
M params/man.charmap.uri.xml
M params/man.indent.blurbs.xml
M params/section.level4.properties.xml
M params/firstterm.only.link.xml
M params/htmlhelp.hhc.width.xml
M params/callout.graphics.path.xml
M params/generate.index.xml
M params/double.sided.xml
M params/itemizedlist.label.width.xml
M params/callout.list.table.xml
M params/navig.graphics.xml
M params/refentry.source.name.profile.enabled.xml
M params/make.graphic.viewport.xml
M params/man.th.title.max.length.xml
M params/refentry.title.properties.xml
M params/hyphenate.verbatim.characters.xml
M params/index.on.role.xml
M params/htmlhelp.hhp.tail.xml
M params/saxon.linenumbering.xml
M params/index.method.xml
M params/label.from.part.xml
M params/page.height.portrait.xml
M params/qanda.title.level4.properties.xml
M params/margin.note.title.properties.xml
M params/column.gap.body.xml
M params/column.gap.index.xml
M params/glossterm.auto.link.xml
M params/section.level2.properties.xml
M params/dingbat.font.family.xml
M params/linenumbering.separator.xml
M params/collect.xref.targets.xml
M params/simplesect.in.toc.xml
M params/blockquote.properties.xml
M params/callout.defaultcolumn.xml
M params/use.id.as.filename.xml
M params/component.title.properties.xml
M params/draft.watermark.image.xml
M params/runinhead.default.title.end.punct.xml
M params/htmlhelp.hhc.xml
M params/menuchoice.separator.xml
M params/glossterm.separation.xml
M params/htmlhelp.hhk.xml
M params/qanda.title.level2.properties.xml
M params/page.width.xml
M params/glossterm.width.xml
M params/htmlhelp.button.prev.xml
M params/crop.mark.bleed.xml
M params/ulink.hyphenate.xml
M params/l10n.gentext.use.xref.language.xml
M params/l10n.gentext.language.xml
M params/linenumbering.extension.xml
M params/monospace.font.family.xml
M params/eclipse.plugin.id.xml
M params/callout.graphics.extension.xml
M params/man.th.extra3.suppress.xml
M params/editedby.enabled.xml
M params/default.units.xml
M params/htmlhelp.button.back.xml
M params/spacing.paras.xml
M params/xref.label-page.separator.xml
M params/glossary.collection.xml
M params/rootid.xml
M params/nongraphical.admonition.properties.xml
M params/xref.label-title.separator.xml
M params/table.footnote.number.format.xml
M params/callouts.extension.xml
M params/section.autolabel.max.depth.xml
M params/admon.graphics.extension.xml
M params/section.title.level5.properties.xml
M params/generate.legalnotice.link.xml
M params/axf.extensions.xml
M params/biblioentry.properties.xml
M params/htmlhelp.hhc.folders.instead.books.xml
M params/chunker.output.indent.xml