├── stylesheets
└── scribe-quirks.css
├── template
├── .gitignore
├── book
│ ├── images
│ │ ├── cover.jpg
│ │ └── octocat_professor.png
│ ├── chapter2.asc
│ └── include
│ │ └── hello.c
├── .gitscribe
├── LICENSE
└── README.asciidoc
├── Gemfile
├── .gitignore
├── docbook-xsl
├── .urilist
├── images
│ ├── up.gif
│ ├── up.png
│ ├── blank.png
│ ├── draft.png
│ ├── home.gif
│ ├── home.png
│ ├── next.gif
│ ├── next.png
│ ├── note.gif
│ ├── note.png
│ ├── note.tif
│ ├── prev.gif
│ ├── prev.png
│ ├── tip.gif
│ ├── tip.png
│ ├── tip.tif
│ ├── caution.gif
│ ├── caution.png
│ ├── caution.tif
│ ├── warning.gif
│ ├── warning.png
│ ├── warning.tif
│ ├── annot-open.png
│ ├── callouts
│ │ ├── 1.gif
│ │ ├── 1.png
│ │ ├── 2.gif
│ │ ├── 2.png
│ │ ├── 3.gif
│ │ ├── 3.png
│ │ ├── 4.gif
│ │ ├── 4.png
│ │ ├── 5.gif
│ │ ├── 5.png
│ │ ├── 6.gif
│ │ ├── 6.png
│ │ ├── 7.gif
│ │ ├── 7.png
│ │ ├── 8.gif
│ │ ├── 8.png
│ │ ├── 9.gif
│ │ ├── 9.png
│ │ ├── 10.gif
│ │ ├── 10.png
│ │ ├── 11.gif
│ │ ├── 11.png
│ │ ├── 12.gif
│ │ ├── 12.png
│ │ ├── 13.gif
│ │ ├── 13.png
│ │ ├── 14.gif
│ │ ├── 14.png
│ │ ├── 15.gif
│ │ ├── 15.png
│ │ ├── 1.svg
│ │ ├── 7.svg
│ │ ├── 4.svg
│ │ ├── 11.svg
│ │ ├── 17.svg
│ │ ├── 14.svg
│ │ ├── 2.svg
│ │ └── 5.svg
│ ├── important.gif
│ ├── important.png
│ ├── important.tif
│ ├── toc-blank.png
│ ├── toc-minus.png
│ ├── toc-plus.png
│ └── annot-close.png
├── docsrc
│ ├── page.png
│ ├── authors.xml
│ ├── copyright.xml
│ └── warranty.xml
├── extensions
│ ├── saxon65.jar
│ ├── xalan27.jar
│ └── README.LIBXSLT
├── roundtrip
│ ├── template.dot
│ ├── blocks-spec.xml
│ └── param.xsl
├── catalog.xml
├── fo
│ ├── annotations.xsl
│ ├── autoidx-ng.xsl
│ └── keywords.xsl
├── profiling
│ └── strip-attributes.xsl
├── params
│ ├── template.xml
│ ├── text.up.xml
│ ├── text.toc.xml
│ ├── text.home.xml
│ ├── text.next.xml
│ ├── text.prev.xml
│ ├── table.entry.padding.xml
│ ├── sequential.links.xml
│ ├── olink.pubid.xml
│ ├── toc.image.xml
│ ├── generate.index.xml
│ ├── line-height.xml
│ ├── olink.resolver.xml
│ ├── olink.sysid.xml
│ ├── footer.rule.xml
│ ├── header.rule.xml
│ ├── home.image.xml
│ ├── toc.html.xml
│ ├── up.image.xml
│ ├── htmlhelp.chm.xml
│ ├── prev.image.xml
│ ├── next.image.xml
│ ├── toc.bg.color.xml
│ ├── toc.width.xml
│ ├── banner.before.navigation.xml
│ ├── column.count.body.xml
│ ├── header.hr.xml
│ ├── toc.max.depth.xml
│ ├── footer.hr.xml
│ ├── no.toc.image.xml
│ ├── ua.js.xml
│ ├── column.count.index.xml
│ ├── htmlhelp.hhc.xml
│ ├── bullet.image.xml
│ ├── htmlhelp.hhk.xml
│ ├── no.home.image.xml
│ ├── no.up.image.xml
│ ├── olink.fragid.xml
│ ├── section.autolabel.xml
│ ├── glosslist.as.blocks.xml
│ ├── titlefoil.html.xml
│ ├── body.bg.color.xml
│ ├── eclipse.plugin.name.xml
│ ├── qandadiv.autolabel.xml
│ ├── currentpage.marker.xml
│ ├── foilgroup.toc.xml
│ ├── htmlhelp.hhp.xml
│ ├── no.next.image.xml
│ ├── no.prev.image.xml
│ ├── column.count.titlepage.xml
│ ├── formal.procedures.xml
│ ├── navbodywidth.xml
│ ├── nominal.image.depth.xml
│ ├── xbDOM.js.xml
│ ├── chunk.section.depth.xml
│ ├── column.count.back.xml
│ ├── slides.js.xml
│ ├── figure.properties.xml
│ ├── footers.on.blank.pages.xml
│ ├── headers.on.blank.pages.xml
│ ├── htmlhelp.button.home.xml
│ ├── htmlhelp.button.jump1.title.xml
│ ├── htmlhelp.button.jump2.title.xml
│ ├── htmlhelp.button.next.xml
│ ├── suppress.homepage.title.xml
│ ├── textbgcolor.xml
│ ├── bibliography.numbered.xml
│ ├── column.count.front.xml
│ ├── crop.mark.width.xml
│ ├── htmlhelp.button.back.xml
│ ├── htmlhelp.button.jump1.xml
│ ├── htmlhelp.button.prev.xml
│ ├── htmlhelp.button.zoom.xml
│ ├── htmlhelp.show.menu.xml
│ ├── navbgcolor.xml
│ ├── overlay.js.xml
│ ├── simplesect.in.toc.xml
│ ├── suppress.navigation.xml
│ ├── xbStyle.js.xml
│ ├── crop.mark.offset.xml
│ ├── default.table.frame.xml
│ ├── ebnf.table.border.xml
│ ├── eclipse.plugin.provider.xml
│ ├── example.properties.xml
│ ├── htmlhelp.alias.file.xml
│ ├── htmlhelp.button.jump2.xml
│ ├── manual.toc.xml
│ ├── biblioentry.item.separator.xml
│ ├── crop.marks.xml
│ ├── epub.autolabel.xml
│ ├── equation.properties.xml
│ ├── htmlhelp.button.home.url.xml
│ ├── htmlhelp.button.print.xml
│ ├── htmlhelp.button.stop.xml
│ ├── htmlhelp.display.progress.xml
│ ├── navtocwidth.xml
│ ├── page.margin.top.xml
│ ├── suppress.footer.navigation.xml
│ ├── callout.icon.size.xml
│ ├── eclipse.plugin.id.xml
│ ├── function.parens.xml
│ ├── htmlhelp.button.jump1.url.xml
│ ├── htmlhelp.button.refresh.xml
│ ├── htmlhelp.hhp.window.xml
│ ├── htmlhelp.map.file.xml
│ ├── show.foil.number.xml
│ ├── suppress.header.navigation.xml
│ ├── base.dir.xml
│ ├── column.count.lot.xml
│ ├── highlight.xslthl.config.xml
│ ├── htmlhelp.button.forward.xml
│ ├── htmlhelp.hhc.width.xml
│ ├── segmentedlist.as.table.xml
│ ├── xbLibrary.js.xml
│ ├── glossterm.width.xml
│ ├── html.stylesheet.type.xml
│ ├── htmlhelp.button.jump2.url.xml
│ ├── htmlhelp.button.locate.xml
│ ├── htmlhelp.title.xml
│ ├── profile.separator.xml
│ ├── region.after.extent.xml
│ ├── table.borders.with.css.xml
│ ├── xref.properties.xml
│ ├── admon.graphics.extension.xml
│ ├── column.gap.back.xml
│ ├── column.gap.body.xml
│ ├── htmlhelp.autolabel.xml
│ ├── htmlhelp.button.hideshow.xml
│ ├── punct.honorific.xml
│ ├── region.before.extent.xml
│ ├── sans.font.family.xml
│ ├── toc.section.depth.xml
│ ├── annotate.toc.xml
│ ├── autotoc.label.separator.xml
│ ├── column.gap.index.xml
│ ├── crop.mark.bleed.xml
│ ├── html.ext.xml
│ ├── htmlhelp.button.options.xml
│ ├── eclipse.autolabel.xml
│ ├── nav.separator.xml
│ ├── overlay.logo.xml
│ ├── refentry.separator.xml
│ ├── active.toc.xml
│ ├── admonition.properties.xml
│ ├── body.margin.top.xml
│ ├── column.gap.front.xml
│ ├── footnote.font.size.xml
│ ├── htmlhelp.hhc.section.depth.xml
│ ├── htmlhelp.hhp.tail.xml
│ ├── id.warnings.xml
│ ├── keyboard.nav.xml
│ ├── page.margin.bottom.xml
│ ├── plus.image.xml
│ ├── saxon.callouts.xml
│ ├── admon.graphics.xml
│ └── column.gap.lot.xml
├── html
│ └── autoidx-ng.xsl
├── htmlhelp
│ ├── htmlhelp.xsl
│ └── profile-htmlhelp.xsl
└── xhtml
│ └── autoidx-ng.xsl
├── lib
└── git-scribe
│ ├── version.rb
│ └── init.rb
├── vendor
├── saxon.jar
└── xslthl-2.0.2.jar
├── example
├── book
│ ├── image
│ │ └── octocat_professor.png
│ └── include
│ │ └── hello.c
└── site
│ ├── page.html
│ └── index.html
├── bin
└── git-scribe
├── Rakefile
├── site
└── default
│ └── book-docinfo.xml
├── Gemfile.lock
├── TODO.txt
└── test
├── check_test.rb
└── init_test.rb
/stylesheets/scribe-quirks.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/template/.gitignore:
--------------------------------------------------------------------------------
1 | output
2 |
--------------------------------------------------------------------------------
/Gemfile:
--------------------------------------------------------------------------------
1 | source :rubygems
2 | gemspec
3 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | example/output
2 | output
3 | .DS_Store
4 | *.gem
5 |
--------------------------------------------------------------------------------
/docbook-xsl/.urilist:
--------------------------------------------------------------------------------
1 | . http://docbook.sourceforge.net/release/xsl/current/
2 |
--------------------------------------------------------------------------------
/lib/git-scribe/version.rb:
--------------------------------------------------------------------------------
1 | class GitScribe
2 | VERSION = '0.1.1'
3 | end
4 |
--------------------------------------------------------------------------------
/vendor/saxon.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/vendor/saxon.jar
--------------------------------------------------------------------------------
/vendor/xslthl-2.0.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/vendor/xslthl-2.0.2.jar
--------------------------------------------------------------------------------
/docbook-xsl/images/up.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/up.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/up.png
--------------------------------------------------------------------------------
/docbook-xsl/docsrc/page.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/docsrc/page.png
--------------------------------------------------------------------------------
/docbook-xsl/images/blank.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/blank.png
--------------------------------------------------------------------------------
/docbook-xsl/images/draft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/draft.png
--------------------------------------------------------------------------------
/docbook-xsl/images/home.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/home.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/home.png
--------------------------------------------------------------------------------
/docbook-xsl/images/next.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/next.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/next.png
--------------------------------------------------------------------------------
/docbook-xsl/images/note.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/note.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/note.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/note.png
--------------------------------------------------------------------------------
/docbook-xsl/images/note.tif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/note.tif
--------------------------------------------------------------------------------
/docbook-xsl/images/prev.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/prev.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/prev.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/prev.png
--------------------------------------------------------------------------------
/docbook-xsl/images/tip.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/tip.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/tip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/tip.png
--------------------------------------------------------------------------------
/docbook-xsl/images/tip.tif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/tip.tif
--------------------------------------------------------------------------------
/docbook-xsl/images/caution.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/caution.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/caution.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/caution.png
--------------------------------------------------------------------------------
/docbook-xsl/images/caution.tif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/caution.tif
--------------------------------------------------------------------------------
/docbook-xsl/images/warning.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/warning.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/warning.png
--------------------------------------------------------------------------------
/docbook-xsl/images/warning.tif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/warning.tif
--------------------------------------------------------------------------------
/template/book/images/cover.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/template/book/images/cover.jpg
--------------------------------------------------------------------------------
/docbook-xsl/images/annot-open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/annot-open.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/1.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/1.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/2.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/2.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/3.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/3.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/3.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/4.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/4.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/4.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/5.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/5.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/5.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/6.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/6.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/6.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/7.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/7.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/7.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/8.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/8.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/8.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/9.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/9.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/9.png
--------------------------------------------------------------------------------
/docbook-xsl/images/important.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/important.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/important.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/important.png
--------------------------------------------------------------------------------
/docbook-xsl/images/important.tif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/important.tif
--------------------------------------------------------------------------------
/docbook-xsl/images/toc-blank.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/toc-blank.png
--------------------------------------------------------------------------------
/docbook-xsl/images/toc-minus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/toc-minus.png
--------------------------------------------------------------------------------
/docbook-xsl/images/toc-plus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/toc-plus.png
--------------------------------------------------------------------------------
/docbook-xsl/extensions/saxon65.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/extensions/saxon65.jar
--------------------------------------------------------------------------------
/docbook-xsl/extensions/xalan27.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/extensions/xalan27.jar
--------------------------------------------------------------------------------
/docbook-xsl/images/annot-close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/annot-close.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/10.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/10.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/10.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/11.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/11.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/11.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/12.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/12.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/12.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/13.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/13.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/13.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/14.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/14.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/14.png
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/15.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/15.gif
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/images/callouts/15.png
--------------------------------------------------------------------------------
/docbook-xsl/roundtrip/template.dot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/roundtrip/template.dot
--------------------------------------------------------------------------------
/docbook-xsl/extensions/README.LIBXSLT:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/docbook-xsl/extensions/README.LIBXSLT
--------------------------------------------------------------------------------
/example/book/image/octocat_professor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/example/book/image/octocat_professor.png
--------------------------------------------------------------------------------
/template/book/images/octocat_professor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/codegram/git-scribe/master/template/book/images/octocat_professor.png
--------------------------------------------------------------------------------
/example/site/page.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | Page {{title}}
4 |
5 |
6 | {{content}}
7 |
8 |
9 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/site/default/book-docinfo.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | {{title}}
6 |
7 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/docbook-xsl/docsrc/authors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | WalshNorman
5 |
6 |
7 |
8 | The DocBook Project
9 |
10 |
11 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/Gemfile.lock:
--------------------------------------------------------------------------------
1 | PATH
2 | remote: .
3 | specs:
4 | git-scribe (0.1.0)
5 | liquid
6 | nokogiri
7 |
8 | GEM
9 | remote: http://rubygems.org/
10 | specs:
11 | liquid (2.2.2)
12 | nokogiri (1.5.0)
13 | rake (0.9.2)
14 | test-unit (2.3.2)
15 |
16 | PLATFORMS
17 | ruby
18 |
19 | DEPENDENCIES
20 | git-scribe!
21 | rake
22 | test-unit
23 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/docbook-xsl/roundtrip/blocks-spec.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/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 | ign = Dir.glob(from_stdir + '/.[a-z]*')
12 | FileUtils.cp_r from_stdir, name
13 | FileUtils.cp_r ign, name
14 | end
15 | end
16 | end
17 |
--------------------------------------------------------------------------------
/docbook-xsl/catalog.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/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/images/callouts/1.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | ]>
7 |
16 |
--------------------------------------------------------------------------------
/docbook-xsl/fo/annotations.xsl:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/docbook-xsl/roundtrip/param.xsl:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/7.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | ]>
7 |
17 |
--------------------------------------------------------------------------------
/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/images/callouts/4.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | ]>
7 |
17 |
--------------------------------------------------------------------------------
/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.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 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/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/fo/autoidx-ng.xsl:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
14 |
15 |
16 |
17 |
18 | kosek
19 |
20 |
21 |
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/11.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | ]>
7 |
17 |
--------------------------------------------------------------------------------
/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/html/autoidx-ng.xsl:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
14 |
15 |
16 |
17 |
18 | kosek
19 |
20 |
21 |
--------------------------------------------------------------------------------
/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/fo/keywords.xsl:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/17.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | ]>
7 |
18 |
--------------------------------------------------------------------------------
/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/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/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/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/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/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/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/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/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/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/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/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/images/callouts/14.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | ]>
7 |
18 |
--------------------------------------------------------------------------------
/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/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/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/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.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 |
--------------------------------------------------------------------------------
/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 | end
35 | end
36 | end
37 |
--------------------------------------------------------------------------------
/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/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/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/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/images/callouts/2.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | ]>
7 |
18 |
--------------------------------------------------------------------------------
/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/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/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/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/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/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/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/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.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/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/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/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/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/htmlhelp/htmlhelp.xsl:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/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/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/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/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/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/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/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/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/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/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/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/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/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/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/xhtml/autoidx-ng.xsl:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
15 |
16 |
17 |
18 |
19 | kosek
20 |
21 |
22 |
--------------------------------------------------------------------------------
/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/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/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/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.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.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/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/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/htmlhelp/profile-htmlhelp.xsl:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/docbook-xsl/images/callouts/5.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 | ]>
7 |
19 |
--------------------------------------------------------------------------------
/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/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/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/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.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.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.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.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/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/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/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/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/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/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/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.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/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/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.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/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/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/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/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/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.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.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.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/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/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/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/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/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/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/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.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.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.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/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/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/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/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/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/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.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/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/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/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/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.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.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.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/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/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/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/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/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/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/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.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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.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/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/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/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/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/admon.graphics.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | admon.graphics
9 | boolean
10 |
11 |
12 | admon.graphics
13 | Use graphics in admonitions?
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Description
23 |
24 | If true (non-zero), admonitions are presented in an alternate style that uses
25 | a graphic. Default graphics are provided in the distribution.
26 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/docbook-xsl/params/column.gap.lot.xml:
--------------------------------------------------------------------------------
1 |
7 |
8 | column.gap.lot
9 | length
10 |
11 |
12 | column.gap.lot
13 | Gap between columns on a 'List-of-Titles' page
14 |
15 |
16 |
17 |
18 | 12pt
19 |
20 |
21 |
22 | Description
23 |
24 | Specifies the gap between columns on 'List-of-Titles' pages (if
25 | column.count.lot is greater than one).
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------