├── .gitignore
├── .travis.yml
├── Gemfile
├── Gemfile.lock
├── LICENSE
├── README.asciidoc
├── Rakefile
├── SPEC.asciidoc
├── TODO.txt
├── bin
└── git-scribe
├── docbook-xsl
├── .CatalogManager.properties.example
├── .urilist
├── COPYING
├── VERSION
├── catalog.xml
├── common.xsl
├── common
│ ├── af.xml
│ ├── am.xml
│ ├── ar.xml
│ ├── autoidx-kimber.xsl
│ ├── autoidx-kosek.xsl
│ ├── az.xml
│ ├── bg.xml
│ ├── bn.xml
│ ├── bs.xml
│ ├── ca.xml
│ ├── charmap.xml
│ ├── charmap.xsl
│ ├── common.xml
│ ├── common.xsl
│ ├── cs.xml
│ ├── cy.xml
│ ├── da.xml
│ ├── de.xml
│ ├── el.xml
│ ├── en.xml
│ ├── entities.ent
│ ├── eo.xml
│ ├── es.xml
│ ├── et.xml
│ ├── eu.xml
│ ├── fa.xml
│ ├── fi.xml
│ ├── fr.xml
│ ├── ga.xml
│ ├── gentext.xsl
│ ├── gl.xml
│ ├── gu.xml
│ ├── he.xml
│ ├── hi.xml
│ ├── hr.xml
│ ├── hu.xml
│ ├── id.xml
│ ├── insertfile.xsl
│ ├── it.xml
│ ├── ja.xml
│ ├── kn.xml
│ ├── ko.xml
│ ├── l10n.dtd
│ ├── l10n.xml
│ ├── l10n.xsl
│ ├── la.xml
│ ├── labels.xsl
│ ├── lt.xml
│ ├── lv.xml
│ ├── mn.xml
│ ├── nb.xml
│ ├── nl.xml
│ ├── nn.xml
│ ├── olink.xsl
│ ├── or.xml
│ ├── pa.xml
│ ├── pi.xml
│ ├── pi.xsl
│ ├── pl.xml
│ ├── pt.xml
│ ├── pt_br.xml
│ ├── refentry.xml
│ ├── refentry.xsl
│ ├── ro.xml
│ ├── ru.xml
│ ├── sk.xml
│ ├── sl.xml
│ ├── sq.xml
│ ├── sr.xml
│ ├── sr_Latn.xml
│ ├── stripns.xsl
│ ├── subtitles.xsl
│ ├── sv.xml
│ ├── ta.xml
│ ├── table.xsl
│ ├── targetdatabase.dtd
│ ├── targets.xsl
│ ├── th.xml
│ ├── titles.xsl
│ ├── tl.xml
│ ├── tr.xml
│ ├── uk.xml
│ ├── utility.xml
│ ├── utility.xsl
│ ├── vi.xml
│ ├── xh.xml
│ ├── zh_cn.xml
│ └── zh_tw.xml
├── docsrc
│ ├── authors.xml
│ ├── copyright.xml
│ ├── license.xml
│ ├── page.png
│ ├── reference.css
│ ├── reference.xml
│ ├── reference.xml.included
│ └── warranty.xml
├── epub
│ ├── README
│ ├── bin
│ │ ├── dbtoepub
│ │ └── lib
│ │ │ └── docbook.rb
│ └── docbook.xsl
├── extensions
│ ├── README.LIBXSLT
│ ├── docbook.py
│ ├── saxon65.jar
│ ├── xalan27.jar
│ └── xslt.py
├── fo.xsl
├── fo
│ ├── admon.xsl
│ ├── annotations.xsl
│ ├── autoidx-kimber.xsl
│ ├── autoidx-kosek.xsl
│ ├── autoidx-ng.xsl
│ ├── autoidx.xsl
│ ├── autotoc.xsl
│ ├── axf.xsl
│ ├── biblio-iso690.xsl
│ ├── biblio.xsl
│ ├── block.xsl
│ ├── callout.xsl
│ ├── component.xsl
│ ├── division.xsl
│ ├── docbook.xsl
│ ├── ebnf.xsl
│ ├── fo-rtf.xsl
│ ├── fo.xsl
│ ├── footnote.xsl
│ ├── fop.xsl
│ ├── fop1.xsl
│ ├── formal.xsl
│ ├── glossary.xsl
│ ├── graphics.xsl
│ ├── highlight.xsl
│ ├── htmltbl.xsl
│ ├── index.xsl
│ ├── info.xsl
│ ├── inline.xsl
│ ├── keywords.xsl
│ ├── lists.xsl
│ ├── math.xsl
│ ├── pagesetup.xsl
│ ├── param.xml
│ ├── param.xsl
│ ├── passivetex.xsl
│ ├── pdf2index
│ ├── pi.xml
│ ├── pi.xsl
│ ├── profile-docbook.xsl
│ ├── ptc.xsl
│ ├── qandaset.xsl
│ ├── refentry.xsl
│ ├── sections.xsl
│ ├── spaces.xsl
│ ├── synop.xsl
│ ├── table.xml
│ ├── table.xsl
│ ├── task.xsl
│ ├── titlepage.templates.xml
│ ├── titlepage.templates.xsl
│ ├── titlepage.xsl
│ ├── toc.xsl
│ ├── verbatim.xsl
│ ├── xep.xsl
│ └── xref.xsl
├── highlighting
│ ├── c-hl.xml
│ ├── common.xsl
│ ├── cpp-hl.xml
│ ├── csharp-hl.xml
│ ├── delphi-hl.xml
│ ├── ini-hl.xml
│ ├── java-hl.xml
│ ├── javascript-hl.xml
│ ├── m2-hl.xml
│ ├── myxml-hl.xml
│ ├── perl-hl.xml
│ ├── php-hl.xml
│ ├── python-hl.xml
│ ├── ruby-hl.xml
│ ├── tcl-hl.xml
│ └── xslthl-config.xml
├── html
│ ├── admon.xsl
│ ├── annotations.xsl
│ ├── autoidx-kimber.xsl
│ ├── autoidx-kosek.xsl
│ ├── autoidx-ng.xsl
│ ├── autoidx.xsl
│ ├── autotoc.xsl
│ ├── biblio-iso690.xsl
│ ├── biblio.xsl
│ ├── block.xsl
│ ├── callout.xsl
│ ├── changebars.xsl
│ ├── chunk-changebars.xsl
│ ├── chunk-code.xsl
│ ├── chunk-common.xsl
│ ├── chunk.xsl
│ ├── chunker.xsl
│ ├── chunkfast.xsl
│ ├── chunktoc.xsl
│ ├── component.xsl
│ ├── division.xsl
│ ├── docbook.xsl
│ ├── ebnf.xsl
│ ├── footnote.xsl
│ ├── formal.xsl
│ ├── glossary.xsl
│ ├── graphics.xsl
│ ├── highlight.xsl
│ ├── html-rtf.xsl
│ ├── html.xsl
│ ├── htmltbl.xsl
│ ├── index.xsl
│ ├── info.xsl
│ ├── inline.xsl
│ ├── keywords.xsl
│ ├── lists.xsl
│ ├── maketoc.xsl
│ ├── manifest.xsl
│ ├── math.xsl
│ ├── oldchunker.xsl
│ ├── onechunk.xsl
│ ├── param.xml
│ ├── param.xsl
│ ├── pi.xml
│ ├── pi.xsl
│ ├── profile-chunk-code.xsl
│ ├── profile-chunk.xsl
│ ├── profile-docbook.xsl
│ ├── profile-onechunk.xsl
│ ├── qandaset.xsl
│ ├── refentry.xsl
│ ├── sections.xsl
│ ├── synop.xsl
│ ├── table.xsl
│ ├── task.xsl
│ ├── titlepage.templates.xml
│ ├── titlepage.templates.xsl
│ ├── titlepage.xsl
│ ├── toc.xsl
│ ├── verbatim.xsl
│ └── xref.xsl
├── htmlhelp
│ ├── htmlhelp-common.xsl
│ ├── htmlhelp.xsl
│ ├── profile-htmlhelp-common.xsl
│ └── profile-htmlhelp.xsl
├── images
│ ├── annot-close.png
│ ├── annot-open.png
│ ├── blank.png
│ ├── callouts
│ │ ├── 1.gif
│ │ ├── 1.png
│ │ ├── 1.svg
│ │ ├── 10.gif
│ │ ├── 10.png
│ │ ├── 10.svg
│ │ ├── 11.gif
│ │ ├── 11.png
│ │ ├── 11.svg
│ │ ├── 12.gif
│ │ ├── 12.png
│ │ ├── 12.svg
│ │ ├── 13.gif
│ │ ├── 13.png
│ │ ├── 13.svg
│ │ ├── 14.gif
│ │ ├── 14.png
│ │ ├── 14.svg
│ │ ├── 15.gif
│ │ ├── 15.png
│ │ ├── 15.svg
│ │ ├── 16.svg
│ │ ├── 17.svg
│ │ ├── 18.svg
│ │ ├── 19.svg
│ │ ├── 2.gif
│ │ ├── 2.png
│ │ ├── 2.svg
│ │ ├── 20.svg
│ │ ├── 21.svg
│ │ ├── 22.svg
│ │ ├── 23.svg
│ │ ├── 24.svg
│ │ ├── 25.svg
│ │ ├── 26.svg
│ │ ├── 27.svg
│ │ ├── 28.svg
│ │ ├── 29.svg
│ │ ├── 3.gif
│ │ ├── 3.png
│ │ ├── 3.svg
│ │ ├── 30.svg
│ │ ├── 4.gif
│ │ ├── 4.png
│ │ ├── 4.svg
│ │ ├── 5.gif
│ │ ├── 5.png
│ │ ├── 5.svg
│ │ ├── 6.gif
│ │ ├── 6.png
│ │ ├── 6.svg
│ │ ├── 7.gif
│ │ ├── 7.png
│ │ ├── 7.svg
│ │ ├── 8.gif
│ │ ├── 8.png
│ │ ├── 8.svg
│ │ ├── 9.gif
│ │ ├── 9.png
│ │ └── 9.svg
│ ├── caution.gif
│ ├── caution.png
│ ├── caution.svg
│ ├── caution.tif
│ ├── draft.png
│ ├── home.gif
│ ├── home.png
│ ├── home.svg
│ ├── important.gif
│ ├── important.png
│ ├── important.svg
│ ├── important.tif
│ ├── next.gif
│ ├── next.png
│ ├── next.svg
│ ├── note.gif
│ ├── note.png
│ ├── note.svg
│ ├── note.tif
│ ├── prev.gif
│ ├── prev.png
│ ├── prev.svg
│ ├── tip.gif
│ ├── tip.png
│ ├── tip.svg
│ ├── tip.tif
│ ├── toc-blank.png
│ ├── toc-minus.png
│ ├── toc-plus.png
│ ├── up.gif
│ ├── up.png
│ ├── up.svg
│ ├── warning.gif
│ ├── warning.png
│ ├── warning.svg
│ └── warning.tif
├── javahelp
│ ├── javahelp.xsl
│ └── profile-javahelp.xsl
├── lib
│ └── lib.xsl
├── manpages
│ ├── ChangeLog.20020917
│ ├── block.xsl
│ ├── charmap.groff.xsl
│ ├── docbook.xsl
│ ├── endnotes.xsl
│ ├── html-synop.xsl
│ ├── info.xsl
│ ├── inline.xsl
│ ├── lists.xsl
│ ├── other.xsl
│ ├── param.xml
│ ├── param.xsl
│ ├── pi.xml
│ ├── pi.xsl
│ ├── profile-docbook.xsl
│ ├── refentry.xsl
│ ├── synop.xsl
│ ├── table.xsl
│ └── utility.xsl
├── params
│ ├── abstract.notitle.enabled.xml
│ ├── abstract.properties.xml
│ ├── abstract.title.properties.xml
│ ├── active.toc.xml
│ ├── ade.extensions.xml
│ ├── admon.graphics.extension.xml
│ ├── admon.graphics.path.xml
│ ├── admon.graphics.xml
│ ├── admon.style.xml
│ ├── admon.textlabel.xml
│ ├── admonition.properties.xml
│ ├── admonition.title.properties.xml
│ ├── alignment.xml
│ ├── annotate.toc.xml
│ ├── annotation.css.xml
│ ├── annotation.graphic.close.xml
│ ├── annotation.graphic.open.xml
│ ├── annotation.js.xml
│ ├── annotation.support.xml
│ ├── appendix.autolabel.xml
│ ├── arbortext.extensions.xml
│ ├── article.appendix.title.properties.xml
│ ├── author.othername.in.middle.xml
│ ├── autolayout-file.xml
│ ├── autotoc.label.in.hyperlink.xml
│ ├── autotoc.label.separator.xml
│ ├── axf.extensions.xml
│ ├── banner.before.navigation.xml
│ ├── base.dir.xml
│ ├── biblioentry.item.separator.xml
│ ├── biblioentry.properties.xml
│ ├── bibliography.collection.xml
│ ├── bibliography.numbered.xml
│ ├── bibliography.style.xml
│ ├── blockquote.properties.xml
│ ├── blurb.on.titlepage.enabled.xml
│ ├── body.attributes.xml
│ ├── body.bg.color.xml
│ ├── body.end.indent.xml
│ ├── body.font.family.xml
│ ├── body.font.master.xml
│ ├── body.font.size.xml
│ ├── body.margin.bottom.xml
│ ├── body.margin.top.xml
│ ├── body.start.indent.xml
│ ├── bridgehead.in.toc.xml
│ ├── bullet.image.xml
│ ├── callout.defaultcolumn.xml
│ ├── callout.graphics.extension.xml
│ ├── callout.graphics.number.limit.xml
│ ├── callout.graphics.path.xml
│ ├── callout.graphics.xml
│ ├── callout.icon.size.xml
│ ├── callout.list.table.xml
│ ├── callout.unicode.font.xml
│ ├── callout.unicode.number.limit.xml
│ ├── callout.unicode.start.character.xml
│ ├── callout.unicode.xml
│ ├── callouts.extension.xml
│ ├── chapter.autolabel.xml
│ ├── chunk.append.xml
│ ├── chunk.first.sections.xml
│ ├── chunk.quietly.xml
│ ├── chunk.section.depth.xml
│ ├── chunk.sections.xml
│ ├── chunk.separate.lots.xml
│ ├── chunk.toc.xml
│ ├── chunk.tocs.and.lots.has.title.xml
│ ├── chunk.tocs.and.lots.xml
│ ├── chunker.output.cdata-section-elements.xml
│ ├── chunker.output.doctype-public.xml
│ ├── chunker.output.doctype-system.xml
│ ├── chunker.output.encoding.xml
│ ├── chunker.output.indent.xml
│ ├── chunker.output.media-type.xml
│ ├── chunker.output.method.xml
│ ├── chunker.output.omit-xml-declaration.xml
│ ├── chunker.output.standalone.xml
│ ├── citerefentry.link.xml
│ ├── collect.xref.targets.xml
│ ├── column.count.back.xml
│ ├── column.count.body.xml
│ ├── column.count.front.xml
│ ├── column.count.index.xml
│ ├── column.count.lot.xml
│ ├── column.count.titlepage.xml
│ ├── column.gap.back.xml
│ ├── column.gap.body.xml
│ ├── column.gap.front.xml
│ ├── column.gap.index.xml
│ ├── column.gap.lot.xml
│ ├── column.gap.titlepage.xml
│ ├── compact.list.item.spacing.xml
│ ├── component.label.includes.part.label.xml
│ ├── component.title.properties.xml
│ ├── component.titlepage.properties.xml
│ ├── contrib.inline.enabled.xml
│ ├── crop.mark.bleed.xml
│ ├── crop.mark.offset.xml
│ ├── crop.mark.width.xml
│ ├── crop.marks.xml
│ ├── css.decoration.xml
│ ├── css.stylesheet.dir.xml
│ ├── css.stylesheet.xml
│ ├── current.docid.xml
│ ├── currentpage.marker.xml
│ ├── default.float.class.xml
│ ├── default.image.width.xml
│ ├── default.table.frame.xml
│ ├── default.table.width.xml
│ ├── default.units.xml
│ ├── dingbat.font.family.xml
│ ├── double.sided.xml
│ ├── draft.mode.xml
│ ├── draft.watermark.image.xml
│ ├── dry-run.xml
│ ├── dynamic.toc.xml
│ ├── ebnf.assignment.xml
│ ├── ebnf.statement.terminator.xml
│ ├── ebnf.table.bgcolor.xml
│ ├── ebnf.table.border.xml
│ ├── eclipse.autolabel.xml
│ ├── eclipse.plugin.id.xml
│ ├── eclipse.plugin.name.xml
│ ├── eclipse.plugin.provider.xml
│ ├── editedby.enabled.xml
│ ├── email.delimiters.enabled.xml
│ ├── email.mailto.enabled.xml
│ ├── emphasis.propagates.style.xml
│ ├── entry.propagates.style.xml
│ ├── epub.autolabel.xml
│ ├── equation.properties.xml
│ ├── example.properties.xml
│ ├── feedback.href.xml
│ ├── feedback.link.text.xml
│ ├── feedback.with.ids.xml
│ ├── figure.properties.xml
│ ├── filename-prefix.xml
│ ├── firstterm.only.link.xml
│ ├── foil.properties.xml
│ ├── foil.subtitle.properties.xml
│ ├── foil.title.master.xml
│ ├── foil.title.size.xml
│ ├── foilgroup.properties.xml
│ ├── foilgroup.toc.xml
│ ├── footer.column.widths.xml
│ ├── footer.content.properties.xml
│ ├── footer.hr.xml
│ ├── footer.rule.xml
│ ├── footer.table.height.xml
│ ├── footer.table.properties.xml
│ ├── footers.on.blank.pages.xml
│ ├── footnote.font.size.xml
│ ├── footnote.mark.properties.xml
│ ├── footnote.number.format.xml
│ ├── footnote.number.symbols.xml
│ ├── footnote.properties.xml
│ ├── footnote.sep.leader.properties.xml
│ ├── fop.extensions.xml
│ ├── fop1.extensions.xml
│ ├── formal.object.properties.xml
│ ├── formal.procedures.xml
│ ├── formal.title.placement.xml
│ ├── formal.title.properties.xml
│ ├── funcsynopsis.decoration.xml
│ ├── funcsynopsis.style.xml
│ ├── function.parens.xml
│ ├── generate.id.attributes.xml
│ ├── generate.index.xml
│ ├── generate.legalnotice.link.xml
│ ├── generate.manifest.xml
│ ├── generate.meta.abstract.xml
│ ├── generate.revhistory.link.xml
│ ├── generate.section.toc.level.xml
│ ├── generate.toc.xml
│ ├── glossary.as.blocks.xml
│ ├── glossary.collection.xml
│ ├── glossary.sort.xml
│ ├── glossentry.show.acronym.xml
│ ├── glosslist.as.blocks.xml
│ ├── glossterm.auto.link.xml
│ ├── glossterm.separation.xml
│ ├── glossterm.width.xml
│ ├── graphic.default.extension.xml
│ ├── graphical.admonition.properties.xml
│ ├── graphics.dir.xml
│ ├── graphicsize.extension.xml
│ ├── graphicsize.use.img.src.path.xml
│ ├── header.column.widths.xml
│ ├── header.content.properties.xml
│ ├── header.hr.xml
│ ├── header.rule.xml
│ ├── header.table.height.xml
│ ├── header.table.properties.xml
│ ├── headers.on.blank.pages.xml
│ ├── hidetoc.image.xml
│ ├── highlight.default.language.xml
│ ├── highlight.source.xml
│ ├── highlight.xslthl.config.xml
│ ├── home.image.xml
│ ├── html.append.xml
│ ├── html.base.xml
│ ├── html.cellpadding.xml
│ ├── html.cellspacing.xml
│ ├── html.cleanup.xml
│ ├── html.ext.xml
│ ├── html.extra.head.links.xml
│ ├── html.head.legalnotice.link.multiple.xml
│ ├── html.head.legalnotice.link.types.xml
│ ├── html.longdesc.link.xml
│ ├── html.longdesc.xml
│ ├── html.stylesheet.type.xml
│ ├── html.stylesheet.xml
│ ├── htmlhelp.alias.file.xml
│ ├── htmlhelp.autolabel.xml
│ ├── htmlhelp.button.back.xml
│ ├── htmlhelp.button.forward.xml
│ ├── htmlhelp.button.hideshow.xml
│ ├── htmlhelp.button.home.url.xml
│ ├── htmlhelp.button.home.xml
│ ├── htmlhelp.button.jump1.title.xml
│ ├── htmlhelp.button.jump1.url.xml
│ ├── htmlhelp.button.jump1.xml
│ ├── htmlhelp.button.jump2.title.xml
│ ├── htmlhelp.button.jump2.url.xml
│ ├── htmlhelp.button.jump2.xml
│ ├── htmlhelp.button.locate.xml
│ ├── htmlhelp.button.next.xml
│ ├── htmlhelp.button.options.xml
│ ├── htmlhelp.button.prev.xml
│ ├── htmlhelp.button.print.xml
│ ├── htmlhelp.button.refresh.xml
│ ├── htmlhelp.button.stop.xml
│ ├── htmlhelp.button.zoom.xml
│ ├── htmlhelp.chm.xml
│ ├── htmlhelp.default.topic.xml
│ ├── htmlhelp.display.progress.xml
│ ├── htmlhelp.encoding.xml
│ ├── htmlhelp.enhanced.decompilation.xml
│ ├── htmlhelp.enumerate.images.xml
│ ├── htmlhelp.force.map.and.alias.xml
│ ├── htmlhelp.hhc.binary.xml
│ ├── htmlhelp.hhc.folders.instead.books.xml
│ ├── htmlhelp.hhc.section.depth.xml
│ ├── htmlhelp.hhc.show.root.xml
│ ├── htmlhelp.hhc.width.xml
│ ├── htmlhelp.hhc.xml
│ ├── htmlhelp.hhk.xml
│ ├── htmlhelp.hhp.tail.xml
│ ├── htmlhelp.hhp.window.xml
│ ├── htmlhelp.hhp.windows.xml
│ ├── htmlhelp.hhp.xml
│ ├── htmlhelp.map.file.xml
│ ├── htmlhelp.only.xml
│ ├── htmlhelp.remember.window.position.xml
│ ├── htmlhelp.show.advanced.search.xml
│ ├── htmlhelp.show.favorities.xml
│ ├── htmlhelp.show.menu.xml
│ ├── htmlhelp.show.toolbar.text.xml
│ ├── htmlhelp.title.xml
│ ├── htmlhelp.use.hhk.xml
│ ├── htmlhelp.window.geometry.xml
│ ├── hyphenate.verbatim.characters.xml
│ ├── hyphenate.verbatim.xml
│ ├── hyphenate.xml
│ ├── id.warnings.xml
│ ├── ignore.image.scaling.xml
│ ├── img.src.path.xml
│ ├── index.div.title.properties.xml
│ ├── index.entry.properties.xml
│ ├── index.method.xml
│ ├── index.number.separator.xml
│ ├── index.on.role.xml
│ ├── index.on.type.xml
│ ├── index.page.number.properties.xml
│ ├── index.prefer.titleabbrev.xml
│ ├── index.preferred.page.properties.xml
│ ├── index.range.separator.xml
│ ├── index.term.separator.xml
│ ├── informal.object.properties.xml
│ ├── informalequation.properties.xml
│ ├── informalexample.properties.xml
│ ├── informalfigure.properties.xml
│ ├── informaltable.properties.xml
│ ├── inherit.keywords.xml
│ ├── insert.link.page.number.xml
│ ├── insert.olink.page.number.xml
│ ├── insert.olink.pdf.frag.xml
│ ├── insert.xref.page.number.xml
│ ├── itemizedlist.label.properties.xml
│ ├── itemizedlist.label.width.xml
│ ├── itemizedlist.properties.xml
│ ├── javahelp.encoding.xml
│ ├── keep.relative.image.uris.xml
│ ├── keyboard.nav.xml
│ ├── l10n.gentext.default.language.xml
│ ├── l10n.gentext.language.xml
│ ├── l10n.gentext.use.xref.language.xml
│ ├── l10n.lang.value.rfc.compliant.xml
│ ├── label.from.part.xml
│ ├── line-height.xml
│ ├── linenumbering.everyNth.xml
│ ├── linenumbering.extension.xml
│ ├── linenumbering.separator.xml
│ ├── linenumbering.width.xml
│ ├── link.mailto.url.xml
│ ├── list.block.properties.xml
│ ├── list.block.spacing.xml
│ ├── list.item.spacing.xml
│ ├── make.graphic.viewport.xml
│ ├── make.index.markup.xml
│ ├── make.single.year.ranges.xml
│ ├── make.valid.html.xml
│ ├── make.year.ranges.xml
│ ├── man.authors.section.enabled.xml
│ ├── man.base.url.for.relative.links.xml
│ ├── man.break.after.slash.xml
│ ├── man.charmap.enabled.xml
│ ├── man.charmap.subset.profile.english.xml
│ ├── man.charmap.subset.profile.xml
│ ├── man.charmap.uri.xml
│ ├── man.charmap.use.subset.xml
│ ├── man.copyright.section.enabled.xml
│ ├── man.endnotes.are.numbered.xml
│ ├── man.endnotes.list.enabled.xml
│ ├── man.endnotes.list.heading.xml
│ ├── man.font.funcprototype.xml
│ ├── man.font.funcsynopsisinfo.xml
│ ├── man.font.links.xml
│ ├── man.font.table.headings.xml
│ ├── man.font.table.title.xml
│ ├── man.funcsynopsis.style.xml
│ ├── man.hyphenate.computer.inlines.xml
│ ├── man.hyphenate.filenames.xml
│ ├── man.hyphenate.urls.xml
│ ├── man.hyphenate.xml
│ ├── man.indent.blurbs.xml
│ ├── man.indent.lists.xml
│ ├── man.indent.refsect.xml
│ ├── man.indent.verbatims.xml
│ ├── man.indent.width.xml
│ ├── man.justify.xml
│ ├── man.output.base.dir.xml
│ ├── man.output.encoding.xml
│ ├── man.output.in.separate.dir.xml
│ ├── man.output.lang.in.name.enabled.xml
│ ├── man.output.manifest.enabled.xml
│ ├── man.output.manifest.filename.xml
│ ├── man.output.quietly.xml
│ ├── man.output.subdirs.enabled.xml
│ ├── man.segtitle.suppress.xml
│ ├── man.string.subst.map.local.post.xml
│ ├── man.string.subst.map.local.pre.xml
│ ├── man.string.subst.map.xml
│ ├── man.subheading.divider.enabled.xml
│ ├── man.subheading.divider.xml
│ ├── man.table.footnotes.divider.xml
│ ├── man.th.extra1.suppress.xml
│ ├── man.th.extra2.max.length.xml
│ ├── man.th.extra2.suppress.xml
│ ├── man.th.extra3.max.length.xml
│ ├── man.th.extra3.suppress.xml
│ ├── man.th.title.max.length.xml
│ ├── manifest.in.base.dir.xml
│ ├── manifest.xml
│ ├── manual.toc.xml
│ ├── margin.note.float.type.xml
│ ├── margin.note.properties.xml
│ ├── margin.note.title.properties.xml
│ ├── margin.note.width.xml
│ ├── marker.section.level.xml
│ ├── menuchoice.menu.separator.xml
│ ├── menuchoice.separator.xml
│ ├── minus.image.xml
│ ├── monospace.font.family.xml
│ ├── monospace.properties.xml
│ ├── monospace.verbatim.properties.xml
│ ├── multiframe.bottom.bgcolor.xml
│ ├── multiframe.navigation.height.xml
│ ├── multiframe.top.bgcolor.xml
│ ├── multiframe.xml
│ ├── nav.separator.xml
│ ├── nav.table.summary.xml
│ ├── navbgcolor.xml
│ ├── navbodywidth.xml
│ ├── navig.graphics.extension.xml
│ ├── navig.graphics.path.xml
│ ├── navig.graphics.xml
│ ├── navig.showtitles.xml
│ ├── navtocwidth.xml
│ ├── next.image.xml
│ ├── no.home.image.xml
│ ├── no.next.image.xml
│ ├── no.prev.image.xml
│ ├── no.toc.image.xml
│ ├── no.up.image.xml
│ ├── nominal.image.depth.xml
│ ├── nominal.image.width.xml
│ ├── nominal.table.width.xml
│ ├── nongraphical.admonition.properties.xml
│ ├── normal.para.spacing.xml
│ ├── olink.base.uri.xml
│ ├── olink.debug.xml
│ ├── olink.doctitle.xml
│ ├── olink.fragid.xml
│ ├── olink.lang.fallback.sequence.xml
│ ├── olink.outline.ext.xml
│ ├── olink.properties.xml
│ ├── olink.pubid.xml
│ ├── olink.resolver.xml
│ ├── olink.sysid.xml
│ ├── orderedlist.label.properties.xml
│ ├── orderedlist.label.width.xml
│ ├── orderedlist.properties.xml
│ ├── othercredit.like.author.enabled.xml
│ ├── output-root.xml
│ ├── output.indent.xml
│ ├── overlay.js.xml
│ ├── overlay.logo.xml
│ ├── overlay.xml
│ ├── page.height.portrait.xml
│ ├── page.height.xml
│ ├── page.margin.bottom.xml
│ ├── page.margin.inner.xml
│ ├── page.margin.outer.xml
│ ├── page.margin.top.xml
│ ├── page.orientation.xml
│ ├── page.width.portrait.xml
│ ├── page.width.xml
│ ├── pages.template.xml
│ ├── paper.type.xml
│ ├── para.propagates.style.xml
│ ├── part.autolabel.xml
│ ├── passivetex.extensions.xml
│ ├── pgwide.properties.xml
│ ├── phrase.propagates.style.xml
│ ├── pixels.per.inch.xml
│ ├── plus.image.xml
│ ├── points.per.em.xml
│ ├── preface.autolabel.xml
│ ├── prefer.internal.olink.xml
│ ├── preferred.mediaobject.role.xml
│ ├── prev.image.xml
│ ├── procedure.properties.xml
│ ├── process.empty.source.toc.xml
│ ├── process.source.toc.xml
│ ├── profile.arch.xml
│ ├── profile.attribute.xml
│ ├── profile.audience.xml
│ ├── profile.condition.xml
│ ├── profile.conformance.xml
│ ├── profile.lang.xml
│ ├── profile.os.xml
│ ├── profile.revision.xml
│ ├── profile.revisionflag.xml
│ ├── profile.role.xml
│ ├── profile.security.xml
│ ├── profile.separator.xml
│ ├── profile.status.xml
│ ├── profile.userlevel.xml
│ ├── profile.value.xml
│ ├── profile.vendor.xml
│ ├── profile.wordsize.xml
│ ├── punct.honorific.xml
│ ├── qanda.defaultlabel.xml
│ ├── qanda.in.toc.xml
│ ├── qanda.inherit.numeration.xml
│ ├── qanda.nested.in.toc.xml
│ ├── qanda.title.level1.properties.xml
│ ├── qanda.title.level2.properties.xml
│ ├── qanda.title.level3.properties.xml
│ ├── qanda.title.level4.properties.xml
│ ├── qanda.title.level5.properties.xml
│ ├── qanda.title.level6.properties.xml
│ ├── qanda.title.properties.xml
│ ├── qandadiv.autolabel.xml
│ ├── rebuild-all.xml
│ ├── refclass.suppress.xml
│ ├── refentry.date.profile.enabled.xml
│ ├── refentry.date.profile.xml
│ ├── refentry.generate.name.xml
│ ├── refentry.generate.title.xml
│ ├── refentry.manual.fallback.profile.xml
│ ├── refentry.manual.profile.enabled.xml
│ ├── refentry.manual.profile.xml
│ ├── refentry.meta.get.quietly.xml
│ ├── refentry.pagebreak.xml
│ ├── refentry.separator.xml
│ ├── refentry.source.fallback.profile.xml
│ ├── refentry.source.name.profile.enabled.xml
│ ├── refentry.source.name.profile.xml
│ ├── refentry.source.name.suppress.xml
│ ├── refentry.title.properties.xml
│ ├── refentry.version.profile.enabled.xml
│ ├── refentry.version.profile.xml
│ ├── refentry.version.suppress.xml
│ ├── refentry.xref.manvolnum.xml
│ ├── reference.autolabel.xml
│ ├── region.after.extent.xml
│ ├── region.before.extent.xml
│ ├── revhistory.table.cell.properties.xml
│ ├── revhistory.table.properties.xml
│ ├── revhistory.title.properties.xml
│ ├── root.filename.xml
│ ├── root.properties.xml
│ ├── rootid.xml
│ ├── runinhead.default.title.end.punct.xml
│ ├── runinhead.title.end.punct.xml
│ ├── running.foot.properties.xml
│ ├── sans.font.family.xml
│ ├── saxon.callouts.xml
│ ├── saxon.character.representation.xml
│ ├── saxon.linenumbering.xml
│ ├── saxon.tablecolumns.xml
│ ├── script.dir.xml
│ ├── section.autolabel.max.depth.xml
│ ├── section.autolabel.xml
│ ├── section.container.element.xml
│ ├── section.label.includes.component.label.xml
│ ├── section.level1.properties.xml
│ ├── section.level2.properties.xml
│ ├── section.level3.properties.xml
│ ├── section.level4.properties.xml
│ ├── section.level5.properties.xml
│ ├── section.level6.properties.xml
│ ├── section.properties.xml
│ ├── section.title.level1.properties.xml
│ ├── section.title.level2.properties.xml
│ ├── section.title.level3.properties.xml
│ ├── section.title.level4.properties.xml
│ ├── section.title.level5.properties.xml
│ ├── section.title.level6.properties.xml
│ ├── section.title.properties.xml
│ ├── segmentedlist.as.table.xml
│ ├── sequential.links.xml
│ ├── shade.verbatim.style.xml
│ ├── shade.verbatim.xml
│ ├── show.comments.xml
│ ├── show.foil.number.xml
│ ├── show.revisionflag.xml
│ ├── showtoc.image.xml
│ ├── side.float.properties.xml
│ ├── sidebar.float.type.xml
│ ├── sidebar.float.width.xml
│ ├── sidebar.properties.xml
│ ├── sidebar.title.properties.xml
│ ├── simplesect.in.toc.xml
│ ├── slide.font.family.xml
│ ├── slide.title.font.family.xml
│ ├── slides.js.xml
│ ├── slides.properties.xml
│ ├── spacing.paras.xml
│ ├── speakernote.properties.xml
│ ├── subscript.properties.xml
│ ├── superscript.properties.xml
│ ├── suppress.footer.navigation.xml
│ ├── suppress.header.navigation.xml
│ ├── suppress.homepage.title.xml
│ ├── suppress.navigation.xml
│ ├── symbol.font.family.xml
│ ├── table.borders.with.css.xml
│ ├── table.cell.border.color.xml
│ ├── table.cell.border.style.xml
│ ├── table.cell.border.thickness.xml
│ ├── table.cell.padding.xml
│ ├── table.entry.padding.xml
│ ├── table.footnote.number.format.xml
│ ├── table.footnote.number.symbols.xml
│ ├── table.footnote.properties.xml
│ ├── table.frame.border.color.xml
│ ├── table.frame.border.style.xml
│ ├── table.frame.border.thickness.xml
│ ├── table.properties.xml
│ ├── table.spacer.image.xml
│ ├── table.table.properties.xml
│ ├── tablecolumns.extension.xml
│ ├── target.database.document.xml
│ ├── targets.filename.xml
│ ├── template.xml
│ ├── tex.math.delims.xml
│ ├── tex.math.file.xml
│ ├── tex.math.in.alt.xml
│ ├── text.home.xml
│ ├── text.next.xml
│ ├── text.prev.xml
│ ├── text.toc.xml
│ ├── text.up.xml
│ ├── textbgcolor.xml
│ ├── textdata.default.encoding.xml
│ ├── textinsert.extension.xml
│ ├── title.font.family.xml
│ ├── title.margin.left.xml
│ ├── titlefoil.html.xml
│ ├── toc.bg.color.xml
│ ├── toc.blank.graphic.xml
│ ├── toc.blank.image.xml
│ ├── toc.blank.text.xml
│ ├── toc.hide.show.xml
│ ├── toc.html.xml
│ ├── toc.image.xml
│ ├── toc.indent.width.xml
│ ├── toc.line.properties.xml
│ ├── toc.list.type.xml
│ ├── toc.margin.properties.xml
│ ├── toc.max.depth.xml
│ ├── toc.pointer.graphic.xml
│ ├── toc.pointer.image.xml
│ ├── toc.pointer.text.xml
│ ├── toc.row.height.xml
│ ├── toc.section.depth.xml
│ ├── toc.spacer.graphic.xml
│ ├── toc.spacer.image.xml
│ ├── toc.spacer.text.xml
│ ├── toc.width.xml
│ ├── ua.js.xml
│ ├── ulink.footnotes.xml
│ ├── ulink.hyphenate.chars.xml
│ ├── ulink.hyphenate.xml
│ ├── ulink.show.xml
│ ├── ulink.target.xml
│ ├── up.image.xml
│ ├── use.embed.for.svg.xml
│ ├── use.extensions.xml
│ ├── use.id.as.filename.xml
│ ├── use.id.function.xml
│ ├── use.local.olink.style.xml
│ ├── use.role.as.xrefstyle.xml
│ ├── use.role.for.mediaobject.xml
│ ├── use.svg.xml
│ ├── variablelist.as.blocks.xml
│ ├── variablelist.as.table.xml
│ ├── variablelist.max.termlength.xml
│ ├── variablelist.term.break.after.xml
│ ├── variablelist.term.separator.xml
│ ├── verbatim.properties.xml
│ ├── wordml.template.xml
│ ├── writing.mode.xml
│ ├── xbCollapsibleLists.js.xml
│ ├── xbDOM.js.xml
│ ├── xbLibrary.js.xml
│ ├── xbStyle.js.xml
│ ├── xep.extensions.xml
│ ├── xep.index.item.properties.xml
│ ├── xref.label-page.separator.xml
│ ├── xref.label-title.separator.xml
│ ├── xref.properties.xml
│ ├── xref.title-page.separator.xml
│ └── xref.with.number.and.title.xml
├── profiling
│ ├── profile-mode.xsl
│ ├── profile.xsl
│ ├── strip-attributes.xsl
│ └── xsl2profile.xsl
├── roundtrip
│ ├── blocks-spec.xml
│ ├── blocks2dbk.dtd
│ ├── blocks2dbk.xsl
│ ├── dbk2ooo.xsl
│ ├── dbk2pages.xsl
│ ├── dbk2wordml.xsl
│ ├── dbk2wp.xsl
│ ├── normalise-common.xsl
│ ├── normalise2sections.xsl
│ ├── pages2normalise.xsl
│ ├── param.xml
│ ├── param.xsl
│ ├── sections-spec.xml
│ ├── sections2blocks.xsl
│ ├── specifications.xml
│ ├── template-pages.xml
│ ├── template.dot
│ ├── template.xml
│ └── wordml2normalise.xsl
├── template
│ ├── titlepage.xml
│ └── titlepage.xsl
├── tests
│ ├── refentry.007.ns.xml
│ └── refentry.007.xml
├── tools
│ ├── bin
│ │ └── docbook-xsl-update
│ └── make
│ │ ├── Makefile.DocBook
│ │ ├── Makefile.combine
│ │ └── Makefile.docParam
└── xhtml
│ ├── admon.xsl
│ ├── annotations.xsl
│ ├── autoidx-kimber.xsl
│ ├── autoidx-kosek.xsl
│ ├── autoidx-ng.xsl
│ ├── autoidx.xsl
│ ├── autotoc.xsl
│ ├── biblio-iso690.xsl
│ ├── biblio.xsl
│ ├── block.xsl
│ ├── callout.xsl
│ ├── changebars.xsl
│ ├── chunk-changebars.xsl
│ ├── chunk-code.xsl
│ ├── chunk-common.xsl
│ ├── chunk.xsl
│ ├── chunker.xsl
│ ├── chunkfast.xsl
│ ├── chunktoc.xsl
│ ├── component.xsl
│ ├── division.xsl
│ ├── docbook.xsl
│ ├── ebnf.xsl
│ ├── footnote.xsl
│ ├── formal.xsl
│ ├── glossary.xsl
│ ├── graphics.xsl
│ ├── highlight.xsl
│ ├── html-rtf.xsl
│ ├── html.xsl
│ ├── htmltbl.xsl
│ ├── index.xsl
│ ├── info.xsl
│ ├── inline.xsl
│ ├── keywords.xsl
│ ├── lists.xsl
│ ├── maketoc.xsl
│ ├── manifest.xsl
│ ├── math.xsl
│ ├── oldchunker.xsl
│ ├── onechunk.xsl
│ ├── param.xsl
│ ├── pi.xsl
│ ├── profile-chunk-code.xsl
│ ├── profile-chunk.xsl
│ ├── profile-docbook.xsl
│ ├── profile-onechunk.xsl
│ ├── qandaset.xsl
│ ├── refentry.xsl
│ ├── sections.xsl
│ ├── synop.xsl
│ ├── table.xsl
│ ├── task.xsl
│ ├── titlepage.templates.xsl
│ ├── titlepage.xsl
│ ├── toc.xsl
│ ├── verbatim.xsl
│ └── xref.xsl
├── example
├── LICENSE
├── book
│ ├── book.asc
│ ├── image
│ │ └── octocat_professor.png
│ └── include
│ │ └── hello.c
└── site
│ ├── index.html
│ └── page.html
├── git-scribe.gemspec
├── lib
├── git-scribe.rb
├── git-scribe
│ ├── check.rb
│ ├── cli.rb
│ ├── generate.rb
│ ├── init.rb
│ └── version.rb
└── subcommand.rb
├── site
└── default
│ ├── book-docinfo.xml
│ ├── book.opf
│ ├── index.html
│ ├── master.css
│ └── page.html
├── stylesheets
├── scribe-quirks.css
└── scribe.css
├── template
├── .gitignore
├── .gitscribe
├── LICENSE
├── README.asciidoc
└── book
│ ├── book.asc
│ ├── chapter2.asc
│ ├── images
│ ├── cover.jpg
│ └── octocat_professor.png
│ └── include
│ └── hello.c
├── test
├── check_test.rb
├── gen_test.rb
├── init_test.rb
└── test_helper.rb
└── vendor
├── saxon.jar
└── xslthl-2.0.2.jar
/.gitignore:
--------------------------------------------------------------------------------
1 | example/output
2 | output
3 | .DS_Store
4 | *.gem
5 |
--------------------------------------------------------------------------------
/.travis.yml:
--------------------------------------------------------------------------------
1 | language: ruby
2 | script: "bundle exec rake"
3 | rvm:
4 | - 2.0.0
5 |
--------------------------------------------------------------------------------
/Gemfile:
--------------------------------------------------------------------------------
1 | source :rubygems
2 | gemspec
3 |
--------------------------------------------------------------------------------
/Gemfile.lock:
--------------------------------------------------------------------------------
1 | PATH
2 | remote: .
3 | specs:
4 | git-scribe (0.1.1)
5 | grit
6 | liquid
7 | nokogiri
8 |
9 | GEM
10 | remote: http://rubygems.org/
11 | specs:
12 | diff-lcs (1.1.3)
13 | grit (2.5.0)
14 | diff-lcs (~> 1.1)
15 | mime-types (~> 1.15)
16 | posix-spawn (~> 0.3.6)
17 | liquid (2.3.0)
18 | mime-types (1.19)
19 | nokogiri (1.5.5)
20 | posix-spawn (0.3.6)
21 | rake (0.9.2)
22 | test-unit (2.3.2)
23 |
24 | PLATFORMS
25 | ruby
26 |
27 | DEPENDENCIES
28 | git-scribe!
29 | rake
30 | test-unit
31 |
--------------------------------------------------------------------------------
/Rakefile:
--------------------------------------------------------------------------------
1 | require 'rake/testtask'
2 |
3 | task :default => :test
4 |
5 | Rake::TestTask.new do |t|
6 | t.libs << "test"
7 | t.test_files = FileList['test/*_test.rb']
8 | t.verbose = true
9 | end
10 |
--------------------------------------------------------------------------------
/TODO.txt:
--------------------------------------------------------------------------------
1 | To-Do List
2 | =============
3 |
4 | * move to GLI?
5 |
6 | * workflow
7 | - review / copy editing
8 | - translation
9 | - edition release
10 | - maint branches (pegging to software revs)
11 |
12 | * book search
13 | * site comments
14 | * github-side generation
15 | * docbook import / direct from docbook
16 | * external auto-publishing / monetization (?)
17 | - amazon/ibooks/lulu integration
18 |
--------------------------------------------------------------------------------
/bin/git-scribe:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env ruby
2 | $LOAD_PATH.unshift File.dirname(__FILE__) + '/../lib'
3 |
4 | require 'git-scribe'
5 | require 'git-scribe/cli'
6 |
7 | GitScribe.new.run
8 |
--------------------------------------------------------------------------------
/docbook-xsl/.urilist:
--------------------------------------------------------------------------------
1 | . http://docbook.sourceforge.net/release/xsl/current/
2 |
--------------------------------------------------------------------------------
/docbook-xsl/catalog.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/docbook-xsl/docsrc/authors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | WalshNorman
5 |
6 |
7 |
8 | The DocBook Project
9 |
10 |
11 |
--------------------------------------------------------------------------------
/docbook-xsl/docsrc/copyright.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 1999-2007
4 | Norman Walsh
5 |
6 |
7 | 2003
8 | Jiří Kosek
9 |
10 |
11 | 2004-2007
12 | Steve Ball
13 |
14 |
15 | 2001-2007
16 | The DocBook Project
17 |
18 |
19 |
--------------------------------------------------------------------------------
/docbook-xsl/docsrc/page.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/docsrc/page.png
--------------------------------------------------------------------------------
/docbook-xsl/docsrc/warranty.xml:
--------------------------------------------------------------------------------
1 | Warranty
3 | THE SOFTWARE IS PROVIDED AS IS
,
4 | WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
5 | LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
6 | PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL NORMAN WALSH OR ANY
7 | OTHER CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
8 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
9 | OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
10 | THE SOFTWARE.
11 |
12 |
--------------------------------------------------------------------------------
/docbook-xsl/extensions/README.LIBXSLT:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/extensions/README.LIBXSLT
--------------------------------------------------------------------------------
/docbook-xsl/extensions/saxon65.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/extensions/saxon65.jar
--------------------------------------------------------------------------------
/docbook-xsl/extensions/xalan27.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/extensions/xalan27.jar
--------------------------------------------------------------------------------
/docbook-xsl/fo/annotations.xsl:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/docbook-xsl/fo/autoidx-ng.xsl:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
14 |
15 |
16 |
17 |
18 | kosek
19 |
20 |
21 |
--------------------------------------------------------------------------------
/docbook-xsl/fo/keywords.xsl:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/docbook-xsl/html/autoidx-ng.xsl:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
14 |
15 |
16 |
17 |
18 | kosek
19 |
20 |
21 |
--------------------------------------------------------------------------------
/docbook-xsl/htmlhelp/htmlhelp.xsl:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/docbook-xsl/htmlhelp/profile-htmlhelp.xsl:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/docbook-xsl/images/annot-close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/annot-close.png
--------------------------------------------------------------------------------
/docbook-xsl/images/annot-open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/annot-open.png
--------------------------------------------------------------------------------
/docbook-xsl/images/blank.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/blank.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/1.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/1.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/1.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | ]>
7 |
16 |
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/10.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/10.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/10.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/11.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/11.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/11.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/11.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | ]>
7 |
17 |
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/12.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/12.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/12.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/13.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/13.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/13.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/14.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/14.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/14.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/14.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | ]>
7 |
18 |
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/15.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/15.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/15.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/17.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | ]>
7 |
18 |
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/2.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/2.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/2.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | ]>
7 |
18 |
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/3.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/3.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/3.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/4.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/4.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/4.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/4.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | ]>
7 |
17 |
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/5.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/5.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/5.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/5.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | ]>
7 |
19 |
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/6.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/6.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/6.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/7.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/7.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/7.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/7.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | ]>
7 |
17 |
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/8.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/8.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/8.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/9.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/9.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/callouts/9.png
--------------------------------------------------------------------------------
/docbook-xsl/images/caution.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/caution.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/caution.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/caution.png
--------------------------------------------------------------------------------
/docbook-xsl/images/caution.tif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/caution.tif
--------------------------------------------------------------------------------
/docbook-xsl/images/draft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/draft.png
--------------------------------------------------------------------------------
/docbook-xsl/images/home.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/home.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/home.png
--------------------------------------------------------------------------------
/docbook-xsl/images/important.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/important.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/important.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/important.png
--------------------------------------------------------------------------------
/docbook-xsl/images/important.tif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/important.tif
--------------------------------------------------------------------------------
/docbook-xsl/images/next.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/next.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/next.png
--------------------------------------------------------------------------------
/docbook-xsl/images/note.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/note.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/note.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/note.png
--------------------------------------------------------------------------------
/docbook-xsl/images/note.tif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/note.tif
--------------------------------------------------------------------------------
/docbook-xsl/images/prev.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/prev.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/prev.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/prev.png
--------------------------------------------------------------------------------
/docbook-xsl/images/tip.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/tip.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/tip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/tip.png
--------------------------------------------------------------------------------
/docbook-xsl/images/tip.tif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/tip.tif
--------------------------------------------------------------------------------
/docbook-xsl/images/toc-blank.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/toc-blank.png
--------------------------------------------------------------------------------
/docbook-xsl/images/toc-minus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/toc-minus.png
--------------------------------------------------------------------------------
/docbook-xsl/images/toc-plus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/toc-plus.png
--------------------------------------------------------------------------------
/docbook-xsl/images/up.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/up.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/up.png
--------------------------------------------------------------------------------
/docbook-xsl/images/warning.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/warning.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/warning.png
--------------------------------------------------------------------------------
/docbook-xsl/images/warning.tif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/images/warning.tif
--------------------------------------------------------------------------------
/docbook-xsl/params/active.toc.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | active.toc
9 | boolean
10 |
11 |
12 | active.toc
13 | Active ToCs?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If non-zero, JavaScript is used to keep the ToC and the current slide
25 | in sync
. That is, each time the slide changes, the corresponding
26 | ToC entry will be underlined.
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/docbook-xsl/params/admon.graphics.extension.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | admon.graphics.extension
9 | string
10 |
11 |
12 | admon.graphics.extension
13 | Filename extension for admonition graphics
14 |
15 |
16 |
17 |
18 | .png
19 |
20 |
21 |
22 | Description
23 |
24 | Sets the filename extension to use on admonition graphics.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/admonition.properties.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | admonition.properties
9 | attribute set
10 |
11 |
12 | admonition.properties
13 | To set the style for admonitions.
14 |
15 |
16 |
17 |
18 |
19 |
20 | Description
21 | How do you want admonitions styled?
22 | Set the font-size, weight, etc. to the style required
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/docbook-xsl/params/annotate.toc.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | annotate.toc
9 | boolean
10 |
11 |
12 | annotate.toc
13 | Annotate the Table of Contents?
14 |
15 |
16 |
17 |
18 |
19 |
20 | Description
21 |
22 | If true, TOCs will be annotated. At present, this just means
23 | that the refpurpose of refentry
24 | TOC entries will be displayed.
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/autotoc.label.separator.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | autotoc.label.separator
9 | string
10 |
11 |
12 | autotoc.label.separator
13 | Separator between labels and titles in the ToC
14 |
15 |
16 |
17 |
18 | .
19 |
20 |
21 |
22 | Description
23 |
24 | String used to separate labels and titles in a table of contents.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/banner.before.navigation.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | banner.before.navigation
9 | boolean
10 |
11 |
12 | banner.before.navigation
13 | Put banner before navigation?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 | FIXME
24 |
25 |
26 |
--------------------------------------------------------------------------------
/docbook-xsl/params/base.dir.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | base.dir
9 | uri
10 |
11 |
12 | base.dir
13 | The base directory of chunks
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If specified, the base.dir identifies
25 | the output directory for chunks. (If not specified, the output directory
26 | is system dependent.)
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/docbook-xsl/params/biblioentry.item.separator.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | biblioentry.item.separator
9 | string
10 |
11 |
12 | biblioentry.item.separator
13 | Text to separate bibliography entries
14 |
15 |
16 |
17 | .
18 |
19 |
20 | Description
21 |
22 | Text to separate bibliography entries
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/docbook-xsl/params/bibliography.numbered.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | bibliography.numbered
9 | boolean
10 |
11 |
12 | bibliography.numbered
13 | Should bibliography entries be numbered?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If non-zero bibliography entries will be numbered
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/body.bg.color.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | body.bg.color
9 | color
10 |
11 |
12 | body.bg.color
13 | Background color for body frame
14 |
15 |
16 |
17 |
18 | #FFFFFF
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the background color used in the body column of
25 | tabular slides.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/body.margin.top.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | body.margin.top
9 | length
10 |
11 |
12 | body.margin.top
13 | To specify the size of the top margin of a page
14 |
15 |
16 |
17 |
18 | 0.5in
19 |
20 |
21 |
22 | Description
23 |
24 | The body top margin is the distance from the top of the
25 | region-before to the first line of text in the page body.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/bullet.image.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | bullet.image
9 | filename
10 |
11 |
12 | bullet.image
13 | Bullet image
14 |
15 |
16 |
17 |
18 | toc/bullet.png
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the filename of the bullet image used for foils in the
25 | framed ToC.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/callout.icon.size.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | callout.icon.size
9 | length
10 |
11 |
12 | callout.icon.size
13 | Specifies the size of callout marker icons
14 |
15 |
16 |
17 |
18 | 7pt
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the size of the callout marker icons.
25 | The default size is 7 points.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/chunk.section.depth.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | chunk.section.depth
9 | integer
10 |
11 |
12 | chunk.section.depth
13 | Depth to which sections should be chunked
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | This parameter sets the depth of section chunking.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/column.count.back.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | column.count.back
9 | integer
10 |
11 |
12 | column.count.back
13 | Number of columns on back matter pages
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Number of columns on back matter (appendix, glossary, etc.) pages.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/column.count.body.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | column.count.body
9 | integer
10 |
11 |
12 | column.count.body
13 | Number of columns on body pages
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Number of columns on body pages.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/column.count.front.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | column.count.front
9 | integer
10 |
11 |
12 | column.count.front
13 | Number of columns on front matter pages
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Number of columns on front matter (dedication, preface, etc.) pages.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/column.count.index.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | column.count.index
9 | integer
10 |
11 |
12 | column.count.index
13 | Number of columns on index pages
14 |
15 |
16 |
17 |
18 | 2
19 |
20 |
21 |
22 | Description
23 |
24 | Number of columns on index pages.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/column.count.lot.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | column.count.lot
9 | integer
10 |
11 |
12 | column.count.lot
13 | Number of columns on a 'List-of-Titles' page
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Number of columns on a page sequence containing the Table of Contents,
25 | List of Figures, etc.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/column.count.titlepage.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | column.count.titlepage
9 | integer
10 |
11 |
12 | column.count.titlepage
13 | Number of columns on a title page
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Number of columns on a title page
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/column.gap.back.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | column.gap.back
9 | length
10 |
11 |
12 | column.gap.back
13 | Gap between columns in back matter
14 |
15 |
16 |
17 |
18 | 12pt
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the gap between columns in back matter (if
25 | column.count.back is greater than one).
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/column.gap.body.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | column.gap.body
9 | length
10 |
11 |
12 | column.gap.body
13 | Gap between columns in the body
14 |
15 |
16 |
17 |
18 | 12pt
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the gap between columns in body matter (if
25 | column.count.body is greater than one).
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/column.gap.front.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | column.gap.front
9 | length
10 |
11 |
12 | column.gap.front
13 | Gap between columns in the front matter
14 |
15 |
16 |
17 |
18 | 12pt
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the gap between columns in front matter (if
25 | column.count.front is greater than one).
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/column.gap.index.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | column.gap.index
9 | length
10 |
11 |
12 | column.gap.index
13 | Gap between columns in the index
14 |
15 |
16 |
17 |
18 | 12pt
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the gap between columns in indexes (if
25 | column.count.index is greater than one).
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/crop.mark.bleed.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | crop.mark.bleed
9 | length
10 |
11 |
12 | crop.mark.bleed
13 | Length of invisible part of crop marks.
14 |
15 |
16 |
17 |
18 | 6pt
19 |
20 |
21 |
22 | Description
23 |
24 | Length of invisible part of crop marks. Crop marks are controlled by
25 | crop.marks parameter.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/crop.mark.offset.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | crop.mark.offset
9 | length
10 |
11 |
12 | crop.mark.offset
13 | Length of crop marks.
14 |
15 |
16 |
17 |
18 | 24pt
19 |
20 |
21 |
22 | Description
23 |
24 | Length of crop marks. Crop marks are controlled by
25 | crop.marks parameter.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/crop.mark.width.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | crop.mark.width
9 | length
10 |
11 |
12 | crop.mark.width
13 | Width of crop marks.
14 |
15 |
16 |
17 |
18 | 0.5pt
19 |
20 |
21 |
22 | Description
23 |
24 | Width of crop marks. Crop marks are controlled by
25 | crop.marks parameter.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/crop.marks.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | crop.marks
9 | boolean
10 |
11 |
12 | crop.marks
13 | Output crop marks?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If non-zero, crop marks will be added to each page. Currently this
25 | works only with XEP if you have xep.extensions set.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/currentpage.marker.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | currentpage.marker
9 | string
10 |
11 |
12 | currentpage.marker
13 | The text symbol used to mark the current page
14 |
15 |
16 |
17 |
18 | @
19 |
20 |
21 |
22 | Description
23 | Character to use as identifying the current page in
24 |
25 |
26 |
--------------------------------------------------------------------------------
/docbook-xsl/params/default.table.frame.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | default.table.frame
9 | string
10 |
11 |
12 | default.table.frame
13 | The default framing of tables
14 |
15 |
16 |
17 |
18 | all
19 |
20 |
21 |
22 | Description
23 |
24 | This value will be used when there is no frame attribute on the
25 | table.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/ebnf.table.border.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | ebnf.table.border
9 | boolean
10 |
11 |
12 | ebnf.table.border
13 | Selects border on EBNF tables
14 |
15 |
16 |
17 |
18 |
19 |
20 | Description
21 |
22 | Selects the border on EBNF tables. If non-zero, the tables have
23 | borders, otherwise they don't.
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/docbook-xsl/params/eclipse.autolabel.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | eclipse.autolabel
9 | boolean
10 |
11 |
12 | eclipse.autolabel
13 | Should tree-like ToC use autonumbering feature?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If you want to include chapter and section numbers into ToC in
25 | the left panel, set this parameter to 1.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/eclipse.plugin.id.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | eclipse.plugin.id
9 | string
10 |
11 |
12 | eclipse.plugin.id
13 | Eclipse Help plugin id
14 |
15 |
16 |
17 |
18 | com.example.help
19 |
20 |
21 |
22 | Description
23 |
24 | Eclipse Help plugin id. You should change this id to something
25 | unique for each help.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/eclipse.plugin.name.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | eclipse.plugin.name
9 | string
10 |
11 |
12 | eclipse.plugin.name
13 | Eclipse Help plugin name
14 |
15 |
16 |
17 |
18 | DocBook Online Help Sample
19 |
20 |
21 |
22 | Description
23 |
24 | Eclipse Help plugin name.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/eclipse.plugin.provider.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | eclipse.plugin.provider
9 | string
10 |
11 |
12 | eclipse.plugin.provider
13 | Eclipse Help plugin provider name
14 |
15 |
16 |
17 |
18 | Example provider
19 |
20 |
21 |
22 | Description
23 |
24 | Eclipse Help plugin provider name.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/epub.autolabel.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | epub.autolabel
9 | boolean
10 |
11 |
12 | epub.autolabel
13 | Should tree-like ToC use autonumbering feature?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If you want to include chapter and section numbers into ToC in,
25 | set this parameter to 1.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/equation.properties.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | equation.properties
9 | attribute set
10 |
11 |
12 | equation.properties
13 | Properties associated with a equation
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | The styling for equations.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/example.properties.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | example.properties
9 | attribute set
10 |
11 |
12 | example.properties
13 | Properties associated with a example
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | The styling for examples.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/figure.properties.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | figure.properties
9 | attribute set
10 |
11 |
12 | figure.properties
13 | Properties associated with a figure
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | The styling for figures.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/foilgroup.toc.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | foilgroup.toc
9 | boolean
10 |
11 |
12 | foilgroup.toc
13 | Put ToC on foilgroup pages?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If non-zero, a ToC will be placed on foilgroup pages (after any
25 | other content).
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/docbook-xsl/params/footer.hr.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | footer.hr
9 | boolean
10 |
11 |
12 | footer.hr
13 | Toggle <HR> before footer
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 | If non-zero, an <HR> is generated at the bottom of each web page,
24 | before the footer.
25 |
26 |
27 |
--------------------------------------------------------------------------------
/docbook-xsl/params/footer.rule.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | footer.rule
9 | boolean
10 |
11 |
12 | footer.rule
13 | Rule over footers?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If non-zero, a rule will be drawn above the page footers.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/footers.on.blank.pages.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | footers.on.blank.pages
9 | boolean
10 |
11 |
12 | footers.on.blank.pages
13 | Put footers on blank pages?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If non-zero, footers will be placed on blank pages.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/footnote.font.size.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | footnote.font.size
9 | length
10 |
11 |
12 | footnote.font.size
13 | The font size for footnotes
14 |
15 |
16 |
17 |
18 | pt
19 |
20 |
21 |
22 | Description
23 |
24 | The footnote font size is used for...footnotes!
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/formal.procedures.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | formal.procedures
9 | boolean
10 |
11 |
12 | formal.procedures
13 | Selects formal or informal procedures
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Formal procedures are numbered and always have a title.
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/function.parens.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | function.parens
9 | boolean
10 |
11 |
12 | function.parens
13 | Generate parens after a function?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If non-zero, the formatting of a function element
25 | will include generated parentheses.
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/docbook-xsl/params/generate.index.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | generate.index
9 | boolean
10 |
11 |
12 | generate.index
13 | Do you want an index?
14 |
15 |
16 |
17 |
18 |
19 |
20 | Description
21 |
22 | Specify if an index should be generated.
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/docbook-xsl/params/glosslist.as.blocks.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | glosslist.as.blocks
9 | boolean
10 |
11 |
12 | glosslist.as.blocks
13 | Use blocks for glosslists?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | See glossary.as.blocks.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/glossterm.width.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | glossterm.width
9 | length
10 |
11 |
12 | glossterm.width
13 | Width of glossterm in list presentation mode
14 |
15 |
16 |
17 |
18 | 2in
19 |
20 |
21 |
22 | Description
23 |
24 | This parameter specifies the width reserved for glossary terms when
25 | a list presentation is used.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/header.hr.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | header.hr
9 | boolean
10 |
11 |
12 | header.hr
13 | Toggle <HR> after header
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 | If non-zero, an <HR> is generated at the bottom of each web page,
24 | before the footer.
25 |
26 |
27 |
--------------------------------------------------------------------------------
/docbook-xsl/params/header.rule.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | header.rule
9 | boolean
10 |
11 |
12 | header.rule
13 | Rule under headers?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If non-zero, a rule will be drawn below the page headers.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/headers.on.blank.pages.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | headers.on.blank.pages
9 | boolean
10 |
11 |
12 | headers.on.blank.pages
13 | Put headers on blank pages?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If non-zero, headers will be placed on blank pages.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/highlight.xslthl.config.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | highlight.xslthl.config
9 | uri
10 |
11 |
12 | highlight.xslthl.config
13 | Location of XSLTHL configuration file
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | This location has precedence over the corresponding Java property.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/home.image.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | home.image
9 | filename
10 |
11 |
12 | home.image
13 | Home image
14 |
15 |
16 |
17 |
18 | active/nav-home.png
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the filename of the home navigation icon.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/html.ext.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | html.ext
9 | string
10 |
11 |
12 | html.ext
13 | Identifies the extension of generated HTML files
14 |
15 |
16 |
17 |
18 | .html
19 |
20 |
21 |
22 | Description
23 |
24 | The extension identified by html.ext will
25 | be used as the filename extension for chunks created by this
26 | stylesheet.
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/docbook-xsl/params/html.stylesheet.type.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | html.stylesheet.type
9 | string
10 |
11 |
12 | html.stylesheet.type
13 | The type of the stylesheet used in the generated HTML
14 |
15 |
16 |
17 | text/css
18 |
19 |
20 | Description
21 |
22 | The type of the stylesheet to place in the HTML link tag.
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.alias.file.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.alias.file
9 | string
10 |
11 |
12 | htmlhelp.alias.file
13 | Filename of alias file.
14 |
15 |
16 |
17 |
18 | alias.h
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the filename of the alias file (used for context-sensitive help).
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.autolabel.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.autolabel
9 | boolean
10 |
11 |
12 | htmlhelp.autolabel
13 | Should tree-like ToC use autonumbering feature?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Set this to non-zero to include chapter and section numbers into ToC
25 | in the left panel.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.button.back.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.button.back
9 | boolean
10 |
11 |
12 | htmlhelp.button.back
13 | Should the Back button be shown?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Set to non-zero to include the Hide/Show button shown on toolbar
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.button.forward.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.button.forward
9 | boolean
10 |
11 |
12 | htmlhelp.button.forward
13 | Should the Forward button be shown?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Set to non-zero to include the Forward button on the toolbar.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.button.hideshow.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.button.hideshow
9 | boolean
10 |
11 |
12 | htmlhelp.button.hideshow
13 | Should the Hide/Show button be shown?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Set to non-zero to include the Hide/Show button shown on toolbar
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.button.home.url.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.button.home.url
9 | string
10 |
11 |
12 | htmlhelp.button.home.url
13 | URL address of page accessible by Home button
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | URL address of page accessible by Home button.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.button.home.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.button.home
9 | boolean
10 |
11 |
12 | htmlhelp.button.home
13 | Should the Home button be shown?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Set to non-zero to include the Home button on the toolbar.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.button.jump1.title.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.button.jump1.title
9 | string
10 |
11 |
12 | htmlhelp.button.jump1.title
13 | Title of Jump1 button
14 |
15 |
16 |
17 |
18 | User1
19 |
20 |
21 |
22 | Description
23 |
24 | Title of Jump1 button.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.button.jump1.url.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.button.jump1.url
9 | string
10 |
11 |
12 | htmlhelp.button.jump1.url
13 | URL address of page accessible by Jump1 button
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | URL address of page accessible by Jump1 button.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.button.jump1.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.button.jump1
9 | boolean
10 |
11 |
12 | htmlhelp.button.jump1
13 | Should the Jump1 button be shown?
14 |
15 |
16 |
17 |
18 |
19 |
20 | Description
21 | Set to non-zero to include the Jump1 button on the toolbar.
22 |
23 |
24 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.button.jump2.title.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.button.jump2.title
9 | string
10 |
11 |
12 | htmlhelp.button.jump2.title
13 | Title of Jump2 button
14 |
15 |
16 |
17 |
18 | User2
19 |
20 |
21 |
22 | Description
23 |
24 | Title of Jump2 button.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.button.jump2.url.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.button.jump2.url
9 | string
10 |
11 |
12 | htmlhelp.button.jump2.url
13 | URL address of page accessible by Jump2 button
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | URL address of page accessible by Jump2 button.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.button.jump2.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.button.jump2
9 | boolean
10 |
11 |
12 | htmlhelp.button.jump2
13 | Should the Jump2 button be shown?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Set to non-zero to include the Jump2 button on the toolbar.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.button.locate.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.button.locate
9 | boolean
10 |
11 |
12 | htmlhelp.button.locate
13 | Should the Locate button be shown?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If you want Locate button shown on toolbar, turn this
25 | parameter to 1.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.button.next.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.button.next
9 | boolean
10 |
11 |
12 | htmlhelp.button.next
13 | Should the Next button be shown?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Set to non-zero to include the Next button on the toolbar.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.button.options.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.button.options
9 | boolean
10 |
11 |
12 | htmlhelp.button.options
13 | Should the Options button be shown?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If you want Options button shown on toolbar, turn this
25 | parameter to 1.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.button.prev.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.button.prev
9 | boolean
10 |
11 |
12 | htmlhelp.button.prev
13 | Should the Prev button be shown?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Set to non-zero to include the Prev button on the toolbar.
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.button.print.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.button.print
9 | boolean
10 |
11 |
12 | htmlhelp.button.print
13 | Should the Print button be shown?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Set to non-zero to include the Print button on the toolbar.
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.button.refresh.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.button.refresh
9 | boolean
10 |
11 |
12 | htmlhelp.button.refresh
13 | Should the Refresh button be shown?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Set to non-zero to include the Stop button on the toolbar.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.button.stop.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.button.stop
9 | boolean
10 |
11 |
12 | htmlhelp.button.stop
13 | Should the Stop button be shown?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If you want Stop button shown on toolbar, turn this
25 | parameter to 1.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.button.zoom.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.button.zoom
9 | boolean
10 |
11 |
12 | htmlhelp.button.zoom
13 | Should the Zoom button be shown?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Set to non-zero to include the Zoom button on the toolbar.
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.chm.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.chm
9 | string
10 |
11 |
12 | htmlhelp.chm
13 | Filename of output HTML Help file.
14 |
15 |
16 |
17 |
18 | htmlhelp.chm
19 |
20 |
21 |
22 | Description
23 |
24 | Set the name of resulting CHM file
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.display.progress.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.display.progress
9 | boolean
10 |
11 |
12 | htmlhelp.display.progress
13 | Display compile progress?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Set to non-zero to to display compile progress
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.hhc.section.depth.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.hhc.section.depth
9 | integer
10 |
11 |
12 | htmlhelp.hhc.section.depth
13 | Depth of TOC for sections in a left pane.
14 |
15 |
16 |
17 |
18 | 5
19 |
20 |
21 |
22 | Description
23 |
24 | Set the section depth in the left pane of HTML Help viewer.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.hhc.width.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.hhc.width
9 | integer
10 |
11 |
12 | htmlhelp.hhc.width
13 | Width of navigation pane
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | This parameter specifies the width of the navigation pane (containing TOC and
25 | other navigation tabs) in pixels.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.hhc.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.hhc
9 | string
10 |
11 |
12 | htmlhelp.hhc
13 | Filename of TOC file.
14 |
15 |
16 |
17 |
18 | toc.hhc
19 |
20 |
21 |
22 | Description
23 |
24 | Set the name of the TOC file. The default is toc.hhc.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.hhk.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.hhk
9 | string
10 |
11 |
12 | htmlhelp.hhk
13 | Filename of index file.
14 |
15 |
16 |
17 |
18 | index.hhk
19 |
20 |
21 |
22 | Description
23 |
24 | set the name of the index file. The default is index.hhk.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.hhp.tail.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.hhp.tail
9 | string
10 |
11 |
12 | htmlhelp.hhp.tail
13 | Additional content for project file.
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If you want to include some additional parameters into project file,
25 | store appropriate part of project file into this parameter.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.hhp.window.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.hhp.window
9 | string
10 |
11 |
12 | htmlhelp.hhp.window
13 | Name of default window.
14 |
15 |
16 |
17 |
18 | Main
19 |
20 |
21 |
22 | Description
23 |
24 | Name of default window. If empty no [WINDOWS] section will be
25 | added to project file.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.hhp.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.hhp
9 | string
10 |
11 |
12 | htmlhelp.hhp
13 | Filename of project file.
14 |
15 |
16 |
17 |
18 | htmlhelp.hhp
19 |
20 |
21 |
22 | Description
23 |
24 | Change this parameter if you want different name of project
25 | file than htmlhelp.hhp.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.map.file.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.map.file
9 | string
10 |
11 |
12 | htmlhelp.map.file
13 | Filename of map file.
14 |
15 |
16 |
17 | context.h
18 |
19 |
20 | Description
21 | Set the name of map file. The default is
22 | context.h. (used for context-sensitive
23 | help).
24 |
25 |
26 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.show.menu.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.show.menu
9 | boolean
10 |
11 |
12 | htmlhelp.show.menu
13 | Should the menu bar be shown?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Set to non-zero to have an application menu bar in your HTML Help window.
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/htmlhelp.title.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | htmlhelp.title
9 | string
10 |
11 |
12 | htmlhelp.title
13 | Title of HTML Help
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Content of this parameter will be used as a title for generated
25 | HTML Help. If empty, title will be automatically taken from document.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/id.warnings.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | id.warnings
9 | boolean
10 |
11 |
12 | id.warnings
13 | Should warnings be generated for titled elements without IDs?
14 |
15 |
16 |
17 |
18 |
19 |
20 | Description
21 | If non-zero, the stylesheet will issue a warning for any element
22 | (other than the root element) which has a title but does not have an
23 | ID.
24 |
25 |
26 |
--------------------------------------------------------------------------------
/docbook-xsl/params/keyboard.nav.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | keyboard.nav
9 | boolean
10 |
11 |
12 | keyboard.nav
13 | Enable keyboard navigation?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If non-zero, JavaScript is added to the slides to enable keyboard
25 | navigation. Pressing 'n', space, or return moves forward; pressing 'p' moves
26 | backward.
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/docbook-xsl/params/line-height.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | line-height
9 | string
10 |
11 |
12 | line-height
13 | Specify the line-height property
14 |
15 |
16 |
17 |
18 | normal
19 |
20 |
21 |
22 | Description
23 |
24 | Sets the line-height property.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/manual.toc.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | manual.toc
9 | string
10 |
11 |
12 | manual.toc
13 | An explicit TOC to be used for the TOC
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | The manual.toc identifies an explicit TOC that
25 | will be used for building the printed TOC.
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/docbook-xsl/params/nav.separator.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | nav.separator
9 | boolean
10 |
11 |
12 | nav.separator
13 | Output separator between navigation and body?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If non-zero, a separator (<HR>) is
25 | added between the navigation links and the content of each slide.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/navbgcolor.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | navbgcolor
9 | color
10 |
11 |
12 | navbgcolor
13 | The background color of the navigation TOC
14 |
15 |
16 |
17 |
18 | #4080FF
19 |
20 |
21 |
22 | Description
23 | The background color of the navigation TOC.
24 | Only applies with the tabular presentation is being used.
25 |
26 |
27 |
--------------------------------------------------------------------------------
/docbook-xsl/params/navbodywidth.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | navbodywidth
9 | length
10 |
11 |
12 | navbodywidth
13 | Specifies the width of the navigation table body
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 | The width of the body column.
24 | Only applies with the tabular presentation is being used.
25 |
26 |
27 |
--------------------------------------------------------------------------------
/docbook-xsl/params/navtocwidth.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | navtocwidth
9 | length
10 |
11 |
12 | navtocwidth
13 | Specifies the width of the navigation table TOC
14 |
15 |
16 |
17 |
18 | 220
19 |
20 |
21 |
22 | Description
23 | The width, in pixels, of the navigation column.
24 | Only applies with the tabular presentation is being used.
25 |
26 |
27 |
--------------------------------------------------------------------------------
/docbook-xsl/params/next.image.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | next.image
9 | filename
10 |
11 |
12 | next.image
13 | Right-arrow image
14 |
15 |
16 |
17 |
18 | active/nav-next.png
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the filename of the right-pointing navigation arrow.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/no.home.image.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | no.home.image
9 | filename
10 |
11 |
12 | no.home.image
13 | Inactive home image
14 |
15 |
16 |
17 |
18 | inactive/nav-home.png
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the filename of the inactive home navigation icon.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/no.next.image.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | no.next.image
9 | filename
10 |
11 |
12 | no.next.image
13 | Inactive right-arrow image
14 |
15 |
16 |
17 |
18 | inactive/nav-next.png
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the filename of the inactive right-pointing navigation arrow.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/no.prev.image.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | no.prev.image
9 | filename
10 |
11 |
12 | no.prev.image
13 | Inactive left-arrow image
14 |
15 |
16 |
17 |
18 | inactive/nav-prev.png
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the filename of the inactive left-pointing navigation arrow.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/no.toc.image.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | no.toc.image
9 | filename
10 |
11 |
12 | no.toc.image
13 | Inactive ToC image
14 |
15 |
16 |
17 |
18 | inactive/nav-toc.png
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the filename of the inactive ToC navigation icon.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/no.up.image.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | no.up.image
9 | filename
10 |
11 |
12 | no.up.image
13 | Inactive up-arrow image
14 |
15 |
16 |
17 |
18 | inactive/nav-up.png
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the filename of the inactive upward-pointing navigation arrow.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/nominal.image.depth.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | nominal.image.depth
9 | length
10 |
11 |
12 | nominal.image.depth
13 | Nominal image depth
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | See nominal.image.width.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/olink.fragid.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | olink.fragid
9 | string
10 |
11 |
12 | olink.fragid
13 | Names the fragment identifier portion of an OLink resolver query
14 |
15 |
16 |
17 | fragid=
18 |
19 |
20 | Description
21 | The fragment identifier portion of an olink target.
22 |
23 |
24 |
--------------------------------------------------------------------------------
/docbook-xsl/params/olink.pubid.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | olink.pubid
9 | string
10 |
11 |
12 | olink.pubid
13 | Names the public identifier portion of an OLink resolver query
14 |
15 |
16 |
17 |
18 | pubid
19 |
20 |
21 |
22 | Description
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/olink.resolver.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | olink.resolver
9 | string
10 |
11 |
12 | olink.resolver
13 | The root name of the OLink resolver (usually a script)
14 |
15 |
16 |
17 | /cgi-bin/olink
18 |
19 |
20 | Description
21 | FIXME:
22 |
23 |
24 |
--------------------------------------------------------------------------------
/docbook-xsl/params/olink.sysid.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | olink.sysid
9 | string
10 |
11 |
12 | olink.sysid
13 | Names the system identifier portion of an OLink resolver query
14 |
15 |
16 |
17 |
18 | sysid
19 |
20 |
21 |
22 | Description
23 |
24 | FIXME
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/overlay.js.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | overlay.js
9 | filename
10 |
11 |
12 | overlay.js
13 | Overlay JavaScript file
14 |
15 |
16 |
17 |
18 | overlay.js
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the filename of the overlay JavaScript file. It's unlikely
25 | that you will ever need to change this parameter.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/overlay.logo.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | overlay.logo
9 | uri
10 |
11 |
12 | overlay.logo
13 | Logo to overlay on ToC frame
14 |
15 |
16 |
17 |
18 | http://docbook.sourceforge.net/release/buttons/slides-1.png
19 |
20 |
21 |
22 | Description
23 |
24 | If this URI is non-empty, JavaScript is used to overlay the
25 | specified image on the ToC frame.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/page.margin.bottom.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | page.margin.bottom
9 | length
10 |
11 |
12 | page.margin.bottom
13 | The bottom margin of the page
14 |
15 |
16 |
17 |
18 | 0.5in
19 |
20 |
21 |
22 | Description
23 |
24 | The bottom page margin is the distance from the bottom of the region-after
25 | to the physical bottom of the page.
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/docbook-xsl/params/page.margin.top.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | page.margin.top
9 | length
10 |
11 |
12 | page.margin.top
13 | The top margin of the page
14 |
15 |
16 |
17 |
18 | 0.5in
19 |
20 |
21 |
22 | Description
23 |
24 | The top page margin is the distance from the physical top of the
25 | page to the top of the region-before.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/plus.image.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | plus.image
9 | filename
10 |
11 |
12 | plus.image
13 | Plus image
14 |
15 |
16 |
17 |
18 | toc/closed.png
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the filename of the plus
image; the image used in a
25 | dynamic ToC to indicate that a section
26 | can be expanded.
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/docbook-xsl/params/prev.image.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | prev.image
9 | filename
10 |
11 |
12 | prev.image
13 | Left-arrow image
14 |
15 |
16 |
17 |
18 | active/nav-prev.png
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the filename of the left-pointing navigation arrow.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/profile.separator.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | profile.separator
9 | string
10 |
11 |
12 | profile.separator
13 | Separator character for compound profile values
14 |
15 |
16 |
17 |
18 | ;
19 |
20 |
21 |
22 | Description
23 |
24 | Separator character used for compound profile values. See profile.arch
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/punct.honorific.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | punct.honorific
9 | string
10 |
11 |
12 | punct.honorific
13 | Punctuation after an honorific in a personal name.
14 |
15 |
16 |
17 |
18 | .
19 |
20 |
21 |
22 | Description
23 |
24 | This parameter specifies the punctuation that should be added after an
25 | honorific in a personal name.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/qandadiv.autolabel.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | qandadiv.autolabel
9 | boolean
10 |
11 |
12 | qandadiv.autolabel
13 | Are divisions in QAndASets enumerated?
14 |
15 |
16 |
17 |
18 |
19 |
20 | Description
21 |
22 | If non-zero, unlabeled qandadivs will be enumerated.
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/docbook-xsl/params/refentry.separator.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | refentry.separator
9 | boolean
10 |
11 |
12 | refentry.separator
13 | Generate a separator between consecutive RefEntry elements?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If true, a separator will be generated between consecutive
25 | reference pages.
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/docbook-xsl/params/region.after.extent.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | region.after.extent
9 | length
10 |
11 |
12 | region.after.extent
13 | Specifies the height of the footer.
14 |
15 |
16 |
17 |
18 | 0.4in
19 |
20 |
21 |
22 | Description
23 |
24 | The region after extent is the height of the area where footers
25 | are printed.
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/docbook-xsl/params/region.before.extent.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | region.before.extent
9 | length
10 |
11 |
12 | region.before.extent
13 | Specifies the height of the header
14 |
15 |
16 |
17 |
18 | 0.4in
19 |
20 |
21 |
22 | Description
23 |
24 | The region before extent is the height of the area where headers
25 | are printed.
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/docbook-xsl/params/sans.font.family.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | sans.font.family
9 | string
10 |
11 |
12 | sans.font.family
13 | The default sans-serif font family
14 |
15 |
16 |
17 |
18 | sans-serif
19 |
20 |
21 |
22 | Description
23 |
24 | The default sans-serif font family. At the present, this isn't
25 | actually used by the stylesheets.
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/docbook-xsl/params/saxon.callouts.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | saxon.callouts
9 | boolean
10 |
11 |
12 | saxon.callouts
13 | Enable the callout extension
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | The callouts extension processes areaset
25 | elements in ProgramListingCO and other text-based
26 | callout elements.
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/docbook-xsl/params/section.autolabel.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | section.autolabel
9 | boolean
10 |
11 |
12 | section.autolabel
13 | Are sections enumerated?
14 |
15 |
16 |
17 |
18 |
19 |
20 | Description
21 |
22 | If true (non-zero), unlabeled sections will be enumerated.
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/docbook-xsl/params/segmentedlist.as.table.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | segmentedlist.as.table
9 | boolean
10 |
11 |
12 | segmentedlist.as.table
13 | Format segmented lists as tables?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If non-zero, segmentedlists will be formatted as
25 | tables.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/sequential.links.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | sequential.links
9 | boolean
10 |
11 |
12 | sequential.links
13 | Make sequentional links?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 | FIXME
24 |
25 |
26 |
--------------------------------------------------------------------------------
/docbook-xsl/params/show.foil.number.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | show.foil.number
9 | boolean
10 |
11 |
12 | show.foil.number
13 | Show foil number on each foil?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If non-zero, on each slide there will be its number. Currently
25 | not supported in all output formats.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/simplesect.in.toc.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | simplesect.in.toc
9 | boolean
10 |
11 |
12 | simplesect.in.toc
13 | Should simplesect elements appear in the TOC?
14 |
15 |
16 |
17 |
18 |
19 |
20 | Description
21 |
22 | If non-zero, simplesects will be included in the TOC.
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/docbook-xsl/params/slides.js.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | slides.js
9 | filename
10 |
11 |
12 | slides.js
13 | Slides overlay file
14 |
15 |
16 |
17 |
18 | slides.js
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the filename of the slides JavaScript file. It's unlikely
25 | that you will ever need to change this parameter.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/suppress.footer.navigation.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | suppress.footer.navigation
9 | boolean
10 |
11 |
12 | suppress.footer.navigation
13 | Disable footer navigation
14 |
15 |
16 |
17 | 0
18 |
19 |
20 | Description
21 |
22 |
23 | If non-zero, footer navigation will be suppressed.
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/docbook-xsl/params/suppress.header.navigation.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | suppress.header.navigation
9 | boolean
10 |
11 |
12 | suppress.header.navigation
13 | Disable header navigation
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If non-zero, header navigation will be suppressed.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/suppress.homepage.title.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | suppress.homepage.title
9 | boolean
10 |
11 |
12 | suppress.homepage.title
13 | Suppress title on homepage?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 | FIXME:If non-zero, the title on the homepage is suppressed?
24 |
25 |
26 |
--------------------------------------------------------------------------------
/docbook-xsl/params/suppress.navigation.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | suppress.navigation
9 | boolean
10 |
11 |
12 | suppress.navigation
13 | Disable header and footer navigation
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 |
25 | If non-zero, header and footer navigation will be suppressed.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/table.borders.with.css.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | table.borders.with.css
9 | boolean
10 |
11 |
12 | table.borders.with.css
13 | Use CSS to specify table, row, and cell borders?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If non-zero, CSS will be used to draw table borders.
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/table.entry.padding.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | table.entry.padding
9 | length
10 |
11 |
12 | table.entry.padding
13 |
14 |
15 |
16 |
17 |
18 | 2pt
19 |
20 |
21 |
22 | Description
23 |
24 | FIXME:
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/template.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | [[NAME]]
9 |
10 |
11 |
12 | [[NAME]]
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | FIXME:
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/text.home.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | text.home
9 | string
10 |
11 |
12 | text.home
13 | Home
14 |
15 |
16 |
17 |
18 | Home
19 |
20 |
21 |
22 | Description
23 |
24 | FIXME:
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/text.next.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | text.next
9 | string
10 |
11 |
12 | text.next
13 | FIXME:
14 |
15 |
16 |
17 |
18 | Next
19 |
20 |
21 |
22 | Description
23 |
24 | FIXME:
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/text.prev.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | text.prev
9 | string
10 |
11 |
12 | text.prev
13 | FIXME:
14 |
15 |
16 |
17 |
18 | Prev
19 |
20 |
21 |
22 | Description
23 |
24 | FIXME:
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/text.toc.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | text.toc
9 | string
10 |
11 |
12 | text.toc
13 | FIXME:
14 |
15 |
16 |
17 |
18 | ToC
19 |
20 |
21 |
22 | Description
23 |
24 | FIXME:
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/text.up.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | text.up
9 | string
10 |
11 |
12 | text.up
13 | FIXME:
14 |
15 |
16 |
17 |
18 | Up
19 |
20 |
21 |
22 | Description
23 |
24 | FIXME:
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/textbgcolor.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | textbgcolor
9 | color
10 |
11 |
12 | textbgcolor
13 | The background color of the table body
14 |
15 |
16 |
17 |
18 | white
19 |
20 |
21 |
22 | Description
23 | The background color of the table body.
24 | Only applies with the tabular presentation is being used.
25 |
26 |
27 |
--------------------------------------------------------------------------------
/docbook-xsl/params/titlefoil.html.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | titlefoil.html
9 | filename
10 |
11 |
12 | titlefoil.html
13 | Name of title foil HTML file
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Sets the filename used for the slides titlepage.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/toc.bg.color.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | toc.bg.color
9 | color
10 |
11 |
12 | toc.bg.color
13 | Background color for ToC frame
14 |
15 |
16 |
17 |
18 | #FFFFFF
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the background color used in the ToC frame.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/toc.html.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | toc.html
9 | filename
10 |
11 |
12 | toc.html
13 | Name of ToC HTML file
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | Sets the filename used for the table of contents page.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/toc.image.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | toc.image
9 | filename
10 |
11 |
12 | toc.image
13 | ToC image
14 |
15 |
16 |
17 |
18 | active/nav-toc.png
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the filename of the ToC navigation icon.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/toc.max.depth.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | toc.max.depth
9 | integer
10 |
11 |
12 | toc.max.depth
13 | How many levels should be created for each TOC?
14 |
15 |
16 |
17 | 8
18 |
19 |
20 | Description
21 |
22 | Specifies the maximal depth of TOC on all levels.
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/docbook-xsl/params/toc.section.depth.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | toc.section.depth
9 | integer
10 |
11 |
12 | toc.section.depth
13 | How deep should recursive sections appear
14 | in the TOC?
15 |
16 |
17 |
18 | 2
19 |
20 |
21 | Description
22 |
23 | Specifies the depth to which recursive sections should appear in the
24 | TOC.
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/toc.width.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | toc.width
9 | length
10 |
11 |
12 | toc.width
13 | Width of ToC frame
14 |
15 |
16 |
17 |
18 | 250
19 |
20 |
21 |
22 |
23 | Description
24 |
25 | Specifies the width of the ToC frame in pixels.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/ua.js.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | ua.js
9 | filename
10 |
11 |
12 | ua.js
13 | UA JavaScript file
14 |
15 |
16 |
17 |
18 | ua.js
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the filename of the UA JavaScript file. It's unlikely
25 | that you will ever need to change this parameter.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/up.image.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | up.image
9 | filename
10 |
11 |
12 | up.image
13 | Up-arrow image
14 |
15 |
16 |
17 |
18 | active/nav-up.png
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the filename of the upward-pointing navigation arrow.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/params/xbDOM.js.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | xbDOM.js
9 | filename
10 |
11 |
12 | xbDOM.js
13 | xbDOM JavaScript file
14 |
15 |
16 |
17 |
18 | xbDOM.js
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the filename of the xbDOM JavaScript file. It's unlikely
25 | that you will ever need to change this parameter.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/xbLibrary.js.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | xbLibrary.js
9 | filename
10 |
11 |
12 | xbLibrary.js
13 | xbLibrary JavaScript file
14 |
15 |
16 |
17 |
18 | xbLibrary.js
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the filename of the xbLibrary JavaScript file. It's unlikely
25 | that you will ever need to change this parameter.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/xbStyle.js.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | xbStyle.js
9 | filename
10 |
11 |
12 | xbStyle.js
13 | xbStyle JavaScript file
14 |
15 |
16 |
17 |
18 | xbStyle.js
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the filename of the xbStyle JavaScript file. It's unlikely
25 | that you will ever need to change this parameter.
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/docbook-xsl/params/xref.properties.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | xref.properties
9 | attribute set
10 |
11 |
12 | xref.properties
13 | Properties associated with cross-reference text
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 | Description
24 |
25 | This attribute set is used to set properties
26 | on cross reference text.
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/docbook-xsl/profiling/strip-attributes.xsl:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
8 |
9 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/docbook-xsl/roundtrip/blocks-spec.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/docbook-xsl/roundtrip/param.xsl:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/docbook-xsl/roundtrip/template.dot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/docbook-xsl/roundtrip/template.dot
--------------------------------------------------------------------------------
/docbook-xsl/xhtml/autoidx-ng.xsl:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
15 |
16 |
17 |
18 |
19 | kosek
20 |
21 |
22 |
--------------------------------------------------------------------------------
/example/book/image/octocat_professor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/example/book/image/octocat_professor.png
--------------------------------------------------------------------------------
/example/book/include/hello.c:
--------------------------------------------------------------------------------
1 | #include
2 |
3 | main()
4 | {
5 | char hex[] = "599955586da1c3ad514f3e65f1081d2012ec862d";
6 | git_oid oid;
7 |
8 | git_oid_mkstr(&oid, hex);
9 | printf("Raw 20 bytes: [%s]\n", (&oid)->id);
10 | }
11 |
--------------------------------------------------------------------------------
/example/site/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | Book
4 |
5 |
6 | My Book Site
7 | {{toc}}
8 | Mobi
9 | Epub
10 | PDF
11 |
12 |
13 |
--------------------------------------------------------------------------------
/example/site/page.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | Page {{title}}
4 |
5 |
6 | {{content}}
7 |
8 |
9 |
--------------------------------------------------------------------------------
/lib/git-scribe/init.rb:
--------------------------------------------------------------------------------
1 | class GitScribe
2 | module Init
3 | # start a new scribe directory with skeleton structure
4 | def init(args = [])
5 | name = first_arg(args)
6 | die("needs a directory name") if !name
7 | die("directory already exists") if File.exists?(name)
8 |
9 | info "inititalizing #{name}"
10 | from_stdir = File.join(SCRIBE_ROOT, 'template')
11 | target_path = File.expand_path(name)
12 | ign = Dir.glob(from_stdir + '/.[a-z]*')
13 | FileUtils.cp_r from_stdir, name
14 | FileUtils.cp_r ign, name
15 | Grit::Repo.init(target_path)
16 | end
17 | end
18 | end
19 |
--------------------------------------------------------------------------------
/lib/git-scribe/version.rb:
--------------------------------------------------------------------------------
1 | class GitScribe
2 | VERSION = '0.1.1'
3 | end
4 |
--------------------------------------------------------------------------------
/site/default/book-docinfo.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | {{title}}
6 |
7 |
--------------------------------------------------------------------------------
/stylesheets/scribe-quirks.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/stylesheets/scribe-quirks.css
--------------------------------------------------------------------------------
/template/.gitignore:
--------------------------------------------------------------------------------
1 | output
2 |
--------------------------------------------------------------------------------
/template/.gitscribe:
--------------------------------------------------------------------------------
1 | ---
2 | publish: true
3 | edition: 0.1
4 | language: en
5 | version: 1.0
6 | author: Your Name
7 | cover: images/cover.jpg
8 |
--------------------------------------------------------------------------------
/template/LICENSE:
--------------------------------------------------------------------------------
1 | This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
2 |
--------------------------------------------------------------------------------
/template/README.asciidoc:
--------------------------------------------------------------------------------
1 | This Book
2 | =========
3 |
4 | This book is written using using the git-scribe toolchain, which can be found at:
5 |
6 | http://github.com/schacon/git-scribe
7 |
8 | Instructions on how to install the tool and use it for things like editing this book,
9 | submitting errata and providing translations can be found at that site.
10 |
--------------------------------------------------------------------------------
/template/book/chapter2.asc:
--------------------------------------------------------------------------------
1 | == The second chapter
2 |
3 | This is a second chapter.
4 |
5 | For more information and a fairly nice Asciidoc cheat sheet, see:
6 |
7 | http://powerman.name/doc/asciidoc
8 |
9 |
--------------------------------------------------------------------------------
/template/book/images/cover.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/template/book/images/cover.jpg
--------------------------------------------------------------------------------
/template/book/images/octocat_professor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/template/book/images/octocat_professor.png
--------------------------------------------------------------------------------
/template/book/include/hello.c:
--------------------------------------------------------------------------------
1 | #include
2 |
3 | main()
4 | {
5 | char hex[] = "599955586da1c3ad514f3e65f1081d2012ec862d";
6 | git_oid oid;
7 |
8 | git_oid_mkstr(&oid, hex);
9 | printf("Raw 20 bytes: [%s]\n", (&oid)->id);
10 | }
11 |
--------------------------------------------------------------------------------
/test/check_test.rb:
--------------------------------------------------------------------------------
1 | require File.expand_path "../test_helper", __FILE__
2 |
3 | context "scribe check tests" do
4 | setup do
5 | @scribe = GitScribe.new
6 | end
7 |
8 | test "scribe can check for programs it needs" do
9 | status = @scribe.check
10 | assert_equal status.size, 6
11 | end
12 |
13 | # there no option '-failboat' for apache fop cli
14 | # it accepts only '-v' option but doesn't exit immediately.
15 | # it should be additional no-op flag provided (like '-out list')
16 | #
17 | # see http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/CommandLineOptions.java
18 | test "scribe should correctly check fop availability" do
19 | assert_equal @scribe.check_can_run('fop -v -out list'), true
20 | assert_equal @scribe.check_can_run('fop -v'), false
21 | assert_equal @scribe.check_can_run('fop -failboat'), false
22 | end
23 | end
24 |
--------------------------------------------------------------------------------
/test/init_test.rb:
--------------------------------------------------------------------------------
1 | require File.expand_path "../test_helper", __FILE__
2 |
3 | context "scribe init tests" do
4 | setup do
5 | @scribe = GitScribe.new
6 | end
7 |
8 | test "can't init a scribe repo without a directory" do
9 | in_temp_dir do
10 | assert_raise RuntimeError do
11 | @scribe.init
12 | end
13 | end
14 | end
15 |
16 | test "can't init a scribe repo for existing dir" do
17 | in_temp_dir do
18 | Dir.mkdir('t')
19 | assert_raise RuntimeError do
20 | @scribe.init('t')
21 | end
22 | end
23 | end
24 |
25 | test "can init a scribe repo" do
26 | in_temp_dir do
27 | @scribe.init('t')
28 | files = Dir.glob('t/**/*', File::FNM_DOTMATCH)
29 | assert files.include? "t/book/book.asc"
30 | assert files.include? "t/LICENSE"
31 | assert files.include? "t/README.asciidoc"
32 | assert files.include? "t/.gitscribe"
33 | assert files.include? "t/.gitignore"
34 | assert files.include? "t/.git"
35 | end
36 | end
37 | end
38 |
--------------------------------------------------------------------------------
/vendor/saxon.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/vendor/saxon.jar
--------------------------------------------------------------------------------
/vendor/xslthl-2.0.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/schacon/git-scribe/41424bb312975cc49ed9716a932e216485ebf2d3/vendor/xslthl-2.0.2.jar
--------------------------------------------------------------------------------