├── .gitignore ├── .idea ├── .gitignore ├── course-doc.iml ├── misc.xml ├── modules.xml └── vcs.xml ├── .travis.yml ├── README.adoc ├── doc ├── __doc_general_attributes.adoc ├── db_template_examples.adoc ├── docinfo.html ├── example_image_1.png ├── example_image_1.pu ├── gost-translit.adoc └── style-guide.adoc └── template ├── docbook-xsl ├── callouts.xsl ├── common.xsl ├── fo-pdf.xsl ├── fop-config.xml ├── highlight.xsl ├── xhtml.xsl ├── xslthl-config.xml └── xslthl │ ├── asciidoc-hl.xml │ ├── bourne-hl.xml │ ├── c-hl.xml │ ├── cpp-hl.xml │ ├── csharp-hl.xml │ ├── css-hl.xml │ ├── html-hl.xml │ ├── ini-hl.xml │ ├── java-hl.xml │ ├── javascript-hl.xml │ ├── perl-hl.xml │ ├── php-hl.xml │ ├── python-hl.xml │ ├── ruby-hl.xml │ ├── rust-hl.xml │ └── sql2003-hl.xml ├── docbook ├── AUTHORS ├── BUGS ├── COPYING ├── INSTALL ├── Makefile ├── NEWS ├── NEWS.html ├── NEWS.xml ├── README ├── REVISION ├── TODO ├── VERSION ├── VERSION.xsl ├── assembly │ ├── README │ ├── assemble.xsl │ ├── schema │ │ ├── assembly51b7.rnc │ │ └── docbook51b7.rnc │ ├── topic-maker-chunk.xsl │ └── topic-maker.xsl ├── build.xml ├── catalog.xml ├── common │ ├── addns.xsl │ ├── af.xml │ ├── am.xml │ ├── ar.xml │ ├── as.xml │ ├── ast.xml │ ├── autoidx-kimber.xsl │ ├── autoidx-kosek.xsl │ ├── az.xml │ ├── bg.xml │ ├── bn.xml │ ├── bn_in.xml │ ├── bs.xml │ ├── build.xml │ ├── ca.xml │ ├── charmap.xml │ ├── charmap.xsl │ ├── common.xml │ ├── common.xsl │ ├── cs.xml │ ├── cy.xml │ ├── da.xml │ ├── de.xml │ ├── el.xml │ ├── en.xml │ ├── entities.ent │ ├── eo.xml │ ├── es.xml │ ├── et.xml │ ├── eu.xml │ ├── fa.xml │ ├── fi.xml │ ├── fr.xml │ ├── ga.xml │ ├── gentext.xsl │ ├── gl.xml │ ├── gu.xml │ ├── he.xml │ ├── hi.xml │ ├── hr.xml │ ├── hu.xml │ ├── id.xml │ ├── insertfile.xsl │ ├── is.xml │ ├── it.xml │ ├── ja.xml │ ├── ka.xml │ ├── kn.xml │ ├── ko.xml │ ├── ky.xml │ ├── l10n.dtd │ ├── l10n.xml │ ├── l10n.xsl │ ├── la.xml │ ├── labels.xsl │ ├── lt.xml │ ├── lv.xml │ ├── ml.xml │ ├── mn.xml │ ├── mr.xml │ ├── nb.xml │ ├── nds.xml │ ├── nl.xml │ ├── nn.xml │ ├── olink.xsl │ ├── or.xml │ ├── pa.xml │ ├── pi.xml │ ├── pi.xsl │ ├── pl.xml │ ├── pt.xml │ ├── pt_br.xml │ ├── refentry.xml │ ├── refentry.xsl │ ├── ro.xml │ ├── ru.xml │ ├── sk.xml │ ├── sl.xml │ ├── sq.xml │ ├── sr.xml │ ├── sr_Latn.xml │ ├── stripns.xsl │ ├── subtitles.xsl │ ├── sv.xml │ ├── ta.xml │ ├── table.xsl │ ├── targetdatabase.dtd │ ├── targets.xsl │ ├── te.xml │ ├── th.xml │ ├── titles.xsl │ ├── tl.xml │ ├── tr.xml │ ├── uk.xml │ ├── ur.xml │ ├── utility.xml │ ├── utility.xsl │ ├── vi.xml │ ├── xh.xml │ ├── zh.xml │ ├── zh_cn.xml │ └── zh_tw.xml ├── eclipse │ ├── build.xml │ ├── eclipse.xsl │ ├── eclipse3.xsl │ └── profile-eclipse.xsl ├── epub │ ├── README │ ├── bin │ │ ├── dbtoepub │ │ ├── lib │ │ │ └── docbook.rb │ │ └── xslt │ │ │ └── obfuscate.xsl │ └── docbook.xsl ├── epub3 │ ├── README │ ├── build.xml │ ├── chunk.xsl │ ├── chunkfast.xsl │ ├── docbook-epub.css.xml │ ├── docbook.xsl │ ├── epub3-chunk-mods.xsl │ ├── epub3-element-mods.xsl │ ├── profile-chunk.xsl │ ├── profile-docbook.xsl │ ├── titlepage.templates.xml │ └── titlepage.templates.xsl ├── fo │ ├── admon.xsl │ ├── annotations.xsl │ ├── autoidx-kimber.xsl │ ├── autoidx-kosek.xsl │ ├── autoidx-ng.xsl │ ├── autoidx.xsl │ ├── autotoc.xsl │ ├── axf.xsl │ ├── biblio-iso690.xsl │ ├── biblio.xsl │ ├── block.xsl │ ├── build.xml │ ├── callout.xsl │ ├── component.xsl │ ├── division.xsl │ ├── docbook.xsl │ ├── ebnf.xsl │ ├── fo-rtf.xsl │ ├── fo.xsl │ ├── footnote.xsl │ ├── fop.xsl │ ├── fop1.xsl │ ├── formal.xsl │ ├── glossary.xsl │ ├── graphics.xsl │ ├── highlight.xsl │ ├── htmltbl.xsl │ ├── index.xsl │ ├── info.xsl │ ├── inline.xsl │ ├── keywords.xsl │ ├── lists.xsl │ ├── math.xsl │ ├── pagesetup.xsl │ ├── param.xml │ ├── param.xsl │ ├── passivetex.xsl │ ├── pdf2index │ ├── pi.xml │ ├── pi.xsl │ ├── profile-docbook.xsl │ ├── ptc.xsl │ ├── publishers.xsl │ ├── qandaset.xsl │ ├── refentry.xsl │ ├── sections.xsl │ ├── spaces.xsl │ ├── synop.xsl │ ├── table.xml │ ├── table.xsl │ ├── task.xsl │ ├── titlepage.templates.xml │ ├── titlepage.templates.xsl │ ├── titlepage.xsl │ ├── toc.xsl │ ├── verbatim.xsl │ ├── xep.xsl │ └── xref.xsl ├── highlighting │ ├── README │ ├── bourne-hl.xml │ ├── c-hl.xml │ ├── cmake-hl.xml │ ├── common.xsl │ ├── cpp-hl.xml │ ├── csharp-hl.xml │ ├── css21-hl.xml │ ├── delphi-hl.xml │ ├── ini-hl.xml │ ├── java-hl.xml │ ├── javascript-hl.xml │ ├── lua-hl.xml │ ├── m2-hl.xml │ ├── myxml-hl.xml │ ├── perl-hl.xml │ ├── php-hl.xml │ ├── python-hl.xml │ ├── ruby-hl.xml │ ├── sql1999-hl.xml │ ├── sql2003-hl.xml │ ├── sql92-hl.xml │ ├── tcl-hl.xml │ ├── upc-hl.xml │ └── xslthl-config.xml ├── html │ ├── admon.xsl │ ├── annotations.xsl │ ├── autoidx-kimber.xsl │ ├── autoidx-kosek.xsl │ ├── autoidx-ng.xsl │ ├── autoidx.xsl │ ├── autotoc.xsl │ ├── biblio-iso690.xsl │ ├── biblio.xsl │ ├── block.xsl │ ├── build.xml │ ├── callout.xsl │ ├── changebars.xsl │ ├── chunk-changebars.xsl │ ├── chunk-code.xsl │ ├── chunk-common.xsl │ ├── chunk.xsl │ ├── chunker.xsl │ ├── chunkfast.xsl │ ├── chunktoc.xsl │ ├── component.xsl │ ├── division.xsl │ ├── docbook.css.xml │ ├── docbook.xsl │ ├── ebnf.xsl │ ├── footnote.xsl │ ├── formal.xsl │ ├── glossary.xsl │ ├── graphics.xsl │ ├── highlight.xsl │ ├── html-rtf.xsl │ ├── html.xsl │ ├── htmltbl.xsl │ ├── index.xsl │ ├── info.xsl │ ├── inline.xsl │ ├── its.xsl │ ├── keywords.xsl │ ├── lists.xsl │ ├── maketoc.xsl │ ├── manifest.xsl │ ├── math.xsl │ ├── oldchunker.xsl │ ├── onechunk.xsl │ ├── param.xml │ ├── param.xsl │ ├── pi.xml │ ├── pi.xsl │ ├── profile-chunk-code.xsl │ ├── profile-chunk.xsl │ ├── profile-docbook.xsl │ ├── profile-onechunk.xsl │ ├── publishers.xsl │ ├── qandaset.xsl │ ├── refentry.xsl │ ├── sections.xsl │ ├── synop.xsl │ ├── table.xsl │ ├── task.xsl │ ├── titlepage.templates.xml │ ├── titlepage.templates.xsl │ ├── titlepage.xsl │ ├── toc.xsl │ ├── verbatim.xsl │ └── xref.xsl ├── htmlhelp │ ├── build.xml │ ├── htmlhelp-common.xsl │ ├── htmlhelp.xsl │ ├── profile-htmlhelp-common.xsl │ └── profile-htmlhelp.xsl ├── images │ ├── annot-close.png │ ├── annot-open.png │ ├── blank.png │ ├── callouts │ │ ├── 1.gif │ │ ├── 1.png │ │ ├── 1.svg │ │ ├── 10.gif │ │ ├── 10.png │ │ ├── 10.svg │ │ ├── 11.gif │ │ ├── 11.png │ │ ├── 11.svg │ │ ├── 12.gif │ │ ├── 12.png │ │ ├── 12.svg │ │ ├── 13.gif │ │ ├── 13.png │ │ ├── 13.svg │ │ ├── 14.gif │ │ ├── 14.png │ │ ├── 14.svg │ │ ├── 15.gif │ │ ├── 15.png │ │ ├── 15.svg │ │ ├── 16.svg │ │ ├── 17.svg │ │ ├── 18.svg │ │ ├── 19.svg │ │ ├── 2.gif │ │ ├── 2.png │ │ ├── 2.svg │ │ ├── 20.svg │ │ ├── 21.svg │ │ ├── 22.svg │ │ ├── 23.svg │ │ ├── 24.svg │ │ ├── 25.svg │ │ ├── 26.svg │ │ ├── 27.svg │ │ ├── 28.svg │ │ ├── 29.svg │ │ ├── 3.gif │ │ ├── 3.png │ │ ├── 3.svg │ │ ├── 30.svg │ │ ├── 4.gif │ │ ├── 4.png │ │ ├── 4.svg │ │ ├── 5.gif │ │ ├── 5.png │ │ ├── 5.svg │ │ ├── 6.gif │ │ ├── 6.png │ │ ├── 6.svg │ │ ├── 7.gif │ │ ├── 7.png │ │ ├── 7.svg │ │ ├── 8.gif │ │ ├── 8.png │ │ ├── 8.svg │ │ ├── 9.gif │ │ ├── 9.png │ │ └── 9.svg │ ├── caution.gif │ ├── caution.png │ ├── caution.svg │ ├── caution.tif │ ├── colorsvg │ │ ├── caution.svg │ │ ├── home.svg │ │ ├── important.svg │ │ ├── next.svg │ │ ├── note.svg │ │ ├── prev.svg │ │ ├── tip.svg │ │ ├── up.svg │ │ └── warning.svg │ ├── draft.png │ ├── draft.svg │ ├── home.gif │ ├── home.png │ ├── home.svg │ ├── important.gif │ ├── important.png │ ├── important.svg │ ├── important.tif │ ├── next.gif │ ├── next.png │ ├── next.svg │ ├── note.gif │ ├── note.png │ ├── note.svg │ ├── note.tif │ ├── prev.gif │ ├── prev.png │ ├── prev.svg │ ├── tip.gif │ ├── tip.png │ ├── tip.svg │ ├── tip.tif │ ├── toc-blank.png │ ├── toc-minus.png │ ├── toc-plus.png │ ├── up.gif │ ├── up.png │ ├── up.svg │ ├── warning.gif │ ├── warning.png │ ├── warning.svg │ └── warning.tif ├── install.sh ├── javahelp │ ├── build.xml │ ├── javahelp.xsl │ └── profile-javahelp.xsl ├── lib │ ├── build.xml │ └── lib.xsl ├── log ├── manpages │ ├── ChangeLog.20020917 │ ├── block.xsl │ ├── build.xml │ ├── charmap.groff.xsl │ ├── docbook.xsl │ ├── endnotes.xsl │ ├── html-synop.xsl │ ├── info.xsl │ ├── inline.xsl │ ├── lists.xsl │ ├── other.xsl │ ├── param.xml │ ├── param.xsl │ ├── pi.xml │ ├── pi.xsl │ ├── profile-docbook.xsl │ ├── refentry.xsl │ ├── synop.xsl │ ├── table.xsl │ ├── tbl.xsl │ └── utility.xsl ├── params │ ├── abstract.notitle.enabled.xml │ ├── abstract.properties.xml │ ├── abstract.title.properties.xml │ ├── activate.external.olinks.xml │ ├── active.toc.xml │ ├── ade.extensions.xml │ ├── admon.graphics.extension.xml │ ├── admon.graphics.path.xml │ ├── admon.graphics.xml │ ├── admon.style.xml │ ├── admon.textlabel.xml │ ├── admonition.properties.xml │ ├── admonition.title.properties.xml │ ├── alignment.xml │ ├── annotate.toc.xml │ ├── annotation.css.xml │ ├── annotation.graphic.close.xml │ ├── annotation.graphic.open.xml │ ├── annotation.js.xml │ ├── annotation.support.xml │ ├── appendix.autolabel.xml │ ├── arbortext.extensions.xml │ ├── article.appendix.title.properties.xml │ ├── author.othername.in.middle.xml │ ├── autolayout-file.xml │ ├── autolink.index.see.xml │ ├── autotoc.label.in.hyperlink.xml │ ├── autotoc.label.separator.xml │ ├── axf.extensions.xml │ ├── banner.before.navigation.xml │ ├── base.dir.xml │ ├── biblioentry.item.separator.xml │ ├── biblioentry.properties.xml │ ├── bibliography.collection.xml │ ├── bibliography.numbered.xml │ ├── bibliography.style.xml │ ├── blockquote.properties.xml │ ├── blurb.on.titlepage.enabled.xml │ ├── body.attributes.xml │ ├── body.bg.color.xml │ ├── body.end.indent.xml │ ├── body.font.family.xml │ ├── body.font.master.xml │ ├── body.font.size.xml │ ├── body.margin.bottom.xml │ ├── body.margin.inner.xml │ ├── body.margin.outer.xml │ ├── body.margin.top.xml │ ├── body.start.indent.xml │ ├── bookmarks.collapse.xml │ ├── bridgehead.in.toc.xml │ ├── bullet.image.xml │ ├── callout.defaultcolumn.xml │ ├── callout.graphics.extension.xml │ ├── callout.graphics.number.limit.xml │ ├── callout.graphics.path.xml │ ├── callout.graphics.xml │ ├── callout.icon.size.xml │ ├── callout.list.table.xml │ ├── callout.properties.xml │ ├── callout.unicode.font.xml │ ├── callout.unicode.number.limit.xml │ ├── callout.unicode.start.character.xml │ ├── callout.unicode.xml │ ├── calloutlist.properties.xml │ ├── callouts.extension.xml │ ├── chapter.autolabel.xml │ ├── chunk.append.xml │ ├── chunk.first.sections.xml │ ├── chunk.quietly.xml │ ├── chunk.section.depth.xml │ ├── chunk.sections.xml │ ├── chunk.separate.lots.xml │ ├── chunk.toc.xml │ ├── chunk.tocs.and.lots.has.title.xml │ ├── chunk.tocs.and.lots.xml │ ├── chunked.filename.prefix.xml │ ├── chunker.output.cdata-section-elements.xml │ ├── chunker.output.doctype-public.xml │ ├── chunker.output.doctype-system.xml │ ├── chunker.output.encoding.xml │ ├── chunker.output.indent.xml │ ├── chunker.output.media-type.xml │ ├── chunker.output.method.xml │ ├── chunker.output.omit-xml-declaration.xml │ ├── chunker.output.standalone.xml │ ├── citerefentry.link.xml │ ├── collect.xref.targets.xml │ ├── column.count.back.xml │ ├── column.count.body.xml │ ├── column.count.front.xml │ ├── column.count.index.xml │ ├── column.count.lot.xml │ ├── column.count.titlepage.xml │ ├── column.gap.back.xml │ ├── column.gap.body.xml │ ├── column.gap.front.xml │ ├── column.gap.index.xml │ ├── column.gap.lot.xml │ ├── column.gap.titlepage.xml │ ├── compact.list.item.spacing.xml │ ├── component.label.includes.part.label.xml │ ├── component.title.properties.xml │ ├── component.titlepage.properties.xml │ ├── contrib.inline.enabled.xml │ ├── crop.mark.bleed.xml │ ├── crop.mark.offset.xml │ ├── crop.mark.width.xml │ ├── crop.marks.xml │ ├── css.decoration.xml │ ├── css.stylesheet.dir.xml │ ├── css.stylesheet.xml │ ├── current.docid.xml │ ├── currentpage.marker.xml │ ├── custom.css.source.xml │ ├── default.float.class.xml │ ├── default.image.width.xml │ ├── default.table.frame.xml │ ├── default.table.rules.xml │ ├── default.table.width.xml │ ├── default.units.xml │ ├── dialogue.properties.xml │ ├── dingbat.font.family.xml │ ├── disable.collapsible.xml │ ├── disable.incremental.xml │ ├── docbook.css.link.xml │ ├── docbook.css.source.xml │ ├── double.sided.xml │ ├── draft.mode.xml │ ├── draft.watermark.image.xml │ ├── drama.properties.xml │ ├── dry-run.xml │ ├── dynamic.toc.xml │ ├── ebnf.assignment.xml │ ├── ebnf.statement.terminator.xml │ ├── ebnf.table.bgcolor.xml │ ├── ebnf.table.border.xml │ ├── eclipse.autolabel.xml │ ├── eclipse.plugin.id.xml │ ├── eclipse.plugin.name.xml │ ├── eclipse.plugin.provider.xml │ ├── editedby.enabled.xml │ ├── email.delimiters.enabled.xml │ ├── email.mailto.enabled.xml │ ├── emphasis.propagates.style.xml │ ├── entry.propagates.style.xml │ ├── epub.autolabel.xml │ ├── equation.number.properties.xml │ ├── equation.properties.xml │ ├── example.properties.xml │ ├── exsl.node.set.available.xml │ ├── feedback.href.xml │ ├── feedback.link.text.xml │ ├── feedback.with.ids.xml │ ├── figure.properties.xml │ ├── filename-prefix.xml │ ├── firstterm.only.link.xml │ ├── foil.footer.properties.xml │ ├── foil.header.properties.xml │ ├── foil.master.properties.xml │ ├── foil.page-sequence.properties.xml │ ├── foil.properties.xml │ ├── foil.region-after.properties.xml │ ├── foil.region-before.properties.xml │ ├── foil.region-body.properties.xml │ ├── foil.subtitle.properties.xml │ ├── foil.title.master.xml │ ├── foil.title.properties.xml │ ├── foil.title.size.xml │ ├── foilgroup.properties.xml │ ├── foilgroup.toc.xml │ ├── footer.column.widths.xml │ ├── footer.content.properties.xml │ ├── footer.hr.xml │ ├── footer.rule.xml │ ├── footer.table.height.xml │ ├── footer.table.properties.xml │ ├── footers.on.blank.pages.xml │ ├── footnote.font.size.xml │ ├── footnote.mark.properties.xml │ ├── footnote.number.format.xml │ ├── footnote.number.symbols.xml │ ├── footnote.properties.xml │ ├── footnote.sep.leader.properties.xml │ ├── fop.extensions.xml │ ├── fop1.extensions.xml │ ├── force.blank.pages.xml │ ├── formal.object.properties.xml │ ├── formal.procedures.xml │ ├── formal.title.placement.xml │ ├── formal.title.properties.xml │ ├── funcsynopsis.decoration.xml │ ├── funcsynopsis.style.xml │ ├── function.parens.xml │ ├── generate.consistent.ids.xml │ ├── generate.copyright.xml │ ├── generate.css.header.xml │ ├── generate.foilgroup.numbered.toc.xml │ ├── generate.foilgroup.toc.xml │ ├── generate.handoutnotes.xml │ ├── generate.id.attributes.xml │ ├── generate.index.xml │ ├── generate.legalnotice.link.xml │ ├── generate.manifest.xml │ ├── generate.meta.abstract.xml │ ├── generate.page.number.xml │ ├── generate.pubdate.xml │ ├── generate.revhistory.link.xml │ ├── generate.section.toc.level.xml │ ├── generate.speakernotes.xml │ ├── generate.titlepage.xml │ ├── generate.toc.xml │ ├── glossary.as.blocks.xml │ ├── glossary.collection.xml │ ├── glossary.sort.xml │ ├── glossdef.block.properties.xml │ ├── glossdef.list.properties.xml │ ├── glossentry.list.item.properties.xml │ ├── glossentry.show.acronym.xml │ ├── glosslist.as.blocks.xml │ ├── glossterm.auto.link.xml │ ├── glossterm.block.properties.xml │ ├── glossterm.list.properties.xml │ ├── glossterm.separation.xml │ ├── glossterm.width.xml │ ├── graphic.default.extension.xml │ ├── graphical.admonition.properties.xml │ ├── graphics.dir.xml │ ├── graphicsize.extension.xml │ ├── graphicsize.use.img.src.path.xml │ ├── handoutnotes.properties.xml │ ├── header.column.widths.xml │ ├── header.content.properties.xml │ ├── header.hr.xml │ ├── header.rule.xml │ ├── header.table.height.xml │ ├── header.table.properties.xml │ ├── headers.on.blank.pages.xml │ ├── hidetoc.image.xml │ ├── highlight.default.language.xml │ ├── highlight.source.xml │ ├── highlight.xslthl.config.xml │ ├── home.image.xml │ ├── html.append.xml │ ├── html.base.xml │ ├── html.cellpadding.xml │ ├── html.cellspacing.xml │ ├── html.cleanup.xml │ ├── html.ext.xml │ ├── html.extra.head.links.xml │ ├── html.head.legalnotice.link.multiple.xml │ ├── html.head.legalnotice.link.types.xml │ ├── html.longdesc.link.xml │ ├── html.longdesc.xml │ ├── html.script.type.xml │ ├── html.script.xml │ ├── html.stylesheet.type.xml │ ├── html.stylesheet.xml │ ├── htmlhelp.alias.file.xml │ ├── htmlhelp.autolabel.xml │ ├── htmlhelp.button.back.xml │ ├── htmlhelp.button.forward.xml │ ├── htmlhelp.button.hideshow.xml │ ├── htmlhelp.button.home.url.xml │ ├── htmlhelp.button.home.xml │ ├── htmlhelp.button.jump1.title.xml │ ├── htmlhelp.button.jump1.url.xml │ ├── htmlhelp.button.jump1.xml │ ├── htmlhelp.button.jump2.title.xml │ ├── htmlhelp.button.jump2.url.xml │ ├── htmlhelp.button.jump2.xml │ ├── htmlhelp.button.locate.xml │ ├── htmlhelp.button.next.xml │ ├── htmlhelp.button.options.xml │ ├── htmlhelp.button.prev.xml │ ├── htmlhelp.button.print.xml │ ├── htmlhelp.button.refresh.xml │ ├── htmlhelp.button.stop.xml │ ├── htmlhelp.button.zoom.xml │ ├── htmlhelp.chm.xml │ ├── htmlhelp.default.topic.xml │ ├── htmlhelp.display.progress.xml │ ├── htmlhelp.encoding.xml │ ├── htmlhelp.enhanced.decompilation.xml │ ├── htmlhelp.enumerate.images.xml │ ├── htmlhelp.force.map.and.alias.xml │ ├── htmlhelp.hhc.binary.xml │ ├── htmlhelp.hhc.folders.instead.books.xml │ ├── htmlhelp.hhc.section.depth.xml │ ├── htmlhelp.hhc.show.root.xml │ ├── htmlhelp.hhc.width.xml │ ├── htmlhelp.hhc.xml │ ├── htmlhelp.hhk.xml │ ├── htmlhelp.hhp.tail.xml │ ├── htmlhelp.hhp.window.xml │ ├── htmlhelp.hhp.windows.xml │ ├── htmlhelp.hhp.xml │ ├── htmlhelp.map.file.xml │ ├── htmlhelp.only.xml │ ├── htmlhelp.remember.window.position.xml │ ├── htmlhelp.show.advanced.search.xml │ ├── htmlhelp.show.favorities.xml │ ├── htmlhelp.show.menu.xml │ ├── htmlhelp.show.toolbar.text.xml │ ├── htmlhelp.title.xml │ ├── htmlhelp.use.hhk.xml │ ├── htmlhelp.window.geometry.xml │ ├── hyphenate.verbatim.characters.xml │ ├── hyphenate.verbatim.xml │ ├── hyphenate.xml │ ├── id.warnings.xml │ ├── ignore.image.scaling.xml │ ├── img.src.path.xml │ ├── index.div.title.properties.xml │ ├── index.entry.properties.xml │ ├── index.links.to.section.xml │ ├── index.method.xml │ ├── index.number.separator.xml │ ├── index.on.role.xml │ ├── index.on.type.xml │ ├── index.page.number.properties.xml │ ├── index.prefer.titleabbrev.xml │ ├── index.preferred.page.properties.xml │ ├── index.range.separator.xml │ ├── index.term.separator.xml │ ├── informal.object.properties.xml │ ├── informalequation.properties.xml │ ├── informalexample.properties.xml │ ├── informalfigure.properties.xml │ ├── informaltable.properties.xml │ ├── inherit.keywords.xml │ ├── inlinestagedir.properties.xml │ ├── inner.region.content.properties.xml │ ├── insert.link.page.number.xml │ ├── insert.olink.page.number.xml │ ├── insert.olink.pdf.frag.xml │ ├── insert.xref.page.number.para.xml │ ├── insert.xref.page.number.xml │ ├── itemizedlist.label.properties.xml │ ├── itemizedlist.label.width.xml │ ├── itemizedlist.properties.xml │ ├── javahelp.encoding.xml │ ├── keep.relative.image.uris.xml │ ├── keyboard.nav.xml │ ├── l10n.gentext.default.language.xml │ ├── l10n.gentext.language.xml │ ├── l10n.gentext.use.xref.language.xml │ ├── l10n.lang.value.rfc.compliant.xml │ ├── label.from.part.xml │ ├── line-height.xml │ ├── line.properties.xml │ ├── linegroup.properties.xml │ ├── linenumbering.everyNth.xml │ ├── linenumbering.extension.xml │ ├── linenumbering.separator.xml │ ├── linenumbering.width.xml │ ├── link.mailto.url.xml │ ├── link.to.self.for.mediaobject.xml │ ├── list.block.properties.xml │ ├── list.block.spacing.xml │ ├── list.item.spacing.xml │ ├── make.clean.html.xml │ ├── make.graphic.viewport.xml │ ├── make.index.markup.xml │ ├── make.single.year.ranges.xml │ ├── make.valid.html.xml │ ├── make.year.ranges.xml │ ├── man.authors.section.enabled.xml │ ├── man.base.url.for.relative.links.xml │ ├── man.break.after.slash.xml │ ├── man.charmap.enabled.xml │ ├── man.charmap.subset.profile.english.xml │ ├── man.charmap.subset.profile.xml │ ├── man.charmap.uri.xml │ ├── man.charmap.use.subset.xml │ ├── man.copyright.section.enabled.xml │ ├── man.endnotes.are.numbered.xml │ ├── man.endnotes.list.enabled.xml │ ├── man.endnotes.list.heading.xml │ ├── man.font.funcprototype.xml │ ├── man.font.funcsynopsisinfo.xml │ ├── man.font.links.xml │ ├── man.font.table.headings.xml │ ├── man.font.table.title.xml │ ├── man.funcsynopsis.style.xml │ ├── man.hyphenate.computer.inlines.xml │ ├── man.hyphenate.filenames.xml │ ├── man.hyphenate.urls.xml │ ├── man.hyphenate.xml │ ├── man.indent.blurbs.xml │ ├── man.indent.lists.xml │ ├── man.indent.refsect.xml │ ├── man.indent.verbatims.xml │ ├── man.indent.width.xml │ ├── man.justify.xml │ ├── man.output.base.dir.xml │ ├── man.output.better.ps.enabled.xml │ ├── man.output.encoding.xml │ ├── man.output.in.separate.dir.xml │ ├── man.output.lang.in.name.enabled.xml │ ├── man.output.manifest.enabled.xml │ ├── man.output.manifest.filename.xml │ ├── man.output.quietly.xml │ ├── man.output.subdirs.enabled.xml │ ├── man.segtitle.suppress.xml │ ├── man.string.subst.map.local.post.xml │ ├── man.string.subst.map.local.pre.xml │ ├── man.string.subst.map.xml │ ├── man.subheading.divider.enabled.xml │ ├── man.subheading.divider.xml │ ├── man.table.footnotes.divider.xml │ ├── man.th.extra1.suppress.xml │ ├── man.th.extra2.max.length.xml │ ├── man.th.extra2.suppress.xml │ ├── man.th.extra3.max.length.xml │ ├── man.th.extra3.suppress.xml │ ├── man.th.title.max.length.xml │ ├── manifest.in.base.dir.xml │ ├── manifest.xml │ ├── manual.toc.xml │ ├── margin.note.float.type.xml │ ├── margin.note.properties.xml │ ├── margin.note.title.properties.xml │ ├── margin.note.width.xml │ ├── mark.optional.procedure.steps.xml │ ├── marker.section.level.xml │ ├── menuchoice.menu.separator.xml │ ├── menuchoice.separator.xml │ ├── minus.image.xml │ ├── mml.embedding.mode.fo.xml │ ├── mml.embedding.mode.xml │ ├── monospace.font.family.xml │ ├── monospace.properties.xml │ ├── monospace.verbatim.font.width.xml │ ├── monospace.verbatim.properties.xml │ ├── multiframe.bottom.bgcolor.xml │ ├── multiframe.navigation.height.xml │ ├── multiframe.top.bgcolor.xml │ ├── multiframe.xml │ ├── nav.separator.xml │ ├── nav.table.summary.xml │ ├── navbgcolor.xml │ ├── navbodywidth.xml │ ├── navig.graphics.extension.xml │ ├── navig.graphics.path.xml │ ├── navig.graphics.xml │ ├── navig.showtitles.xml │ ├── navtocwidth.xml │ ├── next.image.xml │ ├── no.home.image.xml │ ├── no.next.image.xml │ ├── no.prev.image.xml │ ├── no.toc.image.xml │ ├── no.up.image.xml │ ├── nominal.image.depth.xml │ ├── nominal.image.width.xml │ ├── nominal.table.width.xml │ ├── nongraphical.admonition.properties.xml │ ├── normal.para.spacing.xml │ ├── olink.base.uri.xml │ ├── olink.debug.xml │ ├── olink.doctitle.xml │ ├── olink.fragid.xml │ ├── olink.lang.fallback.sequence.xml │ ├── olink.outline.ext.xml │ ├── olink.properties.xml │ ├── olink.pubid.xml │ ├── olink.resolver.xml │ ├── olink.sysid.xml │ ├── orderedlist.label.properties.xml │ ├── orderedlist.label.width.xml │ ├── orderedlist.properties.xml │ ├── othercredit.like.author.enabled.xml │ ├── outer.region.content.properties.xml │ ├── output-root.xml │ ├── output.indent.xml │ ├── overlay.js.xml │ ├── overlay.logo.xml │ ├── overlay.xml │ ├── page.height.portrait.xml │ ├── page.height.xml │ ├── page.margin.bottom.xml │ ├── page.margin.inner.xml │ ├── page.margin.outer.xml │ ├── page.margin.top.xml │ ├── page.orientation.xml │ ├── page.width.portrait.xml │ ├── page.width.xml │ ├── pages.template.xml │ ├── paper.type.xml │ ├── para.propagates.style.xml │ ├── para.properties.xml │ ├── part.autolabel.xml │ ├── passivetex.extensions.xml │ ├── pgwide.properties.xml │ ├── phrase.propagates.style.xml │ ├── pixels.per.inch.xml │ ├── plus.image.xml │ ├── poetry.properties.xml │ ├── points.per.em.xml │ ├── preface.autolabel.xml │ ├── prefer.internal.olink.xml │ ├── preferred.mediaobject.role.xml │ ├── prev.image.xml │ ├── procedure.properties.xml │ ├── process.empty.source.toc.xml │ ├── process.source.toc.xml │ ├── profile.arch.xml │ ├── profile.attribute.xml │ ├── profile.audience.xml │ ├── profile.condition.xml │ ├── profile.conformance.xml │ ├── profile.lang.xml │ ├── profile.os.xml │ ├── profile.outputformat.xml │ ├── profile.revision.xml │ ├── profile.revisionflag.xml │ ├── profile.role.xml │ ├── profile.security.xml │ ├── profile.separator.xml │ ├── profile.status.xml │ ├── profile.userlevel.xml │ ├── profile.value.xml │ ├── profile.vendor.xml │ ├── profile.wordsize.xml │ ├── publishers.properties.xml │ ├── punct.honorific.xml │ ├── qanda.defaultlabel.xml │ ├── qanda.in.toc.xml │ ├── qanda.inherit.numeration.xml │ ├── qanda.nested.in.toc.xml │ ├── qanda.title.level1.properties.xml │ ├── qanda.title.level2.properties.xml │ ├── qanda.title.level3.properties.xml │ ├── qanda.title.level4.properties.xml │ ├── qanda.title.level5.properties.xml │ ├── qanda.title.level6.properties.xml │ ├── qanda.title.properties.xml │ ├── qandadiv.autolabel.xml │ ├── rebuild-all.xml │ ├── refclass.suppress.xml │ ├── refentry.date.profile.enabled.xml │ ├── refentry.date.profile.xml │ ├── refentry.generate.name.xml │ ├── refentry.generate.title.xml │ ├── refentry.manual.fallback.profile.xml │ ├── refentry.manual.profile.enabled.xml │ ├── refentry.manual.profile.xml │ ├── refentry.meta.get.quietly.xml │ ├── refentry.pagebreak.xml │ ├── refentry.separator.xml │ ├── refentry.source.fallback.profile.xml │ ├── refentry.source.name.profile.enabled.xml │ ├── refentry.source.name.profile.xml │ ├── refentry.source.name.suppress.xml │ ├── refentry.title.properties.xml │ ├── refentry.version.profile.enabled.xml │ ├── refentry.version.profile.xml │ ├── refentry.version.suppress.xml │ ├── refentry.xref.manvolnum.xml │ ├── reference.autolabel.xml │ ├── region.after.extent.xml │ ├── region.before.extent.xml │ ├── region.inner.extent.xml │ ├── region.inner.properties.xml │ ├── region.outer.extent.xml │ ├── region.outer.properties.xml │ ├── revhistory.table.cell.properties.xml │ ├── revhistory.table.properties.xml │ ├── revhistory.title.properties.xml │ ├── root.filename.xml │ ├── root.properties.xml │ ├── rootid.xml │ ├── runinhead.default.title.end.punct.xml │ ├── runinhead.title.end.punct.xml │ ├── running.foot.properties.xml │ ├── s5.controls.xml │ ├── s5.defaultview.xml │ ├── s5.opera.css.xml │ ├── s5.outline.css.xml │ ├── s5.path.prefix.xml │ ├── s5.print.css.xml │ ├── s5.slides.css.xml │ ├── s5.slides.js.xml │ ├── sans.font.family.xml │ ├── saxon.callouts.xml │ ├── saxon.character.representation.xml │ ├── saxon.linenumbering.xml │ ├── saxon.tablecolumns.xml │ ├── script.dir.xml │ ├── section.autolabel.max.depth.xml │ ├── section.autolabel.xml │ ├── section.container.element.xml │ ├── section.label.includes.component.label.xml │ ├── section.level1.properties.xml │ ├── section.level2.properties.xml │ ├── section.level3.properties.xml │ ├── section.level4.properties.xml │ ├── section.level5.properties.xml │ ├── section.level6.properties.xml │ ├── section.properties.xml │ ├── section.title.level1.properties.xml │ ├── section.title.level2.properties.xml │ ├── section.title.level3.properties.xml │ ├── section.title.level4.properties.xml │ ├── section.title.level5.properties.xml │ ├── section.title.level6.properties.xml │ ├── section.title.properties.xml │ ├── segmentedlist.as.table.xml │ ├── sequential.links.xml │ ├── shade.verbatim.style.xml │ ├── shade.verbatim.xml │ ├── show.bookmarks.xml │ ├── show.comments.xml │ ├── show.foil.number.xml │ ├── show.revisionflag.xml │ ├── showtoc.image.xml │ ├── side.float.properties.xml │ ├── side.region.precedence.xml │ ├── sidebar.float.type.xml │ ├── sidebar.float.width.xml │ ├── sidebar.properties.xml │ ├── sidebar.title.properties.xml │ ├── simplesect.in.toc.xml │ ├── slide.font.family.xml │ ├── slide.title.font.family.xml │ ├── slides.js.xml │ ├── slides.properties.xml │ ├── slides.titlepage.author.properties.xml │ ├── slides.titlepage.authorgroup.properties.xml │ ├── slides.titlepage.corpauthor.properties.xml │ ├── slides.titlepage.master.properties.xml │ ├── slides.titlepage.pubdate.properties.xml │ ├── slides.titlepage.region-body.properties.xml │ ├── slides.titlepage.subtitle.properties.xml │ ├── slides.titlepage.title.properties.xml │ ├── slidy.duration.xml │ ├── slidy.path.prefix.xml │ ├── slidy.slidy.css.xml │ ├── slidy.slidy.js.xml │ ├── slidy.user.css.xml │ ├── spacing.paras.xml │ ├── speaker.properties.xml │ ├── speakernote.properties.xml │ ├── speakernotes.properties.xml │ ├── stagedir.properties.xml │ ├── subscript.properties.xml │ ├── superscript.properties.xml │ ├── suppress.footer.navigation.xml │ ├── suppress.header.navigation.xml │ ├── suppress.homepage.title.xml │ ├── suppress.navigation.xml │ ├── svg.embedding.mode.fo.xml │ ├── svg.embedding.mode.xml │ ├── symbol.font.family.xml │ ├── table.borders.with.css.xml │ ├── table.caption.properties.xml │ ├── table.cell.border.color.xml │ ├── table.cell.border.style.xml │ ├── table.cell.border.thickness.xml │ ├── table.cell.padding.xml │ ├── table.entry.padding.xml │ ├── table.footnote.number.format.xml │ ├── table.footnote.number.symbols.xml │ ├── table.footnote.properties.xml │ ├── table.frame.border.color.xml │ ├── table.frame.border.style.xml │ ├── table.frame.border.thickness.xml │ ├── table.properties.xml │ ├── table.spacer.image.xml │ ├── table.table.properties.xml │ ├── tablecolumns.extension.xml │ ├── target.database.document.xml │ ├── targets.filename.xml │ ├── task.properties.xml │ ├── template.xml │ ├── tex.math.delims.xml │ ├── tex.math.file.xml │ ├── tex.math.in.alt.xml │ ├── text.home.xml │ ├── text.next.xml │ ├── text.prev.xml │ ├── text.toc.xml │ ├── text.up.xml │ ├── textbgcolor.xml │ ├── textdata.default.encoding.xml │ ├── textinsert.extension.xml │ ├── title.font.family.xml │ ├── title.margin.left.xml │ ├── titlefoil.html.xml │ ├── toc.bg.color.xml │ ├── toc.blank.graphic.xml │ ├── toc.blank.image.xml │ ├── toc.blank.text.xml │ ├── toc.hide.show.xml │ ├── toc.html.xml │ ├── toc.image.xml │ ├── toc.indent.width.xml │ ├── toc.leader.properties.xml │ ├── toc.line.properties.xml │ ├── toc.list.type.xml │ ├── toc.margin.properties.xml │ ├── toc.max.depth.xml │ ├── toc.pointer.graphic.xml │ ├── toc.pointer.image.xml │ ├── toc.pointer.text.xml │ ├── toc.row.height.xml │ ├── toc.section.depth.xml │ ├── toc.spacer.graphic.xml │ ├── toc.spacer.image.xml │ ├── toc.spacer.text.xml │ ├── toc.width.xml │ ├── ua.js.xml │ ├── ulink.footnotes.xml │ ├── ulink.hyphenate.chars.xml │ ├── ulink.hyphenate.xml │ ├── ulink.show.xml │ ├── ulink.target.xml │ ├── up.image.xml │ ├── use.embed.for.svg.xml │ ├── use.extensions.xml │ ├── use.id.as.filename.xml │ ├── use.id.function.xml │ ├── use.local.olink.style.xml │ ├── use.role.as.xrefstyle.xml │ ├── use.role.for.mediaobject.xml │ ├── use.svg.xml │ ├── user.css.xml │ ├── variablelist.as.blocks.xml │ ├── variablelist.as.table.xml │ ├── variablelist.max.termlength.xml │ ├── variablelist.term.break.after.xml │ ├── variablelist.term.properties.xml │ ├── variablelist.term.separator.xml │ ├── verbatim.properties.xml │ ├── webhelp.autolabel.xml │ ├── webhelp.base.dir.xml │ ├── webhelp.common.dir.xml │ ├── webhelp.default.topic.xml │ ├── webhelp.include.search.tab.xml │ ├── webhelp.indexer.language.xml │ ├── webhelp.start.filename.xml │ ├── webhelp.tree.cookie.id.xml │ ├── wordml.template.xml │ ├── wrap.slidecontent.xml │ ├── writing.mode.xml │ ├── xbCollapsibleLists.js.xml │ ├── xbDOM.js.xml │ ├── xbLibrary.js.xml │ ├── xbStyle.js.xml │ ├── xep.extensions.xml │ ├── xep.index.item.properties.xml │ ├── xref.label-page.separator.xml │ ├── xref.label-title.separator.xml │ ├── xref.properties.xml │ ├── xref.title-page.separator.xml │ ├── xref.with.number.and.title.xml │ └── xsl1.1.bookmarks.xml ├── profiling │ ├── profile-mode.xsl │ ├── profile.xsl │ ├── strip-attributes.xsl │ └── xsl2profile.xsl ├── roundtrip │ ├── blocks-spec.xml │ ├── blocks2dbk.dtd │ ├── blocks2dbk.xsl │ ├── dbk2ooo.xsl │ ├── dbk2pages.xsl │ ├── dbk2wordml.xsl │ ├── dbk2wp.xsl │ ├── normalise-common.xsl │ ├── normalise2sections.xsl │ ├── pages2normalise.xsl │ ├── param.xml │ ├── param.xsl │ ├── sections-spec.xml │ ├── sections2blocks.xsl │ ├── specifications.xml │ ├── template-pages.xml │ ├── template.dot │ ├── template.xml │ └── wordml2normalise.xsl ├── slides │ ├── README │ ├── RELEASE-NOTES.xml │ ├── common │ │ └── common.xsl │ ├── doc │ │ ├── slides.xml │ │ └── user.css │ ├── fo │ │ ├── param.xml │ │ ├── param.xsl │ │ ├── plain-titlepage.xml │ │ ├── plain-titlepage.xsl │ │ └── plain.xsl │ ├── images │ │ ├── callouts │ │ │ ├── 1.png │ │ │ ├── 1.svg │ │ │ ├── 10.png │ │ │ ├── 10.svg │ │ │ ├── 11.png │ │ │ ├── 11.svg │ │ │ ├── 12.png │ │ │ ├── 12.svg │ │ │ ├── 13.png │ │ │ ├── 13.svg │ │ │ ├── 14.png │ │ │ ├── 14.svg │ │ │ ├── 15.png │ │ │ ├── 15.svg │ │ │ ├── 16.png │ │ │ ├── 16.svg │ │ │ ├── 17.png │ │ │ ├── 17.svg │ │ │ ├── 18.png │ │ │ ├── 18.svg │ │ │ ├── 19.png │ │ │ ├── 19.svg │ │ │ ├── 2.png │ │ │ ├── 2.svg │ │ │ ├── 20.png │ │ │ ├── 20.svg │ │ │ ├── 21.png │ │ │ ├── 21.svg │ │ │ ├── 22.png │ │ │ ├── 22.svg │ │ │ ├── 23.png │ │ │ ├── 23.svg │ │ │ ├── 24.png │ │ │ ├── 24.svg │ │ │ ├── 25.png │ │ │ ├── 25.svg │ │ │ ├── 26.png │ │ │ ├── 26.svg │ │ │ ├── 27.png │ │ │ ├── 27.svg │ │ │ ├── 28.png │ │ │ ├── 28.svg │ │ │ ├── 29.png │ │ │ ├── 29.svg │ │ │ ├── 3.png │ │ │ ├── 3.svg │ │ │ ├── 30.png │ │ │ ├── 30.svg │ │ │ ├── 4.png │ │ │ ├── 4.svg │ │ │ ├── 5.png │ │ │ ├── 5.svg │ │ │ ├── 6.png │ │ │ ├── 6.svg │ │ │ ├── 7.png │ │ │ ├── 7.svg │ │ │ ├── 8.png │ │ │ ├── 8.svg │ │ │ ├── 9.png │ │ │ ├── 9.svg │ │ │ └── gen.sh │ │ ├── face1.gif │ │ ├── face2.gif │ │ ├── face3.gif │ │ └── face4.gif │ ├── locatingrules.xml │ ├── s5 │ │ ├── index-osf.html │ │ ├── index-xoxo.html │ │ ├── pix │ │ │ ├── S501.jpg │ │ │ ├── S502.jpg │ │ │ ├── S503.jpg │ │ │ ├── S504.jpg │ │ │ ├── mememe01.png │ │ │ ├── mememe02.png │ │ │ ├── mememe03.png │ │ │ ├── mememe04.png │ │ │ ├── mememe05.png │ │ │ └── s5filemap.png │ │ └── ui │ │ │ ├── bg-shade.png │ │ │ ├── default │ │ │ ├── blank.gif │ │ │ ├── bodybg.gif │ │ │ ├── framing.css │ │ │ ├── iepngfix.htc │ │ │ ├── notes.css │ │ │ ├── opera.css │ │ │ ├── outline.css │ │ │ ├── pretty.css │ │ │ ├── print.css │ │ │ ├── s5-core.css │ │ │ ├── slides.css │ │ │ └── slides.js │ │ │ └── s5-notes.html │ ├── schema │ │ ├── relaxng │ │ │ ├── admonitions.rng │ │ │ ├── annotations.rng │ │ │ ├── bibliography.rng │ │ │ ├── callouts.rng │ │ │ ├── calstbl.rng │ │ │ ├── core.rng │ │ │ ├── docbook.rng │ │ │ ├── docbook1.rng │ │ │ ├── ebnf.rng │ │ │ ├── error.rng │ │ │ ├── glossary.rng │ │ │ ├── gui.rng │ │ │ ├── hier.rng │ │ │ ├── htmltbl.rng │ │ │ ├── index.rng │ │ │ ├── keyboard.rng │ │ │ ├── markup.rng │ │ │ ├── math.rng │ │ │ ├── mathml.rng │ │ │ ├── msgset.rng │ │ │ ├── os.rng │ │ │ ├── pool.rng │ │ │ ├── product.rng │ │ │ ├── programming.rng │ │ │ ├── qandaset.rng │ │ │ ├── refentry.rng │ │ │ ├── refsect1.rng │ │ │ ├── sect1.rng │ │ │ ├── slides.rnc │ │ │ ├── slides.rng │ │ │ ├── svg.rng │ │ │ ├── tasks.rng │ │ │ ├── technical.rng │ │ │ ├── toc.rng │ │ │ ├── topic.rng │ │ │ └── xlink.rng │ │ └── xsd │ │ │ ├── admonitions.xsd │ │ │ ├── annotations.xsd │ │ │ ├── bibliography.xsd │ │ │ ├── callouts.xsd │ │ │ ├── calstbl.xsd │ │ │ ├── core.xsd │ │ │ ├── db.xsd │ │ │ ├── docbook.xsd │ │ │ ├── docbook1.xsd │ │ │ ├── ebnf.xsd │ │ │ ├── error.xsd │ │ │ ├── glossary.xsd │ │ │ ├── gui.xsd │ │ │ ├── hier.xsd │ │ │ ├── htmltbl.xsd │ │ │ ├── index.xsd │ │ │ ├── keyboard.xsd │ │ │ ├── markup.xsd │ │ │ ├── math.xsd │ │ │ ├── mathml.xsd │ │ │ ├── msgset.xsd │ │ │ ├── os.xsd │ │ │ ├── pool.xsd │ │ │ ├── product.xsd │ │ │ ├── programming.xsd │ │ │ ├── qandaset.xsd │ │ │ ├── refentry.xsd │ │ │ ├── refsect1.xsd │ │ │ ├── sect1.xsd │ │ │ ├── slides.xsd │ │ │ ├── svg.xsd │ │ │ ├── tasks.xsd │ │ │ ├── technical.xsd │ │ │ ├── toc.xsd │ │ │ ├── topic.xsd │ │ │ ├── xlink.xsd │ │ │ ├── xlink1.xsd │ │ │ └── xml.xsd │ ├── slidy │ │ ├── .htaccess │ │ ├── Overview.html │ │ ├── Overview.xhtml │ │ ├── blank.html │ │ ├── graphics │ │ │ ├── bullet-fold-dim.gif │ │ │ ├── bullet-fold-dim.png │ │ │ ├── bullet-fold.gif │ │ │ ├── bullet-fold.png │ │ │ ├── bullet-nofold-dim.gif │ │ │ ├── bullet-nofold-dim.png │ │ │ ├── bullet-nofold.gif │ │ │ ├── bullet-nofold.png │ │ │ ├── bullet-unfold-dim.gif │ │ │ ├── bullet-unfold-dim.png │ │ │ ├── bullet-unfold.gif │ │ │ ├── bullet-unfold.png │ │ │ ├── bullet.png │ │ │ ├── example.png │ │ │ ├── example.svg │ │ │ ├── face1.gif │ │ │ ├── face2.gif │ │ │ ├── face3.gif │ │ │ ├── face4.gif │ │ │ ├── fold-bright.gif │ │ │ ├── fold-dim.bmp │ │ │ ├── fold-dim.gif │ │ │ ├── fold.bmp │ │ │ ├── fold.gif │ │ │ ├── icon-blue.png │ │ │ ├── keys2.jpg │ │ │ ├── nofold-dim.bmp │ │ │ ├── nofold-dim.gif │ │ │ ├── nofold.bmp │ │ │ ├── unfold-bright.gif │ │ │ ├── unfold-dim.bmp │ │ │ ├── unfold-dim.gif │ │ │ ├── unfold.bmp │ │ │ ├── unfold.gif │ │ │ ├── w3c-logo-blue.gif │ │ │ ├── w3c-logo-blue.svg │ │ │ ├── w3c-logo-slanted.jpg │ │ │ ├── w3c-logo-white.gif │ │ │ └── w3c-logo-white.svg │ │ ├── help │ │ │ ├── .htaccess │ │ │ ├── help.html │ │ │ ├── help.html.ca │ │ │ ├── help.html.de │ │ │ ├── help.html.en │ │ │ ├── help.html.es │ │ │ ├── help.html.fr │ │ │ ├── help.html.hu │ │ │ ├── help.html.nl │ │ │ ├── help.html.pl │ │ │ ├── help.html.pt-br │ │ │ ├── help.html.pt_br │ │ │ ├── help.html.sv │ │ │ └── help.pt-br.html │ │ ├── scripts │ │ │ ├── .htaccess │ │ │ ├── slidy.js │ │ │ └── slidy.js.gz │ │ └── styles │ │ │ ├── .htaccess │ │ │ ├── slidy.css │ │ │ └── w3c-blue.css │ ├── tools │ │ └── dbs3-upgrade.xsl │ └── xhtml │ │ ├── param.xml │ │ ├── param.xsl │ │ ├── plain-titlepage.xml │ │ ├── plain-titlepage.xsl │ │ ├── plain.xsl │ │ ├── s5.xsl │ │ └── slidy.xsl ├── template │ ├── titlepage.xml │ └── titlepage.xsl ├── tests │ ├── refentry.007.ns.xml │ └── refentry.007.xml ├── webhelp │ ├── LICENSE │ ├── Makefile.sample │ ├── build.properties │ ├── build.xml │ ├── docs │ │ ├── ch01.html │ │ ├── ch02.html │ │ ├── ch02s01.html │ │ ├── ch02s02.html │ │ ├── ch02s02s01.html │ │ ├── ch02s03.html │ │ ├── ch02s04.html │ │ ├── ch02s05.html │ │ ├── ch03.html │ │ ├── ch03s01.html │ │ ├── ch03s02.html │ │ ├── ch03s02s01.html │ │ ├── ch04.html │ │ ├── ch05.html │ │ ├── ch05s01.html │ │ ├── ch05s02.html │ │ ├── common │ │ │ ├── browserDetect.js │ │ │ ├── css │ │ │ │ ├── ie.css │ │ │ │ └── positioning.css │ │ │ ├── images │ │ │ │ ├── admon │ │ │ │ │ ├── caution.png │ │ │ │ │ ├── important.png │ │ │ │ │ ├── note.png │ │ │ │ │ ├── tip.png │ │ │ │ │ └── warning.png │ │ │ │ ├── callouts │ │ │ │ │ ├── 1.png │ │ │ │ │ ├── 10.png │ │ │ │ │ ├── 11.png │ │ │ │ │ ├── 12.png │ │ │ │ │ ├── 13.png │ │ │ │ │ ├── 14.png │ │ │ │ │ ├── 15.png │ │ │ │ │ ├── 16.png │ │ │ │ │ ├── 17.png │ │ │ │ │ ├── 18.png │ │ │ │ │ ├── 19.png │ │ │ │ │ ├── 2.png │ │ │ │ │ ├── 20.png │ │ │ │ │ ├── 21.png │ │ │ │ │ ├── 22.png │ │ │ │ │ ├── 23.png │ │ │ │ │ ├── 24.png │ │ │ │ │ ├── 25.png │ │ │ │ │ ├── 26.png │ │ │ │ │ ├── 27.png │ │ │ │ │ ├── 28.png │ │ │ │ │ ├── 29.png │ │ │ │ │ ├── 3.png │ │ │ │ │ ├── 30.png │ │ │ │ │ ├── 4.png │ │ │ │ │ ├── 5.png │ │ │ │ │ ├── 6.png │ │ │ │ │ ├── 7.png │ │ │ │ │ ├── 8.png │ │ │ │ │ └── 9.png │ │ │ │ ├── header-bg.gif │ │ │ │ ├── header-bg.png │ │ │ │ ├── highlight-blue.gif │ │ │ │ ├── highlight-yellow.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── logo.png │ │ │ │ ├── next-arrow.png │ │ │ │ ├── previous-arrow.png │ │ │ │ ├── search-icon.png │ │ │ │ ├── showHideTreeIcons.png │ │ │ │ ├── sidebar.png │ │ │ │ ├── starsSmall.png │ │ │ │ └── toc-icon.png │ │ │ ├── jquery │ │ │ │ ├── jquery-1.7.2.min.js │ │ │ │ ├── jquery-ui-1.8.2.custom.min.js │ │ │ │ ├── jquery.cookie.js │ │ │ │ ├── jquery.ui.all.js │ │ │ │ ├── layout │ │ │ │ │ └── jquery.layout.js │ │ │ │ ├── theme-redmond │ │ │ │ │ ├── images │ │ │ │ │ │ ├── ui-anim_basic_16x16.gif │ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ │ ├── ui-bg_flat_55_fbec88_40x100.png │ │ │ │ │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png │ │ │ │ │ │ ├── ui-bg_glass_85_dfeffc_1x400.png │ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png │ │ │ │ │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png │ │ │ │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png │ │ │ │ │ │ ├── ui-icons_217bc0_256x240.png │ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ │ ├── ui-icons_469bdd_256x240.png │ │ │ │ │ │ ├── ui-icons_6da8d5_256x240.png │ │ │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ │ │ ├── ui-icons_d8e7f3_256x240.png │ │ │ │ │ │ └── ui-icons_f9bd01_256x240.png │ │ │ │ │ ├── jquery-ui-1.8.2.custom.css │ │ │ │ │ └── jquery-ui-1.8.21.custom.css │ │ │ │ └── treeview │ │ │ │ │ ├── images │ │ │ │ │ ├── file.gif │ │ │ │ │ ├── folder-closed.gif │ │ │ │ │ ├── folder-closed2.gif │ │ │ │ │ ├── folder.gif │ │ │ │ │ ├── folder2.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ ├── treeview-black-line.gif │ │ │ │ │ ├── treeview-black.gif │ │ │ │ │ ├── treeview-default-line.gif │ │ │ │ │ ├── treeview-default.gif │ │ │ │ │ ├── treeview-famfamfam-line.gif │ │ │ │ │ ├── treeview-famfamfam.gif │ │ │ │ │ ├── treeview-gray-line.gif │ │ │ │ │ ├── treeview-gray.gif │ │ │ │ │ ├── treeview-red-line.gif │ │ │ │ │ └── treeview-red.gif │ │ │ │ │ ├── jquery.treeview.css │ │ │ │ │ └── jquery.treeview.min.js │ │ │ ├── main.js │ │ │ └── splitterInit.js │ │ ├── favicon.ico │ │ ├── images │ │ │ └── sample.jpg │ │ ├── index.html │ │ ├── ix01.html │ │ └── search │ │ │ ├── default.props │ │ │ ├── en-us.props │ │ │ ├── es-es.props │ │ │ ├── htmlFileInfoList.js │ │ │ ├── index-1.js │ │ │ ├── index-2.js │ │ │ ├── index-3.js │ │ │ ├── ja-jp.props │ │ │ ├── l10n.js │ │ │ ├── nwSearchFnt.js │ │ │ ├── punctuation.props │ │ │ └── stemmers │ │ │ ├── de_stemmer.js │ │ │ ├── en_stemmer.js │ │ │ └── fr_stemmer.js │ ├── docsrc │ │ ├── images │ │ │ └── sample.jpg │ │ ├── readme.xml │ │ └── xinclude-test.xml │ ├── template │ │ ├── common │ │ │ ├── browserDetect.js │ │ │ ├── css │ │ │ │ ├── ie.css │ │ │ │ └── positioning.css │ │ │ ├── images │ │ │ │ ├── admon │ │ │ │ │ ├── caution.png │ │ │ │ │ ├── important.png │ │ │ │ │ ├── note.png │ │ │ │ │ ├── tip.png │ │ │ │ │ └── warning.png │ │ │ │ ├── callouts │ │ │ │ │ ├── 1.png │ │ │ │ │ ├── 10.png │ │ │ │ │ ├── 11.png │ │ │ │ │ ├── 12.png │ │ │ │ │ ├── 13.png │ │ │ │ │ ├── 14.png │ │ │ │ │ ├── 15.png │ │ │ │ │ ├── 16.png │ │ │ │ │ ├── 17.png │ │ │ │ │ ├── 18.png │ │ │ │ │ ├── 19.png │ │ │ │ │ ├── 2.png │ │ │ │ │ ├── 20.png │ │ │ │ │ ├── 21.png │ │ │ │ │ ├── 22.png │ │ │ │ │ ├── 23.png │ │ │ │ │ ├── 24.png │ │ │ │ │ ├── 25.png │ │ │ │ │ ├── 26.png │ │ │ │ │ ├── 27.png │ │ │ │ │ ├── 28.png │ │ │ │ │ ├── 29.png │ │ │ │ │ ├── 3.png │ │ │ │ │ ├── 30.png │ │ │ │ │ ├── 4.png │ │ │ │ │ ├── 5.png │ │ │ │ │ ├── 6.png │ │ │ │ │ ├── 7.png │ │ │ │ │ ├── 8.png │ │ │ │ │ └── 9.png │ │ │ │ ├── header-bg.gif │ │ │ │ ├── header-bg.png │ │ │ │ ├── highlight-blue.gif │ │ │ │ ├── highlight-yellow.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── logo.png │ │ │ │ ├── next-arrow.png │ │ │ │ ├── previous-arrow.png │ │ │ │ ├── search-icon.png │ │ │ │ ├── showHideTreeIcons.png │ │ │ │ ├── sidebar.png │ │ │ │ ├── starsSmall.png │ │ │ │ └── toc-icon.png │ │ │ ├── jquery │ │ │ │ ├── jquery-1.7.2.min.js │ │ │ │ ├── jquery-ui-1.8.2.custom.min.js │ │ │ │ ├── jquery.cookie.js │ │ │ │ ├── jquery.ui.all.js │ │ │ │ ├── layout │ │ │ │ │ └── jquery.layout.js │ │ │ │ ├── theme-redmond │ │ │ │ │ ├── images │ │ │ │ │ │ ├── ui-anim_basic_16x16.gif │ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ │ ├── ui-bg_flat_55_fbec88_40x100.png │ │ │ │ │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png │ │ │ │ │ │ ├── ui-bg_glass_85_dfeffc_1x400.png │ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png │ │ │ │ │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png │ │ │ │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png │ │ │ │ │ │ ├── ui-icons_217bc0_256x240.png │ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ │ ├── ui-icons_469bdd_256x240.png │ │ │ │ │ │ ├── ui-icons_6da8d5_256x240.png │ │ │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ │ │ ├── ui-icons_d8e7f3_256x240.png │ │ │ │ │ │ └── ui-icons_f9bd01_256x240.png │ │ │ │ │ ├── jquery-ui-1.8.2.custom.css │ │ │ │ │ └── jquery-ui-1.8.21.custom.css │ │ │ │ └── treeview │ │ │ │ │ ├── images │ │ │ │ │ ├── file.gif │ │ │ │ │ ├── folder-closed.gif │ │ │ │ │ ├── folder-closed2.gif │ │ │ │ │ ├── folder.gif │ │ │ │ │ ├── folder2.gif │ │ │ │ │ ├── minus.gif │ │ │ │ │ ├── plus.gif │ │ │ │ │ ├── treeview-black-line.gif │ │ │ │ │ ├── treeview-black.gif │ │ │ │ │ ├── treeview-default-line.gif │ │ │ │ │ ├── treeview-default.gif │ │ │ │ │ ├── treeview-famfamfam-line.gif │ │ │ │ │ ├── treeview-famfamfam.gif │ │ │ │ │ ├── treeview-gray-line.gif │ │ │ │ │ ├── treeview-gray.gif │ │ │ │ │ ├── treeview-red-line.gif │ │ │ │ │ └── treeview-red.gif │ │ │ │ │ ├── jquery.treeview.css │ │ │ │ │ └── jquery.treeview.min.js │ │ │ ├── main.js │ │ │ └── splitterInit.js │ │ ├── favicon.ico │ │ └── search │ │ │ ├── default.props │ │ │ ├── en-us.props │ │ │ ├── es-es.props │ │ │ ├── ja-jp.props │ │ │ ├── nwSearchFnt.js │ │ │ ├── punctuation.props │ │ │ └── stemmers │ │ │ ├── de_stemmer.js │ │ │ ├── en_stemmer.js │ │ │ └── fr_stemmer.js │ └── xsl │ │ ├── titlepage.templates.xml │ │ ├── titlepage.templates.xsl │ │ ├── webhelp-common.xsl │ │ └── webhelp.xsl ├── website │ ├── autolayout.xsl │ ├── build.xml │ ├── chunk-common.xsl │ ├── chunk-tabular.xsl │ ├── chunk-website.xsl │ ├── head.xsl │ ├── makefile-dep.xsl │ ├── olink.xsl │ ├── param.xml │ ├── param.xsl │ ├── rss.xsl │ ├── tabular.xsl │ ├── toc-tabular.xsl │ ├── toc.xsl │ ├── website-common.xsl │ ├── website-targets.xsl │ ├── website.xsl │ └── xbel.xsl ├── xhtml-1_1 │ ├── admon.xsl │ ├── annotations.xsl │ ├── autoidx-kimber.xsl │ ├── autoidx-kosek.xsl │ ├── autoidx-ng.xsl │ ├── autoidx.xsl │ ├── autotoc.xsl │ ├── biblio-iso690.xsl │ ├── biblio.xsl │ ├── block.xsl │ ├── build.xml │ ├── callout.xsl │ ├── changebars.xsl │ ├── chunk-changebars.xsl │ ├── chunk-code.xsl │ ├── chunk-common.xsl │ ├── chunk.xsl │ ├── chunker.xsl │ ├── chunkfast.xsl │ ├── chunktoc.xsl │ ├── component.xsl │ ├── division.xsl │ ├── docbook.css.xml │ ├── docbook.xsl │ ├── ebnf.xsl │ ├── footnote.xsl │ ├── formal.xsl │ ├── glossary.xsl │ ├── graphics.xsl │ ├── highlight.xsl │ ├── html-rtf.xsl │ ├── html.xsl │ ├── htmltbl.xsl │ ├── index.xsl │ ├── info.xsl │ ├── inline.xsl │ ├── its.xsl │ ├── keywords.xsl │ ├── lists.xsl │ ├── maketoc.xsl │ ├── manifest.xsl │ ├── math.xsl │ ├── oldchunker.xsl │ ├── onechunk.xsl │ ├── param.xsl │ ├── pi.xsl │ ├── profile-chunk-code.xsl │ ├── profile-chunk.xsl │ ├── profile-docbook.xsl │ ├── profile-onechunk.xsl │ ├── publishers.xsl │ ├── qandaset.xsl │ ├── refentry.xsl │ ├── sections.xsl │ ├── synop.xsl │ ├── table.xsl │ ├── task.xsl │ ├── titlepage.templates.xsl │ ├── titlepage.xsl │ ├── toc.xsl │ ├── verbatim.xsl │ └── xref.xsl ├── xhtml │ ├── admon.xsl │ ├── annotations.xsl │ ├── autoidx-kimber.xsl │ ├── autoidx-kosek.xsl │ ├── autoidx-ng.xsl │ ├── autoidx.xsl │ ├── autotoc.xsl │ ├── biblio-iso690.xsl │ ├── biblio.xsl │ ├── block.xsl │ ├── build.xml │ ├── callout.xsl │ ├── changebars.xsl │ ├── chunk-changebars.xsl │ ├── chunk-code.xsl │ ├── chunk-common.xsl │ ├── chunk.xsl │ ├── chunker.xsl │ ├── chunkfast.xsl │ ├── chunktoc.xsl │ ├── component.xsl │ ├── division.xsl │ ├── docbook-no-doctype.xsl │ ├── docbook.css.xml │ ├── docbook.xsl │ ├── ebnf.xsl │ ├── footnote.xsl │ ├── formal.xsl │ ├── glossary.xsl │ ├── graphics.xsl │ ├── highlight.xsl │ ├── html-rtf.xsl │ ├── html.xsl │ ├── htmltbl.xsl │ ├── index.xsl │ ├── info.xsl │ ├── inline.xsl │ ├── its.xsl │ ├── keywords.xsl │ ├── lists.xsl │ ├── maketoc.xsl │ ├── manifest.xsl │ ├── math.xsl │ ├── oldchunker.xsl │ ├── onechunk.xsl │ ├── param.xsl │ ├── pi.xsl │ ├── profile-chunk-code.xsl │ ├── profile-chunk.xsl │ ├── profile-docbook.xsl │ ├── profile-onechunk.xsl │ ├── publishers.xsl │ ├── qandaset.xsl │ ├── refentry.xsl │ ├── sections.xsl │ ├── synop.xsl │ ├── table.xsl │ ├── task.xsl │ ├── titlepage.templates.xml │ ├── titlepage.templates.xsl │ ├── titlepage.xsl │ ├── toc.xsl │ ├── verbatim.xsl │ └── xref.xsl ├── xhtml5 │ ├── README │ ├── build.xml │ ├── chunk.xsl │ ├── chunkfast.xsl │ ├── docbook.css.xml │ ├── docbook.xsl │ ├── html5-chunk-mods.xsl │ ├── html5-element-mods.xsl │ ├── onechunk.xsl │ ├── profile-chunk.xsl │ ├── profile-docbook.xsl │ ├── xhtml-docbook.xsl │ ├── xhtml-profile-docbook.xsl │ └── xhtml2xhtml5.xsl └── xml-dtd-4.5 │ ├── ChangeLog │ ├── META-INF │ └── MANIFEST.MF │ ├── README │ ├── calstblx.dtd │ ├── catalog.xml │ ├── dbcentx.mod │ ├── dbgenent.mod │ ├── dbhierx.mod │ ├── dbnotnx.mod │ ├── dbpoolx.mod │ ├── docbook.cat │ ├── docbookx.dtd │ ├── ent │ ├── README │ ├── isoamsa.ent │ ├── isoamsb.ent │ ├── isoamsc.ent │ ├── isoamsn.ent │ ├── isoamso.ent │ ├── isoamsr.ent │ ├── isobox.ent │ ├── isocyr1.ent │ ├── isocyr2.ent │ ├── isodia.ent │ ├── isogrk1.ent │ ├── isogrk2.ent │ ├── isogrk3.ent │ ├── isogrk4.ent │ ├── isolat1.ent │ ├── isolat2.ent │ ├── isonum.ent │ ├── isopub.ent │ └── isotech.ent │ ├── htmltblx.mod │ └── soextblx.dtd └── schema2asciidoc.xsl /.gitignore: -------------------------------------------------------------------------------- 1 | /asciidoc 2 | *.bat 3 | *.txt 4 | /doc/*.xml 5 | *.pdf 6 | db_template_examples.html 7 | -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /.idea/course-doc.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | --- 2 | branches: 3 | only: 4 | - master 5 | 6 | sudo: required 7 | 8 | services: 9 | - docker 10 | 11 | before_install: 12 | - mkdir -p doc/output 13 | - docker pull asciidoctor/docker-asciidoctor 14 | 15 | script: 16 | - docker run -v $TRAVIS_BUILD_DIR/doc/:/documents/ --name asciidoc-to-html asciidoctor/docker-asciidoctor asciidoctor -D /documents/output db_template_examples.adoc 17 | 18 | after_error: 19 | - docker logs asciidoc-to-html 20 | 21 | after_failure: 22 | - docker logs asciidoc-to-html 23 | 24 | after_success: 25 | - cd doc/output ; mv db_template_examples.html index.html ; cp -R ../*.png . 26 | - git init 27 | - git config user.name "${GH_USER_NAME}" 28 | - git config user.email "{GH_USER_EMAIL}" 29 | - git add . ; git commit -m "Deploy to GitHub Pages" 30 | - git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:gh-pages > /dev/null 2>&1 31 | -------------------------------------------------------------------------------- /doc/docinfo.html: -------------------------------------------------------------------------------- 1 | 9 | -------------------------------------------------------------------------------- /doc/example_image_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/doc/example_image_1.png -------------------------------------------------------------------------------- /doc/example_image_1.pu: -------------------------------------------------------------------------------- 1 | @startuml 2 | skinparam backgroundcolor transparent 3 | skinparam shadowing false 4 | skinparam dpi 300 5 | skinparam componentStyle uml2 6 | 7 | left to right direction 8 | 9 | skinparam interface { 10 | borderColor black 11 | backgroundColor white 12 | } 13 | skinparam component { 14 | borderColor black 15 | backgroundColor white 16 | ArrowColor black 17 | } 18 | 19 | component "Компонент 1" as c1 20 | component "Компонент 2" as c2 21 | interface "Интерфейс 1" as i1 22 | c1 --() i1 23 | c2 --( i1 24 | @enduml 25 | -------------------------------------------------------------------------------- /template/docbook-xsl/callouts.xsl: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 8 | 9 | 1 10 | 60 11 | 9pt 12 | 1 13 | 10 14 | .svg 15 | 18 | 21 | 22 | 23 | 24 | 25 | 26 | images/icons/callouts/ 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /template/docbook-xsl/fop-config.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | true 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /template/docbook/AUTHORS: -------------------------------------------------------------------------------- 1 | The DocBook XSL stylesheets are maintained by Norman Walsh, 2 | , and members of the DocBook Project, 3 | 4 | 5 | -------------------------------------------------------------------------------- /template/docbook/BUGS: -------------------------------------------------------------------------------- 1 | To view a list of all open DocBook Project XSL stylesheet bugs: 2 | 3 | http://docbook.sf.net/tracker/xsl/bugs 4 | 5 | To submit a bug report against the stylesheets: 6 | 7 | http://docbook.sf.net/tracker/submit/bug 8 | 9 | To do a full-text search of all DocBook Project issues: 10 | 11 | http://docbook.sf.net/tracker/search 12 | 13 | Discussion about the DocBook Project XSL stylesheets takes place 14 | on the docbook-apps mailing list: 15 | 16 | http://wiki.docbook.org/topic/DocBookAppsMailingList 17 | 18 | Real-time discussion takes place on IRC: 19 | 20 | http://wiki.docbook.org/topic/DocBookIrcChannel 21 | irc://irc.freenode.net/docbook 22 | -------------------------------------------------------------------------------- /template/docbook/REVISION: -------------------------------------------------------------------------------- 1 | 10010 2 | -------------------------------------------------------------------------------- /template/docbook/TODO: -------------------------------------------------------------------------------- 1 | The "to do" list for the DocBook Project XSL stylesheets is 2 | maintained at Sourceforge. To view a list of all open feature 3 | requests for the stylesheets: 4 | 5 | http://docbook.sf.net/tracker/xsl/requests 6 | 7 | To submit a feature request against the stylesheets: 8 | 9 | http://docbook.sf.net/tracker/submit/request 10 | 11 | To do a full-text search of all DocBook Project issues: 12 | 13 | http://docbook.sf.net/tracker/search 14 | 15 | Discussion about the DocBook Project XSL stylesheets takes place 16 | on the docbook-apps mailing list: 17 | 18 | http://wiki.docbook.org/topic/DocBookAppsMailingList 19 | 20 | Real-time discussion takes place on IRC: 21 | 22 | http://wiki.docbook.org/topic/DocBookIrcChannel 23 | irc://irc.freenode.net/docbook 24 | -------------------------------------------------------------------------------- /template/docbook/catalog.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /template/docbook/eclipse/build.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Building profiling version of Eclipse stylesheet... 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /template/docbook/epub/bin/xslt/obfuscate.xsl: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /template/docbook/epub3/build.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Building EPUB3 titlepage... 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /template/docbook/epub3/docbook.xsl: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | ]> 6 | 7 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /template/docbook/fo/annotations.xsl: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /template/docbook/fo/autoidx-ng.xsl: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 16 | 17 | 18 | 19 | 20 | kosek 21 | 22 | 23 | -------------------------------------------------------------------------------- /template/docbook/fo/keywords.xsl: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /template/docbook/highlighting/README: -------------------------------------------------------------------------------- 1 | To use the syntax higlighting extension with DocBook-XSL 1.74.3+, you must: 2 | 1. Use a processor that works with the extension: Saxon 6 or Xalan-J. 3 | 2. Add the latest version of xslthl-2.X.X.jar to your classpath. 4 | 3. Set the highlight.source parameter to 1. 5 | 4. Import into your customization one of the following stylesheet module: 6 | * html/highlight.xsl 7 | * xhtml/highlight.xsl 8 | * xhtml-1_1/highlight.xsl 9 | * fo/highlight.xsl 10 | 5. Use that customiztion layer. 11 | 12 | 13 | Note: Saxon 8.5 or later is also supported, but since it is an XSLT 2.0 14 | processor it is not guaranteed to work with DocBook-XSL in all 15 | circumstances. 16 | 17 | -------------------------------------------------------------------------------- /template/docbook/html/autoidx-ng.xsl: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 16 | 17 | 18 | 19 | 20 | kosek 21 | 22 | 23 | -------------------------------------------------------------------------------- /template/docbook/htmlhelp/build.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Building profiling version of HTML Help stylesheet... 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /template/docbook/images/annot-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/annot-close.png -------------------------------------------------------------------------------- /template/docbook/images/annot-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/annot-open.png -------------------------------------------------------------------------------- /template/docbook/images/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/blank.png -------------------------------------------------------------------------------- /template/docbook/images/callouts/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/1.gif -------------------------------------------------------------------------------- /template/docbook/images/callouts/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/1.png -------------------------------------------------------------------------------- /template/docbook/images/callouts/1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /template/docbook/images/callouts/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/10.gif -------------------------------------------------------------------------------- /template/docbook/images/callouts/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/10.png -------------------------------------------------------------------------------- /template/docbook/images/callouts/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/11.gif -------------------------------------------------------------------------------- /template/docbook/images/callouts/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/11.png -------------------------------------------------------------------------------- /template/docbook/images/callouts/11.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /template/docbook/images/callouts/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/12.gif -------------------------------------------------------------------------------- /template/docbook/images/callouts/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/12.png -------------------------------------------------------------------------------- /template/docbook/images/callouts/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/13.gif -------------------------------------------------------------------------------- /template/docbook/images/callouts/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/13.png -------------------------------------------------------------------------------- /template/docbook/images/callouts/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/14.gif -------------------------------------------------------------------------------- /template/docbook/images/callouts/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/14.png -------------------------------------------------------------------------------- /template/docbook/images/callouts/14.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 13 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /template/docbook/images/callouts/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/15.gif -------------------------------------------------------------------------------- /template/docbook/images/callouts/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/15.png -------------------------------------------------------------------------------- /template/docbook/images/callouts/17.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 13 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /template/docbook/images/callouts/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/2.gif -------------------------------------------------------------------------------- /template/docbook/images/callouts/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/2.png -------------------------------------------------------------------------------- /template/docbook/images/callouts/2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /template/docbook/images/callouts/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/3.gif -------------------------------------------------------------------------------- /template/docbook/images/callouts/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/3.png -------------------------------------------------------------------------------- /template/docbook/images/callouts/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/4.gif -------------------------------------------------------------------------------- /template/docbook/images/callouts/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/4.png -------------------------------------------------------------------------------- /template/docbook/images/callouts/4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /template/docbook/images/callouts/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/5.gif -------------------------------------------------------------------------------- /template/docbook/images/callouts/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/5.png -------------------------------------------------------------------------------- /template/docbook/images/callouts/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/6.gif -------------------------------------------------------------------------------- /template/docbook/images/callouts/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/6.png -------------------------------------------------------------------------------- /template/docbook/images/callouts/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/7.gif -------------------------------------------------------------------------------- /template/docbook/images/callouts/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/7.png -------------------------------------------------------------------------------- /template/docbook/images/callouts/7.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | ]> 7 | 9 | 10 | 11 | 12 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /template/docbook/images/callouts/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/8.gif -------------------------------------------------------------------------------- /template/docbook/images/callouts/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/8.png -------------------------------------------------------------------------------- /template/docbook/images/callouts/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/9.gif -------------------------------------------------------------------------------- /template/docbook/images/callouts/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/callouts/9.png -------------------------------------------------------------------------------- /template/docbook/images/caution.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/caution.gif -------------------------------------------------------------------------------- /template/docbook/images/caution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/caution.png -------------------------------------------------------------------------------- /template/docbook/images/caution.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/caution.tif -------------------------------------------------------------------------------- /template/docbook/images/draft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/draft.png -------------------------------------------------------------------------------- /template/docbook/images/draft.svg: -------------------------------------------------------------------------------- 1 | 2 | 5 | 9 | 10 | 11 | Draft 13 | 14 | 15 | -------------------------------------------------------------------------------- /template/docbook/images/home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/home.gif -------------------------------------------------------------------------------- /template/docbook/images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/home.png -------------------------------------------------------------------------------- /template/docbook/images/important.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/important.gif -------------------------------------------------------------------------------- /template/docbook/images/important.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/important.png -------------------------------------------------------------------------------- /template/docbook/images/important.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/important.tif -------------------------------------------------------------------------------- /template/docbook/images/next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/next.gif -------------------------------------------------------------------------------- /template/docbook/images/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/next.png -------------------------------------------------------------------------------- /template/docbook/images/note.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/note.gif -------------------------------------------------------------------------------- /template/docbook/images/note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/note.png -------------------------------------------------------------------------------- /template/docbook/images/note.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/note.tif -------------------------------------------------------------------------------- /template/docbook/images/prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/prev.gif -------------------------------------------------------------------------------- /template/docbook/images/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/prev.png -------------------------------------------------------------------------------- /template/docbook/images/tip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/tip.gif -------------------------------------------------------------------------------- /template/docbook/images/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/tip.png -------------------------------------------------------------------------------- /template/docbook/images/tip.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/tip.tif -------------------------------------------------------------------------------- /template/docbook/images/toc-blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/toc-blank.png -------------------------------------------------------------------------------- /template/docbook/images/toc-minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/toc-minus.png -------------------------------------------------------------------------------- /template/docbook/images/toc-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/toc-plus.png -------------------------------------------------------------------------------- /template/docbook/images/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/up.gif -------------------------------------------------------------------------------- /template/docbook/images/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/up.png -------------------------------------------------------------------------------- /template/docbook/images/warning.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/warning.gif -------------------------------------------------------------------------------- /template/docbook/images/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/warning.png -------------------------------------------------------------------------------- /template/docbook/images/warning.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/images/warning.tif -------------------------------------------------------------------------------- /template/docbook/javahelp/build.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Building profiling version of JavaHelp stylesheet... 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /template/docbook/lib/build.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Building XSLT library... 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /template/docbook/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/log -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/params/s5.print.css.xml: -------------------------------------------------------------------------------- 1 | 7 | 8 | s5.print.css 9 | filename 10 | 11 | 12 | s5.print.css 13 | Specifies the name of the S5 print CSS file 14 | 15 | 16 | 17 | 18 | print.css 19 | 20 | 21 | 22 | Description 23 | 24 | This parameter specifies the name of the S5 print CSS file. 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/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 | -------------------------------------------------------------------------------- /template/docbook/profiling/strip-attributes.xsl: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /template/docbook/roundtrip/blocks-spec.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /template/docbook/roundtrip/param.xsl: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /template/docbook/roundtrip/template.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/roundtrip/template.dot -------------------------------------------------------------------------------- /template/docbook/slides/README: -------------------------------------------------------------------------------- 1 | $Id: README 9639 2012-10-22 18:41:00Z stefan $ 2 | 3 | README for the DocBook Slides distribution 4 | 5 | For a more detailed manual on Slides, please see the doc 6 | directory. 7 | 8 | For information about open DocBook Slides bugs and 9 | pending feature requests, see the following: 10 | 11 | http://sourceforge.net/search/?group_artifact_id=373747&type_of_search=artifact&group_id=21935&words=slides 12 | -------------------------------------------------------------------------------- /template/docbook/slides/common/common.xsl: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /template/docbook/slides/doc/user.css: -------------------------------------------------------------------------------- 1 | .face_container {margin-left: 4em; position: relative;} 2 | .face_first {position: static; vertical-align: bottom;} 3 | .face_other {position: absolute; left: 0; top: 0;} 4 | 5 | .left {float: left;} 6 | .right {float: right;} 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/1.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/1.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 1 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/10.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/10.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 10 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/11.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/11.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 11 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/12.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/12.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 12 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/13.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/13.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 13 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/14.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/14.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 14 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/15.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/15.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 15 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/16.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/16.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 16 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/17.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/17.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 17 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/18.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/18.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 18 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/19.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/19.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 19 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/2.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/2.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 2 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/20.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/20.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 20 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/21.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/21.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 21 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/22.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/22.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 22 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/23.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/23.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 23 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/24.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/24.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 24 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/25.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/25.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 25 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/26.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/26.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 26 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/27.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/27.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 27 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/28.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/28.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 28 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/29.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/29.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 29 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/3.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/3.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 3 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/30.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/30.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 30 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/4.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/4.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 4 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/5.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/5.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 5 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/6.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/6.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/7.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/7.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 7 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/8.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/8.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 8 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/callouts/9.png -------------------------------------------------------------------------------- /template/docbook/slides/images/callouts/9.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 9 6 | 7 | -------------------------------------------------------------------------------- /template/docbook/slides/images/face1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/face1.gif -------------------------------------------------------------------------------- /template/docbook/slides/images/face2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/face2.gif -------------------------------------------------------------------------------- /template/docbook/slides/images/face3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/face3.gif -------------------------------------------------------------------------------- /template/docbook/slides/images/face4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/images/face4.gif -------------------------------------------------------------------------------- /template/docbook/slides/s5/pix/S501.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/s5/pix/S501.jpg -------------------------------------------------------------------------------- /template/docbook/slides/s5/pix/S502.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/s5/pix/S502.jpg -------------------------------------------------------------------------------- /template/docbook/slides/s5/pix/S503.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/s5/pix/S503.jpg -------------------------------------------------------------------------------- /template/docbook/slides/s5/pix/S504.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/s5/pix/S504.jpg -------------------------------------------------------------------------------- /template/docbook/slides/s5/pix/mememe01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/s5/pix/mememe01.png -------------------------------------------------------------------------------- /template/docbook/slides/s5/pix/mememe02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/s5/pix/mememe02.png -------------------------------------------------------------------------------- /template/docbook/slides/s5/pix/mememe03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/s5/pix/mememe03.png -------------------------------------------------------------------------------- /template/docbook/slides/s5/pix/mememe04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/s5/pix/mememe04.png -------------------------------------------------------------------------------- /template/docbook/slides/s5/pix/mememe05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/s5/pix/mememe05.png -------------------------------------------------------------------------------- /template/docbook/slides/s5/pix/s5filemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/s5/pix/s5filemap.png -------------------------------------------------------------------------------- /template/docbook/slides/s5/ui/bg-shade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/s5/ui/bg-shade.png -------------------------------------------------------------------------------- /template/docbook/slides/s5/ui/default/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/s5/ui/default/blank.gif -------------------------------------------------------------------------------- /template/docbook/slides/s5/ui/default/bodybg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/s5/ui/default/bodybg.gif -------------------------------------------------------------------------------- /template/docbook/slides/s5/ui/default/opera.css: -------------------------------------------------------------------------------- 1 | /* DO NOT CHANGE THESE unless you really want to break Opera Show */ 2 | .slide { 3 | visibility: visible !important; 4 | position: static !important; 5 | page-break-before: always; 6 | } 7 | #slide0 {page-break-before: avoid;} 8 | -------------------------------------------------------------------------------- /template/docbook/slides/s5/ui/default/outline.css: -------------------------------------------------------------------------------- 1 | /* don't change this unless you want the layout stuff to show up in the outline view! */ 2 | 3 | .layout div, #footer *, #controlForm * {display: none;} 4 | #footer, #controls, #controlForm, #navLinks, #toggle { 5 | display: block; visibility: visible; margin: 0; padding: 0;} 6 | #toggle {float: right; padding: 0.5em;} 7 | html>body #toggle {position: fixed; top: 0; right: 0;} 8 | 9 | /* making the outline look pretty-ish */ 10 | 11 | #slide0 h1, #slide0 h2, #slide0 h3, #slide0 h4 {border: none; margin: 0;} 12 | #slide0 h1 {padding-top: 1.5em;} 13 | .slide h1 {margin: 1.5em 0 0; padding-top: 0.25em; 14 | border-top: 1px solid #888; border-bottom: 1px solid #AAA;} 15 | #toggle {border: 1px solid; border-width: 0 0 1px 1px; background: #FFF;} 16 | -------------------------------------------------------------------------------- /template/docbook/slides/s5/ui/default/s5-core.css: -------------------------------------------------------------------------------- 1 | /* Do not edit or override these styles! The system will likely break if you do. */ 2 | 3 | div#header, div#footer, div#controls, .slide {position: absolute;} 4 | html>body div#header, html>body div#footer, 5 | html>body div#controls, html>body .slide {position: fixed;} 6 | .handout, .notes {display: none;} 7 | .layout {display: block;} 8 | .slide, .hideme, .incremental {visibility: hidden;} 9 | #slide0 {visibility: visible;} 10 | -------------------------------------------------------------------------------- /template/docbook/slides/s5/ui/default/slides.css: -------------------------------------------------------------------------------- 1 | @import url(s5-core.css); /* required to make the slide show run at all */ 2 | @import url(framing.css); /* sets basic placement and size of slide components */ 3 | @import url(pretty.css); /* stuff that makes the slides look better than blah */ -------------------------------------------------------------------------------- /template/docbook/slides/slidy/.htaccess: -------------------------------------------------------------------------------- 1 | Options +MultiViews 2 | LanguagePriority en 3 | AddLanguage pt-br .pt-br 4 | 5 | 6 | 7 | ForceType 'text/html; charset=utf-8' 8 | 9 | 10 | 11 | 12 | 13 | ForceType 'application/xhtml+xml; charset=utf-8' 14 | 15 | 16 | 17 | 18 | 19 | ForceType 'text/css; charset=utf-8' 20 | 21 | 22 | 23 | 24 | 25 | ForceType 'text/javascript; charset=utf-8' 26 | 27 | 28 | mkdir 29 | -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/bullet-fold-dim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/bullet-fold-dim.gif -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/bullet-fold-dim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/bullet-fold-dim.png -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/bullet-fold.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/bullet-fold.gif -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/bullet-fold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/bullet-fold.png -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/bullet-nofold-dim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/bullet-nofold-dim.gif -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/bullet-nofold-dim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/bullet-nofold-dim.png -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/bullet-nofold.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/bullet-nofold.gif -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/bullet-nofold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/bullet-nofold.png -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/bullet-unfold-dim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/bullet-unfold-dim.gif -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/bullet-unfold-dim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/bullet-unfold-dim.png -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/bullet-unfold.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/bullet-unfold.gif -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/bullet-unfold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/bullet-unfold.png -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/bullet.png -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/example.png -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/face1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/face1.gif -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/face2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/face2.gif -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/face3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/face3.gif -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/face4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/face4.gif -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/fold-bright.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/fold-bright.gif -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/fold-dim.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/fold-dim.bmp -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/fold-dim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/fold-dim.gif -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/fold.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/fold.bmp -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/fold.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/fold.gif -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/icon-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/icon-blue.png -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/keys2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/keys2.jpg -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/nofold-dim.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/nofold-dim.bmp -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/nofold-dim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/nofold-dim.gif -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/nofold.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/nofold.bmp -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/unfold-bright.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/unfold-bright.gif -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/unfold-dim.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/unfold-dim.bmp -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/unfold-dim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/unfold-dim.gif -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/unfold.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/unfold.bmp -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/unfold.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/unfold.gif -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/w3c-logo-blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/w3c-logo-blue.gif -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/w3c-logo-slanted.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/w3c-logo-slanted.jpg -------------------------------------------------------------------------------- /template/docbook/slides/slidy/graphics/w3c-logo-white.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/graphics/w3c-logo-white.gif -------------------------------------------------------------------------------- /template/docbook/slides/slidy/help/.htaccess: -------------------------------------------------------------------------------- 1 | Options +MultiViews 2 | LanguagePriority en 3 | AddLanguage pt-br .pt-br 4 | 5 | 6 | 7 | ForceType 'text/html; charset=utf-8' 8 | 9 | 10 | 11 | 12 | 13 | ForceType 'application/xhtml+xml; charset=utf-8' 14 | 15 | 16 | 17 | 18 | 19 | ForceType 'text/css; charset=utf-8' 20 | 21 | 22 | 23 | 24 | 25 | ForceType 'text/javascript; charset=utf-8' 26 | 27 | 28 | mkdir 29 | -------------------------------------------------------------------------------- /template/docbook/slides/slidy/help/help.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/help/help.html -------------------------------------------------------------------------------- /template/docbook/slides/slidy/scripts/.htaccess: -------------------------------------------------------------------------------- 1 | Options +MultiViews 2 | LanguagePriority en 3 | AddLanguage pt-br .pt-br 4 | 5 | 6 | 7 | ForceType 'text/html; charset=utf-8' 8 | 9 | 10 | 11 | 12 | 13 | ForceType 'application/xhtml+xml; charset=utf-8' 14 | 15 | 16 | 17 | 18 | 19 | ForceType 'text/css; charset=utf-8' 20 | 21 | 22 | 23 | 24 | 25 | ForceType 'text/javascript; charset=utf-8' 26 | 27 | 28 | mkdir 29 | -------------------------------------------------------------------------------- /template/docbook/slides/slidy/scripts/slidy.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/slides/slidy/scripts/slidy.js.gz -------------------------------------------------------------------------------- /template/docbook/slides/slidy/styles/.htaccess: -------------------------------------------------------------------------------- 1 | Options +MultiViews 2 | LanguagePriority en 3 | AddLanguage pt-br .pt-br 4 | 5 | 6 | 7 | ForceType 'text/html; charset=utf-8' 8 | 9 | 10 | 11 | 12 | 13 | ForceType 'application/xhtml+xml; charset=utf-8' 14 | 15 | 16 | 17 | 18 | 19 | ForceType 'text/css; charset=utf-8' 20 | 21 | 22 | 23 | 24 | 25 | ForceType 'text/javascript; charset=utf-8' 26 | 27 | 28 | mkdir 29 | -------------------------------------------------------------------------------- /template/docbook/slides/xhtml/plain-titlepage.xml: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 11 | <subtitle/> 12 | <corpauthor/> 13 | <authorgroup/> 14 | <author/> 15 | </t:titlepage-content> 16 | 17 | <t:titlepage-content t:side="verso"> 18 | </t:titlepage-content> 19 | 20 | <t:titlepage-separator> 21 | </t:titlepage-separator> 22 | 23 | <t:titlepage-before t:side="recto"> 24 | </t:titlepage-before> 25 | 26 | <t:titlepage-before t:side="verso"> 27 | </t:titlepage-before> 28 | </t:titlepage> 29 | </t:templates> 30 | -------------------------------------------------------------------------------- /template/docbook/webhelp/LICENSE: -------------------------------------------------------------------------------- 1 | See doc/content/index.html. -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/css/ie.css: -------------------------------------------------------------------------------- 1 | .statustext{ 2 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1) 3 | progid:DXImageTransform.Microsoft.BasicImage(opacity=.5); 4 | width: 100%; 5 | height: 30px; 6 | right: -5px; 7 | top:105px; 8 | /* left: 280px; */ /* change to -12px; when sidebar is collapsed */ 9 | } 10 | 11 | body #content{ 12 | /* padding-top: 136px;*/ 13 | } 14 | -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/admon/caution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/admon/caution.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/admon/important.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/admon/important.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/admon/note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/admon/note.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/admon/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/admon/tip.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/admon/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/admon/warning.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/1.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/10.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/11.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/12.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/13.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/14.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/15.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/16.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/17.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/18.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/19.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/2.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/20.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/21.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/22.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/23.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/24.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/25.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/26.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/27.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/28.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/29.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/3.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/30.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/4.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/5.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/6.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/7.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/8.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/callouts/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/callouts/9.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/header-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/header-bg.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/header-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/header-bg.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/highlight-blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/highlight-blue.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/highlight-yellow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/highlight-yellow.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/loading.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/logo.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/next-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/next-arrow.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/previous-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/previous-arrow.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/search-icon.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/showHideTreeIcons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/showHideTreeIcons.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/sidebar.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/starsSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/starsSmall.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/images/toc-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/images/toc-icon.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-anim_basic_16x16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-anim_basic_16x16.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_flat_55_fbec88_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_flat_55_fbec88_40x100.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_glass_75_d0e5f5_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_glass_75_d0e5f5_1x400.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_glass_85_dfeffc_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_glass_85_dfeffc_1x400.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_217bc0_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_217bc0_256x240.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_469bdd_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_469bdd_256x240.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_6da8d5_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_6da8d5_256x240.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_d8e7f3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_d8e7f3_256x240.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_f9bd01_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_f9bd01_256x240.png -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/treeview/images/file.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/treeview/images/file.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/treeview/images/folder-closed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/treeview/images/folder-closed.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/treeview/images/folder-closed2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/treeview/images/folder-closed2.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/treeview/images/folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/treeview/images/folder.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/treeview/images/folder2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/treeview/images/folder2.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/treeview/images/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/treeview/images/minus.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/treeview/images/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/treeview/images/plus.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-black-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-black-line.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-black.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-black.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-default-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-default-line.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-default.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-default.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-famfamfam-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-famfamfam-line.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-famfamfam.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-famfamfam.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-gray-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-gray-line.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-gray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-gray.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-red-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-red-line.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-red.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/common/jquery/treeview/images/treeview-red.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/favicon.ico -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/images/sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/images/sample.jpg -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/search/default.props: -------------------------------------------------------------------------------- 1 | DEF01=a -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/search/en-us.props: -------------------------------------------------------------------------------- 1 | DEF01=this 2 | DEF02=is 3 | DEF03=the 4 | DEF04=in 5 | DEF05=i 6 | DEF06=on 7 | DEF07=a 8 | DEF08=about 9 | DEF09=an 10 | DEF10=are 11 | DEF11=as 12 | DEF12=at 13 | DEF13=be 14 | DEF14=by 15 | DEF15=com 16 | DEF16=de 17 | DEF17=en 18 | DEF18=for 19 | DEF19=from 20 | DEF20=how 21 | DEF21=it 22 | DEF22=la 23 | DEF23=of 24 | DEF24=on 25 | DEF25=or 26 | DEF26=that 27 | DEF27=to 28 | DEF28=was 29 | DEF29=what 30 | DEF30=when 31 | DEF31=where 32 | DEF32=who 33 | DEF33=will 34 | DEF34=with 35 | DEF35=und 36 | DEF36=Next 37 | DEF37=Prev 38 | DEF38=Home 39 | DEF39=Motive 40 | DEF40=Inc 41 | DEF41=Copyright 42 | DEF42=All 43 | DEF43=rights 44 | DEF44=reserved 45 | DEF45=Up -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/search/es-es.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/search/es-es.props -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/search/ja-jp.props: -------------------------------------------------------------------------------- 1 | J01=\\u306B -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/search/l10n.js: -------------------------------------------------------------------------------- 1 | 2 | //Resource strings for localization 3 | var localeresource = new Object; 4 | localeresource["search_no_results"]="Your search returned no results."; 5 | -------------------------------------------------------------------------------- /template/docbook/webhelp/docs/search/punctuation.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docs/search/punctuation.props -------------------------------------------------------------------------------- /template/docbook/webhelp/docsrc/images/sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/docsrc/images/sample.jpg -------------------------------------------------------------------------------- /template/docbook/webhelp/docsrc/xinclude-test.xml: -------------------------------------------------------------------------------- 1 | <!-- Converted by db4-upgrade version 1.1 --> 2 | 3 | <chapter xmlns="http://docbook.org/ns/docbook" version="5.0"> 4 | <title>Test section 5 |
6 | Some search words for testing 7 | arsenal, arsenic, buy, say, by, vary, try, sky, nucleus, day, key, currency, currencies, build.xml 8 |
9 |
10 | Some search words for testing (inflected) 11 | arsenal, arsenic, buys, says, varies, tries, skies, nuclei, days, keys, currencies, build.xml 12 |
13 | 14 | -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/css/ie.css: -------------------------------------------------------------------------------- 1 | .statustext{ 2 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1) 3 | progid:DXImageTransform.Microsoft.BasicImage(opacity=.5); 4 | width: 100%; 5 | height: 30px; 6 | right: -5px; 7 | top:105px; 8 | /* left: 280px; */ /* change to -12px; when sidebar is collapsed */ 9 | } 10 | 11 | body #content{ 12 | /* padding-top: 136px;*/ 13 | } 14 | -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/admon/caution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/admon/caution.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/admon/important.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/admon/important.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/admon/note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/admon/note.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/admon/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/admon/tip.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/admon/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/admon/warning.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/1.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/10.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/11.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/12.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/13.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/14.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/15.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/16.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/17.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/18.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/19.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/2.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/20.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/21.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/22.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/23.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/24.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/25.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/26.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/27.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/28.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/29.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/3.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/30.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/4.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/5.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/6.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/7.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/8.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/callouts/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/callouts/9.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/header-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/header-bg.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/header-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/header-bg.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/highlight-blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/highlight-blue.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/highlight-yellow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/highlight-yellow.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/loading.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/logo.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/next-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/next-arrow.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/previous-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/previous-arrow.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/search-icon.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/showHideTreeIcons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/showHideTreeIcons.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/sidebar.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/starsSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/starsSmall.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/images/toc-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/images/toc-icon.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-anim_basic_16x16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-anim_basic_16x16.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-bg_flat_55_fbec88_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-bg_flat_55_fbec88_40x100.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-bg_glass_75_d0e5f5_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-bg_glass_75_d0e5f5_1x400.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-bg_glass_85_dfeffc_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-bg_glass_85_dfeffc_1x400.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-icons_217bc0_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-icons_217bc0_256x240.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-icons_469bdd_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-icons_469bdd_256x240.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-icons_6da8d5_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-icons_6da8d5_256x240.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-icons_d8e7f3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-icons_d8e7f3_256x240.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-icons_f9bd01_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/theme-redmond/images/ui-icons_f9bd01_256x240.png -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/treeview/images/file.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/treeview/images/file.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/treeview/images/folder-closed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/treeview/images/folder-closed.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/treeview/images/folder-closed2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/treeview/images/folder-closed2.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/treeview/images/folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/treeview/images/folder.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/treeview/images/folder2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/treeview/images/folder2.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/treeview/images/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/treeview/images/minus.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/treeview/images/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/treeview/images/plus.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/treeview/images/treeview-black-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/treeview/images/treeview-black-line.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/treeview/images/treeview-black.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/treeview/images/treeview-black.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/treeview/images/treeview-default-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/treeview/images/treeview-default-line.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/treeview/images/treeview-default.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/treeview/images/treeview-default.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/treeview/images/treeview-famfamfam-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/treeview/images/treeview-famfamfam-line.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/treeview/images/treeview-famfamfam.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/treeview/images/treeview-famfamfam.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/treeview/images/treeview-gray-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/treeview/images/treeview-gray-line.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/treeview/images/treeview-gray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/treeview/images/treeview-gray.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/treeview/images/treeview-red-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/treeview/images/treeview-red-line.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/common/jquery/treeview/images/treeview-red.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/common/jquery/treeview/images/treeview-red.gif -------------------------------------------------------------------------------- /template/docbook/webhelp/template/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/favicon.ico -------------------------------------------------------------------------------- /template/docbook/webhelp/template/search/default.props: -------------------------------------------------------------------------------- 1 | DEF01=a -------------------------------------------------------------------------------- /template/docbook/webhelp/template/search/en-us.props: -------------------------------------------------------------------------------- 1 | DEF01=this 2 | DEF02=is 3 | DEF03=the 4 | DEF04=in 5 | DEF05=i 6 | DEF06=on 7 | DEF07=a 8 | DEF08=about 9 | DEF09=an 10 | DEF10=are 11 | DEF11=as 12 | DEF12=at 13 | DEF13=be 14 | DEF14=by 15 | DEF15=com 16 | DEF16=de 17 | DEF17=en 18 | DEF18=for 19 | DEF19=from 20 | DEF20=how 21 | DEF21=it 22 | DEF22=la 23 | DEF23=of 24 | DEF24=on 25 | DEF25=or 26 | DEF26=that 27 | DEF27=to 28 | DEF28=was 29 | DEF29=what 30 | DEF30=when 31 | DEF31=where 32 | DEF32=who 33 | DEF33=will 34 | DEF34=with 35 | DEF35=und 36 | DEF36=Next 37 | DEF37=Prev 38 | DEF38=Home 39 | DEF39=Motive 40 | DEF40=Inc 41 | DEF41=Copyright 42 | DEF42=All 43 | DEF43=rights 44 | DEF44=reserved 45 | DEF45=Up -------------------------------------------------------------------------------- /template/docbook/webhelp/template/search/es-es.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/search/es-es.props -------------------------------------------------------------------------------- /template/docbook/webhelp/template/search/ja-jp.props: -------------------------------------------------------------------------------- 1 | J01=\\u306B -------------------------------------------------------------------------------- /template/docbook/webhelp/template/search/punctuation.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CourseOrchestra/course-doc/89b345c10127dfecd5bf434f814e2ee2413ec2c3/template/docbook/webhelp/template/search/punctuation.props -------------------------------------------------------------------------------- /template/docbook/webhelp/xsl/webhelp.xsl: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /template/docbook/website/build.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Building Website parameters... 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /template/docbook/website/chunk-tabular.xsl: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /template/docbook/website/chunk-website.xsl: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /template/docbook/website/website-targets.xsl: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /template/docbook/xhtml5/build.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Building HTML5 stylesheet... 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /template/docbook/xhtml5/docbook.xsl: -------------------------------------------------------------------------------- 1 | 2 | 4 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /template/docbook/xml-dtd-4.5/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Created-By: 1.5.0_13 (Apple Inc.) 3 | 4 | -------------------------------------------------------------------------------- /template/docbook/xml-dtd-4.5/README: -------------------------------------------------------------------------------- 1 | README for the DocBook XML DTD 2 | 3 | For more information about DocBook, please see 4 | 5 | http://www.oasis-open.org/docbook/ 6 | 7 | Please send all questions, comments, concerns, and bug reports to the 8 | DocBook mailing list: docbook@lists.oasis-open.org 9 | -------------------------------------------------------------------------------- /template/docbook/xml-dtd-4.5/ent/README: -------------------------------------------------------------------------------- 1 | XML Entity Declarations for Characters 2 | 3 | The character entity sets distributed with DocBook XML are direct 4 | copies of the official entities located at 5 | 6 | http://www.w3.org/2003/entities/ 7 | 8 | They are distributed for historical compatibility and user convenience. 9 | The DocBook Technical Committee no longer attempts to maintain these 10 | definitions and will periodically update them from the W3C site if and 11 | as they are updated there. 12 | 13 | Please direct all questions or comments about the entities to the 14 | individuals or working groups who maintain the official sets. 15 | --------------------------------------------------------------------------------