booky 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +4 -0
- data/Gemfile +4 -0
- data/README.textile +18 -0
- data/Rakefile +2 -0
- data/bin/booky +6 -0
- data/booky.gemspec +24 -0
- data/lib/booky/docbook.rb +13 -0
- data/lib/booky/fo.rb +15 -0
- data/lib/booky/fonts.rb +104 -0
- data/lib/booky/pdf.rb +19 -0
- data/lib/booky/version.rb +3 -0
- data/lib/booky.rb +101 -0
- data/lib/custom_fonts.xml +91 -0
- data/lib/fonts/Ubuntu-B.ttf +0 -0
- data/lib/fonts/Ubuntu-BI.ttf +0 -0
- data/lib/fonts/Ubuntu-L.ttf +0 -0
- data/lib/fonts/Ubuntu-LI.ttf +0 -0
- data/lib/fonts/Ubuntu-M.ttf +0 -0
- data/lib/fonts/Ubuntu-MI.ttf +0 -0
- data/lib/fonts/Ubuntu-R.ttf +0 -0
- data/lib/fonts/Ubuntu-RI.ttf +0 -0
- data/lib/fop/KEYS +248 -0
- data/lib/fop/LICENSE +202 -0
- data/lib/fop/NOTICE +10 -0
- data/lib/fop/README +286 -0
- data/lib/fop/build/fop.jar +0 -0
- data/lib/fop/conf/fop.xconf +464 -0
- data/lib/fop/fop +254 -0
- data/lib/fop/fop.bat +85 -0
- data/lib/fop/fop.cmd +75 -0
- data/lib/fop/fop.js +341 -0
- data/lib/fop/lib/README.txt +243 -0
- data/lib/fop/lib/avalon-framework-4.2.0.jar +0 -0
- data/lib/fop/lib/avalon-framework.LICENSE.txt +175 -0
- data/lib/fop/lib/avalon-framework.NOTICE.TXT +11 -0
- data/lib/fop/lib/batik-all-1.7.jar +0 -0
- data/lib/fop/lib/batik.LICENSE.txt +201 -0
- data/lib/fop/lib/batik.NOTICE.txt +18 -0
- data/lib/fop/lib/commons-io-1.3.1.jar +0 -0
- data/lib/fop/lib/commons-io.LICENSE.txt +203 -0
- data/lib/fop/lib/commons-io.NOTICE.txt +6 -0
- data/lib/fop/lib/commons-logging-1.0.4.jar +0 -0
- data/lib/fop/lib/commons-logging.LICENSE.txt +202 -0
- data/lib/fop/lib/commons-logging.NOTICE.txt +3 -0
- data/lib/fop/lib/jeuclid-core-3.1.9.jar +0 -0
- data/lib/fop/lib/jeuclid-fop-3.1.9.jar +0 -0
- data/lib/fop/lib/serializer-2.7.0.jar +0 -0
- data/lib/fop/lib/serializer.LICENSE.txt +201 -0
- data/lib/fop/lib/serializer.NOTICE.txt +15 -0
- data/lib/fop/lib/xalan-2.7.0.jar +0 -0
- data/lib/fop/lib/xalan.BCEL.LICENSE.txt +52 -0
- data/lib/fop/lib/xalan.LICENSE.txt +202 -0
- data/lib/fop/lib/xalan.NOTICE.txt +44 -0
- data/lib/fop/lib/xalan.regexp.LICENSE.txt +52 -0
- data/lib/fop/lib/xalan.runtime.LICENSE.txt +20 -0
- data/lib/fop/lib/xerces.LICENSE.txt +56 -0
- data/lib/fop/lib/xercesImpl-2.7.1.jar +0 -0
- data/lib/fop/lib/xercesImpl.LICENSE.txt +201 -0
- data/lib/fop/lib/xercesImpl.NOTICE.txt +14 -0
- data/lib/fop/lib/xml-apis-1.3.04.jar +0 -0
- data/lib/fop/lib/xml-apis-ext-1.3.04.jar +0 -0
- data/lib/fop/lib/xml-apis-ext.LICENSE.dom-documentation.txt +73 -0
- data/lib/fop/lib/xml-apis-ext.LICENSE.dom-software.txt +61 -0
- data/lib/fop/lib/xml-apis-ext.LICENSE.sac.html +75 -0
- data/lib/fop/lib/xml-apis-ext.LICENSE.txt +202 -0
- data/lib/fop/lib/xml-apis-ext.NOTICE.txt +16 -0
- data/lib/fop/lib/xml-apis-ext.README.dom.txt +56 -0
- data/lib/fop/lib/xml-apis.LICENSE-SAX.html +17 -0
- data/lib/fop/lib/xml-apis.LICENSE.DOM-documentation.html +74 -0
- data/lib/fop/lib/xml-apis.LICENSE.DOM-software.html +66 -0
- data/lib/fop/lib/xml-apis.LICENSE.txt +201 -0
- data/lib/fop/lib/xml-apis.NOTICE.txt +13 -0
- data/lib/fop/lib/xmlgraphics-commons-1.4.jar +0 -0
- data/lib/fop/lib/xmlgraphics-commons.LICENSE.txt +202 -0
- data/lib/fop/lib/xmlgraphics-commons.NOTICE.txt +5 -0
- data/lib/fop/status.xml +1809 -0
- data/lib/params.pdf +0 -0
- data/lib/stylesheets/.CatalogManager.properties.example +61 -0
- data/lib/stylesheets/.urilist +1 -0
- data/lib/stylesheets/AUTHORS +4 -0
- data/lib/stylesheets/BUGS +21 -0
- data/lib/stylesheets/COPYING +47 -0
- data/lib/stylesheets/INSTALL +88 -0
- data/lib/stylesheets/Makefile +89 -0
- data/lib/stylesheets/NEWS +139 -0
- data/lib/stylesheets/NEWS.html +25 -0
- data/lib/stylesheets/NEWS.xml +145 -0
- data/lib/stylesheets/README +166 -0
- data/lib/stylesheets/RELEASE-NOTES.html +8353 -0
- data/lib/stylesheets/RELEASE-NOTES.pdf +24340 -11
- data/lib/stylesheets/RELEASE-NOTES.txt +8575 -0
- data/lib/stylesheets/RELEASE-NOTES.xml +10327 -0
- data/lib/stylesheets/TODO +23 -0
- data/lib/stylesheets/VERSION +115 -0
- data/lib/stylesheets/catalog.xml +8 -0
- data/lib/stylesheets/common/addns.xsl +118 -0
- data/lib/stylesheets/common/af.xml +1229 -0
- data/lib/stylesheets/common/am.xml +1229 -0
- data/lib/stylesheets/common/ar.xml +1229 -0
- data/lib/stylesheets/common/as.xml +660 -0
- data/lib/stylesheets/common/ast.xml +660 -0
- data/lib/stylesheets/common/autoidx-kimber.xsl +45 -0
- data/lib/stylesheets/common/autoidx-kosek.xsl +155 -0
- data/lib/stylesheets/common/az.xml +672 -0
- data/lib/stylesheets/common/bg.xml +724 -0
- data/lib/stylesheets/common/bn.xml +1229 -0
- data/lib/stylesheets/common/bn_in.xml +660 -0
- data/lib/stylesheets/common/bs.xml +662 -0
- data/lib/stylesheets/common/ca.xml +660 -0
- data/lib/stylesheets/common/charmap.xml +185 -0
- data/lib/stylesheets/common/charmap.xsl +222 -0
- data/lib/stylesheets/common/common.xml +622 -0
- data/lib/stylesheets/common/common.xsl +2040 -0
- data/lib/stylesheets/common/cs.xml +700 -0
- data/lib/stylesheets/common/cy.xml +1245 -0
- data/lib/stylesheets/common/da.xml +664 -0
- data/lib/stylesheets/common/de.xml +666 -0
- data/lib/stylesheets/common/el.xml +729 -0
- data/lib/stylesheets/common/en.xml +1230 -0
- data/lib/stylesheets/common/entities.ent +67 -0
- data/lib/stylesheets/common/eo.xml +1229 -0
- data/lib/stylesheets/common/es.xml +676 -0
- data/lib/stylesheets/common/et.xml +1229 -0
- data/lib/stylesheets/common/eu.xml +1229 -0
- data/lib/stylesheets/common/fa.xml +660 -0
- data/lib/stylesheets/common/fi.xml +670 -0
- data/lib/stylesheets/common/fr.xml +690 -0
- data/lib/stylesheets/common/ga.xml +1229 -0
- data/lib/stylesheets/common/gentext.xsl +840 -0
- data/lib/stylesheets/common/gl.xml +1229 -0
- data/lib/stylesheets/common/gu.xml +660 -0
- data/lib/stylesheets/common/he.xml +1229 -0
- data/lib/stylesheets/common/hi.xml +660 -0
- data/lib/stylesheets/common/hr.xml +662 -0
- data/lib/stylesheets/common/hu.xml +678 -0
- data/lib/stylesheets/common/id.xml +1229 -0
- data/lib/stylesheets/common/insertfile.xsl +113 -0
- data/lib/stylesheets/common/is.xml +672 -0
- data/lib/stylesheets/common/it.xml +1229 -0
- data/lib/stylesheets/common/ja.xml +660 -0
- data/lib/stylesheets/common/ka.xml +700 -0
- data/lib/stylesheets/common/kn.xml +1229 -0
- data/lib/stylesheets/common/ko.xml +1229 -0
- data/lib/stylesheets/common/ky.xml +732 -0
- data/lib/stylesheets/common/l10n.dtd +64 -0
- data/lib/stylesheets/common/l10n.xml +77 -0
- data/lib/stylesheets/common/l10n.xsl +594 -0
- data/lib/stylesheets/common/la.xml +1229 -0
- data/lib/stylesheets/common/labels.xsl +888 -0
- data/lib/stylesheets/common/lt.xml +678 -0
- data/lib/stylesheets/common/lv.xml +1229 -0
- data/lib/stylesheets/common/ml.xml +660 -0
- data/lib/stylesheets/common/mn.xml +730 -0
- data/lib/stylesheets/common/mr.xml +660 -0
- data/lib/stylesheets/common/nb.xml +1229 -0
- data/lib/stylesheets/common/nds.xml +666 -0
- data/lib/stylesheets/common/nl.xml +660 -0
- data/lib/stylesheets/common/nn.xml +1229 -0
- data/lib/stylesheets/common/olink.xsl +1227 -0
- data/lib/stylesheets/common/or.xml +1229 -0
- data/lib/stylesheets/common/pa.xml +660 -0
- data/lib/stylesheets/common/pi.xml +168 -0
- data/lib/stylesheets/common/pi.xsl +347 -0
- data/lib/stylesheets/common/pl.xml +678 -0
- data/lib/stylesheets/common/pt.xml +1229 -0
- data/lib/stylesheets/common/pt_br.xml +1229 -0
- data/lib/stylesheets/common/refentry.xml +781 -0
- data/lib/stylesheets/common/refentry.xsl +1353 -0
- data/lib/stylesheets/common/ro.xml +1229 -0
- data/lib/stylesheets/common/ru.xml +726 -0
- data/lib/stylesheets/common/sk.xml +1229 -0
- data/lib/stylesheets/common/sl.xml +1229 -0
- data/lib/stylesheets/common/sq.xml +1229 -0
- data/lib/stylesheets/common/sr.xml +720 -0
- data/lib/stylesheets/common/sr_Latn.xml +679 -0
- data/lib/stylesheets/common/subtitles.xsl +156 -0
- data/lib/stylesheets/common/sv.xml +664 -0
- data/lib/stylesheets/common/ta.xml +660 -0
- data/lib/stylesheets/common/table.xsl +515 -0
- data/lib/stylesheets/common/targetdatabase.dtd +49 -0
- data/lib/stylesheets/common/targets.xsl +334 -0
- data/lib/stylesheets/common/te.xml +660 -0
- data/lib/stylesheets/common/th.xml +1229 -0
- data/lib/stylesheets/common/titles.xsl +806 -0
- data/lib/stylesheets/common/tl.xml +1229 -0
- data/lib/stylesheets/common/tr.xml +666 -0
- data/lib/stylesheets/common/uk.xml +726 -0
- data/lib/stylesheets/common/utility.xml +259 -0
- data/lib/stylesheets/common/utility.xsl +291 -0
- data/lib/stylesheets/common/vi.xml +1229 -0
- data/lib/stylesheets/common/xh.xml +1229 -0
- data/lib/stylesheets/common/zh.xml +660 -0
- data/lib/stylesheets/common/zh_cn.xml +660 -0
- data/lib/stylesheets/common/zh_tw.xml +660 -0
- data/lib/stylesheets/docsrc/authors.xml +10 -0
- data/lib/stylesheets/docsrc/copyright.xml +18 -0
- data/lib/stylesheets/docsrc/license.xml +23 -0
- data/lib/stylesheets/docsrc/page.png +0 -0
- data/lib/stylesheets/docsrc/reference.css +79 -0
- data/lib/stylesheets/docsrc/reference.xml +229 -0
- data/lib/stylesheets/docsrc/reference.xml.included +33905 -0
- data/lib/stylesheets/docsrc/warranty.xml +11 -0
- data/lib/stylesheets/eclipse/eclipse.xsl +294 -0
- data/lib/stylesheets/eclipse/eclipse3.xsl +112 -0
- data/lib/stylesheets/eclipse/profile-eclipse.xsl +268 -0
- data/lib/stylesheets/epub/README +88 -0
- data/lib/stylesheets/epub/bin/dbtoepub +76 -0
- data/lib/stylesheets/epub/bin/lib/docbook.rb +227 -0
- data/lib/stylesheets/epub/bin/xslt/obfuscate.xsl +14 -0
- data/lib/stylesheets/epub/docbook.xsl +1678 -0
- data/lib/stylesheets/extensions/LICENSE.txt +264 -0
- data/lib/stylesheets/extensions/NOTICE.txt +12 -0
- data/lib/stylesheets/extensions/README.LIBXSLT +52 -0
- data/lib/stylesheets/extensions/README.txt +4 -0
- data/lib/stylesheets/extensions/docbook.py +239 -0
- data/lib/stylesheets/extensions/lucene-analyzers-3.0.0.jar +0 -0
- data/lib/stylesheets/extensions/lucene-core-3.0.0.jar +0 -0
- data/lib/stylesheets/extensions/saxon65.jar +0 -0
- data/lib/stylesheets/extensions/webhelpindexer.jar +0 -0
- data/lib/stylesheets/extensions/xalan27.jar +0 -0
- data/lib/stylesheets/extensions/xslt.py +84 -0
- data/lib/stylesheets/fo/admon.xsl +132 -0
- data/lib/stylesheets/fo/annotations.xsl +20 -0
- data/lib/stylesheets/fo/autoidx-kimber.xsl +173 -0
- data/lib/stylesheets/fo/autoidx-kosek.xsl +140 -0
- data/lib/stylesheets/fo/autoidx-ng.xsl +22 -0
- data/lib/stylesheets/fo/autoidx.xsl +1331 -0
- data/lib/stylesheets/fo/autotoc.xsl +917 -0
- data/lib/stylesheets/fo/axf.xsl +112 -0
- data/lib/stylesheets/fo/biblio-iso690.xsl +1302 -0
- data/lib/stylesheets/fo/biblio.xsl +1171 -0
- data/lib/stylesheets/fo/block.xsl +656 -0
- data/lib/stylesheets/fo/callout.xsl +232 -0
- data/lib/stylesheets/fo/component.xsl +900 -0
- data/lib/stylesheets/fo/division.xsl +614 -0
- data/lib/stylesheets/fo/docbook.xsl +333 -0
- data/lib/stylesheets/fo/ebnf.xsl +326 -0
- data/lib/stylesheets/fo/fo-rtf.xsl +155 -0
- data/lib/stylesheets/fo/fo.xsl +119 -0
- data/lib/stylesheets/fo/footnote.xsl +221 -0
- data/lib/stylesheets/fo/fop.xsl +95 -0
- data/lib/stylesheets/fo/fop1.xsl +225 -0
- data/lib/stylesheets/fo/formal.xsl +644 -0
- data/lib/stylesheets/fo/glossary.xsl +1170 -0
- data/lib/stylesheets/fo/graphics.xsl +649 -0
- data/lib/stylesheets/fo/highlight.xsl +78 -0
- data/lib/stylesheets/fo/htmltbl.xsl +427 -0
- data/lib/stylesheets/fo/index.xsl +486 -0
- data/lib/stylesheets/fo/info.xsl +36 -0
- data/lib/stylesheets/fo/inline.xsl +1289 -0
- data/lib/stylesheets/fo/keywords.xsl +23 -0
- data/lib/stylesheets/fo/lists.xsl +1395 -0
- data/lib/stylesheets/fo/math.xsl +141 -0
- data/lib/stylesheets/fo/pagesetup.xsl +2571 -0
- data/lib/stylesheets/fo/param.xml +12445 -0
- data/lib/stylesheets/fo/param.xsl +969 -0
- data/lib/stylesheets/fo/passivetex.xsl +38 -0
- data/lib/stylesheets/fo/pdf2index +140 -0
- data/lib/stylesheets/fo/pi.xml +1002 -0
- data/lib/stylesheets/fo/pi.xsl +1093 -0
- data/lib/stylesheets/fo/profile-docbook.xsl +288 -0
- data/lib/stylesheets/fo/ptc.xsl +79 -0
- data/lib/stylesheets/fo/qandaset.xsl +397 -0
- data/lib/stylesheets/fo/refentry.xsl +640 -0
- data/lib/stylesheets/fo/sections.xsl +766 -0
- data/lib/stylesheets/fo/spaces.xsl +276 -0
- data/lib/stylesheets/fo/synop.xsl +1009 -0
- data/lib/stylesheets/fo/table.xml +135 -0
- data/lib/stylesheets/fo/table.xsl +1682 -0
- data/lib/stylesheets/fo/task.xsl +93 -0
- data/lib/stylesheets/fo/titlepage.templates.xml +1354 -0
- data/lib/stylesheets/fo/titlepage.templates.xsl +5186 -0
- data/lib/stylesheets/fo/titlepage.xsl +769 -0
- data/lib/stylesheets/fo/toc.xsl +334 -0
- data/lib/stylesheets/fo/verbatim.xsl +466 -0
- data/lib/stylesheets/fo/xep.xsl +182 -0
- data/lib/stylesheets/fo/xref.xsl +1539 -0
- data/lib/stylesheets/highlighting/README +16 -0
- data/lib/stylesheets/highlighting/c-hl.xml +101 -0
- data/lib/stylesheets/highlighting/common.xsl +121 -0
- data/lib/stylesheets/highlighting/cpp-hl.xml +150 -0
- data/lib/stylesheets/highlighting/csharp-hl.xml +187 -0
- data/lib/stylesheets/highlighting/delphi-hl.xml +200 -0
- data/lib/stylesheets/highlighting/ini-hl.xml +45 -0
- data/lib/stylesheets/highlighting/java-hl.xml +117 -0
- data/lib/stylesheets/highlighting/javascript-hl.xml +147 -0
- data/lib/stylesheets/highlighting/m2-hl.xml +90 -0
- data/lib/stylesheets/highlighting/myxml-hl.xml +116 -0
- data/lib/stylesheets/highlighting/perl-hl.xml +120 -0
- data/lib/stylesheets/highlighting/php-hl.xml +149 -0
- data/lib/stylesheets/highlighting/python-hl.xml +100 -0
- data/lib/stylesheets/highlighting/ruby-hl.xml +109 -0
- data/lib/stylesheets/highlighting/tcl-hl.xml +180 -0
- data/lib/stylesheets/highlighting/xslthl-config.xml +46 -0
- data/lib/stylesheets/html/admon.xsl +136 -0
- data/lib/stylesheets/html/annotations.xsl +171 -0
- data/lib/stylesheets/html/autoidx-kimber.xsl +166 -0
- data/lib/stylesheets/html/autoidx-kosek.xsl +121 -0
- data/lib/stylesheets/html/autoidx-ng.xsl +22 -0
- data/lib/stylesheets/html/autoidx.xsl +740 -0
- data/lib/stylesheets/html/autotoc.xsl +709 -0
- data/lib/stylesheets/html/biblio-iso690.xsl +1302 -0
- data/lib/stylesheets/html/biblio.xsl +1255 -0
- data/lib/stylesheets/html/block.xsl +540 -0
- data/lib/stylesheets/html/callout.xsl +202 -0
- data/lib/stylesheets/html/changebars.xsl +123 -0
- data/lib/stylesheets/html/chunk-changebars.xsl +100 -0
- data/lib/stylesheets/html/chunk-code.xsl +672 -0
- data/lib/stylesheets/html/chunk-common.xsl +1921 -0
- data/lib/stylesheets/html/chunk.xsl +53 -0
- data/lib/stylesheets/html/chunker.xsl +440 -0
- data/lib/stylesheets/html/chunkfast.xsl +73 -0
- data/lib/stylesheets/html/chunktoc.xsl +541 -0
- data/lib/stylesheets/html/component.xsl +427 -0
- data/lib/stylesheets/html/division.xsl +219 -0
- data/lib/stylesheets/html/docbook.css.xml +109 -0
- data/lib/stylesheets/html/docbook.xsl +468 -0
- data/lib/stylesheets/html/ebnf.xsl +330 -0
- data/lib/stylesheets/html/footnote.xsl +314 -0
- data/lib/stylesheets/html/formal.xsl +427 -0
- data/lib/stylesheets/html/glossary.xsl +493 -0
- data/lib/stylesheets/html/graphics.xsl +1516 -0
- data/lib/stylesheets/html/highlight.xsl +87 -0
- data/lib/stylesheets/html/html-rtf.xsl +336 -0
- data/lib/stylesheets/html/html.xsl +614 -0
- data/lib/stylesheets/html/htmltbl.xsl +137 -0
- data/lib/stylesheets/html/index.xsl +290 -0
- data/lib/stylesheets/html/info.xsl +45 -0
- data/lib/stylesheets/html/inline.xsl +1491 -0
- data/lib/stylesheets/html/keywords.xsl +37 -0
- data/lib/stylesheets/html/lists.xsl +1185 -0
- data/lib/stylesheets/html/maketoc.xsl +87 -0
- data/lib/stylesheets/html/manifest.xsl +23 -0
- data/lib/stylesheets/html/math.xsl +271 -0
- data/lib/stylesheets/html/oldchunker.xsl +203 -0
- data/lib/stylesheets/html/onechunk.xsl +38 -0
- data/lib/stylesheets/html/param.xml +10905 -0
- data/lib/stylesheets/html/param.xsl +436 -0
- data/lib/stylesheets/html/pi.xml +1113 -0
- data/lib/stylesheets/html/pi.xsl +1264 -0
- data/lib/stylesheets/html/profile-chunk-code.xsl +614 -0
- data/lib/stylesheets/html/profile-chunk.xsl +53 -0
- data/lib/stylesheets/html/profile-docbook.xsl +412 -0
- data/lib/stylesheets/html/profile-onechunk.xsl +38 -0
- data/lib/stylesheets/html/qandaset.xsl +438 -0
- data/lib/stylesheets/html/refentry.xsl +301 -0
- data/lib/stylesheets/html/sections.xsl +617 -0
- data/lib/stylesheets/html/synop.xsl +1556 -0
- data/lib/stylesheets/html/table.xsl +1201 -0
- data/lib/stylesheets/html/task.xsl +78 -0
- data/lib/stylesheets/html/titlepage.templates.xml +708 -0
- data/lib/stylesheets/html/titlepage.templates.xsl +3818 -0
- data/lib/stylesheets/html/titlepage.xsl +1049 -0
- data/lib/stylesheets/html/toc.xsl +352 -0
- data/lib/stylesheets/html/verbatim.xsl +411 -0
- data/lib/stylesheets/html/xref.xsl +1378 -0
- data/lib/stylesheets/htmlhelp/htmlhelp-common.xsl +1108 -0
- data/lib/stylesheets/htmlhelp/htmlhelp.xsl +23 -0
- data/lib/stylesheets/htmlhelp/profile-htmlhelp-common.xsl +1082 -0
- data/lib/stylesheets/htmlhelp/profile-htmlhelp.xsl +23 -0
- data/lib/stylesheets/images/annot-close.png +0 -0
- data/lib/stylesheets/images/annot-open.png +0 -0
- data/lib/stylesheets/images/blank.png +0 -0
- data/lib/stylesheets/images/callouts/1.gif +0 -0
- data/lib/stylesheets/images/callouts/1.png +0 -0
- data/lib/stylesheets/images/callouts/1.svg +15 -0
- data/lib/stylesheets/images/callouts/10.gif +0 -0
- data/lib/stylesheets/images/callouts/10.png +0 -0
- data/lib/stylesheets/images/callouts/10.svg +18 -0
- data/lib/stylesheets/images/callouts/11.gif +0 -0
- data/lib/stylesheets/images/callouts/11.png +0 -0
- data/lib/stylesheets/images/callouts/11.svg +16 -0
- data/lib/stylesheets/images/callouts/12.gif +0 -0
- data/lib/stylesheets/images/callouts/12.png +0 -0
- data/lib/stylesheets/images/callouts/12.svg +18 -0
- data/lib/stylesheets/images/callouts/13.gif +0 -0
- data/lib/stylesheets/images/callouts/13.png +0 -0
- data/lib/stylesheets/images/callouts/13.svg +20 -0
- data/lib/stylesheets/images/callouts/14.gif +0 -0
- data/lib/stylesheets/images/callouts/14.png +0 -0
- data/lib/stylesheets/images/callouts/14.svg +17 -0
- data/lib/stylesheets/images/callouts/15.gif +0 -0
- data/lib/stylesheets/images/callouts/15.png +0 -0
- data/lib/stylesheets/images/callouts/15.svg +19 -0
- data/lib/stylesheets/images/callouts/16.svg +20 -0
- data/lib/stylesheets/images/callouts/17.svg +17 -0
- data/lib/stylesheets/images/callouts/18.svg +21 -0
- data/lib/stylesheets/images/callouts/19.svg +20 -0
- data/lib/stylesheets/images/callouts/2.gif +0 -0
- data/lib/stylesheets/images/callouts/2.png +0 -0
- data/lib/stylesheets/images/callouts/2.svg +17 -0
- data/lib/stylesheets/images/callouts/20.svg +20 -0
- data/lib/stylesheets/images/callouts/21.svg +18 -0
- data/lib/stylesheets/images/callouts/22.svg +20 -0
- data/lib/stylesheets/images/callouts/23.svg +22 -0
- data/lib/stylesheets/images/callouts/24.svg +19 -0
- data/lib/stylesheets/images/callouts/25.svg +21 -0
- data/lib/stylesheets/images/callouts/26.svg +22 -0
- data/lib/stylesheets/images/callouts/27.svg +19 -0
- data/lib/stylesheets/images/callouts/28.svg +23 -0
- data/lib/stylesheets/images/callouts/29.svg +22 -0
- data/lib/stylesheets/images/callouts/3.gif +0 -0
- data/lib/stylesheets/images/callouts/3.png +0 -0
- data/lib/stylesheets/images/callouts/3.svg +19 -0
- data/lib/stylesheets/images/callouts/30.svg +22 -0
- data/lib/stylesheets/images/callouts/4.gif +0 -0
- data/lib/stylesheets/images/callouts/4.png +0 -0
- data/lib/stylesheets/images/callouts/4.svg +16 -0
- data/lib/stylesheets/images/callouts/5.gif +0 -0
- data/lib/stylesheets/images/callouts/5.png +0 -0
- data/lib/stylesheets/images/callouts/5.svg +18 -0
- data/lib/stylesheets/images/callouts/6.gif +0 -0
- data/lib/stylesheets/images/callouts/6.png +0 -0
- data/lib/stylesheets/images/callouts/6.svg +19 -0
- data/lib/stylesheets/images/callouts/7.gif +0 -0
- data/lib/stylesheets/images/callouts/7.png +0 -0
- data/lib/stylesheets/images/callouts/7.svg +16 -0
- data/lib/stylesheets/images/callouts/8.gif +0 -0
- data/lib/stylesheets/images/callouts/8.png +0 -0
- data/lib/stylesheets/images/callouts/8.svg +20 -0
- data/lib/stylesheets/images/callouts/9.gif +0 -0
- data/lib/stylesheets/images/callouts/9.png +0 -0
- data/lib/stylesheets/images/callouts/9.svg +19 -0
- data/lib/stylesheets/images/caution.gif +0 -0
- data/lib/stylesheets/images/caution.png +0 -0
- data/lib/stylesheets/images/caution.svg +25 -0
- data/lib/stylesheets/images/caution.tif +0 -0
- data/lib/stylesheets/images/colorsvg/caution.svg +141 -0
- data/lib/stylesheets/images/colorsvg/home.svg +498 -0
- data/lib/stylesheets/images/colorsvg/important.svg +239 -0
- data/lib/stylesheets/images/colorsvg/next.svg +338 -0
- data/lib/stylesheets/images/colorsvg/note.svg +200 -0
- data/lib/stylesheets/images/colorsvg/prev.svg +338 -0
- data/lib/stylesheets/images/colorsvg/tip.svg +367 -0
- data/lib/stylesheets/images/colorsvg/up.svg +338 -0
- data/lib/stylesheets/images/colorsvg/warning.svg +232 -0
- data/lib/stylesheets/images/draft.png +0 -0
- data/lib/stylesheets/images/home.gif +0 -0
- data/lib/stylesheets/images/home.png +0 -0
- data/lib/stylesheets/images/home.svg +26 -0
- data/lib/stylesheets/images/important.gif +0 -0
- data/lib/stylesheets/images/important.png +0 -0
- data/lib/stylesheets/images/important.svg +25 -0
- data/lib/stylesheets/images/important.tif +0 -0
- data/lib/stylesheets/images/next.gif +0 -0
- data/lib/stylesheets/images/next.png +0 -0
- data/lib/stylesheets/images/next.svg +19 -0
- data/lib/stylesheets/images/note.gif +0 -0
- data/lib/stylesheets/images/note.png +0 -0
- data/lib/stylesheets/images/note.svg +33 -0
- data/lib/stylesheets/images/note.tif +0 -0
- data/lib/stylesheets/images/prev.gif +0 -0
- data/lib/stylesheets/images/prev.png +0 -0
- data/lib/stylesheets/images/prev.svg +19 -0
- data/lib/stylesheets/images/tip.gif +0 -0
- data/lib/stylesheets/images/tip.png +0 -0
- data/lib/stylesheets/images/tip.svg +31 -0
- data/lib/stylesheets/images/tip.tif +0 -0
- data/lib/stylesheets/images/toc-blank.png +0 -0
- data/lib/stylesheets/images/toc-minus.png +0 -0
- data/lib/stylesheets/images/toc-plus.png +0 -0
- data/lib/stylesheets/images/up.gif +0 -0
- data/lib/stylesheets/images/up.png +0 -0
- data/lib/stylesheets/images/up.svg +19 -0
- data/lib/stylesheets/images/warning.gif +0 -0
- data/lib/stylesheets/images/warning.png +0 -0
- data/lib/stylesheets/images/warning.svg +23 -0
- data/lib/stylesheets/images/warning.tif +0 -0
- data/lib/stylesheets/install.sh +977 -0
- data/lib/stylesheets/javahelp/javahelp.xsl +613 -0
- data/lib/stylesheets/javahelp/profile-javahelp.xsl +548 -0
- data/lib/stylesheets/lib/lib.xsl +482 -0
- data/lib/stylesheets/manpages/ChangeLog.20020917 +195 -0
- data/lib/stylesheets/manpages/block.xsl +412 -0
- data/lib/stylesheets/manpages/charmap.groff.xsl +6014 -0
- data/lib/stylesheets/manpages/docbook.xsl +302 -0
- data/lib/stylesheets/manpages/endnotes.xsl +587 -0
- data/lib/stylesheets/manpages/html-synop.xsl +1569 -0
- data/lib/stylesheets/manpages/info.xsl +801 -0
- data/lib/stylesheets/manpages/inline.xsl +221 -0
- data/lib/stylesheets/manpages/lists.xsl +606 -0
- data/lib/stylesheets/manpages/other.xsl +889 -0
- data/lib/stylesheets/manpages/param.xml +3220 -0
- data/lib/stylesheets/manpages/param.xsl +195 -0
- data/lib/stylesheets/manpages/pi.xml +70 -0
- data/lib/stylesheets/manpages/pi.xsl +80 -0
- data/lib/stylesheets/manpages/profile-docbook.xsl +282 -0
- data/lib/stylesheets/manpages/refentry.xsl +321 -0
- data/lib/stylesheets/manpages/synop.xsl +433 -0
- data/lib/stylesheets/manpages/table.xsl +633 -0
- data/lib/stylesheets/manpages/utility.xsl +556 -0
- data/lib/stylesheets/params/abstract.notitle.enabled.xml +22 -0
- data/lib/stylesheets/params/abstract.properties.xml +32 -0
- data/lib/stylesheets/params/abstract.title.properties.xml +39 -0
- data/lib/stylesheets/params/active.toc.xml +29 -0
- data/lib/stylesheets/params/ade.extensions.xml +32 -0
- data/lib/stylesheets/params/admon.graphics.extension.xml +27 -0
- data/lib/stylesheets/params/admon.graphics.path.xml +27 -0
- data/lib/stylesheets/params/admon.graphics.xml +29 -0
- data/lib/stylesheets/params/admon.style.xml +31 -0
- data/lib/stylesheets/params/admon.textlabel.xml +32 -0
- data/lib/stylesheets/params/admonition.properties.xml +25 -0
- data/lib/stylesheets/params/admonition.title.properties.xml +32 -0
- data/lib/stylesheets/params/alignment.xml +41 -0
- data/lib/stylesheets/params/annotate.toc.xml +28 -0
- data/lib/stylesheets/params/annotation.css.xml +71 -0
- data/lib/stylesheets/params/annotation.graphic.close.xml +31 -0
- data/lib/stylesheets/params/annotation.graphic.open.xml +28 -0
- data/lib/stylesheets/params/annotation.js.xml +33 -0
- data/lib/stylesheets/params/annotation.support.xml +29 -0
- data/lib/stylesheets/params/appendix.autolabel.xml +73 -0
- data/lib/stylesheets/params/arbortext.extensions.xml +30 -0
- data/lib/stylesheets/params/article.appendix.title.properties.xml +33 -0
- data/lib/stylesheets/params/author.othername.in.middle.xml +31 -0
- data/lib/stylesheets/params/autolayout-file.xml +29 -0
- data/lib/stylesheets/params/autotoc.label.in.hyperlink.xml +29 -0
- data/lib/stylesheets/params/autotoc.label.separator.xml +27 -0
- data/lib/stylesheets/params/axf.extensions.xml +33 -0
- data/lib/stylesheets/params/banner.before.navigation.xml +25 -0
- data/lib/stylesheets/params/base.dir.xml +29 -0
- data/lib/stylesheets/params/biblioentry.item.separator.xml +26 -0
- data/lib/stylesheets/params/biblioentry.properties.xml +28 -0
- data/lib/stylesheets/params/bibliography.collection.xml +104 -0
- data/lib/stylesheets/params/bibliography.numbered.xml +27 -0
- data/lib/stylesheets/params/bibliography.style.xml +35 -0
- data/lib/stylesheets/params/blockquote.properties.xml +34 -0
- data/lib/stylesheets/params/blurb.on.titlepage.enabled.xml +31 -0
- data/lib/stylesheets/params/body.attributes.xml +31 -0
- data/lib/stylesheets/params/body.bg.color.xml +28 -0
- data/lib/stylesheets/params/body.end.indent.xml +37 -0
- data/lib/stylesheets/params/body.font.family.xml +32 -0
- data/lib/stylesheets/params/body.font.master.xml +30 -0
- data/lib/stylesheets/params/body.font.size.xml +31 -0
- data/lib/stylesheets/params/body.margin.bottom.xml +29 -0
- data/lib/stylesheets/params/body.margin.top.xml +28 -0
- data/lib/stylesheets/params/body.start.indent.xml +64 -0
- data/lib/stylesheets/params/bookmarks.collapse.xml +31 -0
- data/lib/stylesheets/params/bridgehead.in.toc.xml +28 -0
- data/lib/stylesheets/params/bullet.image.xml +28 -0
- data/lib/stylesheets/params/callout.defaultcolumn.xml +30 -0
- data/lib/stylesheets/params/callout.graphics.extension.xml +33 -0
- data/lib/stylesheets/params/callout.graphics.number.limit.xml +34 -0
- data/lib/stylesheets/params/callout.graphics.path.xml +31 -0
- data/lib/stylesheets/params/callout.graphics.xml +30 -0
- data/lib/stylesheets/params/callout.icon.size.xml +28 -0
- data/lib/stylesheets/params/callout.list.table.xml +32 -0
- data/lib/stylesheets/params/callout.unicode.font.xml +29 -0
- data/lib/stylesheets/params/callout.unicode.number.limit.xml +35 -0
- data/lib/stylesheets/params/callout.unicode.start.character.xml +33 -0
- data/lib/stylesheets/params/callout.unicode.xml +26 -0
- data/lib/stylesheets/params/callouts.extension.xml +30 -0
- data/lib/stylesheets/params/chapter.autolabel.xml +71 -0
- data/lib/stylesheets/params/chunk.append.xml +30 -0
- data/lib/stylesheets/params/chunk.first.sections.xml +31 -0
- data/lib/stylesheets/params/chunk.quietly.xml +30 -0
- data/lib/stylesheets/params/chunk.section.depth.xml +27 -0
- data/lib/stylesheets/params/chunk.sections.xml +30 -0
- data/lib/stylesheets/params/chunk.separate.lots.xml +36 -0
- data/lib/stylesheets/params/chunk.toc.xml +30 -0
- data/lib/stylesheets/params/chunk.tocs.and.lots.has.title.xml +28 -0
- data/lib/stylesheets/params/chunk.tocs.and.lots.xml +32 -0
- data/lib/stylesheets/params/chunker.output.cdata-section-elements.xml +30 -0
- data/lib/stylesheets/params/chunker.output.doctype-public.xml +31 -0
- data/lib/stylesheets/params/chunker.output.doctype-system.xml +31 -0
- data/lib/stylesheets/params/chunker.output.encoding.xml +31 -0
- data/lib/stylesheets/params/chunker.output.indent.xml +30 -0
- data/lib/stylesheets/params/chunker.output.media-type.xml +35 -0
- data/lib/stylesheets/params/chunker.output.method.xml +32 -0
- data/lib/stylesheets/params/chunker.output.omit-xml-declaration.xml +30 -0
- data/lib/stylesheets/params/chunker.output.standalone.xml +31 -0
- data/lib/stylesheets/params/citerefentry.link.xml +29 -0
- data/lib/stylesheets/params/collect.xref.targets.xml +33 -0
- data/lib/stylesheets/params/column.count.back.xml +27 -0
- data/lib/stylesheets/params/column.count.body.xml +27 -0
- data/lib/stylesheets/params/column.count.front.xml +27 -0
- data/lib/stylesheets/params/column.count.index.xml +27 -0
- data/lib/stylesheets/params/column.count.lot.xml +28 -0
- data/lib/stylesheets/params/column.count.titlepage.xml +27 -0
- data/lib/stylesheets/params/column.gap.back.xml +28 -0
- data/lib/stylesheets/params/column.gap.body.xml +28 -0
- data/lib/stylesheets/params/column.gap.front.xml +28 -0
- data/lib/stylesheets/params/column.gap.index.xml +28 -0
- data/lib/stylesheets/params/column.gap.lot.xml +28 -0
- data/lib/stylesheets/params/column.gap.titlepage.xml +29 -0
- data/lib/stylesheets/params/compact.list.item.spacing.xml +28 -0
- data/lib/stylesheets/params/component.label.includes.part.label.xml +39 -0
- data/lib/stylesheets/params/component.title.properties.xml +40 -0
- data/lib/stylesheets/params/component.titlepage.properties.xml +33 -0
- data/lib/stylesheets/params/contrib.inline.enabled.xml +26 -0
- data/lib/stylesheets/params/crop.mark.bleed.xml +28 -0
- data/lib/stylesheets/params/crop.mark.offset.xml +28 -0
- data/lib/stylesheets/params/crop.mark.width.xml +28 -0
- data/lib/stylesheets/params/crop.marks.xml +28 -0
- data/lib/stylesheets/params/css.decoration.xml +33 -0
- data/lib/stylesheets/params/css.stylesheet.dir.xml +33 -0
- data/lib/stylesheets/params/css.stylesheet.xml +29 -0
- data/lib/stylesheets/params/current.docid.xml +27 -0
- data/lib/stylesheets/params/currentpage.marker.xml +25 -0
- data/lib/stylesheets/params/custom.css.source.xml +119 -0
- data/lib/stylesheets/params/default.float.class.xml +34 -0
- data/lib/stylesheets/params/default.image.width.xml +30 -0
- data/lib/stylesheets/params/default.table.frame.xml +28 -0
- data/lib/stylesheets/params/default.table.rules.xml +76 -0
- data/lib/stylesheets/params/default.table.width.xml +26 -0
- data/lib/stylesheets/params/default.units.xml +37 -0
- data/lib/stylesheets/params/dingbat.font.family.xml +33 -0
- data/lib/stylesheets/params/docbook.css.link.xml +42 -0
- data/lib/stylesheets/params/docbook.css.source.xml +83 -0
- data/lib/stylesheets/params/double.sided.xml +31 -0
- data/lib/stylesheets/params/draft.mode.xml +36 -0
- data/lib/stylesheets/params/draft.watermark.image.xml +27 -0
- data/lib/stylesheets/params/dry-run.xml +27 -0
- data/lib/stylesheets/params/dynamic.toc.xml +29 -0
- data/lib/stylesheets/params/ebnf.assignment.xml +39 -0
- data/lib/stylesheets/params/ebnf.statement.terminator.xml +32 -0
- data/lib/stylesheets/params/ebnf.table.bgcolor.xml +30 -0
- data/lib/stylesheets/params/ebnf.table.border.xml +26 -0
- data/lib/stylesheets/params/eclipse.autolabel.xml +28 -0
- data/lib/stylesheets/params/eclipse.plugin.id.xml +28 -0
- data/lib/stylesheets/params/eclipse.plugin.name.xml +27 -0
- data/lib/stylesheets/params/eclipse.plugin.provider.xml +27 -0
- data/lib/stylesheets/params/editedby.enabled.xml +27 -0
- data/lib/stylesheets/params/email.delimiters.enabled.xml +34 -0
- data/lib/stylesheets/params/email.mailto.enabled.xml +29 -0
- data/lib/stylesheets/params/emphasis.propagates.style.xml +26 -0
- data/lib/stylesheets/params/entry.propagates.style.xml +30 -0
- data/lib/stylesheets/params/epub.autolabel.xml +28 -0
- data/lib/stylesheets/params/equation.number.properties.xml +28 -0
- data/lib/stylesheets/params/equation.properties.xml +27 -0
- data/lib/stylesheets/params/example.properties.xml +27 -0
- data/lib/stylesheets/params/exsl.node.set.available.xml +44 -0
- data/lib/stylesheets/params/feedback.href.xml +28 -0
- data/lib/stylesheets/params/feedback.link.text.xml +28 -0
- data/lib/stylesheets/params/feedback.with.ids.xml +27 -0
- data/lib/stylesheets/params/figure.properties.xml +27 -0
- data/lib/stylesheets/params/filename-prefix.xml +28 -0
- data/lib/stylesheets/params/firstterm.only.link.xml +29 -0
- data/lib/stylesheets/params/foil.properties.xml +37 -0
- data/lib/stylesheets/params/foil.subtitle.properties.xml +36 -0
- data/lib/stylesheets/params/foil.title.master.xml +29 -0
- data/lib/stylesheets/params/foil.title.size.xml +32 -0
- data/lib/stylesheets/params/foilgroup.properties.xml +31 -0
- data/lib/stylesheets/params/foilgroup.toc.xml +29 -0
- data/lib/stylesheets/params/footer.column.widths.xml +80 -0
- data/lib/stylesheets/params/footer.content.properties.xml +34 -0
- data/lib/stylesheets/params/footer.hr.xml +26 -0
- data/lib/stylesheets/params/footer.rule.xml +27 -0
- data/lib/stylesheets/params/footer.table.height.xml +32 -0
- data/lib/stylesheets/params/footer.table.properties.xml +30 -0
- data/lib/stylesheets/params/footers.on.blank.pages.xml +27 -0
- data/lib/stylesheets/params/footnote.font.size.xml +28 -0
- data/lib/stylesheets/params/footnote.mark.properties.xml +41 -0
- data/lib/stylesheets/params/footnote.number.format.xml +33 -0
- data/lib/stylesheets/params/footnote.number.symbols.xml +39 -0
- data/lib/stylesheets/params/footnote.properties.xml +43 -0
- data/lib/stylesheets/params/footnote.sep.leader.properties.xml +39 -0
- data/lib/stylesheets/params/fop.extensions.xml +36 -0
- data/lib/stylesheets/params/fop1.extensions.xml +34 -0
- data/lib/stylesheets/params/formal.object.properties.xml +36 -0
- data/lib/stylesheets/params/formal.procedures.xml +28 -0
- data/lib/stylesheets/params/formal.title.placement.xml +41 -0
- data/lib/stylesheets/params/formal.title.properties.xml +34 -0
- data/lib/stylesheets/params/funcsynopsis.decoration.xml +30 -0
- data/lib/stylesheets/params/funcsynopsis.style.xml +31 -0
- data/lib/stylesheets/params/function.parens.xml +29 -0
- data/lib/stylesheets/params/generate.css.header.xml +40 -0
- data/lib/stylesheets/params/generate.id.attributes.xml +59 -0
- data/lib/stylesheets/params/generate.index.xml +25 -0
- data/lib/stylesheets/params/generate.legalnotice.link.xml +72 -0
- data/lib/stylesheets/params/generate.manifest.xml +27 -0
- data/lib/stylesheets/params/generate.meta.abstract.xml +29 -0
- data/lib/stylesheets/params/generate.revhistory.link.xml +50 -0
- data/lib/stylesheets/params/generate.section.toc.level.xml +35 -0
- data/lib/stylesheets/params/generate.toc.xml +108 -0
- data/lib/stylesheets/params/glossary.as.blocks.xml +38 -0
- data/lib/stylesheets/params/glossary.collection.xml +252 -0
- data/lib/stylesheets/params/glossary.sort.xml +32 -0
- data/lib/stylesheets/params/glossdef.block.properties.xml +32 -0
- data/lib/stylesheets/params/glossdef.list.properties.xml +30 -0
- data/lib/stylesheets/params/glossentry.list.item.properties.xml +32 -0
- data/lib/stylesheets/params/glossentry.show.acronym.xml +37 -0
- data/lib/stylesheets/params/glosslist.as.blocks.xml +27 -0
- data/lib/stylesheets/params/glossterm.auto.link.xml +33 -0
- data/lib/stylesheets/params/glossterm.block.properties.xml +35 -0
- data/lib/stylesheets/params/glossterm.list.properties.xml +30 -0
- data/lib/stylesheets/params/glossterm.separation.xml +31 -0
- data/lib/stylesheets/params/glossterm.width.xml +28 -0
- data/lib/stylesheets/params/graphic.default.extension.xml +29 -0
- data/lib/stylesheets/params/graphical.admonition.properties.xml +42 -0
- data/lib/stylesheets/params/graphics.dir.xml +33 -0
- data/lib/stylesheets/params/graphicsize.extension.xml +30 -0
- data/lib/stylesheets/params/graphicsize.use.img.src.path.xml +30 -0
- data/lib/stylesheets/params/header.column.widths.xml +80 -0
- data/lib/stylesheets/params/header.content.properties.xml +34 -0
- data/lib/stylesheets/params/header.hr.xml +26 -0
- data/lib/stylesheets/params/header.rule.xml +27 -0
- data/lib/stylesheets/params/header.table.height.xml +32 -0
- data/lib/stylesheets/params/header.table.properties.xml +30 -0
- data/lib/stylesheets/params/headers.on.blank.pages.xml +27 -0
- data/lib/stylesheets/params/hidetoc.image.xml +29 -0
- data/lib/stylesheets/params/highlight.default.language.xml +27 -0
- data/lib/stylesheets/params/highlight.source.xml +82 -0
- data/lib/stylesheets/params/highlight.xslthl.config.xml +33 -0
- data/lib/stylesheets/params/home.image.xml +27 -0
- data/lib/stylesheets/params/html.append.xml +30 -0
- data/lib/stylesheets/params/html.base.xml +30 -0
- data/lib/stylesheets/params/html.cellpadding.xml +29 -0
- data/lib/stylesheets/params/html.cellspacing.xml +29 -0
- data/lib/stylesheets/params/html.cleanup.xml +34 -0
- data/lib/stylesheets/params/html.ext.xml +29 -0
- data/lib/stylesheets/params/html.extra.head.links.xml +31 -0
- data/lib/stylesheets/params/html.head.legalnotice.link.multiple.xml +44 -0
- data/lib/stylesheets/params/html.head.legalnotice.link.types.xml +75 -0
- data/lib/stylesheets/params/html.longdesc.link.xml +39 -0
- data/lib/stylesheets/params/html.longdesc.xml +28 -0
- data/lib/stylesheets/params/html.stylesheet.type.xml +26 -0
- data/lib/stylesheets/params/html.stylesheet.xml +36 -0
- data/lib/stylesheets/params/htmlhelp.alias.file.xml +27 -0
- data/lib/stylesheets/params/htmlhelp.autolabel.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.button.back.xml +27 -0
- data/lib/stylesheets/params/htmlhelp.button.forward.xml +27 -0
- data/lib/stylesheets/params/htmlhelp.button.hideshow.xml +27 -0
- data/lib/stylesheets/params/htmlhelp.button.home.url.xml +27 -0
- data/lib/stylesheets/params/htmlhelp.button.home.xml +27 -0
- data/lib/stylesheets/params/htmlhelp.button.jump1.title.xml +27 -0
- data/lib/stylesheets/params/htmlhelp.button.jump1.url.xml +27 -0
- data/lib/stylesheets/params/htmlhelp.button.jump1.xml +23 -0
- data/lib/stylesheets/params/htmlhelp.button.jump2.title.xml +27 -0
- data/lib/stylesheets/params/htmlhelp.button.jump2.url.xml +27 -0
- data/lib/stylesheets/params/htmlhelp.button.jump2.xml +27 -0
- data/lib/stylesheets/params/htmlhelp.button.locate.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.button.next.xml +27 -0
- data/lib/stylesheets/params/htmlhelp.button.options.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.button.prev.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.button.print.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.button.refresh.xml +27 -0
- data/lib/stylesheets/params/htmlhelp.button.stop.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.button.zoom.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.chm.xml +27 -0
- data/lib/stylesheets/params/htmlhelp.default.topic.xml +37 -0
- data/lib/stylesheets/params/htmlhelp.display.progress.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.encoding.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.enhanced.decompilation.xml +27 -0
- data/lib/stylesheets/params/htmlhelp.enumerate.images.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.force.map.and.alias.xml +26 -0
- data/lib/stylesheets/params/htmlhelp.hhc.binary.xml +29 -0
- data/lib/stylesheets/params/htmlhelp.hhc.folders.instead.books.xml +31 -0
- data/lib/stylesheets/params/htmlhelp.hhc.section.depth.xml +27 -0
- data/lib/stylesheets/params/htmlhelp.hhc.show.root.xml +29 -0
- data/lib/stylesheets/params/htmlhelp.hhc.width.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.hhc.xml +27 -0
- data/lib/stylesheets/params/htmlhelp.hhk.xml +27 -0
- data/lib/stylesheets/params/htmlhelp.hhp.tail.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.hhp.window.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.hhp.windows.xml +29 -0
- data/lib/stylesheets/params/htmlhelp.hhp.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.map.file.xml +25 -0
- data/lib/stylesheets/params/htmlhelp.only.xml +32 -0
- data/lib/stylesheets/params/htmlhelp.remember.window.position.xml +27 -0
- data/lib/stylesheets/params/htmlhelp.show.advanced.search.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.show.favorities.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.show.menu.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.show.toolbar.text.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.title.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.use.hhk.xml +28 -0
- data/lib/stylesheets/params/htmlhelp.window.geometry.xml +30 -0
- data/lib/stylesheets/params/hyphenate.verbatim.characters.xml +30 -0
- data/lib/stylesheets/params/hyphenate.verbatim.xml +45 -0
- data/lib/stylesheets/params/hyphenate.xml +29 -0
- data/lib/stylesheets/params/id.warnings.xml +25 -0
- data/lib/stylesheets/params/ignore.image.scaling.xml +28 -0
- data/lib/stylesheets/params/img.src.path.xml +40 -0
- data/lib/stylesheets/params/index.div.title.properties.xml +39 -0
- data/lib/stylesheets/params/index.entry.properties.xml +33 -0
- data/lib/stylesheets/params/index.links.to.section.xml +76 -0
- data/lib/stylesheets/params/index.method.xml +162 -0
- data/lib/stylesheets/params/index.number.separator.xml +54 -0
- data/lib/stylesheets/params/index.on.role.xml +48 -0
- data/lib/stylesheets/params/index.on.type.xml +52 -0
- data/lib/stylesheets/params/index.page.number.properties.xml +31 -0
- data/lib/stylesheets/params/index.prefer.titleabbrev.xml +29 -0
- data/lib/stylesheets/params/index.preferred.page.properties.xml +32 -0
- data/lib/stylesheets/params/index.range.separator.xml +57 -0
- data/lib/stylesheets/params/index.term.separator.xml +54 -0
- data/lib/stylesheets/params/informal.object.properties.xml +29 -0
- data/lib/stylesheets/params/informalequation.properties.xml +27 -0
- data/lib/stylesheets/params/informalexample.properties.xml +27 -0
- data/lib/stylesheets/params/informalfigure.properties.xml +27 -0
- data/lib/stylesheets/params/informaltable.properties.xml +32 -0
- data/lib/stylesheets/params/inherit.keywords.xml +31 -0
- data/lib/stylesheets/params/insert.link.page.number.xml +69 -0
- data/lib/stylesheets/params/insert.olink.page.number.xml +83 -0
- data/lib/stylesheets/params/insert.olink.pdf.frag.xml +68 -0
- data/lib/stylesheets/params/insert.xref.page.number.xml +60 -0
- data/lib/stylesheets/params/itemizedlist.label.properties.xml +26 -0
- data/lib/stylesheets/params/itemizedlist.label.width.xml +28 -0
- data/lib/stylesheets/params/itemizedlist.properties.xml +23 -0
- data/lib/stylesheets/params/javahelp.encoding.xml +31 -0
- data/lib/stylesheets/params/keep.relative.image.uris.xml +34 -0
- data/lib/stylesheets/params/keyboard.nav.xml +29 -0
- data/lib/stylesheets/params/l10n.gentext.default.language.xml +30 -0
- data/lib/stylesheets/params/l10n.gentext.language.xml +33 -0
- data/lib/stylesheets/params/l10n.gentext.use.xref.language.xml +53 -0
- data/lib/stylesheets/params/l10n.lang.value.rfc.compliant.xml +57 -0
- data/lib/stylesheets/params/label.from.part.xml +38 -0
- data/lib/stylesheets/params/line-height.xml +27 -0
- data/lib/stylesheets/params/linenumbering.everyNth.xml +29 -0
- data/lib/stylesheets/params/linenumbering.extension.xml +30 -0
- data/lib/stylesheets/params/linenumbering.separator.xml +30 -0
- data/lib/stylesheets/params/linenumbering.width.xml +29 -0
- data/lib/stylesheets/params/link.mailto.url.xml +29 -0
- data/lib/stylesheets/params/list.block.properties.xml +25 -0
- data/lib/stylesheets/params/list.block.spacing.xml +29 -0
- data/lib/stylesheets/params/list.item.spacing.xml +26 -0
- data/lib/stylesheets/params/make.clean.html.xml +51 -0
- data/lib/stylesheets/params/make.graphic.viewport.xml +35 -0
- data/lib/stylesheets/params/make.index.markup.xml +73 -0
- data/lib/stylesheets/params/make.single.year.ranges.xml +28 -0
- data/lib/stylesheets/params/make.valid.html.xml +35 -0
- data/lib/stylesheets/params/make.year.ranges.xml +32 -0
- data/lib/stylesheets/params/man.authors.section.enabled.xml +46 -0
- data/lib/stylesheets/params/man.base.url.for.relative.links.xml +76 -0
- data/lib/stylesheets/params/man.break.after.slash.xml +46 -0
- data/lib/stylesheets/params/man.charmap.enabled.xml +55 -0
- data/lib/stylesheets/params/man.charmap.subset.profile.english.xml +80 -0
- data/lib/stylesheets/params/man.charmap.subset.profile.xml +297 -0
- data/lib/stylesheets/params/man.charmap.uri.xml +42 -0
- data/lib/stylesheets/params/man.charmap.use.subset.xml +80 -0
- data/lib/stylesheets/params/man.copyright.section.enabled.xml +46 -0
- data/lib/stylesheets/params/man.endnotes.are.numbered.xml +106 -0
- data/lib/stylesheets/params/man.endnotes.list.enabled.xml +105 -0
- data/lib/stylesheets/params/man.endnotes.list.heading.xml +36 -0
- data/lib/stylesheets/params/man.font.funcprototype.xml +30 -0
- data/lib/stylesheets/params/man.font.funcsynopsisinfo.xml +30 -0
- data/lib/stylesheets/params/man.font.links.xml +64 -0
- data/lib/stylesheets/params/man.font.table.headings.xml +30 -0
- data/lib/stylesheets/params/man.font.table.title.xml +30 -0
- data/lib/stylesheets/params/man.funcsynopsis.style.xml +26 -0
- data/lib/stylesheets/params/man.hyphenate.computer.inlines.xml +53 -0
- data/lib/stylesheets/params/man.hyphenate.filenames.xml +47 -0
- data/lib/stylesheets/params/man.hyphenate.urls.xml +46 -0
- data/lib/stylesheets/params/man.hyphenate.xml +59 -0
- data/lib/stylesheets/params/man.indent.blurbs.xml +33 -0
- data/lib/stylesheets/params/man.indent.lists.xml +35 -0
- data/lib/stylesheets/params/man.indent.refsect.xml +70 -0
- data/lib/stylesheets/params/man.indent.verbatims.xml +33 -0
- data/lib/stylesheets/params/man.indent.width.xml +39 -0
- data/lib/stylesheets/params/man.justify.xml +52 -0
- data/lib/stylesheets/params/man.output.base.dir.xml +39 -0
- data/lib/stylesheets/params/man.output.better.ps.enabled.xml +61 -0
- data/lib/stylesheets/params/man.output.encoding.xml +53 -0
- data/lib/stylesheets/params/man.output.in.separate.dir.xml +32 -0
- data/lib/stylesheets/params/man.output.lang.in.name.enabled.xml +50 -0
- data/lib/stylesheets/params/man.output.manifest.enabled.xml +27 -0
- data/lib/stylesheets/params/man.output.manifest.filename.xml +29 -0
- data/lib/stylesheets/params/man.output.quietly.xml +37 -0
- data/lib/stylesheets/params/man.output.subdirs.enabled.xml +40 -0
- data/lib/stylesheets/params/man.segtitle.suppress.xml +28 -0
- data/lib/stylesheets/params/man.string.subst.map.local.post.xml +34 -0
- data/lib/stylesheets/params/man.string.subst.map.local.pre.xml +34 -0
- data/lib/stylesheets/params/man.string.subst.map.xml +162 -0
- data/lib/stylesheets/params/man.subheading.divider.enabled.xml +37 -0
- data/lib/stylesheets/params/man.subheading.divider.xml +37 -0
- data/lib/stylesheets/params/man.table.footnotes.divider.xml +29 -0
- data/lib/stylesheets/params/man.th.extra1.suppress.xml +32 -0
- data/lib/stylesheets/params/man.th.extra2.max.length.xml +43 -0
- data/lib/stylesheets/params/man.th.extra2.suppress.xml +44 -0
- data/lib/stylesheets/params/man.th.extra3.max.length.xml +42 -0
- data/lib/stylesheets/params/man.th.extra3.suppress.xml +34 -0
- data/lib/stylesheets/params/man.th.title.max.length.xml +63 -0
- data/lib/stylesheets/params/manifest.in.base.dir.xml +29 -0
- data/lib/stylesheets/params/manifest.xml +29 -0
- data/lib/stylesheets/params/manual.toc.xml +29 -0
- data/lib/stylesheets/params/margin.note.float.type.xml +77 -0
- data/lib/stylesheets/params/margin.note.properties.xml +54 -0
- data/lib/stylesheets/params/margin.note.title.properties.xml +32 -0
- data/lib/stylesheets/params/margin.note.width.xml +35 -0
- data/lib/stylesheets/params/marker.section.level.xml +50 -0
- data/lib/stylesheets/params/menuchoice.menu.separator.xml +42 -0
- data/lib/stylesheets/params/menuchoice.separator.xml +32 -0
- data/lib/stylesheets/params/minus.image.xml +29 -0
- data/lib/stylesheets/params/monospace.font.family.xml +29 -0
- data/lib/stylesheets/params/monospace.properties.xml +38 -0
- data/lib/stylesheets/params/monospace.verbatim.font.width.xml +40 -0
- data/lib/stylesheets/params/monospace.verbatim.properties.xml +27 -0
- data/lib/stylesheets/params/multiframe.bottom.bgcolor.xml +28 -0
- data/lib/stylesheets/params/multiframe.navigation.height.xml +28 -0
- data/lib/stylesheets/params/multiframe.top.bgcolor.xml +28 -0
- data/lib/stylesheets/params/multiframe.xml +31 -0
- data/lib/stylesheets/params/nav.separator.xml +28 -0
- data/lib/stylesheets/params/nav.table.summary.xml +27 -0
- data/lib/stylesheets/params/navbgcolor.xml +26 -0
- data/lib/stylesheets/params/navbodywidth.xml +26 -0
- data/lib/stylesheets/params/navig.graphics.extension.xml +28 -0
- data/lib/stylesheets/params/navig.graphics.path.xml +30 -0
- data/lib/stylesheets/params/navig.graphics.xml +31 -0
- data/lib/stylesheets/params/navig.showtitles.xml +32 -0
- data/lib/stylesheets/params/navtocwidth.xml +26 -0
- data/lib/stylesheets/params/next.image.xml +27 -0
- data/lib/stylesheets/params/no.home.image.xml +27 -0
- data/lib/stylesheets/params/no.next.image.xml +27 -0
- data/lib/stylesheets/params/no.prev.image.xml +27 -0
- data/lib/stylesheets/params/no.toc.image.xml +27 -0
- data/lib/stylesheets/params/no.up.image.xml +27 -0
- data/lib/stylesheets/params/nominal.image.depth.xml +27 -0
- data/lib/stylesheets/params/nominal.image.width.xml +43 -0
- data/lib/stylesheets/params/nominal.table.width.xml +30 -0
- data/lib/stylesheets/params/nongraphical.admonition.properties.xml +41 -0
- data/lib/stylesheets/params/normal.para.spacing.xml +26 -0
- data/lib/stylesheets/params/olink.base.uri.xml +35 -0
- data/lib/stylesheets/params/olink.debug.xml +36 -0
- data/lib/stylesheets/params/olink.doctitle.xml +146 -0
- data/lib/stylesheets/params/olink.fragid.xml +23 -0
- data/lib/stylesheets/params/olink.lang.fallback.sequence.xml +83 -0
- data/lib/stylesheets/params/olink.outline.ext.xml +28 -0
- data/lib/stylesheets/params/olink.properties.xml +33 -0
- data/lib/stylesheets/params/olink.pubid.xml +27 -0
- data/lib/stylesheets/params/olink.resolver.xml +23 -0
- data/lib/stylesheets/params/olink.sysid.xml +27 -0
- data/lib/stylesheets/params/orderedlist.label.properties.xml +26 -0
- data/lib/stylesheets/params/orderedlist.label.width.xml +28 -0
- data/lib/stylesheets/params/orderedlist.properties.xml +24 -0
- data/lib/stylesheets/params/othercredit.like.author.enabled.xml +31 -0
- data/lib/stylesheets/params/output-root.xml +28 -0
- data/lib/stylesheets/params/output.indent.xml +32 -0
- data/lib/stylesheets/params/overlay.js.xml +28 -0
- data/lib/stylesheets/params/overlay.logo.xml +28 -0
- data/lib/stylesheets/params/overlay.xml +32 -0
- data/lib/stylesheets/params/page.height.portrait.xml +69 -0
- data/lib/stylesheets/params/page.height.xml +37 -0
- data/lib/stylesheets/params/page.margin.bottom.xml +29 -0
- data/lib/stylesheets/params/page.margin.inner.xml +56 -0
- data/lib/stylesheets/params/page.margin.outer.xml +53 -0
- data/lib/stylesheets/params/page.margin.top.xml +28 -0
- data/lib/stylesheets/params/page.orientation.xml +32 -0
- data/lib/stylesheets/params/page.width.portrait.xml +67 -0
- data/lib/stylesheets/params/page.width.xml +36 -0
- data/lib/stylesheets/params/pages.template.xml +29 -0
- data/lib/stylesheets/params/paper.type.xml +73 -0
- data/lib/stylesheets/params/para.propagates.style.xml +29 -0
- data/lib/stylesheets/params/part.autolabel.xml +73 -0
- data/lib/stylesheets/params/passivetex.extensions.xml +37 -0
- data/lib/stylesheets/params/pgwide.properties.xml +52 -0
- data/lib/stylesheets/params/phrase.propagates.style.xml +29 -0
- data/lib/stylesheets/params/pixels.per.inch.xml +31 -0
- data/lib/stylesheets/params/plus.image.xml +29 -0
- data/lib/stylesheets/params/points.per.em.xml +29 -0
- data/lib/stylesheets/params/preface.autolabel.xml +71 -0
- data/lib/stylesheets/params/prefer.internal.olink.xml +78 -0
- data/lib/stylesheets/params/preferred.mediaobject.role.xml +40 -0
- data/lib/stylesheets/params/prev.image.xml +27 -0
- data/lib/stylesheets/params/procedure.properties.xml +29 -0
- data/lib/stylesheets/params/process.empty.source.toc.xml +39 -0
- data/lib/stylesheets/params/process.source.toc.xml +39 -0
- data/lib/stylesheets/params/profile.arch.xml +39 -0
- data/lib/stylesheets/params/profile.attribute.xml +34 -0
- data/lib/stylesheets/params/profile.audience.xml +38 -0
- data/lib/stylesheets/params/profile.condition.xml +38 -0
- data/lib/stylesheets/params/profile.conformance.xml +38 -0
- data/lib/stylesheets/params/profile.lang.xml +38 -0
- data/lib/stylesheets/params/profile.os.xml +38 -0
- data/lib/stylesheets/params/profile.revision.xml +38 -0
- data/lib/stylesheets/params/profile.revisionflag.xml +38 -0
- data/lib/stylesheets/params/profile.role.xml +54 -0
- data/lib/stylesheets/params/profile.security.xml +38 -0
- data/lib/stylesheets/params/profile.separator.xml +27 -0
- data/lib/stylesheets/params/profile.status.xml +38 -0
- data/lib/stylesheets/params/profile.userlevel.xml +38 -0
- data/lib/stylesheets/params/profile.value.xml +41 -0
- data/lib/stylesheets/params/profile.vendor.xml +38 -0
- data/lib/stylesheets/params/profile.wordsize.xml +38 -0
- data/lib/stylesheets/params/punct.honorific.xml +28 -0
- data/lib/stylesheets/params/qanda.defaultlabel.xml +86 -0
- data/lib/stylesheets/params/qanda.in.toc.xml +34 -0
- data/lib/stylesheets/params/qanda.inherit.numeration.xml +30 -0
- data/lib/stylesheets/params/qanda.nested.in.toc.xml +29 -0
- data/lib/stylesheets/params/qanda.title.level1.properties.xml +32 -0
- data/lib/stylesheets/params/qanda.title.level2.properties.xml +32 -0
- data/lib/stylesheets/params/qanda.title.level3.properties.xml +32 -0
- data/lib/stylesheets/params/qanda.title.level4.properties.xml +32 -0
- data/lib/stylesheets/params/qanda.title.level5.properties.xml +32 -0
- data/lib/stylesheets/params/qanda.title.level6.properties.xml +34 -0
- data/lib/stylesheets/params/qanda.title.properties.xml +37 -0
- data/lib/stylesheets/params/qandadiv.autolabel.xml +26 -0
- data/lib/stylesheets/params/rebuild-all.xml +33 -0
- data/lib/stylesheets/params/refclass.suppress.xml +28 -0
- data/lib/stylesheets/params/refentry.date.profile.enabled.xml +46 -0
- data/lib/stylesheets/params/refentry.date.profile.xml +38 -0
- data/lib/stylesheets/params/refentry.generate.name.xml +33 -0
- data/lib/stylesheets/params/refentry.generate.title.xml +33 -0
- data/lib/stylesheets/params/refentry.manual.fallback.profile.xml +48 -0
- data/lib/stylesheets/params/refentry.manual.profile.enabled.xml +47 -0
- data/lib/stylesheets/params/refentry.manual.profile.xml +72 -0
- data/lib/stylesheets/params/refentry.meta.get.quietly.xml +37 -0
- data/lib/stylesheets/params/refentry.pagebreak.xml +33 -0
- data/lib/stylesheets/params/refentry.separator.xml +29 -0
- data/lib/stylesheets/params/refentry.source.fallback.profile.xml +49 -0
- data/lib/stylesheets/params/refentry.source.name.profile.enabled.xml +48 -0
- data/lib/stylesheets/params/refentry.source.name.profile.xml +89 -0
- data/lib/stylesheets/params/refentry.source.name.suppress.xml +42 -0
- data/lib/stylesheets/params/refentry.title.properties.xml +59 -0
- data/lib/stylesheets/params/refentry.version.profile.enabled.xml +47 -0
- data/lib/stylesheets/params/refentry.version.profile.xml +41 -0
- data/lib/stylesheets/params/refentry.version.suppress.xml +43 -0
- data/lib/stylesheets/params/refentry.xref.manvolnum.xml +31 -0
- data/lib/stylesheets/params/reference.autolabel.xml +67 -0
- data/lib/stylesheets/params/region.after.extent.xml +29 -0
- data/lib/stylesheets/params/region.before.extent.xml +29 -0
- data/lib/stylesheets/params/revhistory.table.cell.properties.xml +28 -0
- data/lib/stylesheets/params/revhistory.table.properties.xml +28 -0
- data/lib/stylesheets/params/revhistory.title.properties.xml +28 -0
- data/lib/stylesheets/params/root.filename.xml +29 -0
- data/lib/stylesheets/params/root.properties.xml +46 -0
- data/lib/stylesheets/params/rootid.xml +33 -0
- data/lib/stylesheets/params/runinhead.default.title.end.punct.xml +27 -0
- data/lib/stylesheets/params/runinhead.title.end.punct.xml +32 -0
- data/lib/stylesheets/params/running.foot.properties.xml +34 -0
- data/lib/stylesheets/params/sans.font.family.xml +29 -0
- data/lib/stylesheets/params/saxon.callouts.xml +30 -0
- data/lib/stylesheets/params/saxon.character.representation.xml +38 -0
- data/lib/stylesheets/params/saxon.linenumbering.xml +32 -0
- data/lib/stylesheets/params/saxon.tablecolumns.xml +30 -0
- data/lib/stylesheets/params/script.dir.xml +33 -0
- data/lib/stylesheets/params/section.autolabel.max.depth.xml +32 -0
- data/lib/stylesheets/params/section.autolabel.xml +26 -0
- data/lib/stylesheets/params/section.container.element.xml +62 -0
- data/lib/stylesheets/params/section.label.includes.component.label.xml +27 -0
- data/lib/stylesheets/params/section.level1.properties.xml +43 -0
- data/lib/stylesheets/params/section.level2.properties.xml +43 -0
- data/lib/stylesheets/params/section.level3.properties.xml +43 -0
- data/lib/stylesheets/params/section.level4.properties.xml +43 -0
- data/lib/stylesheets/params/section.level5.properties.xml +43 -0
- data/lib/stylesheets/params/section.level6.properties.xml +43 -0
- data/lib/stylesheets/params/section.properties.xml +35 -0
- data/lib/stylesheets/params/section.title.level1.properties.xml +32 -0
- data/lib/stylesheets/params/section.title.level2.properties.xml +33 -0
- data/lib/stylesheets/params/section.title.level3.properties.xml +32 -0
- data/lib/stylesheets/params/section.title.level4.properties.xml +32 -0
- data/lib/stylesheets/params/section.title.level5.properties.xml +32 -0
- data/lib/stylesheets/params/section.title.level6.properties.xml +33 -0
- data/lib/stylesheets/params/section.title.properties.xml +39 -0
- data/lib/stylesheets/params/segmentedlist.as.table.xml +28 -0
- data/lib/stylesheets/params/sequential.links.xml +25 -0
- data/lib/stylesheets/params/shade.verbatim.style.xml +36 -0
- data/lib/stylesheets/params/shade.verbatim.xml +30 -0
- data/lib/stylesheets/params/show.comments.xml +32 -0
- data/lib/stylesheets/params/show.foil.number.xml +28 -0
- data/lib/stylesheets/params/show.revisionflag.xml +42 -0
- data/lib/stylesheets/params/showtoc.image.xml +29 -0
- data/lib/stylesheets/params/side.float.properties.xml +50 -0
- data/lib/stylesheets/params/sidebar.float.type.xml +90 -0
- data/lib/stylesheets/params/sidebar.float.width.xml +35 -0
- data/lib/stylesheets/params/sidebar.properties.xml +42 -0
- data/lib/stylesheets/params/sidebar.title.properties.xml +32 -0
- data/lib/stylesheets/params/simplesect.in.toc.xml +26 -0
- data/lib/stylesheets/params/slide.font.family.xml +31 -0
- data/lib/stylesheets/params/slide.title.font.family.xml +31 -0
- data/lib/stylesheets/params/slides.js.xml +28 -0
- data/lib/stylesheets/params/slides.properties.xml +31 -0
- data/lib/stylesheets/params/spacing.paras.xml +30 -0
- data/lib/stylesheets/params/speakernote.properties.xml +32 -0
- data/lib/stylesheets/params/subscript.properties.xml +29 -0
- data/lib/stylesheets/params/superscript.properties.xml +29 -0
- data/lib/stylesheets/params/suppress.footer.navigation.xml +26 -0
- data/lib/stylesheets/params/suppress.header.navigation.xml +27 -0
- data/lib/stylesheets/params/suppress.homepage.title.xml +25 -0
- data/lib/stylesheets/params/suppress.navigation.xml +28 -0
- data/lib/stylesheets/params/symbol.font.family.xml +45 -0
- data/lib/stylesheets/params/table.borders.with.css.xml +28 -0
- data/lib/stylesheets/params/table.cell.border.color.xml +39 -0
- data/lib/stylesheets/params/table.cell.border.style.xml +42 -0
- data/lib/stylesheets/params/table.cell.border.thickness.xml +35 -0
- data/lib/stylesheets/params/table.cell.padding.xml +32 -0
- data/lib/stylesheets/params/table.entry.padding.xml +27 -0
- data/lib/stylesheets/params/table.footnote.number.format.xml +33 -0
- data/lib/stylesheets/params/table.footnote.number.symbols.xml +39 -0
- data/lib/stylesheets/params/table.footnote.properties.xml +39 -0
- data/lib/stylesheets/params/table.frame.border.color.xml +28 -0
- data/lib/stylesheets/params/table.frame.border.style.xml +37 -0
- data/lib/stylesheets/params/table.frame.border.thickness.xml +27 -0
- data/lib/stylesheets/params/table.properties.xml +34 -0
- data/lib/stylesheets/params/table.spacer.image.xml +26 -0
- data/lib/stylesheets/params/table.table.properties.xml +36 -0
- data/lib/stylesheets/params/tablecolumns.extension.xml +30 -0
- data/lib/stylesheets/params/target.database.document.xml +37 -0
- data/lib/stylesheets/params/targets.filename.xml +32 -0
- data/lib/stylesheets/params/template.xml +27 -0
- data/lib/stylesheets/params/tex.math.delims.xml +47 -0
- data/lib/stylesheets/params/tex.math.file.xml +42 -0
- data/lib/stylesheets/params/tex.math.in.alt.xml +76 -0
- data/lib/stylesheets/params/text.home.xml +27 -0
- data/lib/stylesheets/params/text.next.xml +27 -0
- data/lib/stylesheets/params/text.prev.xml +27 -0
- data/lib/stylesheets/params/text.toc.xml +27 -0
- data/lib/stylesheets/params/text.up.xml +27 -0
- data/lib/stylesheets/params/textbgcolor.xml +26 -0
- data/lib/stylesheets/params/textdata.default.encoding.xml +32 -0
- data/lib/stylesheets/params/textinsert.extension.xml +62 -0
- data/lib/stylesheets/params/title.font.family.xml +33 -0
- data/lib/stylesheets/params/title.margin.left.xml +65 -0
- data/lib/stylesheets/params/titlefoil.html.xml +27 -0
- data/lib/stylesheets/params/toc.bg.color.xml +27 -0
- data/lib/stylesheets/params/toc.blank.graphic.xml +28 -0
- data/lib/stylesheets/params/toc.blank.image.xml +27 -0
- data/lib/stylesheets/params/toc.blank.text.xml +27 -0
- data/lib/stylesheets/params/toc.hide.show.xml +33 -0
- data/lib/stylesheets/params/toc.html.xml +27 -0
- data/lib/stylesheets/params/toc.image.xml +27 -0
- data/lib/stylesheets/params/toc.indent.width.xml +34 -0
- data/lib/stylesheets/params/toc.line.properties.xml +44 -0
- data/lib/stylesheets/params/toc.list.type.xml +30 -0
- data/lib/stylesheets/params/toc.margin.properties.xml +33 -0
- data/lib/stylesheets/params/toc.max.depth.xml +25 -0
- data/lib/stylesheets/params/toc.pointer.graphic.xml +28 -0
- data/lib/stylesheets/params/toc.pointer.image.xml +27 -0
- data/lib/stylesheets/params/toc.pointer.text.xml +27 -0
- data/lib/stylesheets/params/toc.row.height.xml +33 -0
- data/lib/stylesheets/params/toc.section.depth.xml +28 -0
- data/lib/stylesheets/params/toc.spacer.graphic.xml +28 -0
- data/lib/stylesheets/params/toc.spacer.image.xml +27 -0
- data/lib/stylesheets/params/toc.spacer.text.xml +27 -0
- data/lib/stylesheets/params/toc.width.xml +28 -0
- data/lib/stylesheets/params/ua.js.xml +28 -0
- data/lib/stylesheets/params/ulink.footnotes.xml +34 -0
- data/lib/stylesheets/params/ulink.hyphenate.chars.xml +37 -0
- data/lib/stylesheets/params/ulink.hyphenate.xml +35 -0
- data/lib/stylesheets/params/ulink.show.xml +37 -0
- data/lib/stylesheets/params/ulink.target.xml +29 -0
- data/lib/stylesheets/params/up.image.xml +27 -0
- data/lib/stylesheets/params/use.embed.for.svg.xml +33 -0
- data/lib/stylesheets/params/use.extensions.xml +31 -0
- data/lib/stylesheets/params/use.id.as.filename.xml +30 -0
- data/lib/stylesheets/params/use.id.function.xml +32 -0
- data/lib/stylesheets/params/use.local.olink.style.xml +28 -0
- data/lib/stylesheets/params/use.role.as.xrefstyle.xml +93 -0
- data/lib/stylesheets/params/use.role.for.mediaobject.xml +56 -0
- data/lib/stylesheets/params/use.svg.xml +30 -0
- data/lib/stylesheets/params/variablelist.as.blocks.xml +62 -0
- data/lib/stylesheets/params/variablelist.as.table.xml +54 -0
- data/lib/stylesheets/params/variablelist.max.termlength.xml +46 -0
- data/lib/stylesheets/params/variablelist.term.break.after.xml +39 -0
- data/lib/stylesheets/params/variablelist.term.properties.xml +29 -0
- data/lib/stylesheets/params/variablelist.term.separator.xml +40 -0
- data/lib/stylesheets/params/verbatim.properties.xml +38 -0
- data/lib/stylesheets/params/wordml.template.xml +29 -0
- data/lib/stylesheets/params/writing.mode.xml +83 -0
- data/lib/stylesheets/params/xbCollapsibleLists.js.xml +28 -0
- data/lib/stylesheets/params/xbDOM.js.xml +28 -0
- data/lib/stylesheets/params/xbLibrary.js.xml +28 -0
- data/lib/stylesheets/params/xbStyle.js.xml +28 -0
- data/lib/stylesheets/params/xep.extensions.xml +31 -0
- data/lib/stylesheets/params/xep.index.item.properties.xml +36 -0
- data/lib/stylesheets/params/xref.label-page.separator.xml +38 -0
- data/lib/stylesheets/params/xref.label-title.separator.xml +36 -0
- data/lib/stylesheets/params/xref.properties.xml +29 -0
- data/lib/stylesheets/params/xref.title-page.separator.xml +36 -0
- data/lib/stylesheets/params/xref.with.number.and.title.xml +30 -0
- data/lib/stylesheets/profiling/profile-mode.xsl +239 -0
- data/lib/stylesheets/profiling/profile.xsl +58 -0
- data/lib/stylesheets/profiling/strip-attributes.xsl +27 -0
- data/lib/stylesheets/profiling/xsl2profile.xsl +159 -0
- data/lib/stylesheets/roundtrip/blocks-spec.xml +11 -0
- data/lib/stylesheets/roundtrip/blocks2dbk.dtd +76 -0
- data/lib/stylesheets/roundtrip/blocks2dbk.xsl +1734 -0
- data/lib/stylesheets/roundtrip/dbk2ooo.xsl +178 -0
- data/lib/stylesheets/roundtrip/dbk2pages.xsl +442 -0
- data/lib/stylesheets/roundtrip/dbk2wordml.xsl +402 -0
- data/lib/stylesheets/roundtrip/dbk2wp.xsl +1376 -0
- data/lib/stylesheets/roundtrip/normalise-common.xsl +39 -0
- data/lib/stylesheets/roundtrip/normalise2sections.xsl +1270 -0
- data/lib/stylesheets/roundtrip/pages2normalise.xsl +352 -0
- data/lib/stylesheets/roundtrip/param.xml +105 -0
- data/lib/stylesheets/roundtrip/param.xsl +20 -0
- data/lib/stylesheets/roundtrip/sections-spec.xml +38 -0
- data/lib/stylesheets/roundtrip/sections2blocks.xsl +263 -0
- data/lib/stylesheets/roundtrip/specifications.xml +1420 -0
- data/lib/stylesheets/roundtrip/template-pages.xml +2 -0
- data/lib/stylesheets/roundtrip/template.dot +0 -0
- data/lib/stylesheets/roundtrip/template.xml +3 -0
- data/lib/stylesheets/roundtrip/wordml2normalise.xsl +446 -0
- data/lib/stylesheets/slides/browser/CTOCWidget.js +169 -0
- data/lib/stylesheets/slides/browser/overlay.js +142 -0
- data/lib/stylesheets/slides/browser/slides-default.css +9 -0
- data/lib/stylesheets/slides/browser/slides-frames.css +73 -0
- data/lib/stylesheets/slides/browser/slides-plain.css +1 -0
- data/lib/stylesheets/slides/browser/slides-table.css +41 -0
- data/lib/stylesheets/slides/browser/slides-w3c.css +1 -0
- data/lib/stylesheets/slides/browser/slides.css +119 -0
- data/lib/stylesheets/slides/browser/slides.js +120 -0
- data/lib/stylesheets/slides/browser/ua.js +135 -0
- data/lib/stylesheets/slides/browser/xbCollapsibleLists.js +537 -0
- data/lib/stylesheets/slides/browser/xbDOM.js +374 -0
- data/lib/stylesheets/slides/browser/xbDebug.js +311 -0
- data/lib/stylesheets/slides/browser/xbLibrary.js +80 -0
- data/lib/stylesheets/slides/browser/xbStyle-css.js +791 -0
- data/lib/stylesheets/slides/browser/xbStyle-nn4.js +485 -0
- data/lib/stylesheets/slides/browser/xbStyle-not-supported.js +77 -0
- data/lib/stylesheets/slides/browser/xbStyle.js +295 -0
- data/lib/stylesheets/slides/fo/param.xml +356 -0
- data/lib/stylesheets/slides/fo/param.xsl +74 -0
- data/lib/stylesheets/slides/fo/plain-titlepage.xml +79 -0
- data/lib/stylesheets/slides/fo/plain-titlepage.xsl +187 -0
- data/lib/stylesheets/slides/fo/plain.xsl +528 -0
- data/lib/stylesheets/slides/graphics/active/arr-next.png +0 -0
- data/lib/stylesheets/slides/graphics/active/arr-prev.png +0 -0
- data/lib/stylesheets/slides/graphics/active/but-fforward.png +0 -0
- data/lib/stylesheets/slides/graphics/active/but-info.png +0 -0
- data/lib/stylesheets/slides/graphics/active/but-next.png +0 -0
- data/lib/stylesheets/slides/graphics/active/but-prev.png +0 -0
- data/lib/stylesheets/slides/graphics/active/but-rewind.png +0 -0
- data/lib/stylesheets/slides/graphics/active/nav-home.png +0 -0
- data/lib/stylesheets/slides/graphics/active/nav-next.png +0 -0
- data/lib/stylesheets/slides/graphics/active/nav-prev.png +0 -0
- data/lib/stylesheets/slides/graphics/active/nav-toc.png +0 -0
- data/lib/stylesheets/slides/graphics/active/nav-up.png +0 -0
- data/lib/stylesheets/slides/graphics/active/w3c-next.png +0 -0
- data/lib/stylesheets/slides/graphics/active/w3c-prev.png +0 -0
- data/lib/stylesheets/slides/graphics/active/w3c-toc.png +0 -0
- data/lib/stylesheets/slides/graphics/arrow.gif +0 -0
- data/lib/stylesheets/slides/graphics/blank.gif +0 -0
- data/lib/stylesheets/slides/graphics/blank.png +0 -0
- data/lib/stylesheets/slides/graphics/hidetoc.gif +0 -0
- data/lib/stylesheets/slides/graphics/inactive/but-fforward.png +0 -0
- data/lib/stylesheets/slides/graphics/inactive/but-info.png +0 -0
- data/lib/stylesheets/slides/graphics/inactive/but-next.png +0 -0
- data/lib/stylesheets/slides/graphics/inactive/but-prev.png +0 -0
- data/lib/stylesheets/slides/graphics/inactive/but-rewind.png +0 -0
- data/lib/stylesheets/slides/graphics/inactive/nav-home.png +0 -0
- data/lib/stylesheets/slides/graphics/inactive/nav-next.png +0 -0
- data/lib/stylesheets/slides/graphics/inactive/nav-prev.png +0 -0
- data/lib/stylesheets/slides/graphics/inactive/nav-toc.png +0 -0
- data/lib/stylesheets/slides/graphics/inactive/nav-up.png +0 -0
- data/lib/stylesheets/slides/graphics/inactive/w3c-next.png +0 -0
- data/lib/stylesheets/slides/graphics/inactive/w3c-prev.png +0 -0
- data/lib/stylesheets/slides/graphics/inactive/w3c-toc.png +0 -0
- data/lib/stylesheets/slides/graphics/plus.gif +0 -0
- data/lib/stylesheets/slides/graphics/pointer.png +0 -0
- data/lib/stylesheets/slides/graphics/showtoc.gif +0 -0
- data/lib/stylesheets/slides/graphics/toc/bullet.png +0 -0
- data/lib/stylesheets/slides/graphics/toc/closed.png +0 -0
- data/lib/stylesheets/slides/graphics/toc/open.png +0 -0
- data/lib/stylesheets/slides/html/css.xsl +46 -0
- data/lib/stylesheets/slides/html/default.xsl +261 -0
- data/lib/stylesheets/slides/html/flat.xsl +70 -0
- data/lib/stylesheets/slides/html/frames.xsl +2016 -0
- data/lib/stylesheets/slides/html/graphics.xsl +151 -0
- data/lib/stylesheets/slides/html/jscript.xsl +127 -0
- data/lib/stylesheets/slides/html/param.xml +1376 -0
- data/lib/stylesheets/slides/html/param.xsl +68 -0
- data/lib/stylesheets/slides/html/plain.xsl +472 -0
- data/lib/stylesheets/slides/html/slides-common.xsl +1541 -0
- data/lib/stylesheets/slides/html/tables.xsl +336 -0
- data/lib/stylesheets/slides/html/vslides.xsl +667 -0
- data/lib/stylesheets/slides/html/w3c.xsl +376 -0
- data/lib/stylesheets/slides/htmlhelp/htmlhelp.xsl +89 -0
- data/lib/stylesheets/slides/keynote/default.xsl +600 -0
- data/lib/stylesheets/slides/keynote/xsltsl/cmp.xsl +348 -0
- data/lib/stylesheets/slides/keynote/xsltsl/date-time.xsl +1524 -0
- data/lib/stylesheets/slides/keynote/xsltsl/example.xsl +90 -0
- data/lib/stylesheets/slides/keynote/xsltsl/markup.xsl +789 -0
- data/lib/stylesheets/slides/keynote/xsltsl/math.xsl +704 -0
- data/lib/stylesheets/slides/keynote/xsltsl/node.xsl +229 -0
- data/lib/stylesheets/slides/keynote/xsltsl/stdlib.xsl +340 -0
- data/lib/stylesheets/slides/keynote/xsltsl/string.xsl +1233 -0
- data/lib/stylesheets/slides/keynote/xsltsl/svg.xsl +177 -0
- data/lib/stylesheets/slides/keynote/xsltsl/uri.xsl +580 -0
- data/lib/stylesheets/slides/svg/default.xsl +686 -0
- data/lib/stylesheets/slides/xhtml/css.xsl +47 -0
- data/lib/stylesheets/slides/xhtml/default.xsl +246 -0
- data/lib/stylesheets/slides/xhtml/flat.xsl +71 -0
- data/lib/stylesheets/slides/xhtml/frames.xsl +1982 -0
- data/lib/stylesheets/slides/xhtml/graphics.xsl +152 -0
- data/lib/stylesheets/slides/xhtml/jscript.xsl +128 -0
- data/lib/stylesheets/slides/xhtml/param.xsl +70 -0
- data/lib/stylesheets/slides/xhtml/plain.xsl +470 -0
- data/lib/stylesheets/slides/xhtml/slides-common.xsl +1534 -0
- data/lib/stylesheets/slides/xhtml/tables.xsl +334 -0
- data/lib/stylesheets/slides/xhtml/vslides.xsl +652 -0
- data/lib/stylesheets/slides/xhtml/w3c.xsl +358 -0
- data/lib/stylesheets/template/titlepage.xml +478 -0
- data/lib/stylesheets/template/titlepage.xsl +1355 -0
- data/lib/stylesheets/tests/refentry.007.ns.xml +325 -0
- data/lib/stylesheets/tests/refentry.007.xml +340 -0
- data/lib/stylesheets/tools/bin/docbook-xsl-update +53 -0
- data/lib/stylesheets/tools/make/Makefile.DocBook +698 -0
- data/lib/stylesheets/tools/make/Makefile.combine +182 -0
- data/lib/stylesheets/tools/make/Makefile.docParam +59 -0
- data/lib/stylesheets/webhelp/LICENSE +1 -0
- data/lib/stylesheets/webhelp/build.properties +43 -0
- data/lib/stylesheets/webhelp/build.xml +112 -0
- data/lib/stylesheets/webhelp/docs/common/css/positioning.css +109 -0
- data/lib/stylesheets/webhelp/docs/common/images/header-bg.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/images/highlight-blue.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/images/highlight-yellow.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/images/loading.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/images/logo.png +0 -0
- data/lib/stylesheets/webhelp/docs/common/images/showHideTreeIcons.png +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/jquery-1.4.2.min.js +154 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/jquery-ui-1.8.2.custom.min.js +321 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/jquery.cookie.js +93 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-anim_basic_16x16.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_flat_55_fbec88_40x100.png +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_glass_85_dfeffc_1x400.png +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_217bc0_256x240.png +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_469bdd_256x240.png +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_6da8d5_256x240.png +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_d8e7f3_256x240.png +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/images/ui-icons_f9bd01_256x240.png +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/theme-redmond/jquery-ui-1.8.2.custom.css +398 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/file.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/folder-closed.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/folder-closed2.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/folder.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/folder2.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/minus.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/plus.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-black-line.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-black.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-default-line.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-default.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-famfamfam-line.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-famfamfam.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-gray-line.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-gray.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-red-line.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/images/treeview-red.gif +0 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/jquery.treeview.async.js +72 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/jquery.treeview.css +85 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/jquery.treeview.js +255 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/jquery.treeview.min.js +16 -0
- data/lib/stylesheets/webhelp/docs/common/jquery/treeview/jquery.treeview.pack.js +16 -0
- data/lib/stylesheets/webhelp/docs/common/main.js +161 -0
- data/lib/stylesheets/webhelp/docs/content/ch01.html +61 -0
- data/lib/stylesheets/webhelp/docs/content/ch02.html +32 -0
- data/lib/stylesheets/webhelp/docs/content/ch02s01.html +117 -0
- data/lib/stylesheets/webhelp/docs/content/ch02s02.html +102 -0
- data/lib/stylesheets/webhelp/docs/content/ch02s03.html +36 -0
- data/lib/stylesheets/webhelp/docs/content/ch02s04.html +42 -0
- data/lib/stylesheets/webhelp/docs/content/ch03.html +37 -0
- data/lib/stylesheets/webhelp/docs/content/ch03s01.html +62 -0
- data/lib/stylesheets/webhelp/docs/content/ch03s02.html +124 -0
- data/lib/stylesheets/webhelp/docs/content/index.html +71 -0
- data/lib/stylesheets/webhelp/docs/content/search/htmlFileInfoList.js +10 -0
- data/lib/stylesheets/webhelp/docs/content/search/htmlFileList.js +11 -0
- data/lib/stylesheets/webhelp/docs/content/search/index-1.js +224 -0
- data/lib/stylesheets/webhelp/docs/content/search/index-2.js +223 -0
- data/lib/stylesheets/webhelp/docs/content/search/index-3.js +221 -0
- data/lib/stylesheets/webhelp/docs/content/search/nwSearchFnt.js +513 -0
- data/lib/stylesheets/webhelp/docs/content/search/stemmers/en_stemmer.js +187 -0
- data/lib/stylesheets/webhelp/docs/favicon.ico +0 -0
- data/lib/stylesheets/webhelp/docs/index.html +13 -0
- data/lib/stylesheets/webhelp/docsrc/readme.xml +891 -0
- data/lib/stylesheets/webhelp/template/common/css/positioning.css +109 -0
- data/lib/stylesheets/webhelp/template/common/images/header-bg.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/images/highlight-blue.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/images/highlight-yellow.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/images/loading.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/images/logo.png +0 -0
- data/lib/stylesheets/webhelp/template/common/images/showHideTreeIcons.png +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/jquery-1.4.2.min.js +154 -0
- data/lib/stylesheets/webhelp/template/common/jquery/jquery-ui-1.8.2.custom.min.js +321 -0
- data/lib/stylesheets/webhelp/template/common/jquery/jquery.cookie.js +93 -0
- data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-anim_basic_16x16.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-bg_flat_55_fbec88_40x100.png +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-bg_glass_85_dfeffc_1x400.png +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-icons_217bc0_256x240.png +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-icons_469bdd_256x240.png +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-icons_6da8d5_256x240.png +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-icons_d8e7f3_256x240.png +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/images/ui-icons_f9bd01_256x240.png +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/theme-redmond/jquery-ui-1.8.2.custom.css +398 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/file.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/folder-closed.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/folder-closed2.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/folder.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/folder2.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/minus.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/plus.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-black-line.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-black.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-default-line.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-default.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-famfamfam-line.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-famfamfam.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-gray-line.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-gray.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-red-line.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/images/treeview-red.gif +0 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/jquery.treeview.async.js +72 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/jquery.treeview.css +85 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/jquery.treeview.js +255 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/jquery.treeview.min.js +16 -0
- data/lib/stylesheets/webhelp/template/common/jquery/treeview/jquery.treeview.pack.js +16 -0
- data/lib/stylesheets/webhelp/template/common/main.js +161 -0
- data/lib/stylesheets/webhelp/template/content/search/default.props +1 -0
- data/lib/stylesheets/webhelp/template/content/search/en-us.props +45 -0
- data/lib/stylesheets/webhelp/template/content/search/es-es.props +179 -0
- data/lib/stylesheets/webhelp/template/content/search/ja-jp.props +1 -0
- data/lib/stylesheets/webhelp/template/content/search/nwSearchFnt.js +513 -0
- data/lib/stylesheets/webhelp/template/content/search/punctuation.props +31 -0
- data/lib/stylesheets/webhelp/template/content/search/stemmers/de_stemmer.js +247 -0
- data/lib/stylesheets/webhelp/template/content/search/stemmers/en_stemmer.js +187 -0
- data/lib/stylesheets/webhelp/template/content/search/stemmers/fr_stemmer.js +299 -0
- data/lib/stylesheets/webhelp/template/favicon.ico +0 -0
- data/lib/stylesheets/webhelp/xsl/webhelp.xsl +772 -0
- data/lib/stylesheets/website/autolayout.xsl +258 -0
- data/lib/stylesheets/website/chunk-common.xsl +227 -0
- data/lib/stylesheets/website/chunk-tabular.xsl +12 -0
- data/lib/stylesheets/website/chunk-website.xsl +12 -0
- data/lib/stylesheets/website/head.xsl +316 -0
- data/lib/stylesheets/website/makefile-dep.xsl +143 -0
- data/lib/stylesheets/website/olink.xsl +297 -0
- data/lib/stylesheets/website/param.xml +788 -0
- data/lib/stylesheets/website/param.xsl +53 -0
- data/lib/stylesheets/website/rss.xsl +143 -0
- data/lib/stylesheets/website/tabular.xsl +213 -0
- data/lib/stylesheets/website/toc-tabular.xsl +480 -0
- data/lib/stylesheets/website/toc.xsl +286 -0
- data/lib/stylesheets/website/website-common.xsl +821 -0
- data/lib/stylesheets/website/website-targets.xsl +27 -0
- data/lib/stylesheets/website/website.xsl +132 -0
- data/lib/stylesheets/website/xbel.xsl +114 -0
- data/lib/stylesheets/xhtml/admon.xsl +137 -0
- data/lib/stylesheets/xhtml/annotations.xsl +160 -0
- data/lib/stylesheets/xhtml/autoidx-kimber.xsl +140 -0
- data/lib/stylesheets/xhtml/autoidx-kosek.xsl +110 -0
- data/lib/stylesheets/xhtml/autoidx-ng.xsl +23 -0
- data/lib/stylesheets/xhtml/autoidx.xsl +682 -0
- data/lib/stylesheets/xhtml/autotoc.xsl +665 -0
- data/lib/stylesheets/xhtml/biblio-iso690.xsl +1302 -0
- data/lib/stylesheets/xhtml/biblio.xsl +1242 -0
- data/lib/stylesheets/xhtml/block.xsl +537 -0
- data/lib/stylesheets/xhtml/callout.xsl +189 -0
- data/lib/stylesheets/xhtml/changebars.xsl +80 -0
- data/lib/stylesheets/xhtml/chunk-changebars.xsl +97 -0
- data/lib/stylesheets/xhtml/chunk-code.xsl +644 -0
- data/lib/stylesheets/xhtml/chunk-common.xsl +1562 -0
- data/lib/stylesheets/xhtml/chunk.xsl +53 -0
- data/lib/stylesheets/xhtml/chunker.xsl +303 -0
- data/lib/stylesheets/xhtml/chunkfast.xsl +70 -0
- data/lib/stylesheets/xhtml/chunktoc.xsl +527 -0
- data/lib/stylesheets/xhtml/component.xsl +397 -0
- data/lib/stylesheets/xhtml/division.xsl +219 -0
- data/lib/stylesheets/xhtml/docbook.css.xml +109 -0
- data/lib/stylesheets/xhtml/docbook.xsl +435 -0
- data/lib/stylesheets/xhtml/ebnf.xsl +329 -0
- data/lib/stylesheets/xhtml/footnote.xsl +306 -0
- data/lib/stylesheets/xhtml/formal.xsl +413 -0
- data/lib/stylesheets/xhtml/glossary.xsl +565 -0
- data/lib/stylesheets/xhtml/graphics.xsl +1437 -0
- data/lib/stylesheets/xhtml/highlight.xsl +89 -0
- data/lib/stylesheets/xhtml/html-rtf.xsl +321 -0
- data/lib/stylesheets/xhtml/html.xsl +600 -0
- data/lib/stylesheets/xhtml/htmltbl.xsl +104 -0
- data/lib/stylesheets/xhtml/index.xsl +266 -0
- data/lib/stylesheets/xhtml/info.xsl +46 -0
- data/lib/stylesheets/xhtml/inline.xsl +1452 -0
- data/lib/stylesheets/xhtml/keywords.xsl +38 -0
- data/lib/stylesheets/xhtml/lists.xsl +1123 -0
- data/lib/stylesheets/xhtml/maketoc.xsl +92 -0
- data/lib/stylesheets/xhtml/manifest.xsl +23 -0
- data/lib/stylesheets/xhtml/math.xsl +285 -0
- data/lib/stylesheets/xhtml/oldchunker.xsl +177 -0
- data/lib/stylesheets/xhtml/onechunk.xsl +37 -0
- data/lib/stylesheets/xhtml/param.xsl +438 -0
- data/lib/stylesheets/xhtml/pi.xsl +1204 -0
- data/lib/stylesheets/xhtml/profile-chunk-code.xsl +616 -0
- data/lib/stylesheets/xhtml/profile-chunk.xsl +53 -0
- data/lib/stylesheets/xhtml/profile-docbook.xsl +407 -0
- data/lib/stylesheets/xhtml/profile-onechunk.xsl +37 -0
- data/lib/stylesheets/xhtml/qandaset.xsl +421 -0
- data/lib/stylesheets/xhtml/refentry.xsl +301 -0
- data/lib/stylesheets/xhtml/sections.xsl +543 -0
- data/lib/stylesheets/xhtml/synop.xsl +1515 -0
- data/lib/stylesheets/xhtml/table.xsl +1169 -0
- data/lib/stylesheets/xhtml/task.xsl +75 -0
- data/lib/stylesheets/xhtml/titlepage.templates.xsl +3818 -0
- data/lib/stylesheets/xhtml/titlepage.xsl +1032 -0
- data/lib/stylesheets/xhtml/toc.xsl +332 -0
- data/lib/stylesheets/xhtml/verbatim.xsl +389 -0
- data/lib/stylesheets/xhtml/xref.xsl +1317 -0
- data/lib/stylesheets/xhtml-1_1/admon.xsl +135 -0
- data/lib/stylesheets/xhtml-1_1/annotations.xsl +160 -0
- data/lib/stylesheets/xhtml-1_1/autoidx-kimber.xsl +140 -0
- data/lib/stylesheets/xhtml-1_1/autoidx-kosek.xsl +110 -0
- data/lib/stylesheets/xhtml-1_1/autoidx-ng.xsl +23 -0
- data/lib/stylesheets/xhtml-1_1/autoidx.xsl +682 -0
- data/lib/stylesheets/xhtml-1_1/autotoc.xsl +665 -0
- data/lib/stylesheets/xhtml-1_1/biblio-iso690.xsl +1302 -0
- data/lib/stylesheets/xhtml-1_1/biblio.xsl +1242 -0
- data/lib/stylesheets/xhtml-1_1/block.xsl +537 -0
- data/lib/stylesheets/xhtml-1_1/callout.xsl +189 -0
- data/lib/stylesheets/xhtml-1_1/changebars.xsl +80 -0
- data/lib/stylesheets/xhtml-1_1/chunk-changebars.xsl +97 -0
- data/lib/stylesheets/xhtml-1_1/chunk-code.xsl +644 -0
- data/lib/stylesheets/xhtml-1_1/chunk-common.xsl +1562 -0
- data/lib/stylesheets/xhtml-1_1/chunk.xsl +53 -0
- data/lib/stylesheets/xhtml-1_1/chunker.xsl +303 -0
- data/lib/stylesheets/xhtml-1_1/chunkfast.xsl +70 -0
- data/lib/stylesheets/xhtml-1_1/chunktoc.xsl +527 -0
- data/lib/stylesheets/xhtml-1_1/component.xsl +397 -0
- data/lib/stylesheets/xhtml-1_1/division.xsl +219 -0
- data/lib/stylesheets/xhtml-1_1/docbook.css.xml +109 -0
- data/lib/stylesheets/xhtml-1_1/docbook.xsl +435 -0
- data/lib/stylesheets/xhtml-1_1/ebnf.xsl +329 -0
- data/lib/stylesheets/xhtml-1_1/footnote.xsl +306 -0
- data/lib/stylesheets/xhtml-1_1/formal.xsl +413 -0
- data/lib/stylesheets/xhtml-1_1/glossary.xsl +565 -0
- data/lib/stylesheets/xhtml-1_1/graphics.xsl +1437 -0
- data/lib/stylesheets/xhtml-1_1/highlight.xsl +89 -0
- data/lib/stylesheets/xhtml-1_1/html-rtf.xsl +321 -0
- data/lib/stylesheets/xhtml-1_1/html.xsl +600 -0
- data/lib/stylesheets/xhtml-1_1/htmltbl.xsl +104 -0
- data/lib/stylesheets/xhtml-1_1/index.xsl +266 -0
- data/lib/stylesheets/xhtml-1_1/info.xsl +46 -0
- data/lib/stylesheets/xhtml-1_1/inline.xsl +1452 -0
- data/lib/stylesheets/xhtml-1_1/keywords.xsl +38 -0
- data/lib/stylesheets/xhtml-1_1/lists.xsl +1090 -0
- data/lib/stylesheets/xhtml-1_1/maketoc.xsl +92 -0
- data/lib/stylesheets/xhtml-1_1/manifest.xsl +23 -0
- data/lib/stylesheets/xhtml-1_1/math.xsl +285 -0
- data/lib/stylesheets/xhtml-1_1/oldchunker.xsl +177 -0
- data/lib/stylesheets/xhtml-1_1/onechunk.xsl +37 -0
- data/lib/stylesheets/xhtml-1_1/param.xsl +438 -0
- data/lib/stylesheets/xhtml-1_1/pi.xsl +1204 -0
- data/lib/stylesheets/xhtml-1_1/profile-chunk-code.xsl +616 -0
- data/lib/stylesheets/xhtml-1_1/profile-chunk.xsl +53 -0
- data/lib/stylesheets/xhtml-1_1/profile-docbook.xsl +407 -0
- data/lib/stylesheets/xhtml-1_1/profile-onechunk.xsl +37 -0
- data/lib/stylesheets/xhtml-1_1/qandaset.xsl +421 -0
- data/lib/stylesheets/xhtml-1_1/refentry.xsl +301 -0
- data/lib/stylesheets/xhtml-1_1/sections.xsl +543 -0
- data/lib/stylesheets/xhtml-1_1/synop.xsl +1515 -0
- data/lib/stylesheets/xhtml-1_1/table.xsl +1169 -0
- data/lib/stylesheets/xhtml-1_1/task.xsl +75 -0
- data/lib/stylesheets/xhtml-1_1/titlepage.templates.xsl +3818 -0
- data/lib/stylesheets/xhtml-1_1/titlepage.xsl +1032 -0
- data/lib/stylesheets/xhtml-1_1/toc.xsl +332 -0
- data/lib/stylesheets/xhtml-1_1/verbatim.xsl +389 -0
- data/lib/stylesheets/xhtml-1_1/xref.xsl +1317 -0
- metadata +1654 -0
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:exsl="http://exslt.org/common" xmlns:ng="http://docbook.org/docbook-ng" xmlns:db="http://docbook.org/ns/docbook"><head>
|
|
4
|
+
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
|
5
|
+
<title>Generating webhelp output</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1" /><meta name="description" content="Installation instructions" /><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML" /><link rel="up" href="ch02.html" title="Chapter 2. Using the package" /><link rel="prev" href="ch02.html" title="Chapter 2. Using the package" /><link rel="next" href="ch02s02.html" title="Using and customizing the output" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><script type="text/javascript">
|
|
6
|
+
//The id for tree cookie
|
|
7
|
+
var treeCookieId = "treeview-897";
|
|
8
|
+
var language = "en";
|
|
9
|
+
var w = new Object();
|
|
10
|
+
//Localization
|
|
11
|
+
txt_filesfound = 'Results';
|
|
12
|
+
txt_enter_at_least_1_char = "You must enter at least one character.";
|
|
13
|
+
txt_browser_not_supported = "Your browser is not supported. Use of Mozilla Firefox is recommended.";
|
|
14
|
+
txt_please_wait = "Please wait. Search in progress...";
|
|
15
|
+
txt_results_for = "Results for: ";
|
|
16
|
+
</script><style type="text/css">
|
|
17
|
+
input {
|
|
18
|
+
margin-bottom: 5px;
|
|
19
|
+
margin-top: 2px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.folder {
|
|
23
|
+
display: block;
|
|
24
|
+
height: 22px;
|
|
25
|
+
padding-left: 20px;
|
|
26
|
+
background: transparent url(../common/jquery/treeview/images/folder.gif) 0 0px no-repeat;
|
|
27
|
+
}
|
|
28
|
+
</style><link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /><link rel="stylesheet" type="text/css" href="../common/css/positioning.css" /><link rel="stylesheet" type="text/css" href="../common/jquery/theme-redmond/jquery-ui-1.8.2.custom.css" /><link rel="stylesheet" type="text/css" href="../common/jquery/treeview/jquery.treeview.css" /><script type="text/javascript" src="../common/jquery/jquery-1.4.2.min.js"></script><script type="text/javascript" src="../common/jquery/jquery-ui-1.8.2.custom.min.js"></script><script type="text/javascript" src="../common/jquery/jquery.cookie.js"></script><script type="text/javascript" src="../common/jquery/treeview/jquery.treeview.min.js"></script><script type="text/javascript" src="search/htmlFileList.js"></script><script type="text/javascript" src="search/htmlFileInfoList.js"></script><script type="text/javascript" src="search/nwSearchFnt.js"></script><script type="text/javascript" src="search/stemmers/en_stemmer.js"><!--//make this scalable to other languages as well.--></script><script type="text/javascript" src="search/index-1.js"></script><script type="text/javascript" src="search/index-2.js"></script><script type="text/javascript" src="search/index-3.js"></script></head><body><div id="header"><img style="margin-right: 2px; height: 59px; padding-right: 25px; padding-top: 8px" align="right" src="../common/images/logo.png" alt="Company Logo" /><h1 align="center">Generating webhelp output<br />Chapter 2. Using the package</h1><div id="navheader" align="right"><table><tr><td style="height: 28px; width: 16px;"><a id="showHideButton" onclick="showHideToc();" class="pointLeft" title="Hide TOC tree">.
|
|
29
|
+
</a></td><td><img src="../common/images/highlight-blue.gif" alt="H" height="25px" onclick="toggleHighlight()" id="showHideHighlight" style="cursor:pointer" title="Toggle search result highlighting" /></td><td><a accesskey="p" href="ch02.html">Prev</a>
|
|
30
|
+
|
|
|
31
|
+
<a accesskey="u" href="ch02.html">Up</a>
|
|
32
|
+
|
|
|
33
|
+
<a accesskey="n" href="ch02s02.html">Next</a></td></tr></table></div></div><div id="content"><div class="section" title="Generating webhelp output"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id36123640"></a>Generating webhelp output</h2></div><div><div class="abstract" title="Abstract"><p class="title"><strong>Abstract</strong></p><p>Installation instructions</p></div></div></div></div><div class="procedure" title="Procedure 2.1. To install the package on Windows"><a id="id36123655"></a><p class="title"><strong>Procedure 2.1. To install the package on Windows</strong></p><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>The examples in this procedure assume a Windows installation,
|
|
34
|
+
but the process is the same in other environments,
|
|
35
|
+
<span class="foreignphrase"><em class="foreignphrase">mutatis mutandis</em></span>.</p></div><ol class="procedure" type="1"><li class="step" title="Step 1"><p>If necessary, install <a class="ulink" href="http://www.java.com/en/download/manual.jsp" target="_top">Java 1.6</a> or
|
|
36
|
+
higher.</p><ol type="a" class="substeps"><li class="step" title="Step 1.a"><p>Confirm that Java is installed and in your
|
|
37
|
+
<code class="envar">PATH</code> by typing the following at a command prompt:
|
|
38
|
+
</p><pre class="programlisting">java -version</pre><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>To build the indexer, you must have the JDK.</p></div></li></ol></li><li class="step" title="Step 2"><p>If necessary, install <a class="ulink" href="http://ant.apache.org/bindownload.cgi" target="_top">Apache Ant</a> 1.6.5
|
|
39
|
+
or higher.</p><ol type="a" class="substeps"><li class="step" title="Step 2.a"><p>Unzip the Ant binary distribution to a convenient location
|
|
40
|
+
on your system. For example: <code class="filename">c:\Program
|
|
41
|
+
Files</code>.</p></li><li class="step" title="Step 2.b"><p>Set the environment variable <code class="envar">ANT_HOME</code> to
|
|
42
|
+
the top-level Ant directory. For example: <code class="filename">c:\Program
|
|
43
|
+
Files\apache-ant-1.7.1</code>. </p><div class="tip" title="Tip" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Tip</h3><p>See <a class="ulink" href="http://support.microsoft.com/kb/310519" target="_top">How To Manage
|
|
44
|
+
Environment Variables in Windows XP</a> for information
|
|
45
|
+
on setting environment variables.</p></div></li><li class="step" title="Step 2.c"><p>Add the Ant <code class="filename">bin</code> directory to your
|
|
46
|
+
<code class="envar">PATH</code>. For example: <code class="filename">c:\Program
|
|
47
|
+
Files\apache-ant-1.7.1\bin</code></p></li><li class="step" title="Step 2.d"><p>Confirm that Ant is installed by typing the following at a
|
|
48
|
+
command prompt: </p><pre class="programlisting">ant -version</pre><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>If you see a message about the file
|
|
49
|
+
<code class="filename">tools.jar</code> being missing, you can safely
|
|
50
|
+
ignore it.</p></div></li></ol></li><li class="step" title="Step 3"><p>Download <a class="ulink" href="http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip" target="_top">Saxon
|
|
51
|
+
6.5.x</a> and unzip the distribution to a convenient location on your file system.
|
|
52
|
+
You will use the path to <code class="filename">saxon.jar</code> in <a class="xref" href="ch02s01.html#edit-build-properties" title="Step 4">Step 4</a> below.</p><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>The <code class="filename">build.xml</code> has only been tested with Saxon 6.5, though
|
|
53
|
+
it could be adapted to work with other XSLT processors. However, when you generate
|
|
54
|
+
output, the Saxon jar must <span class="bold"><strong>not</strong></span> be in your
|
|
55
|
+
<code class="envar">CLASSPATH</code>.</p></div></li><li class="step" title="Step 4"><a id="edit-build-properties"></a><p>In a text editor, edit the
|
|
56
|
+
<code class="filename">build.properties</code> file in the webhelp directory
|
|
57
|
+
and make the changes indicated by the comments:</p><pre class="programlisting"># The path (relative to the build.xml file) to your input document.
|
|
58
|
+
# To use your own input document, create a build.xml file of your own
|
|
59
|
+
# and import this build.xml.
|
|
60
|
+
input-xml=docsrc/readme.xml
|
|
61
|
+
|
|
62
|
+
# The directory in which to put the output files.
|
|
63
|
+
# This directory is created if it does not exist.
|
|
64
|
+
output-dir=docs
|
|
65
|
+
|
|
66
|
+
# If you are using a customization layer that imports webhelp.xsl, use
|
|
67
|
+
# this property to point to it.
|
|
68
|
+
stylesheet-path=${ant.file.dir}/xsl/webhelp.xsl
|
|
69
|
+
|
|
70
|
+
# If your document has image directories that need to be copied
|
|
71
|
+
# to the output directory, you can list patterns here.
|
|
72
|
+
# See the Ant documentation for fileset for documentation
|
|
73
|
+
# on patterns.
|
|
74
|
+
#input-images-dirs=images/**,figures/**,graphics/**
|
|
75
|
+
|
|
76
|
+
# By default, the ant script assumes your images are stored
|
|
77
|
+
# in the same directory as the input-xml. If you store your
|
|
78
|
+
# image directories in another directory, specify it here.
|
|
79
|
+
# and uncomment this line.
|
|
80
|
+
#input-images-basedir=/path/to/image/location
|
|
81
|
+
|
|
82
|
+
# Modify this so that it points to your copy of the Saxon 6.5 jar.
|
|
83
|
+
xslt-processor-classpath=/usr/share/java/saxon-6.5.5.jar
|
|
84
|
+
|
|
85
|
+
# For non-ns version only, this validates the document
|
|
86
|
+
# against a dtd.
|
|
87
|
+
validate-against-dtd=true
|
|
88
|
+
|
|
89
|
+
# Set this to false if you don't need a search tab.
|
|
90
|
+
webhelp.include.search.tab=true
|
|
91
|
+
|
|
92
|
+
# indexer-language is used to tell the search indexer which language
|
|
93
|
+
# the docbook is written. This will be used to identify the correct
|
|
94
|
+
# stemmer, and punctuations that differs from language to language.
|
|
95
|
+
# see the documentation for details. en=English, fr=French, de=German,
|
|
96
|
+
# zh=Chinese, ja=Japanese etc.
|
|
97
|
+
webhelp.indexer.language=en</pre></li><li class="step" title="Step 5"><p>Test the package by running the command <code class="code">ant webhelp
|
|
98
|
+
-Doutput-dir=test-ouput</code> at the command line in the webhelp directory. It should
|
|
99
|
+
generate a copy of this documentation in the <code class="filename">doc</code>
|
|
100
|
+
directory. Type <code class="code">start test-output\index.html</code> to open the output in a
|
|
101
|
+
browser. Once you have confirmed that the process worked, you can delete the <code class="filename">test-output</code> directory. </p><div class="important" title="Important" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Important</h3><p>The Saxon 6.5 jar should <span class="emphasis"><em>not</em></span> be in your
|
|
102
|
+
<code class="envar">CLASSPATH</code> when you generate the webhelp output. If you have any
|
|
103
|
+
problems, try running ant with an empty <code class="envar">CLASSPATH</code>.</p></div></li><li class="step" title="Step 6"><p>To process your own document, simply refer to this package
|
|
104
|
+
from another <code class="filename">build.xml</code> in arbitrary location on
|
|
105
|
+
your system:</p><ol type="a" class="substeps"><li class="step" title="Step 6.a"><p>Create a new <code class="filename">build.xml</code> file that
|
|
106
|
+
defines the name of your source file, the desired output
|
|
107
|
+
directory, and imports the <code class="filename">build.xml</code> from
|
|
108
|
+
this package. For example: </p><pre class="programlisting"><project>
|
|
109
|
+
<property name="input-xml" value="<em class="replaceable"><code>path-to/yourfile.xml</code></em>"/>
|
|
110
|
+
<property name="input-images-dirs" value="<em class="replaceable"><code>images/** figures/** graphics/**</code></em>"/>
|
|
111
|
+
<property name="output-dir" value="<em class="replaceable"><code>path-to/desired-output-dir</code></em>"/>
|
|
112
|
+
<import file="<em class="replaceable"><code>path-to/docbook-webhelp/</code></em>build.xml"/>
|
|
113
|
+
</project></pre></li><li class="step" title="Step 6.b"><p>From the directory containing your newly created
|
|
114
|
+
<code class="filename">build.xml</code> file, type <code class="code">ant
|
|
115
|
+
webhelp</code> to build your document.</p><div class="important" title="Important" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Important</h3><p>The Saxon 6.5 jar should <span class="emphasis"><em>not</em></span> be in your
|
|
116
|
+
<code class="envar">CLASSPATH</code> when you generate the webhelp output. If you have any
|
|
117
|
+
problems, try running ant with an empty <code class="envar">CLASSPATH</code>.</p></div></li></ol></li></ol></div></div><script type="text/javascript" src="../common/main.js"></script><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div><div id="leftnavigation" style="padding-top:3px; background-color:white;"><div id="tabs"><ul><li><a href="#treeDiv"><em>Contents</em></a></li><li><a href="#searchDiv"><em>Search</em></a></li></ul><div id="treeDiv"><img src="../common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;" /><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li><span class="file"><a href="ch01.html">Introduction</a></span></li><li><span class="file"><a href="ch02.html">Using the package</a></span><ul><li id="webhelp-currentid"><span class="file"><a href="ch02s01.html">Generating webhelp output</a></span></li><li><span class="file"><a href="ch02s02.html">Using and customizing the output</a></span><ul><li><span class="file"><a href="ch02s02.html#id36124136">Recommended Apache configurations</a></span></li></ul></li><li><span class="file"><a href="ch02s03.html">Building the indexer</a></span></li><li><span class="file"><a href="ch02s04.html">Adding support for other (non-CJKV) languages</a></span></li></ul></li><li><span class="file"><a href="ch03.html">Developer Docs</a></span><ul><li><span class="file"><a href="ch03s01.html">Design</a></span></li><li><span class="file"><a href="ch03s02.html">Search</a></span><ul><li><span class="file"><a href="ch03s02.html#id36124646">New Stemmers</a></span></li></ul></li></ul></li></ul></div></div><div id="searchDiv"><div id="search"><form onsubmit="Verifie(ditaSearch_Form);return false" name="ditaSearch_Form" class="searchForm" id="ditaSearch_Form"><fieldset class="searchFieldSet"><legend>Search</legend><center><input id="textToSearch" name="textToSearch" type="text" class="searchText" /> <input onclick="Verifie(ditaSearch_Form)" type="button" class="searchButton" value="Go" id="doSearch" /></center></fieldset></form></div><div id="searchResults"><center></center></div></div></div></div></div></body></html>
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:exsl="http://exslt.org/common" xmlns:ng="http://docbook.org/docbook-ng" xmlns:db="http://docbook.org/ns/docbook"><head>
|
|
4
|
+
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
|
5
|
+
<title>Using and customizing the output</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1" /><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML" /><link rel="up" href="ch02.html" title="Chapter 2. Using the package" /><link rel="prev" href="ch02s01.html" title="Generating webhelp output" /><link rel="next" href="ch02s03.html" title="Building the indexer" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><script type="text/javascript">
|
|
6
|
+
//The id for tree cookie
|
|
7
|
+
var treeCookieId = "treeview-897";
|
|
8
|
+
var language = "en";
|
|
9
|
+
var w = new Object();
|
|
10
|
+
//Localization
|
|
11
|
+
txt_filesfound = 'Results';
|
|
12
|
+
txt_enter_at_least_1_char = "You must enter at least one character.";
|
|
13
|
+
txt_browser_not_supported = "Your browser is not supported. Use of Mozilla Firefox is recommended.";
|
|
14
|
+
txt_please_wait = "Please wait. Search in progress...";
|
|
15
|
+
txt_results_for = "Results for: ";
|
|
16
|
+
</script><style type="text/css">
|
|
17
|
+
input {
|
|
18
|
+
margin-bottom: 5px;
|
|
19
|
+
margin-top: 2px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.folder {
|
|
23
|
+
display: block;
|
|
24
|
+
height: 22px;
|
|
25
|
+
padding-left: 20px;
|
|
26
|
+
background: transparent url(../common/jquery/treeview/images/folder.gif) 0 0px no-repeat;
|
|
27
|
+
}
|
|
28
|
+
</style><link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /><link rel="stylesheet" type="text/css" href="../common/css/positioning.css" /><link rel="stylesheet" type="text/css" href="../common/jquery/theme-redmond/jquery-ui-1.8.2.custom.css" /><link rel="stylesheet" type="text/css" href="../common/jquery/treeview/jquery.treeview.css" /><script type="text/javascript" src="../common/jquery/jquery-1.4.2.min.js"></script><script type="text/javascript" src="../common/jquery/jquery-ui-1.8.2.custom.min.js"></script><script type="text/javascript" src="../common/jquery/jquery.cookie.js"></script><script type="text/javascript" src="../common/jquery/treeview/jquery.treeview.min.js"></script><script type="text/javascript" src="search/htmlFileList.js"></script><script type="text/javascript" src="search/htmlFileInfoList.js"></script><script type="text/javascript" src="search/nwSearchFnt.js"></script><script type="text/javascript" src="search/stemmers/en_stemmer.js"><!--//make this scalable to other languages as well.--></script><script type="text/javascript" src="search/index-1.js"></script><script type="text/javascript" src="search/index-2.js"></script><script type="text/javascript" src="search/index-3.js"></script></head><body><div id="header"><img style="margin-right: 2px; height: 59px; padding-right: 25px; padding-top: 8px" align="right" src="../common/images/logo.png" alt="Company Logo" /><h1 align="center">Using and customizing the output<br />Chapter 2. Using the package</h1><div id="navheader" align="right"><table><tr><td style="height: 28px; width: 16px;"><a id="showHideButton" onclick="showHideToc();" class="pointLeft" title="Hide TOC tree">.
|
|
29
|
+
</a></td><td><img src="../common/images/highlight-blue.gif" alt="H" height="25px" onclick="toggleHighlight()" id="showHideHighlight" style="cursor:pointer" title="Toggle search result highlighting" /></td><td><a accesskey="p" href="ch02s01.html">Prev</a>
|
|
30
|
+
|
|
|
31
|
+
<a accesskey="u" href="ch02.html">Up</a>
|
|
32
|
+
|
|
|
33
|
+
<a accesskey="n" href="ch02s03.html">Next</a></td></tr></table></div></div><div id="content"><div class="section" title="Using and customizing the output"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id36124011"></a>Using and customizing the output</h2></div></div></div><p>To deep link to a topic inside the help set, simply link directly
|
|
34
|
+
to the page. This help system uses no frameset, so nothing further is
|
|
35
|
+
necessary. </p><div class="tip" title="Tip" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Tip</h3><p>See <a class="ulink" href="http://www.sagehill.net/docbookxsl/Chunking.html" target="_top">Chunking into
|
|
36
|
+
multiple HTML files</a> in Bob Stayton's <a class="ulink" href="http://www.sagehill.net/docbookxsl/index.html" target="_top">DocBook XSL: The
|
|
37
|
+
Complete Guide</a> for information on controlling output file
|
|
38
|
+
names and which files are chunked in DocBook.</p></div><p>When you perform a search, the results can include brief
|
|
39
|
+
summaries. These are populated in one of two ways:</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>By adding <code class="sgmltag-element">role="summary"</code> to a
|
|
40
|
+
<code class="sgmltag-element">para</code> or <code class="sgmltag-element">phrase</code> in the
|
|
41
|
+
<code class="sgmltag-element">chapter</code> or <code class="sgmltag-element">section</code>.</p></li><li class="listitem"><p>By adding an <code class="sgmltag-element">abstract</code> to the
|
|
42
|
+
<code class="sgmltag-element">chapterinfo</code> or <code class="sgmltag-element">sectioninfo</code>
|
|
43
|
+
element.</p></li></ul></div><p>To customize the look and feel of the help, study the following
|
|
44
|
+
css files:</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p><code class="filename">docs/common/css/positioning.css</code>: This
|
|
45
|
+
handles the Positioning of DIVs in appropriate positions. For
|
|
46
|
+
example, it causes the <code class="code">leftnavigation</code> div to appear
|
|
47
|
+
on the left, the header on top, and so on. Use this if you need to
|
|
48
|
+
change the relative positions or need to change the width/height
|
|
49
|
+
etc.</p></li><li class="listitem"><p><code class="filename">docs/common/jquery/theme-redmond/jquery-ui-1.8.2.custom.css</code>:
|
|
50
|
+
This is the theming part which adds colors and stuff. This is a
|
|
51
|
+
default theme comes with <a class="ulink" href="http://jqueryui.com/download" target="_top">jqueryui</a> unchanged. You
|
|
52
|
+
can get any theme based your interest from this. (Themes are on
|
|
53
|
+
right navigation bar.) Then replace the css theme folder
|
|
54
|
+
(theme-redmond) with it, and change the xsl to point to the new
|
|
55
|
+
css.</p></li><li class="listitem"><p><code class="filename">docs/common/jquery/treeview/jquery.treeview.css</code>:
|
|
56
|
+
This styles the toc Tree. Generally, you don't have to edit this
|
|
57
|
+
file.</p></li></ul></div><div class="section" title="Recommended Apache configurations"><div class="titlepage"><div><div><h3 class="title"><a id="id36124136"></a>Recommended Apache configurations</h3></div></div></div><p>If you are serving a long document from an Apache web server, we
|
|
58
|
+
recommend you make the following additions or changes to your
|
|
59
|
+
<code class="filename">httpd.conf</code> or <code class="filename">.htaccess</code>
|
|
60
|
+
file. <em><span class="remark">TODO: Explain what each thing
|
|
61
|
+
does.</span></em></p><pre class="programlisting">AddDefaultCharSet UTF-8 # <a id="AddDefaultCharSet"></a><img src="images/callouts/1.png" alt="1" border="0" />
|
|
62
|
+
|
|
63
|
+
# 480 weeks
|
|
64
|
+
<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$"> # <a id="CachingSettings"></a><img src="images/callouts/2.png" alt="2" border="0" />
|
|
65
|
+
Header set Cache-Control "max-age=290304000, public"
|
|
66
|
+
</FilesMatch>
|
|
67
|
+
|
|
68
|
+
# 2 DAYS
|
|
69
|
+
<FilesMatch "\.(xml|txt)$">
|
|
70
|
+
Header set Cache-Control "max-age=172800, public, must-revalidate"
|
|
71
|
+
</FilesMatch>
|
|
72
|
+
|
|
73
|
+
# 2 HOURS
|
|
74
|
+
<FilesMatch "\.(html|htm)$">
|
|
75
|
+
Header set Cache-Control "max-age=7200, must-revalidate"
|
|
76
|
+
</FilesMatch>
|
|
77
|
+
|
|
78
|
+
# compress text, html, javascript, css, xml:
|
|
79
|
+
AddOutputFilterByType DEFLATE text/plain # <a id="CompressSetting"></a><img src="images/callouts/3.png" alt="3" border="0" />
|
|
80
|
+
AddOutputFilterByType DEFLATE text/html
|
|
81
|
+
AddOutputFilterByType DEFLATE text/xml
|
|
82
|
+
AddOutputFilterByType DEFLATE text/css
|
|
83
|
+
AddOutputFilterByType DEFLATE application/xml
|
|
84
|
+
AddOutputFilterByType DEFLATE application/xhtml+xml
|
|
85
|
+
AddOutputFilterByType DEFLATE application/rss+xml
|
|
86
|
+
AddOutputFilterByType DEFLATE application/javascript
|
|
87
|
+
AddOutputFilterByType DEFLATE application/x-javascript
|
|
88
|
+
|
|
89
|
+
# Or, compress certain file types by extension:
|
|
90
|
+
<Files *.html>
|
|
91
|
+
SetOutputFilter DEFLATE
|
|
92
|
+
</Files>
|
|
93
|
+
</pre><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><p><a href="#AddDefaultCharSet"><img src="images/callouts/1.png" alt="1" border="0" /></a> </p></td><td valign="top" align="left"><p>See <a class="ulink" href="http://www.sagehill.net/docbookxsl/SpecialChars.html" target="_top">Odd
|
|
94
|
+
characters in HTML output</a> in Bob Stayton's book
|
|
95
|
+
<em class="citetitle">DocBook XSL: The Complete Guide</em> for more
|
|
96
|
+
information about this setting.</p></td></tr><tr><td width="5%" valign="top" align="left"><p><a href="#CachingSettings"><img src="images/callouts/2.png" alt="2" border="0" /></a> </p></td><td valign="top" align="left"><p>These lines and those that follow cause the browser to
|
|
97
|
+
cache various resources such as bitmaps and JavaScript files.
|
|
98
|
+
Note that caching JavaScript files could cause your users to
|
|
99
|
+
have stale search indexes if you update your document since the
|
|
100
|
+
search index is stored in JavaScript files.</p></td></tr><tr><td width="5%" valign="top" align="left"><p><a href="#CompressSetting"><img src="images/callouts/3.png" alt="3" border="0" /></a> </p></td><td valign="top" align="left"><p>These lines cause the the server to compress html, css,
|
|
101
|
+
and JavaScript files and the brower to uncompress them to
|
|
102
|
+
improve download performance.</p></td></tr></table></div></div></div><script type="text/javascript" src="../common/main.js"></script><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s01.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div><div id="leftnavigation" style="padding-top:3px; background-color:white;"><div id="tabs"><ul><li><a href="#treeDiv"><em>Contents</em></a></li><li><a href="#searchDiv"><em>Search</em></a></li></ul><div id="treeDiv"><img src="../common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;" /><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li><span class="file"><a href="ch01.html">Introduction</a></span></li><li><span class="file"><a href="ch02.html">Using the package</a></span><ul><li><span class="file"><a href="ch02s01.html">Generating webhelp output</a></span></li><li id="webhelp-currentid"><span class="file"><a href="ch02s02.html">Using and customizing the output</a></span><ul><li><span class="file"><a href="ch02s02.html#id36124136">Recommended Apache configurations</a></span></li></ul></li><li><span class="file"><a href="ch02s03.html">Building the indexer</a></span></li><li><span class="file"><a href="ch02s04.html">Adding support for other (non-CJKV) languages</a></span></li></ul></li><li><span class="file"><a href="ch03.html">Developer Docs</a></span><ul><li><span class="file"><a href="ch03s01.html">Design</a></span></li><li><span class="file"><a href="ch03s02.html">Search</a></span><ul><li><span class="file"><a href="ch03s02.html#id36124646">New Stemmers</a></span></li></ul></li></ul></li></ul></div></div><div id="searchDiv"><div id="search"><form onsubmit="Verifie(ditaSearch_Form);return false" name="ditaSearch_Form" class="searchForm" id="ditaSearch_Form"><fieldset class="searchFieldSet"><legend>Search</legend><center><input id="textToSearch" name="textToSearch" type="text" class="searchText" /> <input onclick="Verifie(ditaSearch_Form)" type="button" class="searchButton" value="Go" id="doSearch" /></center></fieldset></form></div><div id="searchResults"><center></center></div></div></div></div></div></body></html>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:exsl="http://exslt.org/common" xmlns:ng="http://docbook.org/docbook-ng" xmlns:db="http://docbook.org/ns/docbook"><head>
|
|
4
|
+
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
|
5
|
+
<title>Building the indexer</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1" /><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML" /><link rel="up" href="ch02.html" title="Chapter 2. Using the package" /><link rel="prev" href="ch02s02.html" title="Using and customizing the output" /><link rel="next" href="ch02s04.html" title="Adding support for other (non-CJKV) languages" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><script type="text/javascript">
|
|
6
|
+
//The id for tree cookie
|
|
7
|
+
var treeCookieId = "treeview-897";
|
|
8
|
+
var language = "en";
|
|
9
|
+
var w = new Object();
|
|
10
|
+
//Localization
|
|
11
|
+
txt_filesfound = 'Results';
|
|
12
|
+
txt_enter_at_least_1_char = "You must enter at least one character.";
|
|
13
|
+
txt_browser_not_supported = "Your browser is not supported. Use of Mozilla Firefox is recommended.";
|
|
14
|
+
txt_please_wait = "Please wait. Search in progress...";
|
|
15
|
+
txt_results_for = "Results for: ";
|
|
16
|
+
</script><style type="text/css">
|
|
17
|
+
input {
|
|
18
|
+
margin-bottom: 5px;
|
|
19
|
+
margin-top: 2px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.folder {
|
|
23
|
+
display: block;
|
|
24
|
+
height: 22px;
|
|
25
|
+
padding-left: 20px;
|
|
26
|
+
background: transparent url(../common/jquery/treeview/images/folder.gif) 0 0px no-repeat;
|
|
27
|
+
}
|
|
28
|
+
</style><link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /><link rel="stylesheet" type="text/css" href="../common/css/positioning.css" /><link rel="stylesheet" type="text/css" href="../common/jquery/theme-redmond/jquery-ui-1.8.2.custom.css" /><link rel="stylesheet" type="text/css" href="../common/jquery/treeview/jquery.treeview.css" /><script type="text/javascript" src="../common/jquery/jquery-1.4.2.min.js"></script><script type="text/javascript" src="../common/jquery/jquery-ui-1.8.2.custom.min.js"></script><script type="text/javascript" src="../common/jquery/jquery.cookie.js"></script><script type="text/javascript" src="../common/jquery/treeview/jquery.treeview.min.js"></script><script type="text/javascript" src="search/htmlFileList.js"></script><script type="text/javascript" src="search/htmlFileInfoList.js"></script><script type="text/javascript" src="search/nwSearchFnt.js"></script><script type="text/javascript" src="search/stemmers/en_stemmer.js"><!--//make this scalable to other languages as well.--></script><script type="text/javascript" src="search/index-1.js"></script><script type="text/javascript" src="search/index-2.js"></script><script type="text/javascript" src="search/index-3.js"></script></head><body><div id="header"><img style="margin-right: 2px; height: 59px; padding-right: 25px; padding-top: 8px" align="right" src="../common/images/logo.png" alt="Company Logo" /><h1 align="center">Building the indexer<br />Chapter 2. Using the package</h1><div id="navheader" align="right"><table><tr><td style="height: 28px; width: 16px;"><a id="showHideButton" onclick="showHideToc();" class="pointLeft" title="Hide TOC tree">.
|
|
29
|
+
</a></td><td><img src="../common/images/highlight-blue.gif" alt="H" height="25px" onclick="toggleHighlight()" id="showHideHighlight" style="cursor:pointer" title="Toggle search result highlighting" /></td><td><a accesskey="p" href="ch02s02.html">Prev</a>
|
|
30
|
+
|
|
|
31
|
+
<a accesskey="u" href="ch02.html">Up</a>
|
|
32
|
+
|
|
|
33
|
+
<a accesskey="n" href="ch02s04.html">Next</a></td></tr></table></div></div><div id="content"><div class="section" title="Building the indexer"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id36124227"></a>Building the indexer</h2></div></div></div><p class="summary">To build the indexer, you must have installed the
|
|
34
|
+
JDK version 1.5 or higher and set the <code class="envar">ANT_HOME</code>
|
|
35
|
+
environment variable. Run <code class="code">ant build-indexer</code> to recompile
|
|
36
|
+
<code class="filename">nw-cms.jar</code></p><a id="id36124248" class="indexterm"></a><a id="id36124257" class="indexterm"></a></div><script type="text/javascript" src="../common/main.js"></script><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div><div id="leftnavigation" style="padding-top:3px; background-color:white;"><div id="tabs"><ul><li><a href="#treeDiv"><em>Contents</em></a></li><li><a href="#searchDiv"><em>Search</em></a></li></ul><div id="treeDiv"><img src="../common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;" /><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li><span class="file"><a href="ch01.html">Introduction</a></span></li><li><span class="file"><a href="ch02.html">Using the package</a></span><ul><li><span class="file"><a href="ch02s01.html">Generating webhelp output</a></span></li><li><span class="file"><a href="ch02s02.html">Using and customizing the output</a></span><ul><li><span class="file"><a href="ch02s02.html#id36124136">Recommended Apache configurations</a></span></li></ul></li><li id="webhelp-currentid"><span class="file"><a href="ch02s03.html">Building the indexer</a></span></li><li><span class="file"><a href="ch02s04.html">Adding support for other (non-CJKV) languages</a></span></li></ul></li><li><span class="file"><a href="ch03.html">Developer Docs</a></span><ul><li><span class="file"><a href="ch03s01.html">Design</a></span></li><li><span class="file"><a href="ch03s02.html">Search</a></span><ul><li><span class="file"><a href="ch03s02.html#id36124646">New Stemmers</a></span></li></ul></li></ul></li></ul></div></div><div id="searchDiv"><div id="search"><form onsubmit="Verifie(ditaSearch_Form);return false" name="ditaSearch_Form" class="searchForm" id="ditaSearch_Form"><fieldset class="searchFieldSet"><legend>Search</legend><center><input id="textToSearch" name="textToSearch" type="text" class="searchText" /> <input onclick="Verifie(ditaSearch_Form)" type="button" class="searchButton" value="Go" id="doSearch" /></center></fieldset></form></div><div id="searchResults"><center></center></div></div></div></div></div></body></html>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:exsl="http://exslt.org/common" xmlns:ng="http://docbook.org/docbook-ng" xmlns:db="http://docbook.org/ns/docbook"><head>
|
|
4
|
+
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
|
5
|
+
<title>Adding support for other (non-CJKV) languages</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1" /><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML" /><link rel="up" href="ch02.html" title="Chapter 2. Using the package" /><link rel="prev" href="ch02s03.html" title="Building the indexer" /><link rel="next" href="ch03.html" title="Chapter 3. Developer Docs" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><script type="text/javascript">
|
|
6
|
+
//The id for tree cookie
|
|
7
|
+
var treeCookieId = "treeview-897";
|
|
8
|
+
var language = "en";
|
|
9
|
+
var w = new Object();
|
|
10
|
+
//Localization
|
|
11
|
+
txt_filesfound = 'Results';
|
|
12
|
+
txt_enter_at_least_1_char = "You must enter at least one character.";
|
|
13
|
+
txt_browser_not_supported = "Your browser is not supported. Use of Mozilla Firefox is recommended.";
|
|
14
|
+
txt_please_wait = "Please wait. Search in progress...";
|
|
15
|
+
txt_results_for = "Results for: ";
|
|
16
|
+
</script><style type="text/css">
|
|
17
|
+
input {
|
|
18
|
+
margin-bottom: 5px;
|
|
19
|
+
margin-top: 2px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.folder {
|
|
23
|
+
display: block;
|
|
24
|
+
height: 22px;
|
|
25
|
+
padding-left: 20px;
|
|
26
|
+
background: transparent url(../common/jquery/treeview/images/folder.gif) 0 0px no-repeat;
|
|
27
|
+
}
|
|
28
|
+
</style><link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /><link rel="stylesheet" type="text/css" href="../common/css/positioning.css" /><link rel="stylesheet" type="text/css" href="../common/jquery/theme-redmond/jquery-ui-1.8.2.custom.css" /><link rel="stylesheet" type="text/css" href="../common/jquery/treeview/jquery.treeview.css" /><script type="text/javascript" src="../common/jquery/jquery-1.4.2.min.js"></script><script type="text/javascript" src="../common/jquery/jquery-ui-1.8.2.custom.min.js"></script><script type="text/javascript" src="../common/jquery/jquery.cookie.js"></script><script type="text/javascript" src="../common/jquery/treeview/jquery.treeview.min.js"></script><script type="text/javascript" src="search/htmlFileList.js"></script><script type="text/javascript" src="search/htmlFileInfoList.js"></script><script type="text/javascript" src="search/nwSearchFnt.js"></script><script type="text/javascript" src="search/stemmers/en_stemmer.js"><!--//make this scalable to other languages as well.--></script><script type="text/javascript" src="search/index-1.js"></script><script type="text/javascript" src="search/index-2.js"></script><script type="text/javascript" src="search/index-3.js"></script></head><body><div id="header"><img style="margin-right: 2px; height: 59px; padding-right: 25px; padding-top: 8px" align="right" src="../common/images/logo.png" alt="Company Logo" /><h1 align="center">Adding support for other (non-CJKV) languages<br />Chapter 2. Using the package</h1><div id="navheader" align="right"><table><tr><td style="height: 28px; width: 16px;"><a id="showHideButton" onclick="showHideToc();" class="pointLeft" title="Hide TOC tree">.
|
|
29
|
+
</a></td><td><img src="../common/images/highlight-blue.gif" alt="H" height="25px" onclick="toggleHighlight()" id="showHideHighlight" style="cursor:pointer" title="Toggle search result highlighting" /></td><td><a accesskey="p" href="ch02s03.html">Prev</a>
|
|
30
|
+
|
|
|
31
|
+
<a accesskey="u" href="ch02.html">Up</a>
|
|
32
|
+
|
|
|
33
|
+
<a accesskey="n" href="ch03.html">Next</a></td></tr></table></div></div><div id="content"><div class="section" title="Adding support for other (non-CJKV) languages"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id36124269"></a>Adding support for other (non-CJKV) languages</h2></div></div></div><p>To support stemming for a language, the search mechanism requires
|
|
34
|
+
a stemmer implemented in both Java and JavaScript. The Java version is
|
|
35
|
+
used by the indexer and the JavaScript verison is used to stem the
|
|
36
|
+
user's input on the search form. Currently the search mechanism supports
|
|
37
|
+
stemming for English and German. In addition, Java stemmers are included
|
|
38
|
+
for the following languages. Therefore, to support these languages, you
|
|
39
|
+
only need to implement the stemmer in JavaScript and add it to the
|
|
40
|
+
template. If you do undertake this task, please consider contributing
|
|
41
|
+
the JavaScript version back to this project and to <a class="ulink" href="http://snowball.tartarus.org/texts/stemmersoverview.html" target="_top">Martin
|
|
42
|
+
Porter's project</a>.</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>Danish</p></li><li class="listitem"><p>Dutch</p></li><li class="listitem"><p>Finnish</p></li><li class="listitem"><p>Hungarian</p></li><li class="listitem"><p>Italian</p></li><li class="listitem"><p>Norwegian</p></li><li class="listitem"><p>Portuguese</p></li><li class="listitem"><p>Romanian</p></li><li class="listitem"><p>Russian</p></li><li class="listitem"><p>Spanish</p></li><li class="listitem"><p>Swedish</p></li><li class="listitem"><p>Turkish</p></li></ul></div></div><script type="text/javascript" src="../common/main.js"></script><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s03.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div><div id="leftnavigation" style="padding-top:3px; background-color:white;"><div id="tabs"><ul><li><a href="#treeDiv"><em>Contents</em></a></li><li><a href="#searchDiv"><em>Search</em></a></li></ul><div id="treeDiv"><img src="../common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;" /><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li><span class="file"><a href="ch01.html">Introduction</a></span></li><li><span class="file"><a href="ch02.html">Using the package</a></span><ul><li><span class="file"><a href="ch02s01.html">Generating webhelp output</a></span></li><li><span class="file"><a href="ch02s02.html">Using and customizing the output</a></span><ul><li><span class="file"><a href="ch02s02.html#id36124136">Recommended Apache configurations</a></span></li></ul></li><li><span class="file"><a href="ch02s03.html">Building the indexer</a></span></li><li id="webhelp-currentid"><span class="file"><a href="ch02s04.html">Adding support for other (non-CJKV) languages</a></span></li></ul></li><li><span class="file"><a href="ch03.html">Developer Docs</a></span><ul><li><span class="file"><a href="ch03s01.html">Design</a></span></li><li><span class="file"><a href="ch03s02.html">Search</a></span><ul><li><span class="file"><a href="ch03s02.html#id36124646">New Stemmers</a></span></li></ul></li></ul></li></ul></div></div><div id="searchDiv"><div id="search"><form onsubmit="Verifie(ditaSearch_Form);return false" name="ditaSearch_Form" class="searchForm" id="ditaSearch_Form"><fieldset class="searchFieldSet"><legend>Search</legend><center><input id="textToSearch" name="textToSearch" type="text" class="searchText" /> <input onclick="Verifie(ditaSearch_Form)" type="button" class="searchButton" value="Go" id="doSearch" /></center></fieldset></form></div><div id="searchResults"><center></center></div></div></div></div></div></body></html>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:exsl="http://exslt.org/common" xmlns:ng="http://docbook.org/docbook-ng" xmlns:db="http://docbook.org/ns/docbook"><head>
|
|
4
|
+
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
|
5
|
+
<title>Chapter 3. Developer Docs</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1" /><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML" /><link rel="up" href="index.html" title="README: Web-based Help from DocBook XML" /><link rel="prev" href="ch02s04.html" title="Adding support for other (non-CJKV) languages" /><link rel="next" href="ch03s01.html" title="Design" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><script type="text/javascript">
|
|
6
|
+
//The id for tree cookie
|
|
7
|
+
var treeCookieId = "treeview-897";
|
|
8
|
+
var language = "en";
|
|
9
|
+
var w = new Object();
|
|
10
|
+
//Localization
|
|
11
|
+
txt_filesfound = 'Results';
|
|
12
|
+
txt_enter_at_least_1_char = "You must enter at least one character.";
|
|
13
|
+
txt_browser_not_supported = "Your browser is not supported. Use of Mozilla Firefox is recommended.";
|
|
14
|
+
txt_please_wait = "Please wait. Search in progress...";
|
|
15
|
+
txt_results_for = "Results for: ";
|
|
16
|
+
</script><style type="text/css">
|
|
17
|
+
input {
|
|
18
|
+
margin-bottom: 5px;
|
|
19
|
+
margin-top: 2px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.folder {
|
|
23
|
+
display: block;
|
|
24
|
+
height: 22px;
|
|
25
|
+
padding-left: 20px;
|
|
26
|
+
background: transparent url(../common/jquery/treeview/images/folder.gif) 0 0px no-repeat;
|
|
27
|
+
}
|
|
28
|
+
</style><link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /><link rel="stylesheet" type="text/css" href="../common/css/positioning.css" /><link rel="stylesheet" type="text/css" href="../common/jquery/theme-redmond/jquery-ui-1.8.2.custom.css" /><link rel="stylesheet" type="text/css" href="../common/jquery/treeview/jquery.treeview.css" /><script type="text/javascript" src="../common/jquery/jquery-1.4.2.min.js"></script><script type="text/javascript" src="../common/jquery/jquery-ui-1.8.2.custom.min.js"></script><script type="text/javascript" src="../common/jquery/jquery.cookie.js"></script><script type="text/javascript" src="../common/jquery/treeview/jquery.treeview.min.js"></script><script type="text/javascript" src="search/htmlFileList.js"></script><script type="text/javascript" src="search/htmlFileInfoList.js"></script><script type="text/javascript" src="search/nwSearchFnt.js"></script><script type="text/javascript" src="search/stemmers/en_stemmer.js"><!--//make this scalable to other languages as well.--></script><script type="text/javascript" src="search/index-1.js"></script><script type="text/javascript" src="search/index-2.js"></script><script type="text/javascript" src="search/index-3.js"></script></head><body><div id="header"><img style="margin-right: 2px; height: 59px; padding-right: 25px; padding-top: 8px" align="right" src="../common/images/logo.png" alt="Company Logo" /><h1 align="center">Chapter 3. Developer Docs<br /> </h1><div id="navheader" align="right"><table><tr><td style="height: 28px; width: 16px;"><a id="showHideButton" onclick="showHideToc();" class="pointLeft" title="Hide TOC tree">.
|
|
29
|
+
</a></td><td><img src="../common/images/highlight-blue.gif" alt="H" height="25px" onclick="toggleHighlight()" id="showHideHighlight" style="cursor:pointer" title="Toggle search result highlighting" /></td><td><a accesskey="p" href="ch02s04.html">Prev</a>
|
|
30
|
+
|
|
|
31
|
+
<a accesskey="n" href="ch03s01.html">Next</a></td></tr></table></div></div><div id="content"><div class="chapter" title="Chapter 3. Developer Docs"><div class="titlepage"><div><div><h2 class="title"><a id="id36124370"></a>Chapter 3. Developer Docs</h2></div></div></div><div class="toc"><p><strong>Contents</strong></p><dl><dt><span class="section"><a href="ch03s01.html">Design</a></span></dt><dt><span class="section"><a href="ch03s02.html">Search</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s02.html#id36124646">New Stemmers</a></span></dt></dl></dd></dl></div><p class="summary">This chapter provides an overview of how webhelp is implemented.</p><p>The table of contents and search panes are implemented as divs and
|
|
32
|
+
rendered as if they were the left pane in a frameset. As a result, the
|
|
33
|
+
page must save the state of the table of contents and the search in
|
|
34
|
+
cookies when you navigate away from a page. When you load a new page, the
|
|
35
|
+
page reads these cookies and restores the state of the table of contents
|
|
36
|
+
tree and search. The result is that the help system behaves exactly as if
|
|
37
|
+
it were a frameset.</p></div><script type="text/javascript" src="../common/main.js"></script><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s04.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch03s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div><div id="leftnavigation" style="padding-top:3px; background-color:white;"><div id="tabs"><ul><li><a href="#treeDiv"><em>Contents</em></a></li><li><a href="#searchDiv"><em>Search</em></a></li></ul><div id="treeDiv"><img src="../common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;" /><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li><span class="file"><a href="ch01.html">Introduction</a></span></li><li><span class="file"><a href="ch02.html">Using the package</a></span><ul><li><span class="file"><a href="ch02s01.html">Generating webhelp output</a></span></li><li><span class="file"><a href="ch02s02.html">Using and customizing the output</a></span><ul><li><span class="file"><a href="ch02s02.html#id36124136">Recommended Apache configurations</a></span></li></ul></li><li><span class="file"><a href="ch02s03.html">Building the indexer</a></span></li><li><span class="file"><a href="ch02s04.html">Adding support for other (non-CJKV) languages</a></span></li></ul></li><li id="webhelp-currentid"><span class="file"><a href="ch03.html">Developer Docs</a></span><ul><li><span class="file"><a href="ch03s01.html">Design</a></span></li><li><span class="file"><a href="ch03s02.html">Search</a></span><ul><li><span class="file"><a href="ch03s02.html#id36124646">New Stemmers</a></span></li></ul></li></ul></li></ul></div></div><div id="searchDiv"><div id="search"><form onsubmit="Verifie(ditaSearch_Form);return false" name="ditaSearch_Form" class="searchForm" id="ditaSearch_Form"><fieldset class="searchFieldSet"><legend>Search</legend><center><input id="textToSearch" name="textToSearch" type="text" class="searchText" /> <input onclick="Verifie(ditaSearch_Form)" type="button" class="searchButton" value="Go" id="doSearch" /></center></fieldset></form></div><div id="searchResults"><center></center></div></div></div></div></div></body></html>
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:exsl="http://exslt.org/common" xmlns:ng="http://docbook.org/docbook-ng" xmlns:db="http://docbook.org/ns/docbook"><head>
|
|
4
|
+
<meta http-equiv="X-UA-Compatible" content="IE=7" />
|
|
5
|
+
<title>Design</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1" /><link rel="home" href="index.html" title="README: Web-based Help from DocBook XML" /><link rel="up" href="ch03.html" title="Chapter 3. Developer Docs" /><link rel="prev" href="ch03.html" title="Chapter 3. Developer Docs" /><link rel="next" href="ch03s02.html" title="Search" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><script type="text/javascript">
|
|
6
|
+
//The id for tree cookie
|
|
7
|
+
var treeCookieId = "treeview-897";
|
|
8
|
+
var language = "en";
|
|
9
|
+
var w = new Object();
|
|
10
|
+
//Localization
|
|
11
|
+
txt_filesfound = 'Results';
|
|
12
|
+
txt_enter_at_least_1_char = "You must enter at least one character.";
|
|
13
|
+
txt_browser_not_supported = "Your browser is not supported. Use of Mozilla Firefox is recommended.";
|
|
14
|
+
txt_please_wait = "Please wait. Search in progress...";
|
|
15
|
+
txt_results_for = "Results for: ";
|
|
16
|
+
</script><style type="text/css">
|
|
17
|
+
input {
|
|
18
|
+
margin-bottom: 5px;
|
|
19
|
+
margin-top: 2px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.folder {
|
|
23
|
+
display: block;
|
|
24
|
+
height: 22px;
|
|
25
|
+
padding-left: 20px;
|
|
26
|
+
background: transparent url(../common/jquery/treeview/images/folder.gif) 0 0px no-repeat;
|
|
27
|
+
}
|
|
28
|
+
</style><link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /><link rel="stylesheet" type="text/css" href="../common/css/positioning.css" /><link rel="stylesheet" type="text/css" href="../common/jquery/theme-redmond/jquery-ui-1.8.2.custom.css" /><link rel="stylesheet" type="text/css" href="../common/jquery/treeview/jquery.treeview.css" /><script type="text/javascript" src="../common/jquery/jquery-1.4.2.min.js"></script><script type="text/javascript" src="../common/jquery/jquery-ui-1.8.2.custom.min.js"></script><script type="text/javascript" src="../common/jquery/jquery.cookie.js"></script><script type="text/javascript" src="../common/jquery/treeview/jquery.treeview.min.js"></script><script type="text/javascript" src="search/htmlFileList.js"></script><script type="text/javascript" src="search/htmlFileInfoList.js"></script><script type="text/javascript" src="search/nwSearchFnt.js"></script><script type="text/javascript" src="search/stemmers/en_stemmer.js"><!--//make this scalable to other languages as well.--></script><script type="text/javascript" src="search/index-1.js"></script><script type="text/javascript" src="search/index-2.js"></script><script type="text/javascript" src="search/index-3.js"></script></head><body><div id="header"><img style="margin-right: 2px; height: 59px; padding-right: 25px; padding-top: 8px" align="right" src="../common/images/logo.png" alt="Company Logo" /><h1 align="center">Design<br />Chapter 3. Developer Docs</h1><div id="navheader" align="right"><table><tr><td style="height: 28px; width: 16px;"><a id="showHideButton" onclick="showHideToc();" class="pointLeft" title="Hide TOC tree">.
|
|
29
|
+
</a></td><td><img src="../common/images/highlight-blue.gif" alt="H" height="25px" onclick="toggleHighlight()" id="showHideHighlight" style="cursor:pointer" title="Toggle search result highlighting" /></td><td><a accesskey="p" href="ch03.html">Prev</a>
|
|
30
|
+
|
|
|
31
|
+
<a accesskey="u" href="ch03.html">Up</a>
|
|
32
|
+
|
|
|
33
|
+
<a accesskey="n" href="ch03s02.html">Next</a></td></tr></table></div></div><div id="content"><div class="section" title="Design"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id36124388"></a>Design</h2></div></div></div><p class="summary">An overview of webhelp page structure.</p><p>DocBook WebHelp page structure is fully built on css-based design
|
|
34
|
+
abandoning frameset structure. Overall page structure can be divided in to three main sections
|
|
35
|
+
</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>Header: Header is a separate Div which include company logo,
|
|
36
|
+
navigation button(prev, next etc.), page title and heading of parent topic.</p></li><li class="listitem"><p>Content: This includes the content of the documentation. The processing of this part is
|
|
37
|
+
done by <a class="ulink" href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl" target="_top">
|
|
38
|
+
DocBook XSL Chunking customization</a>. Few further css-styling applied from
|
|
39
|
+
<code class="filename">positioning.css</code>.
|
|
40
|
+
</p></li><li class="listitem"><p>Left Navigation: This includes the table of contents and search tab. This
|
|
41
|
+
is customized using <a class="ulink" href="http://jqueryui.com/" target="_top">jquery-ui</a> styling.</p><div class="itemizedlist"><ul class="itemizedlist" type="circle"><li class="listitem"><p>Tabbed Navigation: The navigation pane is organized in to two tabs.
|
|
42
|
+
Contents tab, and Search tab. Tabbed output is achieved using
|
|
43
|
+
<a class="ulink" href="http://docs.jquery.com/UI/Tabs" target="_top">JQuery Tabs plugin</a>.
|
|
44
|
+
</p></li><li class="listitem"><p>Table of Contents (TOC) tree: When building the chunked html from the
|
|
45
|
+
docbook file, Table of Contents is generated as an Unordered List (a list
|
|
46
|
+
made from <code class="code"><ul> <li></code> tags). When page loads in the browser,
|
|
47
|
+
we apply styling to it to achieve the nice look that you see. Styling for TOC
|
|
48
|
+
tree is done by a JQuery UI plugin called
|
|
49
|
+
<a class="ulink" href="http://bassistance.de/jquery-plugins/jquery-plugin-treeview/" target="_top">
|
|
50
|
+
TreeView</a>. We can generate the tree easily by following javascript code:
|
|
51
|
+
|
|
52
|
+
</p><pre class="programlisting">
|
|
53
|
+
//Generate the tree
|
|
54
|
+
$("#tree").treeview({
|
|
55
|
+
collapsed: true,
|
|
56
|
+
animated: "medium",
|
|
57
|
+
control: "#sidetreecontrol",
|
|
58
|
+
persist: "cookie"
|
|
59
|
+
});
|
|
60
|
+
</pre><p>
|
|
61
|
+
</p></li><li class="listitem"><p>Search Tab: This includes the search feature.</p></li></ul></div></li></ul></div><p>
|
|
62
|
+
</p></div><script type="text/javascript" src="../common/main.js"></script><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div><div id="leftnavigation" style="padding-top:3px; background-color:white;"><div id="tabs"><ul><li><a href="#treeDiv"><em>Contents</em></a></li><li><a href="#searchDiv"><em>Search</em></a></li></ul><div id="treeDiv"><img src="../common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;" /><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li><span class="file"><a href="ch01.html">Introduction</a></span></li><li><span class="file"><a href="ch02.html">Using the package</a></span><ul><li><span class="file"><a href="ch02s01.html">Generating webhelp output</a></span></li><li><span class="file"><a href="ch02s02.html">Using and customizing the output</a></span><ul><li><span class="file"><a href="ch02s02.html#id36124136">Recommended Apache configurations</a></span></li></ul></li><li><span class="file"><a href="ch02s03.html">Building the indexer</a></span></li><li><span class="file"><a href="ch02s04.html">Adding support for other (non-CJKV) languages</a></span></li></ul></li><li><span class="file"><a href="ch03.html">Developer Docs</a></span><ul><li id="webhelp-currentid"><span class="file"><a href="ch03s01.html">Design</a></span></li><li><span class="file"><a href="ch03s02.html">Search</a></span><ul><li><span class="file"><a href="ch03s02.html#id36124646">New Stemmers</a></span></li></ul></li></ul></li></ul></div></div><div id="searchDiv"><div id="search"><form onsubmit="Verifie(ditaSearch_Form);return false" name="ditaSearch_Form" class="searchForm" id="ditaSearch_Form"><fieldset class="searchFieldSet"><legend>Search</legend><center><input id="textToSearch" name="textToSearch" type="text" class="searchText" /> <input onclick="Verifie(ditaSearch_Form)" type="button" class="searchButton" value="Go" id="doSearch" /></center></fieldset></form></div><div id="searchResults"><center></center></div></div></div></div></div></body></html>
|