git-scribe 0.0.3 → 0.0.4

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.
Files changed (1253) hide show
  1. data/docbook-xsl/COPYING +47 -0
  2. data/docbook-xsl/VERSION +115 -0
  3. data/docbook-xsl/catalog.xml +8 -0
  4. data/docbook-xsl/common.xsl +87 -0
  5. data/docbook-xsl/common/af.xml +1229 -0
  6. data/docbook-xsl/common/am.xml +1229 -0
  7. data/docbook-xsl/common/ar.xml +1229 -0
  8. data/docbook-xsl/common/autoidx-kimber.xsl +43 -0
  9. data/docbook-xsl/common/autoidx-kosek.xsl +150 -0
  10. data/docbook-xsl/common/az.xml +672 -0
  11. data/docbook-xsl/common/bg.xml +724 -0
  12. data/docbook-xsl/common/bn.xml +1229 -0
  13. data/docbook-xsl/common/bs.xml +662 -0
  14. data/docbook-xsl/common/ca.xml +1229 -0
  15. data/docbook-xsl/common/charmap.xml +185 -0
  16. data/docbook-xsl/common/charmap.xsl +221 -0
  17. data/docbook-xsl/common/common.xml +622 -0
  18. data/docbook-xsl/common/common.xsl +2019 -0
  19. data/docbook-xsl/common/cs.xml +700 -0
  20. data/docbook-xsl/common/cy.xml +1245 -0
  21. data/docbook-xsl/common/da.xml +664 -0
  22. data/docbook-xsl/common/de.xml +666 -0
  23. data/docbook-xsl/common/el.xml +1229 -0
  24. data/docbook-xsl/common/en.xml +1229 -0
  25. data/docbook-xsl/common/entities.ent +60 -0
  26. data/docbook-xsl/common/eo.xml +1229 -0
  27. data/docbook-xsl/common/es.xml +676 -0
  28. data/docbook-xsl/common/et.xml +1229 -0
  29. data/docbook-xsl/common/eu.xml +1229 -0
  30. data/docbook-xsl/common/fa.xml +1229 -0
  31. data/docbook-xsl/common/fi.xml +670 -0
  32. data/docbook-xsl/common/fr.xml +690 -0
  33. data/docbook-xsl/common/ga.xml +1229 -0
  34. data/docbook-xsl/common/gentext.xsl +836 -0
  35. data/docbook-xsl/common/gl.xml +1229 -0
  36. data/docbook-xsl/common/gu.xml +1229 -0
  37. data/docbook-xsl/common/he.xml +1229 -0
  38. data/docbook-xsl/common/hi.xml +1229 -0
  39. data/docbook-xsl/common/hr.xml +1229 -0
  40. data/docbook-xsl/common/hu.xml +1229 -0
  41. data/docbook-xsl/common/id.xml +1229 -0
  42. data/docbook-xsl/common/insertfile.xsl +111 -0
  43. data/docbook-xsl/common/it.xml +1229 -0
  44. data/docbook-xsl/common/ja.xml +1229 -0
  45. data/docbook-xsl/common/kn.xml +1229 -0
  46. data/docbook-xsl/common/ko.xml +1229 -0
  47. data/docbook-xsl/common/l10n.dtd +63 -0
  48. data/docbook-xsl/common/l10n.xml +129 -0
  49. data/docbook-xsl/common/l10n.xsl +497 -0
  50. data/docbook-xsl/common/la.xml +1229 -0
  51. data/docbook-xsl/common/labels.xsl +869 -0
  52. data/docbook-xsl/common/lt.xml +678 -0
  53. data/docbook-xsl/common/lv.xml +1229 -0
  54. data/docbook-xsl/common/mn.xml +730 -0
  55. data/docbook-xsl/common/nb.xml +1229 -0
  56. data/docbook-xsl/common/nl.xml +1229 -0
  57. data/docbook-xsl/common/nn.xml +1229 -0
  58. data/docbook-xsl/common/olink.xsl +1149 -0
  59. data/docbook-xsl/common/or.xml +1229 -0
  60. data/docbook-xsl/common/pa.xml +1229 -0
  61. data/docbook-xsl/common/pi.xml +165 -0
  62. data/docbook-xsl/common/pi.xsl +346 -0
  63. data/docbook-xsl/common/pl.xml +1229 -0
  64. data/docbook-xsl/common/pt.xml +1229 -0
  65. data/docbook-xsl/common/pt_br.xml +1229 -0
  66. data/docbook-xsl/common/refentry.xml +781 -0
  67. data/docbook-xsl/common/refentry.xsl +1352 -0
  68. data/docbook-xsl/common/ro.xml +1229 -0
  69. data/docbook-xsl/common/ru.xml +726 -0
  70. data/docbook-xsl/common/sk.xml +1229 -0
  71. data/docbook-xsl/common/sl.xml +1229 -0
  72. data/docbook-xsl/common/sq.xml +1229 -0
  73. data/docbook-xsl/common/sr.xml +720 -0
  74. data/docbook-xsl/common/sr_Latn.xml +679 -0
  75. data/docbook-xsl/common/stripns.xsl +289 -0
  76. data/docbook-xsl/common/subtitles.xsl +155 -0
  77. data/docbook-xsl/common/sv.xml +664 -0
  78. data/docbook-xsl/common/ta.xml +1229 -0
  79. data/docbook-xsl/common/table.xsl +514 -0
  80. data/docbook-xsl/common/targetdatabase.dtd +49 -0
  81. data/docbook-xsl/common/targets.xsl +272 -0
  82. data/docbook-xsl/common/th.xml +1229 -0
  83. data/docbook-xsl/common/titles.xsl +752 -0
  84. data/docbook-xsl/common/tl.xml +1229 -0
  85. data/docbook-xsl/common/tr.xml +666 -0
  86. data/docbook-xsl/common/uk.xml +1229 -0
  87. data/docbook-xsl/common/utility.xml +259 -0
  88. data/docbook-xsl/common/utility.xsl +290 -0
  89. data/docbook-xsl/common/vi.xml +1229 -0
  90. data/docbook-xsl/common/xh.xml +1229 -0
  91. data/docbook-xsl/common/zh_cn.xml +660 -0
  92. data/docbook-xsl/common/zh_tw.xml +1229 -0
  93. data/docbook-xsl/docsrc/authors.xml +10 -0
  94. data/docbook-xsl/docsrc/copyright.xml +18 -0
  95. data/docbook-xsl/docsrc/license.xml +23 -0
  96. data/docbook-xsl/docsrc/page.png +0 -0
  97. data/docbook-xsl/docsrc/reference.css +60 -0
  98. data/docbook-xsl/docsrc/reference.xml +229 -0
  99. data/docbook-xsl/docsrc/reference.xml.included +32701 -0
  100. data/docbook-xsl/docsrc/warranty.xml +11 -0
  101. data/docbook-xsl/epub/README +88 -0
  102. data/docbook-xsl/epub/bin/dbtoepub +65 -0
  103. data/docbook-xsl/epub/bin/lib/docbook.rb +206 -0
  104. data/docbook-xsl/epub/docbook.xsl +1638 -0
  105. data/docbook-xsl/extensions/README.LIBXSLT +52 -0
  106. data/docbook-xsl/extensions/docbook.py +240 -0
  107. data/docbook-xsl/extensions/saxon65.jar +0 -0
  108. data/docbook-xsl/extensions/xalan27.jar +0 -0
  109. data/docbook-xsl/extensions/xslt.py +83 -0
  110. data/docbook-xsl/fo.xsl +152 -0
  111. data/docbook-xsl/fo/admon.xsl +130 -0
  112. data/docbook-xsl/fo/annotations.xsl +18 -0
  113. data/docbook-xsl/fo/autoidx-kimber.xsl +178 -0
  114. data/docbook-xsl/fo/autoidx-kosek.xsl +150 -0
  115. data/docbook-xsl/fo/autoidx-ng.xsl +20 -0
  116. data/docbook-xsl/fo/autoidx.xsl +1310 -0
  117. data/docbook-xsl/fo/autotoc.xsl +892 -0
  118. data/docbook-xsl/fo/axf.xsl +110 -0
  119. data/docbook-xsl/fo/biblio-iso690.xsl +1300 -0
  120. data/docbook-xsl/fo/biblio.xsl +1169 -0
  121. data/docbook-xsl/fo/block.xsl +600 -0
  122. data/docbook-xsl/fo/callout.xsl +231 -0
  123. data/docbook-xsl/fo/component.xsl +811 -0
  124. data/docbook-xsl/fo/division.xsl +611 -0
  125. data/docbook-xsl/fo/docbook.xsl +336 -0
  126. data/docbook-xsl/fo/ebnf.xsl +325 -0
  127. data/docbook-xsl/fo/fo-rtf.xsl +154 -0
  128. data/docbook-xsl/fo/fo.xsl +71 -0
  129. data/docbook-xsl/fo/footnote.xsl +220 -0
  130. data/docbook-xsl/fo/fop.xsl +93 -0
  131. data/docbook-xsl/fo/fop1.xsl +174 -0
  132. data/docbook-xsl/fo/formal.xsl +615 -0
  133. data/docbook-xsl/fo/glossary.xsl +1112 -0
  134. data/docbook-xsl/fo/graphics.xsl +642 -0
  135. data/docbook-xsl/fo/highlight.xsl +75 -0
  136. data/docbook-xsl/fo/htmltbl.xsl +217 -0
  137. data/docbook-xsl/fo/index.xsl +481 -0
  138. data/docbook-xsl/fo/info.xsl +34 -0
  139. data/docbook-xsl/fo/inline.xsl +1275 -0
  140. data/docbook-xsl/fo/keywords.xsl +21 -0
  141. data/docbook-xsl/fo/lists.xsl +1260 -0
  142. data/docbook-xsl/fo/math.xsl +140 -0
  143. data/docbook-xsl/fo/pagesetup.xsl +2314 -0
  144. data/docbook-xsl/fo/param.xml +11823 -0
  145. data/docbook-xsl/fo/param.xsl +899 -0
  146. data/docbook-xsl/fo/passivetex.xsl +36 -0
  147. data/docbook-xsl/fo/pdf2index +140 -0
  148. data/docbook-xsl/fo/pi.xml +969 -0
  149. data/docbook-xsl/fo/pi.xsl +1052 -0
  150. data/docbook-xsl/fo/profile-docbook.xsl +289 -0
  151. data/docbook-xsl/fo/ptc.xsl +77 -0
  152. data/docbook-xsl/fo/qandaset.xsl +393 -0
  153. data/docbook-xsl/fo/refentry.xsl +637 -0
  154. data/docbook-xsl/fo/sections.xsl +764 -0
  155. data/docbook-xsl/fo/spaces.xsl +274 -0
  156. data/docbook-xsl/fo/synop.xsl +1002 -0
  157. data/docbook-xsl/fo/table.xml +135 -0
  158. data/docbook-xsl/fo/table.xsl +1552 -0
  159. data/docbook-xsl/fo/task.xsl +91 -0
  160. data/docbook-xsl/fo/titlepage.templates.xml +1311 -0
  161. data/docbook-xsl/fo/titlepage.templates.xsl +5094 -0
  162. data/docbook-xsl/fo/titlepage.xsl +750 -0
  163. data/docbook-xsl/fo/toc.xsl +274 -0
  164. data/docbook-xsl/fo/verbatim.xsl +417 -0
  165. data/docbook-xsl/fo/xep.xsl +180 -0
  166. data/docbook-xsl/fo/xref.xsl +1486 -0
  167. data/docbook-xsl/highlighting/c-hl.xml +101 -0
  168. data/docbook-xsl/highlighting/common.xsl +120 -0
  169. data/docbook-xsl/highlighting/cpp-hl.xml +150 -0
  170. data/docbook-xsl/highlighting/csharp-hl.xml +187 -0
  171. data/docbook-xsl/highlighting/delphi-hl.xml +200 -0
  172. data/docbook-xsl/highlighting/ini-hl.xml +45 -0
  173. data/docbook-xsl/highlighting/java-hl.xml +117 -0
  174. data/docbook-xsl/highlighting/javascript-hl.xml +147 -0
  175. data/docbook-xsl/highlighting/m2-hl.xml +90 -0
  176. data/docbook-xsl/highlighting/myxml-hl.xml +116 -0
  177. data/docbook-xsl/highlighting/perl-hl.xml +120 -0
  178. data/docbook-xsl/highlighting/php-hl.xml +149 -0
  179. data/docbook-xsl/highlighting/python-hl.xml +100 -0
  180. data/docbook-xsl/highlighting/ruby-hl.xml +109 -0
  181. data/docbook-xsl/highlighting/tcl-hl.xml +180 -0
  182. data/docbook-xsl/highlighting/xslthl-config.xml +46 -0
  183. data/docbook-xsl/html/admon.xsl +132 -0
  184. data/docbook-xsl/html/annotations.xsl +169 -0
  185. data/docbook-xsl/html/autoidx-kimber.xsl +168 -0
  186. data/docbook-xsl/html/autoidx-kosek.xsl +125 -0
  187. data/docbook-xsl/html/autoidx-ng.xsl +20 -0
  188. data/docbook-xsl/html/autoidx.xsl +645 -0
  189. data/docbook-xsl/html/autotoc.xsl +675 -0
  190. data/docbook-xsl/html/biblio-iso690.xsl +1300 -0
  191. data/docbook-xsl/html/biblio.xsl +1247 -0
  192. data/docbook-xsl/html/block.xsl +434 -0
  193. data/docbook-xsl/html/callout.xsl +201 -0
  194. data/docbook-xsl/html/changebars.xsl +121 -0
  195. data/docbook-xsl/html/chunk-changebars.xsl +99 -0
  196. data/docbook-xsl/html/chunk-code.xsl +670 -0
  197. data/docbook-xsl/html/chunk-common.xsl +1911 -0
  198. data/docbook-xsl/html/chunk.xsl +52 -0
  199. data/docbook-xsl/html/chunker.xsl +439 -0
  200. data/docbook-xsl/html/chunkfast.xsl +72 -0
  201. data/docbook-xsl/html/chunktoc.xsl +468 -0
  202. data/docbook-xsl/html/component.xsl +403 -0
  203. data/docbook-xsl/html/division.xsl +228 -0
  204. data/docbook-xsl/html/docbook.xsl +483 -0
  205. data/docbook-xsl/html/ebnf.xsl +329 -0
  206. data/docbook-xsl/html/footnote.xsl +308 -0
  207. data/docbook-xsl/html/formal.xsl +401 -0
  208. data/docbook-xsl/html/glossary.xsl +474 -0
  209. data/docbook-xsl/html/graphics.xsl +1515 -0
  210. data/docbook-xsl/html/highlight.xsl +71 -0
  211. data/docbook-xsl/html/html-rtf.xsl +336 -0
  212. data/docbook-xsl/html/html.xsl +268 -0
  213. data/docbook-xsl/html/htmltbl.xsl +56 -0
  214. data/docbook-xsl/html/index.xsl +229 -0
  215. data/docbook-xsl/html/info.xsl +43 -0
  216. data/docbook-xsl/html/inline.xsl +1497 -0
  217. data/docbook-xsl/html/keywords.xsl +35 -0
  218. data/docbook-xsl/html/lists.xsl +1143 -0
  219. data/docbook-xsl/html/maketoc.xsl +86 -0
  220. data/docbook-xsl/html/manifest.xsl +22 -0
  221. data/docbook-xsl/html/math.xsl +270 -0
  222. data/docbook-xsl/html/oldchunker.xsl +202 -0
  223. data/docbook-xsl/html/onechunk.xsl +37 -0
  224. data/docbook-xsl/html/param.xml +10397 -0
  225. data/docbook-xsl/html/param.xsl +422 -0
  226. data/docbook-xsl/html/pi.xml +1113 -0
  227. data/docbook-xsl/html/pi.xsl +1263 -0
  228. data/docbook-xsl/html/profile-chunk-code.xsl +609 -0
  229. data/docbook-xsl/html/profile-chunk.xsl +52 -0
  230. data/docbook-xsl/html/profile-docbook.xsl +414 -0
  231. data/docbook-xsl/html/profile-onechunk.xsl +37 -0
  232. data/docbook-xsl/html/qandaset.xsl +389 -0
  233. data/docbook-xsl/html/refentry.xsl +309 -0
  234. data/docbook-xsl/html/sections.xsl +628 -0
  235. data/docbook-xsl/html/synop.xsl +1549 -0
  236. data/docbook-xsl/html/table.xsl +1130 -0
  237. data/docbook-xsl/html/task.xsl +76 -0
  238. data/docbook-xsl/html/titlepage.templates.xml +662 -0
  239. data/docbook-xsl/html/titlepage.templates.xsl +3622 -0
  240. data/docbook-xsl/html/titlepage.xsl +1031 -0
  241. data/docbook-xsl/html/toc.xsl +169 -0
  242. data/docbook-xsl/html/verbatim.xsl +376 -0
  243. data/docbook-xsl/html/xref.xsl +1348 -0
  244. data/docbook-xsl/htmlhelp/htmlhelp-common.xsl +1113 -0
  245. data/docbook-xsl/htmlhelp/htmlhelp.xsl +22 -0
  246. data/docbook-xsl/htmlhelp/profile-htmlhelp-common.xsl +1076 -0
  247. data/docbook-xsl/htmlhelp/profile-htmlhelp.xsl +22 -0
  248. data/docbook-xsl/images/annot-close.png +0 -0
  249. data/docbook-xsl/images/annot-open.png +0 -0
  250. data/docbook-xsl/images/blank.png +0 -0
  251. data/docbook-xsl/images/callouts/1.gif +0 -0
  252. data/docbook-xsl/images/callouts/1.png +0 -0
  253. data/docbook-xsl/images/callouts/1.svg +15 -0
  254. data/docbook-xsl/images/callouts/10.gif +0 -0
  255. data/docbook-xsl/images/callouts/10.png +0 -0
  256. data/docbook-xsl/images/callouts/10.svg +18 -0
  257. data/docbook-xsl/images/callouts/11.gif +0 -0
  258. data/docbook-xsl/images/callouts/11.png +0 -0
  259. data/docbook-xsl/images/callouts/11.svg +16 -0
  260. data/docbook-xsl/images/callouts/12.gif +0 -0
  261. data/docbook-xsl/images/callouts/12.png +0 -0
  262. data/docbook-xsl/images/callouts/12.svg +18 -0
  263. data/docbook-xsl/images/callouts/13.gif +0 -0
  264. data/docbook-xsl/images/callouts/13.png +0 -0
  265. data/docbook-xsl/images/callouts/13.svg +20 -0
  266. data/docbook-xsl/images/callouts/14.gif +0 -0
  267. data/docbook-xsl/images/callouts/14.png +0 -0
  268. data/docbook-xsl/images/callouts/14.svg +17 -0
  269. data/docbook-xsl/images/callouts/15.gif +0 -0
  270. data/docbook-xsl/images/callouts/15.png +0 -0
  271. data/docbook-xsl/images/callouts/15.svg +19 -0
  272. data/docbook-xsl/images/callouts/16.svg +20 -0
  273. data/docbook-xsl/images/callouts/17.svg +17 -0
  274. data/docbook-xsl/images/callouts/18.svg +21 -0
  275. data/docbook-xsl/images/callouts/19.svg +20 -0
  276. data/docbook-xsl/images/callouts/2.gif +0 -0
  277. data/docbook-xsl/images/callouts/2.png +0 -0
  278. data/docbook-xsl/images/callouts/2.svg +17 -0
  279. data/docbook-xsl/images/callouts/20.svg +20 -0
  280. data/docbook-xsl/images/callouts/21.svg +18 -0
  281. data/docbook-xsl/images/callouts/22.svg +20 -0
  282. data/docbook-xsl/images/callouts/23.svg +22 -0
  283. data/docbook-xsl/images/callouts/24.svg +19 -0
  284. data/docbook-xsl/images/callouts/25.svg +21 -0
  285. data/docbook-xsl/images/callouts/26.svg +22 -0
  286. data/docbook-xsl/images/callouts/27.svg +19 -0
  287. data/docbook-xsl/images/callouts/28.svg +23 -0
  288. data/docbook-xsl/images/callouts/29.svg +22 -0
  289. data/docbook-xsl/images/callouts/3.gif +0 -0
  290. data/docbook-xsl/images/callouts/3.png +0 -0
  291. data/docbook-xsl/images/callouts/3.svg +19 -0
  292. data/docbook-xsl/images/callouts/30.svg +22 -0
  293. data/docbook-xsl/images/callouts/4.gif +0 -0
  294. data/docbook-xsl/images/callouts/4.png +0 -0
  295. data/docbook-xsl/images/callouts/4.svg +16 -0
  296. data/docbook-xsl/images/callouts/5.gif +0 -0
  297. data/docbook-xsl/images/callouts/5.png +0 -0
  298. data/docbook-xsl/images/callouts/5.svg +18 -0
  299. data/docbook-xsl/images/callouts/6.gif +0 -0
  300. data/docbook-xsl/images/callouts/6.png +0 -0
  301. data/docbook-xsl/images/callouts/6.svg +19 -0
  302. data/docbook-xsl/images/callouts/7.gif +0 -0
  303. data/docbook-xsl/images/callouts/7.png +0 -0
  304. data/docbook-xsl/images/callouts/7.svg +16 -0
  305. data/docbook-xsl/images/callouts/8.gif +0 -0
  306. data/docbook-xsl/images/callouts/8.png +0 -0
  307. data/docbook-xsl/images/callouts/8.svg +20 -0
  308. data/docbook-xsl/images/callouts/9.gif +0 -0
  309. data/docbook-xsl/images/callouts/9.png +0 -0
  310. data/docbook-xsl/images/callouts/9.svg +19 -0
  311. data/docbook-xsl/images/caution.gif +0 -0
  312. data/docbook-xsl/images/caution.png +0 -0
  313. data/docbook-xsl/images/caution.svg +25 -0
  314. data/docbook-xsl/images/caution.tif +0 -0
  315. data/docbook-xsl/images/draft.png +0 -0
  316. data/docbook-xsl/images/home.gif +0 -0
  317. data/docbook-xsl/images/home.png +0 -0
  318. data/docbook-xsl/images/home.svg +26 -0
  319. data/docbook-xsl/images/important.gif +0 -0
  320. data/docbook-xsl/images/important.png +0 -0
  321. data/docbook-xsl/images/important.svg +25 -0
  322. data/docbook-xsl/images/important.tif +0 -0
  323. data/docbook-xsl/images/next.gif +0 -0
  324. data/docbook-xsl/images/next.png +0 -0
  325. data/docbook-xsl/images/next.svg +19 -0
  326. data/docbook-xsl/images/note.gif +0 -0
  327. data/docbook-xsl/images/note.png +0 -0
  328. data/docbook-xsl/images/note.svg +33 -0
  329. data/docbook-xsl/images/note.tif +0 -0
  330. data/docbook-xsl/images/prev.gif +0 -0
  331. data/docbook-xsl/images/prev.png +0 -0
  332. data/docbook-xsl/images/prev.svg +19 -0
  333. data/docbook-xsl/images/tip.gif +0 -0
  334. data/docbook-xsl/images/tip.png +0 -0
  335. data/docbook-xsl/images/tip.svg +31 -0
  336. data/docbook-xsl/images/tip.tif +0 -0
  337. data/docbook-xsl/images/toc-blank.png +0 -0
  338. data/docbook-xsl/images/toc-minus.png +0 -0
  339. data/docbook-xsl/images/toc-plus.png +0 -0
  340. data/docbook-xsl/images/up.gif +0 -0
  341. data/docbook-xsl/images/up.png +0 -0
  342. data/docbook-xsl/images/up.svg +19 -0
  343. data/docbook-xsl/images/warning.gif +0 -0
  344. data/docbook-xsl/images/warning.png +0 -0
  345. data/docbook-xsl/images/warning.svg +23 -0
  346. data/docbook-xsl/images/warning.tif +0 -0
  347. data/docbook-xsl/javahelp/javahelp.xsl +628 -0
  348. data/docbook-xsl/javahelp/profile-javahelp.xsl +550 -0
  349. data/docbook-xsl/lib/lib.xsl +480 -0
  350. data/docbook-xsl/manpages/ChangeLog.20020917 +195 -0
  351. data/docbook-xsl/manpages/block.xsl +393 -0
  352. data/docbook-xsl/manpages/charmap.groff.xsl +6013 -0
  353. data/docbook-xsl/manpages/docbook.xsl +302 -0
  354. data/docbook-xsl/manpages/endnotes.xsl +584 -0
  355. data/docbook-xsl/manpages/html-synop.xsl +1562 -0
  356. data/docbook-xsl/manpages/info.xsl +800 -0
  357. data/docbook-xsl/manpages/inline.xsl +219 -0
  358. data/docbook-xsl/manpages/lists.xsl +603 -0
  359. data/docbook-xsl/manpages/other.xsl +869 -0
  360. data/docbook-xsl/manpages/param.xml +3162 -0
  361. data/docbook-xsl/manpages/param.xsl +192 -0
  362. data/docbook-xsl/manpages/pi.xml +70 -0
  363. data/docbook-xsl/manpages/pi.xsl +79 -0
  364. data/docbook-xsl/manpages/profile-docbook.xsl +271 -0
  365. data/docbook-xsl/manpages/refentry.xsl +310 -0
  366. data/docbook-xsl/manpages/synop.xsl +432 -0
  367. data/docbook-xsl/manpages/table.xsl +633 -0
  368. data/docbook-xsl/manpages/utility.xsl +534 -0
  369. data/docbook-xsl/params/abstract.notitle.enabled.xml +22 -0
  370. data/docbook-xsl/params/abstract.properties.xml +32 -0
  371. data/docbook-xsl/params/abstract.title.properties.xml +39 -0
  372. data/docbook-xsl/params/active.toc.xml +29 -0
  373. data/docbook-xsl/params/ade.extensions.xml +32 -0
  374. data/docbook-xsl/params/admon.graphics.extension.xml +27 -0
  375. data/docbook-xsl/params/admon.graphics.path.xml +27 -0
  376. data/docbook-xsl/params/admon.graphics.xml +29 -0
  377. data/docbook-xsl/params/admon.style.xml +30 -0
  378. data/docbook-xsl/params/admon.textlabel.xml +32 -0
  379. data/docbook-xsl/params/admonition.properties.xml +25 -0
  380. data/docbook-xsl/params/admonition.title.properties.xml +32 -0
  381. data/docbook-xsl/params/alignment.xml +31 -0
  382. data/docbook-xsl/params/annotate.toc.xml +28 -0
  383. data/docbook-xsl/params/annotation.css.xml +71 -0
  384. data/docbook-xsl/params/annotation.graphic.close.xml +31 -0
  385. data/docbook-xsl/params/annotation.graphic.open.xml +28 -0
  386. data/docbook-xsl/params/annotation.js.xml +33 -0
  387. data/docbook-xsl/params/annotation.support.xml +29 -0
  388. data/docbook-xsl/params/appendix.autolabel.xml +73 -0
  389. data/docbook-xsl/params/arbortext.extensions.xml +30 -0
  390. data/docbook-xsl/params/article.appendix.title.properties.xml +33 -0
  391. data/docbook-xsl/params/author.othername.in.middle.xml +31 -0
  392. data/docbook-xsl/params/autolayout-file.xml +29 -0
  393. data/docbook-xsl/params/autotoc.label.in.hyperlink.xml +29 -0
  394. data/docbook-xsl/params/autotoc.label.separator.xml +27 -0
  395. data/docbook-xsl/params/axf.extensions.xml +33 -0
  396. data/docbook-xsl/params/banner.before.navigation.xml +25 -0
  397. data/docbook-xsl/params/base.dir.xml +29 -0
  398. data/docbook-xsl/params/biblioentry.item.separator.xml +26 -0
  399. data/docbook-xsl/params/biblioentry.properties.xml +28 -0
  400. data/docbook-xsl/params/bibliography.collection.xml +104 -0
  401. data/docbook-xsl/params/bibliography.numbered.xml +27 -0
  402. data/docbook-xsl/params/bibliography.style.xml +35 -0
  403. data/docbook-xsl/params/blockquote.properties.xml +34 -0
  404. data/docbook-xsl/params/blurb.on.titlepage.enabled.xml +31 -0
  405. data/docbook-xsl/params/body.attributes.xml +31 -0
  406. data/docbook-xsl/params/body.bg.color.xml +28 -0
  407. data/docbook-xsl/params/body.end.indent.xml +37 -0
  408. data/docbook-xsl/params/body.font.family.xml +32 -0
  409. data/docbook-xsl/params/body.font.master.xml +30 -0
  410. data/docbook-xsl/params/body.font.size.xml +31 -0
  411. data/docbook-xsl/params/body.margin.bottom.xml +29 -0
  412. data/docbook-xsl/params/body.margin.top.xml +28 -0
  413. data/docbook-xsl/params/body.start.indent.xml +62 -0
  414. data/docbook-xsl/params/bridgehead.in.toc.xml +28 -0
  415. data/docbook-xsl/params/bullet.image.xml +28 -0
  416. data/docbook-xsl/params/callout.defaultcolumn.xml +30 -0
  417. data/docbook-xsl/params/callout.graphics.extension.xml +33 -0
  418. data/docbook-xsl/params/callout.graphics.number.limit.xml +34 -0
  419. data/docbook-xsl/params/callout.graphics.path.xml +31 -0
  420. data/docbook-xsl/params/callout.graphics.xml +30 -0
  421. data/docbook-xsl/params/callout.icon.size.xml +28 -0
  422. data/docbook-xsl/params/callout.list.table.xml +32 -0
  423. data/docbook-xsl/params/callout.unicode.font.xml +29 -0
  424. data/docbook-xsl/params/callout.unicode.number.limit.xml +35 -0
  425. data/docbook-xsl/params/callout.unicode.start.character.xml +33 -0
  426. data/docbook-xsl/params/callout.unicode.xml +26 -0
  427. data/docbook-xsl/params/callouts.extension.xml +30 -0
  428. data/docbook-xsl/params/chapter.autolabel.xml +71 -0
  429. data/docbook-xsl/params/chunk.append.xml +30 -0
  430. data/docbook-xsl/params/chunk.first.sections.xml +31 -0
  431. data/docbook-xsl/params/chunk.quietly.xml +30 -0
  432. data/docbook-xsl/params/chunk.section.depth.xml +27 -0
  433. data/docbook-xsl/params/chunk.sections.xml +30 -0
  434. data/docbook-xsl/params/chunk.separate.lots.xml +36 -0
  435. data/docbook-xsl/params/chunk.toc.xml +30 -0
  436. data/docbook-xsl/params/chunk.tocs.and.lots.has.title.xml +28 -0
  437. data/docbook-xsl/params/chunk.tocs.and.lots.xml +32 -0
  438. data/docbook-xsl/params/chunker.output.cdata-section-elements.xml +30 -0
  439. data/docbook-xsl/params/chunker.output.doctype-public.xml +31 -0
  440. data/docbook-xsl/params/chunker.output.doctype-system.xml +31 -0
  441. data/docbook-xsl/params/chunker.output.encoding.xml +31 -0
  442. data/docbook-xsl/params/chunker.output.indent.xml +30 -0
  443. data/docbook-xsl/params/chunker.output.media-type.xml +35 -0
  444. data/docbook-xsl/params/chunker.output.method.xml +32 -0
  445. data/docbook-xsl/params/chunker.output.omit-xml-declaration.xml +30 -0
  446. data/docbook-xsl/params/chunker.output.standalone.xml +31 -0
  447. data/docbook-xsl/params/citerefentry.link.xml +29 -0
  448. data/docbook-xsl/params/collect.xref.targets.xml +33 -0
  449. data/docbook-xsl/params/column.count.back.xml +27 -0
  450. data/docbook-xsl/params/column.count.body.xml +27 -0
  451. data/docbook-xsl/params/column.count.front.xml +27 -0
  452. data/docbook-xsl/params/column.count.index.xml +27 -0
  453. data/docbook-xsl/params/column.count.lot.xml +28 -0
  454. data/docbook-xsl/params/column.count.titlepage.xml +27 -0
  455. data/docbook-xsl/params/column.gap.back.xml +28 -0
  456. data/docbook-xsl/params/column.gap.body.xml +28 -0
  457. data/docbook-xsl/params/column.gap.front.xml +28 -0
  458. data/docbook-xsl/params/column.gap.index.xml +28 -0
  459. data/docbook-xsl/params/column.gap.lot.xml +28 -0
  460. data/docbook-xsl/params/column.gap.titlepage.xml +29 -0
  461. data/docbook-xsl/params/compact.list.item.spacing.xml +28 -0
  462. data/docbook-xsl/params/component.label.includes.part.label.xml +39 -0
  463. data/docbook-xsl/params/component.title.properties.xml +40 -0
  464. data/docbook-xsl/params/component.titlepage.properties.xml +33 -0
  465. data/docbook-xsl/params/contrib.inline.enabled.xml +26 -0
  466. data/docbook-xsl/params/crop.mark.bleed.xml +28 -0
  467. data/docbook-xsl/params/crop.mark.offset.xml +28 -0
  468. data/docbook-xsl/params/crop.mark.width.xml +28 -0
  469. data/docbook-xsl/params/crop.marks.xml +28 -0
  470. data/docbook-xsl/params/css.decoration.xml +33 -0
  471. data/docbook-xsl/params/css.stylesheet.dir.xml +33 -0
  472. data/docbook-xsl/params/css.stylesheet.xml +29 -0
  473. data/docbook-xsl/params/current.docid.xml +27 -0
  474. data/docbook-xsl/params/currentpage.marker.xml +25 -0
  475. data/docbook-xsl/params/default.float.class.xml +34 -0
  476. data/docbook-xsl/params/default.image.width.xml +31 -0
  477. data/docbook-xsl/params/default.table.frame.xml +28 -0
  478. data/docbook-xsl/params/default.table.width.xml +26 -0
  479. data/docbook-xsl/params/default.units.xml +37 -0
  480. data/docbook-xsl/params/dingbat.font.family.xml +33 -0
  481. data/docbook-xsl/params/double.sided.xml +31 -0
  482. data/docbook-xsl/params/draft.mode.xml +36 -0
  483. data/docbook-xsl/params/draft.watermark.image.xml +27 -0
  484. data/docbook-xsl/params/dry-run.xml +27 -0
  485. data/docbook-xsl/params/dynamic.toc.xml +29 -0
  486. data/docbook-xsl/params/ebnf.assignment.xml +39 -0
  487. data/docbook-xsl/params/ebnf.statement.terminator.xml +32 -0
  488. data/docbook-xsl/params/ebnf.table.bgcolor.xml +30 -0
  489. data/docbook-xsl/params/ebnf.table.border.xml +26 -0
  490. data/docbook-xsl/params/eclipse.autolabel.xml +28 -0
  491. data/docbook-xsl/params/eclipse.plugin.id.xml +28 -0
  492. data/docbook-xsl/params/eclipse.plugin.name.xml +27 -0
  493. data/docbook-xsl/params/eclipse.plugin.provider.xml +27 -0
  494. data/docbook-xsl/params/editedby.enabled.xml +27 -0
  495. data/docbook-xsl/params/email.delimiters.enabled.xml +34 -0
  496. data/docbook-xsl/params/email.mailto.enabled.xml +29 -0
  497. data/docbook-xsl/params/emphasis.propagates.style.xml +26 -0
  498. data/docbook-xsl/params/entry.propagates.style.xml +30 -0
  499. data/docbook-xsl/params/epub.autolabel.xml +28 -0
  500. data/docbook-xsl/params/equation.properties.xml +27 -0
  501. data/docbook-xsl/params/example.properties.xml +27 -0
  502. data/docbook-xsl/params/feedback.href.xml +28 -0
  503. data/docbook-xsl/params/feedback.link.text.xml +28 -0
  504. data/docbook-xsl/params/feedback.with.ids.xml +27 -0
  505. data/docbook-xsl/params/figure.properties.xml +27 -0
  506. data/docbook-xsl/params/filename-prefix.xml +28 -0
  507. data/docbook-xsl/params/firstterm.only.link.xml +29 -0
  508. data/docbook-xsl/params/foil.properties.xml +37 -0
  509. data/docbook-xsl/params/foil.subtitle.properties.xml +36 -0
  510. data/docbook-xsl/params/foil.title.master.xml +29 -0
  511. data/docbook-xsl/params/foil.title.size.xml +32 -0
  512. data/docbook-xsl/params/foilgroup.properties.xml +31 -0
  513. data/docbook-xsl/params/foilgroup.toc.xml +29 -0
  514. data/docbook-xsl/params/footer.column.widths.xml +74 -0
  515. data/docbook-xsl/params/footer.content.properties.xml +34 -0
  516. data/docbook-xsl/params/footer.hr.xml +26 -0
  517. data/docbook-xsl/params/footer.rule.xml +27 -0
  518. data/docbook-xsl/params/footer.table.height.xml +32 -0
  519. data/docbook-xsl/params/footer.table.properties.xml +30 -0
  520. data/docbook-xsl/params/footers.on.blank.pages.xml +27 -0
  521. data/docbook-xsl/params/footnote.font.size.xml +28 -0
  522. data/docbook-xsl/params/footnote.mark.properties.xml +41 -0
  523. data/docbook-xsl/params/footnote.number.format.xml +33 -0
  524. data/docbook-xsl/params/footnote.number.symbols.xml +39 -0
  525. data/docbook-xsl/params/footnote.properties.xml +43 -0
  526. data/docbook-xsl/params/footnote.sep.leader.properties.xml +39 -0
  527. data/docbook-xsl/params/fop.extensions.xml +36 -0
  528. data/docbook-xsl/params/fop1.extensions.xml +34 -0
  529. data/docbook-xsl/params/formal.object.properties.xml +36 -0
  530. data/docbook-xsl/params/formal.procedures.xml +28 -0
  531. data/docbook-xsl/params/formal.title.placement.xml +41 -0
  532. data/docbook-xsl/params/formal.title.properties.xml +34 -0
  533. data/docbook-xsl/params/funcsynopsis.decoration.xml +30 -0
  534. data/docbook-xsl/params/funcsynopsis.style.xml +31 -0
  535. data/docbook-xsl/params/function.parens.xml +29 -0
  536. data/docbook-xsl/params/generate.id.attributes.xml +59 -0
  537. data/docbook-xsl/params/generate.index.xml +25 -0
  538. data/docbook-xsl/params/generate.legalnotice.link.xml +72 -0
  539. data/docbook-xsl/params/generate.manifest.xml +27 -0
  540. data/docbook-xsl/params/generate.meta.abstract.xml +29 -0
  541. data/docbook-xsl/params/generate.revhistory.link.xml +50 -0
  542. data/docbook-xsl/params/generate.section.toc.level.xml +35 -0
  543. data/docbook-xsl/params/generate.toc.xml +108 -0
  544. data/docbook-xsl/params/glossary.as.blocks.xml +38 -0
  545. data/docbook-xsl/params/glossary.collection.xml +252 -0
  546. data/docbook-xsl/params/glossary.sort.xml +32 -0
  547. data/docbook-xsl/params/glossentry.show.acronym.xml +37 -0
  548. data/docbook-xsl/params/glosslist.as.blocks.xml +27 -0
  549. data/docbook-xsl/params/glossterm.auto.link.xml +33 -0
  550. data/docbook-xsl/params/glossterm.separation.xml +28 -0
  551. data/docbook-xsl/params/glossterm.width.xml +28 -0
  552. data/docbook-xsl/params/graphic.default.extension.xml +29 -0
  553. data/docbook-xsl/params/graphical.admonition.properties.xml +42 -0
  554. data/docbook-xsl/params/graphics.dir.xml +33 -0
  555. data/docbook-xsl/params/graphicsize.extension.xml +30 -0
  556. data/docbook-xsl/params/graphicsize.use.img.src.path.xml +30 -0
  557. data/docbook-xsl/params/header.column.widths.xml +74 -0
  558. data/docbook-xsl/params/header.content.properties.xml +34 -0
  559. data/docbook-xsl/params/header.hr.xml +26 -0
  560. data/docbook-xsl/params/header.rule.xml +27 -0
  561. data/docbook-xsl/params/header.table.height.xml +32 -0
  562. data/docbook-xsl/params/header.table.properties.xml +30 -0
  563. data/docbook-xsl/params/headers.on.blank.pages.xml +27 -0
  564. data/docbook-xsl/params/hidetoc.image.xml +29 -0
  565. data/docbook-xsl/params/highlight.default.language.xml +27 -0
  566. data/docbook-xsl/params/highlight.source.xml +47 -0
  567. data/docbook-xsl/params/highlight.xslthl.config.xml +27 -0
  568. data/docbook-xsl/params/home.image.xml +27 -0
  569. data/docbook-xsl/params/html.append.xml +30 -0
  570. data/docbook-xsl/params/html.base.xml +30 -0
  571. data/docbook-xsl/params/html.cellpadding.xml +29 -0
  572. data/docbook-xsl/params/html.cellspacing.xml +29 -0
  573. data/docbook-xsl/params/html.cleanup.xml +34 -0
  574. data/docbook-xsl/params/html.ext.xml +29 -0
  575. data/docbook-xsl/params/html.extra.head.links.xml +31 -0
  576. data/docbook-xsl/params/html.head.legalnotice.link.multiple.xml +44 -0
  577. data/docbook-xsl/params/html.head.legalnotice.link.types.xml +75 -0
  578. data/docbook-xsl/params/html.longdesc.link.xml +39 -0
  579. data/docbook-xsl/params/html.longdesc.xml +28 -0
  580. data/docbook-xsl/params/html.stylesheet.type.xml +26 -0
  581. data/docbook-xsl/params/html.stylesheet.xml +36 -0
  582. data/docbook-xsl/params/htmlhelp.alias.file.xml +27 -0
  583. data/docbook-xsl/params/htmlhelp.autolabel.xml +28 -0
  584. data/docbook-xsl/params/htmlhelp.button.back.xml +27 -0
  585. data/docbook-xsl/params/htmlhelp.button.forward.xml +27 -0
  586. data/docbook-xsl/params/htmlhelp.button.hideshow.xml +27 -0
  587. data/docbook-xsl/params/htmlhelp.button.home.url.xml +27 -0
  588. data/docbook-xsl/params/htmlhelp.button.home.xml +27 -0
  589. data/docbook-xsl/params/htmlhelp.button.jump1.title.xml +27 -0
  590. data/docbook-xsl/params/htmlhelp.button.jump1.url.xml +27 -0
  591. data/docbook-xsl/params/htmlhelp.button.jump1.xml +23 -0
  592. data/docbook-xsl/params/htmlhelp.button.jump2.title.xml +27 -0
  593. data/docbook-xsl/params/htmlhelp.button.jump2.url.xml +27 -0
  594. data/docbook-xsl/params/htmlhelp.button.jump2.xml +27 -0
  595. data/docbook-xsl/params/htmlhelp.button.locate.xml +28 -0
  596. data/docbook-xsl/params/htmlhelp.button.next.xml +27 -0
  597. data/docbook-xsl/params/htmlhelp.button.options.xml +28 -0
  598. data/docbook-xsl/params/htmlhelp.button.prev.xml +28 -0
  599. data/docbook-xsl/params/htmlhelp.button.print.xml +28 -0
  600. data/docbook-xsl/params/htmlhelp.button.refresh.xml +27 -0
  601. data/docbook-xsl/params/htmlhelp.button.stop.xml +28 -0
  602. data/docbook-xsl/params/htmlhelp.button.zoom.xml +28 -0
  603. data/docbook-xsl/params/htmlhelp.chm.xml +27 -0
  604. data/docbook-xsl/params/htmlhelp.default.topic.xml +37 -0
  605. data/docbook-xsl/params/htmlhelp.display.progress.xml +28 -0
  606. data/docbook-xsl/params/htmlhelp.encoding.xml +28 -0
  607. data/docbook-xsl/params/htmlhelp.enhanced.decompilation.xml +27 -0
  608. data/docbook-xsl/params/htmlhelp.enumerate.images.xml +28 -0
  609. data/docbook-xsl/params/htmlhelp.force.map.and.alias.xml +26 -0
  610. data/docbook-xsl/params/htmlhelp.hhc.binary.xml +29 -0
  611. data/docbook-xsl/params/htmlhelp.hhc.folders.instead.books.xml +33 -0
  612. data/docbook-xsl/params/htmlhelp.hhc.section.depth.xml +27 -0
  613. data/docbook-xsl/params/htmlhelp.hhc.show.root.xml +29 -0
  614. data/docbook-xsl/params/htmlhelp.hhc.width.xml +28 -0
  615. data/docbook-xsl/params/htmlhelp.hhc.xml +27 -0
  616. data/docbook-xsl/params/htmlhelp.hhk.xml +27 -0
  617. data/docbook-xsl/params/htmlhelp.hhp.tail.xml +28 -0
  618. data/docbook-xsl/params/htmlhelp.hhp.window.xml +28 -0
  619. data/docbook-xsl/params/htmlhelp.hhp.windows.xml +29 -0
  620. data/docbook-xsl/params/htmlhelp.hhp.xml +28 -0
  621. data/docbook-xsl/params/htmlhelp.map.file.xml +25 -0
  622. data/docbook-xsl/params/htmlhelp.only.xml +32 -0
  623. data/docbook-xsl/params/htmlhelp.remember.window.position.xml +27 -0
  624. data/docbook-xsl/params/htmlhelp.show.advanced.search.xml +28 -0
  625. data/docbook-xsl/params/htmlhelp.show.favorities.xml +28 -0
  626. data/docbook-xsl/params/htmlhelp.show.menu.xml +28 -0
  627. data/docbook-xsl/params/htmlhelp.show.toolbar.text.xml +28 -0
  628. data/docbook-xsl/params/htmlhelp.title.xml +28 -0
  629. data/docbook-xsl/params/htmlhelp.use.hhk.xml +28 -0
  630. data/docbook-xsl/params/htmlhelp.window.geometry.xml +30 -0
  631. data/docbook-xsl/params/hyphenate.verbatim.characters.xml +30 -0
  632. data/docbook-xsl/params/hyphenate.verbatim.xml +45 -0
  633. data/docbook-xsl/params/hyphenate.xml +29 -0
  634. data/docbook-xsl/params/id.warnings.xml +25 -0
  635. data/docbook-xsl/params/ignore.image.scaling.xml +28 -0
  636. data/docbook-xsl/params/img.src.path.xml +40 -0
  637. data/docbook-xsl/params/index.div.title.properties.xml +39 -0
  638. data/docbook-xsl/params/index.entry.properties.xml +33 -0
  639. data/docbook-xsl/params/index.method.xml +162 -0
  640. data/docbook-xsl/params/index.number.separator.xml +54 -0
  641. data/docbook-xsl/params/index.on.role.xml +48 -0
  642. data/docbook-xsl/params/index.on.type.xml +52 -0
  643. data/docbook-xsl/params/index.page.number.properties.xml +31 -0
  644. data/docbook-xsl/params/index.prefer.titleabbrev.xml +29 -0
  645. data/docbook-xsl/params/index.preferred.page.properties.xml +32 -0
  646. data/docbook-xsl/params/index.range.separator.xml +57 -0
  647. data/docbook-xsl/params/index.term.separator.xml +54 -0
  648. data/docbook-xsl/params/informal.object.properties.xml +29 -0
  649. data/docbook-xsl/params/informalequation.properties.xml +27 -0
  650. data/docbook-xsl/params/informalexample.properties.xml +27 -0
  651. data/docbook-xsl/params/informalfigure.properties.xml +27 -0
  652. data/docbook-xsl/params/informaltable.properties.xml +32 -0
  653. data/docbook-xsl/params/inherit.keywords.xml +31 -0
  654. data/docbook-xsl/params/insert.link.page.number.xml +69 -0
  655. data/docbook-xsl/params/insert.olink.page.number.xml +83 -0
  656. data/docbook-xsl/params/insert.olink.pdf.frag.xml +68 -0
  657. data/docbook-xsl/params/insert.xref.page.number.xml +60 -0
  658. data/docbook-xsl/params/itemizedlist.label.properties.xml +26 -0
  659. data/docbook-xsl/params/itemizedlist.label.width.xml +28 -0
  660. data/docbook-xsl/params/itemizedlist.properties.xml +23 -0
  661. data/docbook-xsl/params/javahelp.encoding.xml +31 -0
  662. data/docbook-xsl/params/keep.relative.image.uris.xml +34 -0
  663. data/docbook-xsl/params/keyboard.nav.xml +29 -0
  664. data/docbook-xsl/params/l10n.gentext.default.language.xml +30 -0
  665. data/docbook-xsl/params/l10n.gentext.language.xml +33 -0
  666. data/docbook-xsl/params/l10n.gentext.use.xref.language.xml +53 -0
  667. data/docbook-xsl/params/l10n.lang.value.rfc.compliant.xml +57 -0
  668. data/docbook-xsl/params/label.from.part.xml +38 -0
  669. data/docbook-xsl/params/line-height.xml +27 -0
  670. data/docbook-xsl/params/linenumbering.everyNth.xml +29 -0
  671. data/docbook-xsl/params/linenumbering.extension.xml +30 -0
  672. data/docbook-xsl/params/linenumbering.separator.xml +30 -0
  673. data/docbook-xsl/params/linenumbering.width.xml +29 -0
  674. data/docbook-xsl/params/link.mailto.url.xml +29 -0
  675. data/docbook-xsl/params/list.block.properties.xml +25 -0
  676. data/docbook-xsl/params/list.block.spacing.xml +29 -0
  677. data/docbook-xsl/params/list.item.spacing.xml +26 -0
  678. data/docbook-xsl/params/make.graphic.viewport.xml +35 -0
  679. data/docbook-xsl/params/make.index.markup.xml +73 -0
  680. data/docbook-xsl/params/make.single.year.ranges.xml +28 -0
  681. data/docbook-xsl/params/make.valid.html.xml +35 -0
  682. data/docbook-xsl/params/make.year.ranges.xml +31 -0
  683. data/docbook-xsl/params/man.authors.section.enabled.xml +46 -0
  684. data/docbook-xsl/params/man.base.url.for.relative.links.xml +76 -0
  685. data/docbook-xsl/params/man.break.after.slash.xml +46 -0
  686. data/docbook-xsl/params/man.charmap.enabled.xml +55 -0
  687. data/docbook-xsl/params/man.charmap.subset.profile.english.xml +80 -0
  688. data/docbook-xsl/params/man.charmap.subset.profile.xml +297 -0
  689. data/docbook-xsl/params/man.charmap.uri.xml +42 -0
  690. data/docbook-xsl/params/man.charmap.use.subset.xml +80 -0
  691. data/docbook-xsl/params/man.copyright.section.enabled.xml +46 -0
  692. data/docbook-xsl/params/man.endnotes.are.numbered.xml +106 -0
  693. data/docbook-xsl/params/man.endnotes.list.enabled.xml +105 -0
  694. data/docbook-xsl/params/man.endnotes.list.heading.xml +36 -0
  695. data/docbook-xsl/params/man.font.funcprototype.xml +30 -0
  696. data/docbook-xsl/params/man.font.funcsynopsisinfo.xml +30 -0
  697. data/docbook-xsl/params/man.font.links.xml +64 -0
  698. data/docbook-xsl/params/man.font.table.headings.xml +30 -0
  699. data/docbook-xsl/params/man.font.table.title.xml +30 -0
  700. data/docbook-xsl/params/man.funcsynopsis.style.xml +26 -0
  701. data/docbook-xsl/params/man.hyphenate.computer.inlines.xml +53 -0
  702. data/docbook-xsl/params/man.hyphenate.filenames.xml +47 -0
  703. data/docbook-xsl/params/man.hyphenate.urls.xml +46 -0
  704. data/docbook-xsl/params/man.hyphenate.xml +59 -0
  705. data/docbook-xsl/params/man.indent.blurbs.xml +33 -0
  706. data/docbook-xsl/params/man.indent.lists.xml +35 -0
  707. data/docbook-xsl/params/man.indent.refsect.xml +70 -0
  708. data/docbook-xsl/params/man.indent.verbatims.xml +33 -0
  709. data/docbook-xsl/params/man.indent.width.xml +39 -0
  710. data/docbook-xsl/params/man.justify.xml +52 -0
  711. data/docbook-xsl/params/man.output.base.dir.xml +39 -0
  712. data/docbook-xsl/params/man.output.encoding.xml +53 -0
  713. data/docbook-xsl/params/man.output.in.separate.dir.xml +32 -0
  714. data/docbook-xsl/params/man.output.lang.in.name.enabled.xml +50 -0
  715. data/docbook-xsl/params/man.output.manifest.enabled.xml +27 -0
  716. data/docbook-xsl/params/man.output.manifest.filename.xml +29 -0
  717. data/docbook-xsl/params/man.output.quietly.xml +37 -0
  718. data/docbook-xsl/params/man.output.subdirs.enabled.xml +40 -0
  719. data/docbook-xsl/params/man.segtitle.suppress.xml +28 -0
  720. data/docbook-xsl/params/man.string.subst.map.local.post.xml +34 -0
  721. data/docbook-xsl/params/man.string.subst.map.local.pre.xml +34 -0
  722. data/docbook-xsl/params/man.string.subst.map.xml +162 -0
  723. data/docbook-xsl/params/man.subheading.divider.enabled.xml +37 -0
  724. data/docbook-xsl/params/man.subheading.divider.xml +37 -0
  725. data/docbook-xsl/params/man.table.footnotes.divider.xml +29 -0
  726. data/docbook-xsl/params/man.th.extra1.suppress.xml +32 -0
  727. data/docbook-xsl/params/man.th.extra2.max.length.xml +43 -0
  728. data/docbook-xsl/params/man.th.extra2.suppress.xml +44 -0
  729. data/docbook-xsl/params/man.th.extra3.max.length.xml +42 -0
  730. data/docbook-xsl/params/man.th.extra3.suppress.xml +34 -0
  731. data/docbook-xsl/params/man.th.title.max.length.xml +63 -0
  732. data/docbook-xsl/params/manifest.in.base.dir.xml +29 -0
  733. data/docbook-xsl/params/manifest.xml +29 -0
  734. data/docbook-xsl/params/manual.toc.xml +29 -0
  735. data/docbook-xsl/params/margin.note.float.type.xml +77 -0
  736. data/docbook-xsl/params/margin.note.properties.xml +54 -0
  737. data/docbook-xsl/params/margin.note.title.properties.xml +32 -0
  738. data/docbook-xsl/params/margin.note.width.xml +35 -0
  739. data/docbook-xsl/params/marker.section.level.xml +50 -0
  740. data/docbook-xsl/params/menuchoice.menu.separator.xml +42 -0
  741. data/docbook-xsl/params/menuchoice.separator.xml +32 -0
  742. data/docbook-xsl/params/minus.image.xml +29 -0
  743. data/docbook-xsl/params/monospace.font.family.xml +29 -0
  744. data/docbook-xsl/params/monospace.properties.xml +38 -0
  745. data/docbook-xsl/params/monospace.verbatim.properties.xml +27 -0
  746. data/docbook-xsl/params/multiframe.bottom.bgcolor.xml +28 -0
  747. data/docbook-xsl/params/multiframe.navigation.height.xml +28 -0
  748. data/docbook-xsl/params/multiframe.top.bgcolor.xml +28 -0
  749. data/docbook-xsl/params/multiframe.xml +31 -0
  750. data/docbook-xsl/params/nav.separator.xml +28 -0
  751. data/docbook-xsl/params/nav.table.summary.xml +27 -0
  752. data/docbook-xsl/params/navbgcolor.xml +26 -0
  753. data/docbook-xsl/params/navbodywidth.xml +26 -0
  754. data/docbook-xsl/params/navig.graphics.extension.xml +28 -0
  755. data/docbook-xsl/params/navig.graphics.path.xml +30 -0
  756. data/docbook-xsl/params/navig.graphics.xml +31 -0
  757. data/docbook-xsl/params/navig.showtitles.xml +32 -0
  758. data/docbook-xsl/params/navtocwidth.xml +26 -0
  759. data/docbook-xsl/params/next.image.xml +27 -0
  760. data/docbook-xsl/params/no.home.image.xml +27 -0
  761. data/docbook-xsl/params/no.next.image.xml +27 -0
  762. data/docbook-xsl/params/no.prev.image.xml +27 -0
  763. data/docbook-xsl/params/no.toc.image.xml +27 -0
  764. data/docbook-xsl/params/no.up.image.xml +27 -0
  765. data/docbook-xsl/params/nominal.image.depth.xml +27 -0
  766. data/docbook-xsl/params/nominal.image.width.xml +43 -0
  767. data/docbook-xsl/params/nominal.table.width.xml +30 -0
  768. data/docbook-xsl/params/nongraphical.admonition.properties.xml +41 -0
  769. data/docbook-xsl/params/normal.para.spacing.xml +26 -0
  770. data/docbook-xsl/params/olink.base.uri.xml +35 -0
  771. data/docbook-xsl/params/olink.debug.xml +36 -0
  772. data/docbook-xsl/params/olink.doctitle.xml +146 -0
  773. data/docbook-xsl/params/olink.fragid.xml +23 -0
  774. data/docbook-xsl/params/olink.lang.fallback.sequence.xml +83 -0
  775. data/docbook-xsl/params/olink.outline.ext.xml +28 -0
  776. data/docbook-xsl/params/olink.properties.xml +33 -0
  777. data/docbook-xsl/params/olink.pubid.xml +27 -0
  778. data/docbook-xsl/params/olink.resolver.xml +23 -0
  779. data/docbook-xsl/params/olink.sysid.xml +27 -0
  780. data/docbook-xsl/params/orderedlist.label.properties.xml +26 -0
  781. data/docbook-xsl/params/orderedlist.label.width.xml +28 -0
  782. data/docbook-xsl/params/orderedlist.properties.xml +24 -0
  783. data/docbook-xsl/params/othercredit.like.author.enabled.xml +31 -0
  784. data/docbook-xsl/params/output-root.xml +28 -0
  785. data/docbook-xsl/params/output.indent.xml +32 -0
  786. data/docbook-xsl/params/overlay.js.xml +28 -0
  787. data/docbook-xsl/params/overlay.logo.xml +28 -0
  788. data/docbook-xsl/params/overlay.xml +32 -0
  789. data/docbook-xsl/params/page.height.portrait.xml +69 -0
  790. data/docbook-xsl/params/page.height.xml +37 -0
  791. data/docbook-xsl/params/page.margin.bottom.xml +29 -0
  792. data/docbook-xsl/params/page.margin.inner.xml +35 -0
  793. data/docbook-xsl/params/page.margin.outer.xml +35 -0
  794. data/docbook-xsl/params/page.margin.top.xml +28 -0
  795. data/docbook-xsl/params/page.orientation.xml +32 -0
  796. data/docbook-xsl/params/page.width.portrait.xml +67 -0
  797. data/docbook-xsl/params/page.width.xml +36 -0
  798. data/docbook-xsl/params/pages.template.xml +29 -0
  799. data/docbook-xsl/params/paper.type.xml +71 -0
  800. data/docbook-xsl/params/para.propagates.style.xml +29 -0
  801. data/docbook-xsl/params/part.autolabel.xml +73 -0
  802. data/docbook-xsl/params/passivetex.extensions.xml +37 -0
  803. data/docbook-xsl/params/pgwide.properties.xml +52 -0
  804. data/docbook-xsl/params/phrase.propagates.style.xml +29 -0
  805. data/docbook-xsl/params/pixels.per.inch.xml +31 -0
  806. data/docbook-xsl/params/plus.image.xml +29 -0
  807. data/docbook-xsl/params/points.per.em.xml +29 -0
  808. data/docbook-xsl/params/preface.autolabel.xml +71 -0
  809. data/docbook-xsl/params/prefer.internal.olink.xml +78 -0
  810. data/docbook-xsl/params/preferred.mediaobject.role.xml +40 -0
  811. data/docbook-xsl/params/prev.image.xml +27 -0
  812. data/docbook-xsl/params/procedure.properties.xml +29 -0
  813. data/docbook-xsl/params/process.empty.source.toc.xml +39 -0
  814. data/docbook-xsl/params/process.source.toc.xml +39 -0
  815. data/docbook-xsl/params/profile.arch.xml +39 -0
  816. data/docbook-xsl/params/profile.attribute.xml +34 -0
  817. data/docbook-xsl/params/profile.audience.xml +38 -0
  818. data/docbook-xsl/params/profile.condition.xml +38 -0
  819. data/docbook-xsl/params/profile.conformance.xml +38 -0
  820. data/docbook-xsl/params/profile.lang.xml +38 -0
  821. data/docbook-xsl/params/profile.os.xml +38 -0
  822. data/docbook-xsl/params/profile.revision.xml +38 -0
  823. data/docbook-xsl/params/profile.revisionflag.xml +38 -0
  824. data/docbook-xsl/params/profile.role.xml +54 -0
  825. data/docbook-xsl/params/profile.security.xml +38 -0
  826. data/docbook-xsl/params/profile.separator.xml +27 -0
  827. data/docbook-xsl/params/profile.status.xml +38 -0
  828. data/docbook-xsl/params/profile.userlevel.xml +38 -0
  829. data/docbook-xsl/params/profile.value.xml +41 -0
  830. data/docbook-xsl/params/profile.vendor.xml +38 -0
  831. data/docbook-xsl/params/profile.wordsize.xml +38 -0
  832. data/docbook-xsl/params/punct.honorific.xml +28 -0
  833. data/docbook-xsl/params/qanda.defaultlabel.xml +44 -0
  834. data/docbook-xsl/params/qanda.in.toc.xml +34 -0
  835. data/docbook-xsl/params/qanda.inherit.numeration.xml +30 -0
  836. data/docbook-xsl/params/qanda.nested.in.toc.xml +29 -0
  837. data/docbook-xsl/params/qanda.title.level1.properties.xml +32 -0
  838. data/docbook-xsl/params/qanda.title.level2.properties.xml +32 -0
  839. data/docbook-xsl/params/qanda.title.level3.properties.xml +32 -0
  840. data/docbook-xsl/params/qanda.title.level4.properties.xml +32 -0
  841. data/docbook-xsl/params/qanda.title.level5.properties.xml +32 -0
  842. data/docbook-xsl/params/qanda.title.level6.properties.xml +34 -0
  843. data/docbook-xsl/params/qanda.title.properties.xml +37 -0
  844. data/docbook-xsl/params/qandadiv.autolabel.xml +26 -0
  845. data/docbook-xsl/params/rebuild-all.xml +33 -0
  846. data/docbook-xsl/params/refclass.suppress.xml +28 -0
  847. data/docbook-xsl/params/refentry.date.profile.enabled.xml +46 -0
  848. data/docbook-xsl/params/refentry.date.profile.xml +38 -0
  849. data/docbook-xsl/params/refentry.generate.name.xml +33 -0
  850. data/docbook-xsl/params/refentry.generate.title.xml +33 -0
  851. data/docbook-xsl/params/refentry.manual.fallback.profile.xml +48 -0
  852. data/docbook-xsl/params/refentry.manual.profile.enabled.xml +47 -0
  853. data/docbook-xsl/params/refentry.manual.profile.xml +72 -0
  854. data/docbook-xsl/params/refentry.meta.get.quietly.xml +37 -0
  855. data/docbook-xsl/params/refentry.pagebreak.xml +33 -0
  856. data/docbook-xsl/params/refentry.separator.xml +29 -0
  857. data/docbook-xsl/params/refentry.source.fallback.profile.xml +49 -0
  858. data/docbook-xsl/params/refentry.source.name.profile.enabled.xml +48 -0
  859. data/docbook-xsl/params/refentry.source.name.profile.xml +89 -0
  860. data/docbook-xsl/params/refentry.source.name.suppress.xml +42 -0
  861. data/docbook-xsl/params/refentry.title.properties.xml +59 -0
  862. data/docbook-xsl/params/refentry.version.profile.enabled.xml +47 -0
  863. data/docbook-xsl/params/refentry.version.profile.xml +41 -0
  864. data/docbook-xsl/params/refentry.version.suppress.xml +43 -0
  865. data/docbook-xsl/params/refentry.xref.manvolnum.xml +31 -0
  866. data/docbook-xsl/params/reference.autolabel.xml +67 -0
  867. data/docbook-xsl/params/region.after.extent.xml +29 -0
  868. data/docbook-xsl/params/region.before.extent.xml +29 -0
  869. data/docbook-xsl/params/revhistory.table.cell.properties.xml +28 -0
  870. data/docbook-xsl/params/revhistory.table.properties.xml +28 -0
  871. data/docbook-xsl/params/revhistory.title.properties.xml +28 -0
  872. data/docbook-xsl/params/root.filename.xml +29 -0
  873. data/docbook-xsl/params/root.properties.xml +43 -0
  874. data/docbook-xsl/params/rootid.xml +33 -0
  875. data/docbook-xsl/params/runinhead.default.title.end.punct.xml +27 -0
  876. data/docbook-xsl/params/runinhead.title.end.punct.xml +32 -0
  877. data/docbook-xsl/params/running.foot.properties.xml +34 -0
  878. data/docbook-xsl/params/sans.font.family.xml +29 -0
  879. data/docbook-xsl/params/saxon.callouts.xml +30 -0
  880. data/docbook-xsl/params/saxon.character.representation.xml +38 -0
  881. data/docbook-xsl/params/saxon.linenumbering.xml +32 -0
  882. data/docbook-xsl/params/saxon.tablecolumns.xml +30 -0
  883. data/docbook-xsl/params/script.dir.xml +33 -0
  884. data/docbook-xsl/params/section.autolabel.max.depth.xml +32 -0
  885. data/docbook-xsl/params/section.autolabel.xml +26 -0
  886. data/docbook-xsl/params/section.container.element.xml +62 -0
  887. data/docbook-xsl/params/section.label.includes.component.label.xml +27 -0
  888. data/docbook-xsl/params/section.level1.properties.xml +43 -0
  889. data/docbook-xsl/params/section.level2.properties.xml +43 -0
  890. data/docbook-xsl/params/section.level3.properties.xml +43 -0
  891. data/docbook-xsl/params/section.level4.properties.xml +43 -0
  892. data/docbook-xsl/params/section.level5.properties.xml +43 -0
  893. data/docbook-xsl/params/section.level6.properties.xml +43 -0
  894. data/docbook-xsl/params/section.properties.xml +35 -0
  895. data/docbook-xsl/params/section.title.level1.properties.xml +32 -0
  896. data/docbook-xsl/params/section.title.level2.properties.xml +33 -0
  897. data/docbook-xsl/params/section.title.level3.properties.xml +32 -0
  898. data/docbook-xsl/params/section.title.level4.properties.xml +32 -0
  899. data/docbook-xsl/params/section.title.level5.properties.xml +32 -0
  900. data/docbook-xsl/params/section.title.level6.properties.xml +33 -0
  901. data/docbook-xsl/params/section.title.properties.xml +39 -0
  902. data/docbook-xsl/params/segmentedlist.as.table.xml +28 -0
  903. data/docbook-xsl/params/sequential.links.xml +25 -0
  904. data/docbook-xsl/params/shade.verbatim.style.xml +36 -0
  905. data/docbook-xsl/params/shade.verbatim.xml +30 -0
  906. data/docbook-xsl/params/show.comments.xml +32 -0
  907. data/docbook-xsl/params/show.foil.number.xml +28 -0
  908. data/docbook-xsl/params/show.revisionflag.xml +42 -0
  909. data/docbook-xsl/params/showtoc.image.xml +29 -0
  910. data/docbook-xsl/params/side.float.properties.xml +50 -0
  911. data/docbook-xsl/params/sidebar.float.type.xml +73 -0
  912. data/docbook-xsl/params/sidebar.float.width.xml +35 -0
  913. data/docbook-xsl/params/sidebar.properties.xml +42 -0
  914. data/docbook-xsl/params/sidebar.title.properties.xml +32 -0
  915. data/docbook-xsl/params/simplesect.in.toc.xml +26 -0
  916. data/docbook-xsl/params/slide.font.family.xml +31 -0
  917. data/docbook-xsl/params/slide.title.font.family.xml +31 -0
  918. data/docbook-xsl/params/slides.js.xml +28 -0
  919. data/docbook-xsl/params/slides.properties.xml +31 -0
  920. data/docbook-xsl/params/spacing.paras.xml +30 -0
  921. data/docbook-xsl/params/speakernote.properties.xml +32 -0
  922. data/docbook-xsl/params/subscript.properties.xml +29 -0
  923. data/docbook-xsl/params/superscript.properties.xml +29 -0
  924. data/docbook-xsl/params/suppress.footer.navigation.xml +26 -0
  925. data/docbook-xsl/params/suppress.header.navigation.xml +27 -0
  926. data/docbook-xsl/params/suppress.homepage.title.xml +25 -0
  927. data/docbook-xsl/params/suppress.navigation.xml +28 -0
  928. data/docbook-xsl/params/symbol.font.family.xml +45 -0
  929. data/docbook-xsl/params/table.borders.with.css.xml +28 -0
  930. data/docbook-xsl/params/table.cell.border.color.xml +39 -0
  931. data/docbook-xsl/params/table.cell.border.style.xml +42 -0
  932. data/docbook-xsl/params/table.cell.border.thickness.xml +35 -0
  933. data/docbook-xsl/params/table.cell.padding.xml +32 -0
  934. data/docbook-xsl/params/table.entry.padding.xml +27 -0
  935. data/docbook-xsl/params/table.footnote.number.format.xml +33 -0
  936. data/docbook-xsl/params/table.footnote.number.symbols.xml +39 -0
  937. data/docbook-xsl/params/table.footnote.properties.xml +39 -0
  938. data/docbook-xsl/params/table.frame.border.color.xml +28 -0
  939. data/docbook-xsl/params/table.frame.border.style.xml +37 -0
  940. data/docbook-xsl/params/table.frame.border.thickness.xml +27 -0
  941. data/docbook-xsl/params/table.properties.xml +34 -0
  942. data/docbook-xsl/params/table.spacer.image.xml +26 -0
  943. data/docbook-xsl/params/table.table.properties.xml +36 -0
  944. data/docbook-xsl/params/tablecolumns.extension.xml +30 -0
  945. data/docbook-xsl/params/target.database.document.xml +37 -0
  946. data/docbook-xsl/params/targets.filename.xml +32 -0
  947. data/docbook-xsl/params/template.xml +27 -0
  948. data/docbook-xsl/params/tex.math.delims.xml +47 -0
  949. data/docbook-xsl/params/tex.math.file.xml +42 -0
  950. data/docbook-xsl/params/tex.math.in.alt.xml +83 -0
  951. data/docbook-xsl/params/text.home.xml +27 -0
  952. data/docbook-xsl/params/text.next.xml +27 -0
  953. data/docbook-xsl/params/text.prev.xml +27 -0
  954. data/docbook-xsl/params/text.toc.xml +27 -0
  955. data/docbook-xsl/params/text.up.xml +27 -0
  956. data/docbook-xsl/params/textbgcolor.xml +26 -0
  957. data/docbook-xsl/params/textdata.default.encoding.xml +32 -0
  958. data/docbook-xsl/params/textinsert.extension.xml +62 -0
  959. data/docbook-xsl/params/title.font.family.xml +33 -0
  960. data/docbook-xsl/params/title.margin.left.xml +64 -0
  961. data/docbook-xsl/params/titlefoil.html.xml +27 -0
  962. data/docbook-xsl/params/toc.bg.color.xml +27 -0
  963. data/docbook-xsl/params/toc.blank.graphic.xml +28 -0
  964. data/docbook-xsl/params/toc.blank.image.xml +27 -0
  965. data/docbook-xsl/params/toc.blank.text.xml +27 -0
  966. data/docbook-xsl/params/toc.hide.show.xml +33 -0
  967. data/docbook-xsl/params/toc.html.xml +27 -0
  968. data/docbook-xsl/params/toc.image.xml +27 -0
  969. data/docbook-xsl/params/toc.indent.width.xml +34 -0
  970. data/docbook-xsl/params/toc.line.properties.xml +42 -0
  971. data/docbook-xsl/params/toc.list.type.xml +30 -0
  972. data/docbook-xsl/params/toc.margin.properties.xml +33 -0
  973. data/docbook-xsl/params/toc.max.depth.xml +25 -0
  974. data/docbook-xsl/params/toc.pointer.graphic.xml +28 -0
  975. data/docbook-xsl/params/toc.pointer.image.xml +27 -0
  976. data/docbook-xsl/params/toc.pointer.text.xml +27 -0
  977. data/docbook-xsl/params/toc.row.height.xml +33 -0
  978. data/docbook-xsl/params/toc.section.depth.xml +28 -0
  979. data/docbook-xsl/params/toc.spacer.graphic.xml +28 -0
  980. data/docbook-xsl/params/toc.spacer.image.xml +27 -0
  981. data/docbook-xsl/params/toc.spacer.text.xml +27 -0
  982. data/docbook-xsl/params/toc.width.xml +28 -0
  983. data/docbook-xsl/params/ua.js.xml +28 -0
  984. data/docbook-xsl/params/ulink.footnotes.xml +34 -0
  985. data/docbook-xsl/params/ulink.hyphenate.chars.xml +37 -0
  986. data/docbook-xsl/params/ulink.hyphenate.xml +35 -0
  987. data/docbook-xsl/params/ulink.show.xml +37 -0
  988. data/docbook-xsl/params/ulink.target.xml +29 -0
  989. data/docbook-xsl/params/up.image.xml +27 -0
  990. data/docbook-xsl/params/use.embed.for.svg.xml +33 -0
  991. data/docbook-xsl/params/use.extensions.xml +31 -0
  992. data/docbook-xsl/params/use.id.as.filename.xml +30 -0
  993. data/docbook-xsl/params/use.id.function.xml +32 -0
  994. data/docbook-xsl/params/use.local.olink.style.xml +28 -0
  995. data/docbook-xsl/params/use.role.as.xrefstyle.xml +93 -0
  996. data/docbook-xsl/params/use.role.for.mediaobject.xml +56 -0
  997. data/docbook-xsl/params/use.svg.xml +30 -0
  998. data/docbook-xsl/params/variablelist.as.blocks.xml +62 -0
  999. data/docbook-xsl/params/variablelist.as.table.xml +54 -0
  1000. data/docbook-xsl/params/variablelist.max.termlength.xml +46 -0
  1001. data/docbook-xsl/params/variablelist.term.break.after.xml +39 -0
  1002. data/docbook-xsl/params/variablelist.term.separator.xml +40 -0
  1003. data/docbook-xsl/params/verbatim.properties.xml +38 -0
  1004. data/docbook-xsl/params/wordml.template.xml +29 -0
  1005. data/docbook-xsl/params/writing.mode.xml +84 -0
  1006. data/docbook-xsl/params/xbCollapsibleLists.js.xml +28 -0
  1007. data/docbook-xsl/params/xbDOM.js.xml +28 -0
  1008. data/docbook-xsl/params/xbLibrary.js.xml +28 -0
  1009. data/docbook-xsl/params/xbStyle.js.xml +28 -0
  1010. data/docbook-xsl/params/xep.extensions.xml +31 -0
  1011. data/docbook-xsl/params/xep.index.item.properties.xml +36 -0
  1012. data/docbook-xsl/params/xref.label-page.separator.xml +38 -0
  1013. data/docbook-xsl/params/xref.label-title.separator.xml +36 -0
  1014. data/docbook-xsl/params/xref.properties.xml +29 -0
  1015. data/docbook-xsl/params/xref.title-page.separator.xml +36 -0
  1016. data/docbook-xsl/params/xref.with.number.and.title.xml +30 -0
  1017. data/docbook-xsl/profiling/profile-mode.xsl +239 -0
  1018. data/docbook-xsl/profiling/profile.xsl +49 -0
  1019. data/docbook-xsl/profiling/strip-attributes.xsl +27 -0
  1020. data/docbook-xsl/profiling/xsl2profile.xsl +159 -0
  1021. data/docbook-xsl/roundtrip/blocks-spec.xml +11 -0
  1022. data/docbook-xsl/roundtrip/blocks2dbk.dtd +76 -0
  1023. data/docbook-xsl/roundtrip/blocks2dbk.xsl +1732 -0
  1024. data/docbook-xsl/roundtrip/dbk2ooo.xsl +178 -0
  1025. data/docbook-xsl/roundtrip/dbk2pages.xsl +441 -0
  1026. data/docbook-xsl/roundtrip/dbk2wordml.xsl +401 -0
  1027. data/docbook-xsl/roundtrip/dbk2wp.xsl +1375 -0
  1028. data/docbook-xsl/roundtrip/normalise-common.xsl +39 -0
  1029. data/docbook-xsl/roundtrip/normalise2sections.xsl +1270 -0
  1030. data/docbook-xsl/roundtrip/pages2normalise.xsl +351 -0
  1031. data/docbook-xsl/roundtrip/param.xml +105 -0
  1032. data/docbook-xsl/roundtrip/param.xsl +18 -0
  1033. data/docbook-xsl/roundtrip/sections-spec.xml +38 -0
  1034. data/docbook-xsl/roundtrip/sections2blocks.xsl +263 -0
  1035. data/docbook-xsl/roundtrip/specifications.xml +1420 -0
  1036. data/docbook-xsl/roundtrip/template-pages.xml +2 -0
  1037. data/docbook-xsl/roundtrip/template.dot +0 -0
  1038. data/docbook-xsl/roundtrip/template.xml +3 -0
  1039. data/docbook-xsl/roundtrip/wordml2normalise.xsl +445 -0
  1040. data/docbook-xsl/template/titlepage.xml +478 -0
  1041. data/docbook-xsl/template/titlepage.xsl +1280 -0
  1042. data/docbook-xsl/tests/refentry.007.ns.xml +325 -0
  1043. data/docbook-xsl/tests/refentry.007.xml +340 -0
  1044. data/docbook-xsl/tools/bin/docbook-xsl-update +53 -0
  1045. data/docbook-xsl/tools/make/Makefile.DocBook +698 -0
  1046. data/docbook-xsl/tools/make/Makefile.combine +182 -0
  1047. data/docbook-xsl/tools/make/Makefile.docParam +59 -0
  1048. data/docbook-xsl/xhtml/admon.xsl +133 -0
  1049. data/docbook-xsl/xhtml/annotations.xsl +158 -0
  1050. data/docbook-xsl/xhtml/autoidx-kimber.xsl +139 -0
  1051. data/docbook-xsl/xhtml/autoidx-kosek.xsl +109 -0
  1052. data/docbook-xsl/xhtml/autoidx-ng.xsl +21 -0
  1053. data/docbook-xsl/xhtml/autoidx.xsl +588 -0
  1054. data/docbook-xsl/xhtml/autotoc.xsl +632 -0
  1055. data/docbook-xsl/xhtml/biblio-iso690.xsl +1300 -0
  1056. data/docbook-xsl/xhtml/biblio.xsl +1234 -0
  1057. data/docbook-xsl/xhtml/block.xsl +432 -0
  1058. data/docbook-xsl/xhtml/callout.xsl +188 -0
  1059. data/docbook-xsl/xhtml/changebars.xsl +78 -0
  1060. data/docbook-xsl/xhtml/chunk-changebars.xsl +96 -0
  1061. data/docbook-xsl/xhtml/chunk-code.xsl +639 -0
  1062. data/docbook-xsl/xhtml/chunk-common.xsl +1552 -0
  1063. data/docbook-xsl/xhtml/chunk.xsl +52 -0
  1064. data/docbook-xsl/xhtml/chunker.xsl +302 -0
  1065. data/docbook-xsl/xhtml/chunkfast.xsl +69 -0
  1066. data/docbook-xsl/xhtml/chunktoc.xsl +462 -0
  1067. data/docbook-xsl/xhtml/component.xsl +375 -0
  1068. data/docbook-xsl/xhtml/division.xsl +228 -0
  1069. data/docbook-xsl/xhtml/docbook.xsl +447 -0
  1070. data/docbook-xsl/xhtml/ebnf.xsl +328 -0
  1071. data/docbook-xsl/xhtml/footnote.xsl +301 -0
  1072. data/docbook-xsl/xhtml/formal.xsl +387 -0
  1073. data/docbook-xsl/xhtml/glossary.xsl +548 -0
  1074. data/docbook-xsl/xhtml/graphics.xsl +1436 -0
  1075. data/docbook-xsl/xhtml/highlight.xsl +70 -0
  1076. data/docbook-xsl/xhtml/html-rtf.xsl +321 -0
  1077. data/docbook-xsl/xhtml/html.xsl +263 -0
  1078. data/docbook-xsl/xhtml/htmltbl.xsl +57 -0
  1079. data/docbook-xsl/xhtml/index.xsl +224 -0
  1080. data/docbook-xsl/xhtml/info.xsl +44 -0
  1081. data/docbook-xsl/xhtml/inline.xsl +1457 -0
  1082. data/docbook-xsl/xhtml/keywords.xsl +36 -0
  1083. data/docbook-xsl/xhtml/lists.xsl +1081 -0
  1084. data/docbook-xsl/xhtml/maketoc.xsl +91 -0
  1085. data/docbook-xsl/xhtml/manifest.xsl +22 -0
  1086. data/docbook-xsl/xhtml/math.xsl +284 -0
  1087. data/docbook-xsl/xhtml/oldchunker.xsl +176 -0
  1088. data/docbook-xsl/xhtml/onechunk.xsl +36 -0
  1089. data/docbook-xsl/xhtml/param.xsl +424 -0
  1090. data/docbook-xsl/xhtml/pi.xsl +1203 -0
  1091. data/docbook-xsl/xhtml/profile-chunk-code.xsl +611 -0
  1092. data/docbook-xsl/xhtml/profile-chunk.xsl +52 -0
  1093. data/docbook-xsl/xhtml/profile-docbook.xsl +409 -0
  1094. data/docbook-xsl/xhtml/profile-onechunk.xsl +36 -0
  1095. data/docbook-xsl/xhtml/qandaset.xsl +371 -0
  1096. data/docbook-xsl/xhtml/refentry.xsl +309 -0
  1097. data/docbook-xsl/xhtml/sections.xsl +554 -0
  1098. data/docbook-xsl/xhtml/synop.xsl +1508 -0
  1099. data/docbook-xsl/xhtml/table.xsl +1102 -0
  1100. data/docbook-xsl/xhtml/task.xsl +73 -0
  1101. data/docbook-xsl/xhtml/titlepage.templates.xsl +3622 -0
  1102. data/docbook-xsl/xhtml/titlepage.xsl +1015 -0
  1103. data/docbook-xsl/xhtml/toc.xsl +159 -0
  1104. data/docbook-xsl/xhtml/verbatim.xsl +354 -0
  1105. data/docbook-xsl/xhtml/xref.xsl +1288 -0
  1106. data/example/LICENSE +22 -0
  1107. data/example/book/big.asc +5604 -0
  1108. data/example/book/book.asc +62 -0
  1109. data/example/book/holmes.asc +12983 -0
  1110. data/example/book/image/octocat_professor.png +0 -0
  1111. data/example/book/include/hello.c +10 -0
  1112. data/example/output/META-INF/container.xml +6 -0
  1113. data/example/output/OEBPS/ar01s02.html +15 -0
  1114. data/example/output/OEBPS/ar01s03.html +3 -0
  1115. data/example/output/OEBPS/content.opf +21 -0
  1116. data/example/output/OEBPS/index.html +5 -0
  1117. data/example/output/OEBPS/toc.ncx +37 -0
  1118. data/example/output/a_case_of_identity.html +725 -0
  1119. data/example/output/a_example_appendix.html +63 -0
  1120. data/example/output/a_migration_notes.html +95 -0
  1121. data/example/output/apa.html +20 -0
  1122. data/example/output/apb.html +6 -0
  1123. data/example/output/apc.html +24 -0
  1124. data/example/output/apd.html +30 -0
  1125. data/example/output/ape.html +26 -0
  1126. data/example/output/apf.html +9 -0
  1127. data/example/output/apg.html +42 -0
  1128. data/example/output/aph.html +89 -0
  1129. data/example/output/ar01s02.html +12 -0
  1130. data/example/output/ar01s03.html +34 -0
  1131. data/example/output/ar01s04.html +77 -0
  1132. data/example/output/ar01s05.html +272 -0
  1133. data/example/output/ar01s06.html +35 -0
  1134. data/example/output/ar01s07.html +105 -0
  1135. data/example/output/ar01s08.html +33 -0
  1136. data/example/output/ar01s09.html +12 -0
  1137. data/example/output/ar01s10.html +14 -0
  1138. data/example/output/ar01s11.html +34 -0
  1139. data/example/output/ar01s12.html +63 -0
  1140. data/example/output/ar01s13.html +156 -0
  1141. data/example/output/ar01s14.html +330 -0
  1142. data/example/output/ar01s15.html +22 -0
  1143. data/example/output/ar01s16.html +27 -0
  1144. data/example/output/ar01s17.html +94 -0
  1145. data/example/output/ar01s18.html +359 -0
  1146. data/example/output/ar01s19.html +373 -0
  1147. data/example/output/ar01s20.html +27 -0
  1148. data/example/output/ar01s21.html +33 -0
  1149. data/example/output/ar01s22.html +351 -0
  1150. data/example/output/ar01s23.html +21 -0
  1151. data/example/output/ar01s24.html +69 -0
  1152. data/example/output/ar01s25.html +60 -0
  1153. data/example/output/ar01s26.html +217 -0
  1154. data/example/output/ar01s27.html +88 -0
  1155. data/example/output/ar01s28.html +237 -0
  1156. data/example/output/ar01s29.html +68 -0
  1157. data/example/output/ar01s30.html +154 -0
  1158. data/example/output/ar01s31.html +6 -0
  1159. data/example/output/ar01s32.html +22 -0
  1160. data/example/output/ar01s33.html +209 -0
  1161. data/example/output/asciidoc_backends.html +190 -0
  1162. data/example/output/asciidoc_document_types.html +131 -0
  1163. data/example/output/attribute_entries.html +185 -0
  1164. data/example/output/attribute_lists.html +157 -0
  1165. data/example/output/attribute_references.html +414 -0
  1166. data/example/output/attributelist_element.html +143 -0
  1167. data/example/output/b_packager_notes.html +68 -0
  1168. data/example/output/bi01.html +18 -0
  1169. data/example/output/big.asc +5604 -0
  1170. data/example/output/block_element_definitions.html +448 -0
  1171. data/example/output/block_titles.html +83 -0
  1172. data/example/output/blockid_element.html +80 -0
  1173. data/example/output/book.asc +5604 -0
  1174. data/example/output/book.epub +0 -0
  1175. data/example/output/book.fo +3788 -0
  1176. data/example/output/book.html +8793 -0
  1177. data/example/output/book.xml +8265 -0
  1178. data/example/output/c_asciidoc_safe_mode.html +105 -0
  1179. data/example/output/callouts.html +214 -0
  1180. data/example/output/catalog +10 -0
  1181. data/example/output/colophon.html +397 -0
  1182. data/example/output/configuration_files.html +672 -0
  1183. data/example/output/converting_docbook_to_other_file_formats.html +324 -0
  1184. data/example/output/d_using_asciidoc_with_non-english_languages.html +107 -0
  1185. data/example/output/delimited_blocks.html +455 -0
  1186. data/example/output/document_attributes.html +95 -0
  1187. data/example/output/document_processing.html +116 -0
  1188. data/example/output/document_structure.html +493 -0
  1189. data/example/output/e_vim_syntax_highlighter.html +111 -0
  1190. data/example/output/example_bibliography.html +82 -0
  1191. data/example/output/example_colophon.html +58 -0
  1192. data/example/output/example_glossary.html +73 -0
  1193. data/example/output/example_index.html +108 -0
  1194. data/example/output/f_attribute_options.html +129 -0
  1195. data/example/output/filters.html +179 -0
  1196. data/example/output/footnotes.html +103 -0
  1197. data/example/output/g_diagnostics.html +148 -0
  1198. data/example/output/generating_plain_text_files.html +68 -0
  1199. data/example/output/getting_started.html +87 -0
  1200. data/example/output/glossary.html +95 -0
  1201. data/example/output/go01.html +24 -0
  1202. data/example/output/h_backend_attributes.html +308 -0
  1203. data/example/output/help_commands.html +96 -0
  1204. data/example/output/holmes.asc +12983 -0
  1205. data/example/output/image/octocat_professor.png +0 -0
  1206. data/example/output/include/hello.c +10 -0
  1207. data/example/output/index.html +656 -0
  1208. data/example/output/indexes.html +104 -0
  1209. data/example/output/intrinsic_attributes.html +165 -0
  1210. data/example/output/ix01.html +3 -0
  1211. data/example/output/lists.html +666 -0
  1212. data/example/output/macros.html +737 -0
  1213. data/example/output/manpage_documents.html +124 -0
  1214. data/example/output/master.css +281 -0
  1215. data/example/output/mathematical_formulas.html +125 -0
  1216. data/example/output/page.html +60 -0
  1217. data/example/output/paragraphs.html +192 -0
  1218. data/example/output/pr01.html +3 -0
  1219. data/example/output/source_code_highlighting.html +59 -0
  1220. data/example/output/stylesheets/handbookish-quirks.css +0 -0
  1221. data/example/output/stylesheets/handbookish.css +233 -0
  1222. data/example/output/tables.html +797 -0
  1223. data/example/output/text_formatting.html +273 -0
  1224. data/example/output/the_adventure_of_the_beryl_coronet.html +968 -0
  1225. data/example/output/the_adventure_of_the_blue_carbuncle.html +825 -0
  1226. data/example/output/the_adventure_of_the_copper_beeches.html +998 -0
  1227. data/example/output/the_adventure_of_the_engineer_s_thumb.html +851 -0
  1228. data/example/output/the_adventure_of_the_noble_bachelor.html +861 -0
  1229. data/example/output/the_adventure_of_the_speckled_band.html +1015 -0
  1230. data/example/output/the_boscombe_valley_mystery.html +974 -0
  1231. data/example/output/the_first_chapter.html +110 -0
  1232. data/example/output/the_five_orange_pips.html +776 -0
  1233. data/example/output/the_man_with_the_twisted_lip.html +946 -0
  1234. data/example/output/the_red-headed_league.html +950 -0
  1235. data/example/output/the_second_chapter.html +95 -0
  1236. data/example/output/the_third_chapter.html +58 -0
  1237. data/example/output/tips_and_tricks.html +452 -0
  1238. data/example/output/title.html +120 -0
  1239. data/example/output/titles.html +126 -0
  1240. data/example/site/index.html +12 -0
  1241. data/example/site/page.html +8 -0
  1242. data/site/default/index.html +43 -0
  1243. data/site/default/master.css +281 -0
  1244. data/site/default/page.html +60 -0
  1245. data/stylesheets/handbookish-quirks.css +0 -0
  1246. data/stylesheets/handbookish.css +233 -0
  1247. data/template/LICENSE +1 -0
  1248. data/template/README.asciidoc +9 -0
  1249. data/template/book/book.asc +58 -0
  1250. data/template/book/chapter2.asc +8 -0
  1251. data/template/book/image/octocat_professor.png +0 -0
  1252. data/template/book/include/hello.c +10 -0
  1253. metadata +1255 -3
@@ -0,0 +1,950 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml">
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
+ <link rel="stylesheet" href="master.css" type="text/css" />
6
+ <title>The Red-Headed League</title>
7
+ </head>
8
+
9
+ <body>
10
+ <div class="nav" id="navheader">
11
+ <table width="100%">
12
+ <tr><td width="33%" align="left">
13
+
14
+ <a href="title.html">Prev</a><br/>
15
+ A Scandal in Bohemia
16
+
17
+ </td><td width="33%" align="center">
18
+
19
+ <a href="index.html">Home</a><br/>
20
+ <strong>The Adventures of Sherlock Holmes</strong>
21
+
22
+ </td><td width="33%" align="right">
23
+
24
+ <a href="a_case_of_identity.html">Next</a><br/>
25
+ A Case of Identity
26
+
27
+ </td></tr>
28
+ </table>
29
+ </div>
30
+
31
+ <hr/>
32
+
33
+ <div class="content">
34
+ <div class="section" lang="en" xml:lang="en">
35
+ <div class="titlepage"><div><div><h2 class="title" style="clear: both">
36
+ <a id="_the_red_headed_league"></a>The Red-Headed League</h2></div></div></div>
37
+ <p>I had called upon my friend, Mr. Sherlock Holmes, one day in the
38
+ autumn of last year and found him in deep conversation with a
39
+ very stout, florid-faced, elderly gentleman with fiery red hair.
40
+ With an apology for my intrusion, I was about to withdraw when
41
+ Holmes pulled me abruptly into the room and closed the door
42
+ behind me.</p>
43
+ <p>"You could not possibly have come at a better time, my dear
44
+ Watson," he said cordially.</p>
45
+ <p>"I was afraid that you were engaged."</p>
46
+ <p>"So I am. Very much so."</p>
47
+ <p>"Then I can wait in the next room."</p>
48
+ <p>"Not at all. This gentleman, Mr. Wilson, has been my partner and
49
+ helper in many of my most successful cases, and I have no
50
+ doubt that he will be of the utmost use to me in yours also."</p>
51
+ <p>The stout gentleman half rose from his chair and gave a bob of
52
+ greeting, with a quick little questioning glance from his small
53
+ fat-encircled eyes.</p>
54
+ <p>"Try the settee," said Holmes, relapsing into his armchair and
55
+ putting his fingertips together, as was his custom when in
56
+ judicial moods. "I know, my dear Watson, that you share my love
57
+ of all that is bizarre and outside the conventions and humdrum
58
+ routine of everyday life. You have shown your relish for it by
59
+ the enthusiasm which has prompted you to chronicle, and, if you
60
+ will excuse my saying so, somewhat to embellish so many of my own
61
+ little adventures."</p>
62
+ <p>"Your cases have indeed been of the greatest interest to me," I
63
+ observed.</p>
64
+ <p>"You will remember that I remarked the other day, just before we
65
+ went into the very simple problem presented by Miss Mary
66
+ Sutherland, that for strange effects and extraordinary
67
+ combinations we must go to life itself, which is always far more
68
+ daring than any effort of the imagination."</p>
69
+ <p>"A proposition which I took the liberty of doubting."</p>
70
+ <p>"You did, Doctor, but none the less you must come round to my
71
+ view, for otherwise I shall keep on piling fact upon fact on you
72
+ until your reason breaks down under them and acknowledges me to
73
+ be right. Now, Mr. Jabez Wilson here has been good enough to call
74
+ upon me this morning, and to begin a narrative which promises to
75
+ be one of the most singular which I have listened to for some
76
+ time. You have heard me remark that the strangest and most unique
77
+ things are very often connected not with the larger but with the
78
+ smaller crimes, and occasionally, indeed, where there is room for
79
+ doubt whether any positive crime has been committed. As far as I
80
+ have heard it is impossible for me to say whether the present
81
+ case is an instance of crime or not, but the course of events is
82
+ certainly among the most singular that I have ever listened to.
83
+ Perhaps, Mr. Wilson, you would have the great kindness to
84
+ recommence your narrative. I ask you not merely because my friend
85
+ Dr. Watson has not heard the opening part but also because the
86
+ peculiar nature of the story makes me anxious to have every
87
+ possible detail from your lips. As a rule, when I have heard some
88
+ slight indication of the course of events, I am able to guide
89
+ myself by the thousands of other similar cases which occur to my
90
+ memory. In the present instance I am forced to admit that the
91
+ facts are, to the best of my belief, unique."</p>
92
+ <p>The portly client puffed out his chest with an appearance of some
93
+ little pride and pulled a dirty and wrinkled newspaper from the
94
+ inside pocket of his greatcoat. As he glanced down the
95
+ advertisement column, with his head thrust forward and the paper
96
+ flattened out upon his knee, I took a good look at the man and
97
+ endeavoured, after the fashion of my companion, to read the
98
+ indications which might be presented by his dress or appearance.</p>
99
+ <p>I did not gain very much, however, by my inspection. Our visitor
100
+ bore every mark of being an average commonplace British
101
+ tradesman, obese, pompous, and slow. He wore rather baggy grey
102
+ shepherd’s check trousers, a not over-clean black frock-coat,
103
+ unbuttoned in the front, and a drab waistcoat with a heavy brassy
104
+ Albert chain, and a square pierced bit of metal dangling down as
105
+ an ornament. A frayed top-hat and a faded brown overcoat with a
106
+ wrinkled velvet collar lay upon a chair beside him. Altogether,
107
+ look as I would, there was nothing remarkable about the man save
108
+ his blazing red head, and the expression of extreme chagrin and
109
+ discontent upon his features.</p>
110
+ <p>Sherlock Holmes' quick eye took in my occupation, and he shook
111
+ his head with a smile as he noticed my questioning glances.
112
+ "Beyond the obvious facts that he has at some time done manual
113
+ labour, that he takes snuff, that he is a Freemason, that he has
114
+ been in China, and that he has done a considerable amount of
115
+ writing lately, I can deduce nothing else."</p>
116
+ <p>Mr. Jabez Wilson started up in his chair, with his forefinger
117
+ upon the paper, but his eyes upon my companion.</p>
118
+ <p>"How, in the name of good-fortune, did you know all that, Mr.
119
+ Holmes?" he asked. "How did you know, for example, that I did
120
+ manual labour. It’s as true as gospel, for I began as a ship’s
121
+ carpenter."</p>
122
+ <p>"Your hands, my dear sir. Your right hand is quite a size larger
123
+ than your left. You have worked with it, and the muscles are more
124
+ developed."</p>
125
+ <p>"Well, the snuff, then, and the Freemasonry?"</p>
126
+ <p>"I won’t insult your intelligence by telling you how I read that,
127
+ especially as, rather against the strict rules of your order, you
128
+ use an arc-and-compass breastpin."</p>
129
+ <p>"Ah, of course, I forgot that. But the writing?"</p>
130
+ <p>"What else can be indicated by that right cuff so very shiny for
131
+ five inches, and the left one with the smooth patch near the
132
+ elbow where you rest it upon the desk?"</p>
133
+ <p>"Well, but China?"</p>
134
+ <p>"The fish that you have tattooed immediately above your right
135
+ wrist could only have been done in China. I have made a small
136
+ study of tattoo marks and have even contributed to the literature
137
+ of the subject. That trick of staining the fishes' scales of a
138
+ delicate pink is quite peculiar to China. When, in addition, I
139
+ see a Chinese coin hanging from your watch-chain, the matter
140
+ becomes even more simple."</p>
141
+ <p>Mr. Jabez Wilson laughed heavily. "Well, I never!" said he. "I
142
+ thought at first that you had done something clever, but I see
143
+ that there was nothing in it, after all."</p>
144
+ <p>"I begin to think, Watson," said Holmes, "that I make a mistake
145
+ in explaining. <span class="emphasis"><em>Omne ignotum pro magnifico,</em></span> you know, and my
146
+ poor little reputation, such as it is, will suffer shipwreck if I
147
+ am so candid. Can you not find the advertisement, Mr. Wilson?"</p>
148
+ <p>"Yes, I have got it now," he answered with his thick red finger
149
+ planted halfway down the column. "Here it is. This is what began
150
+ it all. You just read it for yourself, sir."</p>
151
+ <p>I took the paper from him and read as follows:</p>
152
+ <p>"TO THE RED-HEADED LEAGUE: On account of the bequest of the late
153
+ Ezekiah Hopkins, of Lebanon, Pennsylvania, U. S. A., there is now
154
+ another vacancy open which entitles a member of the League to a
155
+ salary of 4 pounds a week for purely nominal services. All
156
+ red-headed men who are sound in body and mind and above the age
157
+ of twenty-one years, are eligible. Apply in person on Monday, at
158
+ eleven o’clock, to Duncan Ross, at the offices of the League, 7
159
+ Pope’s Court, Fleet Street."</p>
160
+ <p>"What on earth does this mean?" I ejaculated after I had twice
161
+ read over the extraordinary announcement.</p>
162
+ <p>Holmes chuckled and wriggled in his chair, as was his habit when
163
+ in high spirits. "It is a little off the beaten track, isn’t it?"
164
+ said he. "And now, Mr. Wilson, off you go at scratch and tell us
165
+ all about yourself, your household, and the effect which this
166
+ advertisement had upon your fortunes. You will first make a note,
167
+ Doctor, of the paper and the date."</p>
168
+ <p>"It is The Morning Chronicle of April 27, 1890. Just two months
169
+ ago."</p>
170
+ <p>"Very good. Now, Mr. Wilson?"</p>
171
+ <p>"Well, it is just as I have been telling you, Mr. Sherlock
172
+ Holmes," said Jabez Wilson, mopping his forehead; "I have a small
173
+ pawnbroker’s business at Coburg Square, near the City. It’s not a
174
+ very large affair, and of late years it has not done more than
175
+ just give me a living. I used to be able to keep two assistants,
176
+ but now I only keep one; and I would have a job to pay him but
177
+ that he is willing to come for half wages so as to learn the
178
+ business."</p>
179
+ <p>"What is the name of this obliging youth?" asked Sherlock Holmes.</p>
180
+ <p>"His name is Vincent Spaulding, and he’s not such a youth,
181
+ either. It’s hard to say his age. I should not wish a smarter
182
+ assistant, Mr. Holmes; and I know very well that he could better
183
+ himself and earn twice what I am able to give him. But, after
184
+ all, if he is satisfied, why should I put ideas in his head?"</p>
185
+ <p>"Why, indeed? You seem most fortunate in having an employé who
186
+ comes under the full market price. It is not a common experience
187
+ among employers in this age. I don’t know that your assistant is
188
+ not as remarkable as your advertisement."</p>
189
+ <p>"Oh, he has his faults, too," said Mr. Wilson. "Never was such a
190
+ fellow for photography. Snapping away with a camera when he ought
191
+ to be improving his mind, and then diving down into the cellar
192
+ like a rabbit into its hole to develop his pictures. That is his
193
+ main fault, but on the whole he’s a good worker. There’s no vice
194
+ in him."</p>
195
+ <p>"He is still with you, I presume?"</p>
196
+ <p>"Yes, sir. He and a girl of fourteen, who does a bit of simple
197
+ cooking and keeps the place clean—that’s all I have in the
198
+ house, for I am a widower and never had any family. We live very
199
+ quietly, sir, the three of us; and we keep a roof over our heads
200
+ and pay our debts, if we do nothing more.</p>
201
+ <p>"The first thing that put us out was that advertisement.
202
+ Spaulding, he came down into the office just this day eight
203
+ weeks, with this very paper in his hand, and he says:</p>
204
+ <p>"<span class="emphasis"><em>I wish to the Lord, Mr. Wilson, that I was a red-headed man.</em></span></p>
205
+ <p>"<span class="emphasis"><em>Why that?</em></span> I asks.</p>
206
+ <p>"<span class="emphasis"><em>Why,</em></span> says he, <span class="emphasis"><em>here’s another vacancy on the League of the
207
+ Red-headed Men. It’s worth quite a little fortune to any man who
208
+ gets it, and I understand that there are more vacancies than
209
+ there are men, so that the trustees are at their wits</em></span> end what
210
+ to do with the money. If my hair would only change colour, here’s
211
+ a nice little crib all ready for me to step into.'</p>
212
+ <p>"<span class="emphasis"><em>Why, what is it, then?</em></span> I asked. You see, Mr. Holmes, I am a
213
+ very stay-at-home man, and as my business came to me instead of
214
+ my having to go to it, I was often weeks on end without putting
215
+ my foot over the door-mat. In that way I didn’t know much of what
216
+ was going on outside, and I was always glad of a bit of news.</p>
217
+ <p>"<span class="emphasis"><em>Have you never heard of the League of the Red-headed Men?</em></span> he
218
+ asked with his eyes open.</p>
219
+ <p>"<span class="emphasis"><em>Never.</em></span></p>
220
+ <p>"<span class="emphasis"><em>Why, I wonder at that, for you are eligible yourself for one
221
+ of the vacancies.</em></span></p>
222
+ <p>"<span class="emphasis"><em>And what are they worth?</em></span> I asked.</p>
223
+ <p>"<span class="emphasis"><em>Oh, merely a couple of hundred a year, but the work is slight,
224
+ and it need not interfere very much with one’s other
225
+ occupations.</em></span></p>
226
+ <p>"Well, you can easily think that that made me prick up my ears,
227
+ for the business has not been over-good for some years, and an
228
+ extra couple of hundred would have been very handy.</p>
229
+ <p>"<span class="emphasis"><em>Tell me all about it,</em></span> said I.</p>
230
+ <p>"<span class="emphasis"><em>Well,</em></span> said he, showing me the advertisement, <span class="emphasis"><em>you can see for
231
+ yourself that the League has a vacancy, and there is the address
232
+ where you should apply for particulars. As far as I can make out,
233
+ the League was founded by an American millionaire, Ezekiah
234
+ Hopkins, who was very peculiar in his ways. He was himself
235
+ red-headed, and he had a great sympathy for all red-headed men;
236
+ so when he died it was found that he had left his enormous
237
+ fortune in the hands of trustees, with instructions to apply the
238
+ interest to the providing of easy berths to men whose hair is of
239
+ that colour. From all I hear it is splendid pay and very little to
240
+ do.</em></span></p>
241
+ <p>"<span class="emphasis"><em>But,</em></span> said I, <span class="emphasis"><em>there would be millions of red-headed men who
242
+ would apply.</em></span></p>
243
+ <p>"<span class="emphasis"><em>Not so many as you might think,</em></span> he answered. <span class="emphasis"><em>You see it is
244
+ really confined to Londoners, and to grown men. This American had
245
+ started from London when he was young, and he wanted to do the
246
+ old town a good turn. Then, again, I have heard it is no use your
247
+ applying if your hair is light red, or dark red, or anything but
248
+ real bright, blazing, fiery red. Now, if you cared to apply, Mr.
249
+ Wilson, you would just walk in; but perhaps it would hardly be
250
+ worth your while to put yourself out of the way for the sake of a
251
+ few hundred pounds.</em></span></p>
252
+ <p>"Now, it is a fact, gentlemen, as you may see for yourselves,
253
+ that my hair is of a very full and rich tint, so that it seemed
254
+ to me that if there was to be any competition in the matter I
255
+ stood as good a chance as any man that I had ever met. Vincent
256
+ Spaulding seemed to know so much about it that I thought he might
257
+ prove useful, so I just ordered him to put up the shutters for
258
+ the day and to come right away with me. He was very willing to
259
+ have a holiday, so we shut the business up and started off for
260
+ the address that was given us in the advertisement.</p>
261
+ <p>"I never hope to see such a sight as that again, Mr. Holmes. From
262
+ north, south, east, and west every man who had a shade of red in
263
+ his hair had tramped into the city to answer the advertisement.
264
+ Fleet Street was choked with red-headed folk, and Pope’s Court
265
+ looked like a coster’s orange barrow. I should not have thought
266
+ there were so many in the whole country as were brought together
267
+ by that single advertisement. Every shade of colour they
268
+ were—straw, lemon, orange, brick, Irish-setter, liver, clay;
269
+ but, as Spaulding said, there were not many who had the real
270
+ vivid flame-coloured tint. When I saw how many were waiting, I
271
+ would have given it up in despair; but Spaulding would not hear
272
+ of it. How he did it I could not imagine, but he pushed and
273
+ pulled and butted until he got me through the crowd, and right up
274
+ to the steps which led to the office. There was a double stream
275
+ upon the stair, some going up in hope, and some coming back
276
+ dejected; but we wedged in as well as we could and soon found
277
+ ourselves in the office."</p>
278
+ <p>"Your experience has been a most entertaining one," remarked
279
+ Holmes as his client paused and refreshed his memory with a huge
280
+ pinch of snuff. "Pray continue your very interesting statement."</p>
281
+ <p>"There was nothing in the office but a couple of wooden chairs
282
+ and a deal table, behind which sat a small man with a head that
283
+ was even redder than mine. He said a few words to each candidate
284
+ as he came up, and then he always managed to find some fault in
285
+ them which would disqualify them. Getting a vacancy did not seem
286
+ to be such a very easy matter, after all. However, when our turn
287
+ came the little man was much more favourable to me than to any of
288
+ the others, and he closed the door as we entered, so that he
289
+ might have a private word with us.</p>
290
+ <p>"<span class="emphasis"><em>This is Mr. Jabez Wilson,</em></span> said my assistant, <span class="emphasis"><em>and he is
291
+ willing to fill a vacancy in the League.</em></span></p>
292
+ <p>"<span class="emphasis"><em>And he is admirably suited for it,</em></span> the other answered. <span class="emphasis"><em>He has
293
+ every requirement. I cannot recall when I have seen anything so
294
+ fine.</em></span> He took a step backward, cocked his head on one side, and
295
+ gazed at my hair until I felt quite bashful. Then suddenly he
296
+ plunged forward, wrung my hand, and congratulated me warmly on my
297
+ success.</p>
298
+ <p>"<span class="emphasis"><em>It would be injustice to hesitate,</em></span> said he. <span class="emphasis"><em>You will,
299
+ however, I am sure, excuse me for taking an obvious precaution.</em></span>
300
+ With that he seized my hair in both his hands, and tugged until I
301
+ yelled with the pain. <span class="emphasis"><em>There is water in your eyes,</em></span> said he as
302
+ he released me. <span class="emphasis"><em>I perceive that all is as it should be. But we
303
+ have to be careful, for we have twice been deceived by wigs and
304
+ once by paint. I could tell you tales of cobbler’s wax which
305
+ would disgust you with human nature.</em></span> He stepped over to the
306
+ window and shouted through it at the top of his voice that the
307
+ vacancy was filled. A groan of disappointment came up from below,
308
+ and the folk all trooped away in different directions until there
309
+ was not a red-head to be seen except my own and that of the
310
+ manager.</p>
311
+ <p>"<span class="emphasis"><em>My name,</em></span> said he, <span class="emphasis"><em>is Mr. Duncan Ross, and I am myself one of
312
+ the pensioners upon the fund left by our noble benefactor. Are
313
+ you a married man, Mr. Wilson? Have you a family?</em></span></p>
314
+ <p>"I answered that I had not.</p>
315
+ <p>"His face fell immediately.</p>
316
+ <p>"<span class="emphasis"><em>Dear me!</em></span> he said gravely, <span class="emphasis"><em>that is very serious indeed! I am
317
+ sorry to hear you say that. The fund was, of course, for the
318
+ propagation and spread of the red-heads as well as for their
319
+ maintenance. It is exceedingly unfortunate that you should be a
320
+ bachelor.</em></span></p>
321
+ <p>"My face lengthened at this, Mr. Holmes, for I thought that I was
322
+ not to have the vacancy after all; but after thinking it over for
323
+ a few minutes he said that it would be all right.</p>
324
+ <p>"<span class="emphasis"><em>In the case of another,</em></span> said he, <span class="emphasis"><em>the objection might be
325
+ fatal, but we must stretch a point in favour of a man with such a
326
+ head of hair as yours. When shall you be able to enter upon your
327
+ new duties?</em></span></p>
328
+ <p>"<span class="emphasis"><em>Well, it is a little awkward, for I have a business already,</em></span>
329
+ said I.</p>
330
+ <p>"<span class="emphasis"><em>Oh, never mind about that, Mr. Wilson!</em></span> said Vincent Spaulding.
331
+ <span class="emphasis"><em>I should be able to look after that for you.</em></span></p>
332
+ <p>"<span class="emphasis"><em>What would be the hours?</em></span> I asked.</p>
333
+ <p>"<span class="emphasis"><em>Ten to two.</em></span></p>
334
+ <p>"Now a pawnbroker’s business is mostly done of an evening, Mr.
335
+ Holmes, especially Thursday and Friday evening, which is just
336
+ before pay-day; so it would suit me very well to earn a little in
337
+ the mornings. Besides, I knew that my assistant was a good man,
338
+ and that he would see to anything that turned up.</p>
339
+ <p>"<span class="emphasis"><em>That would suit me very well,</em></span> said I. <span class="emphasis"><em>And the pay?</em></span></p>
340
+ <p>"<span class="emphasis"><em>Is 4 pounds a week.</em></span></p>
341
+ <p>"<span class="emphasis"><em>And the work?</em></span></p>
342
+ <p>"<span class="emphasis"><em>Is purely nominal.</em></span></p>
343
+ <p>"<span class="emphasis"><em>What do you call purely nominal?</em></span></p>
344
+ <p>"<span class="emphasis"><em>Well, you have to be in the office, or at least in the
345
+ building, the whole time. If you leave, you forfeit your whole
346
+ position forever. The will is very clear upon that point. You
347
+ don’t comply with the conditions if you budge from the office
348
+ during that time.</em></span></p>
349
+ <p>"<span class="emphasis"><em>It’s only four hours a day, and I should not think of leaving,</em></span>
350
+ said I.</p>
351
+ <p>"<span class="emphasis"><em>No excuse will avail,</em></span> said Mr. Duncan Ross; <span class="emphasis"><em>neither sickness
352
+ nor business nor anything else. There you must stay, or you lose
353
+ your billet.</em></span></p>
354
+ <p>"<span class="emphasis"><em>And the work?</em></span></p>
355
+ <p>"<span class="emphasis"><em>Is to copy out the "Encyclopaedia Britannica." There is the first
356
+ volume of it in that press. You must find your own ink, pens, and
357
+ blotting-paper, but we provide this table and chair. Will you be
358
+ ready to-morrow?</em></span></p>
359
+ <p>"<span class="emphasis"><em>Certainly,</em></span> I answered.</p>
360
+ <p>"<span class="emphasis"><em>Then, good-bye, Mr. Jabez Wilson, and let me congratulate you
361
+ once more on the important position which you have been fortunate
362
+ enough to gain.</em></span> He bowed me out of the room and I went home with
363
+ my assistant, hardly knowing what to say or do, I was so pleased
364
+ at my own good fortune.</p>
365
+ <p>"Well, I thought over the matter all day, and by evening I was in
366
+ low spirits again; for I had quite persuaded myself that the
367
+ whole affair must be some great hoax or fraud, though what its
368
+ object might be I could not imagine. It seemed altogether past
369
+ belief that anyone could make such a will, or that they would pay
370
+ such a sum for doing anything so simple as copying out the
371
+ <span class="emphasis"><em>Encyclopaedia Britannica.</em></span> Vincent Spaulding did what he could to
372
+ cheer me up, but by bedtime I had reasoned myself out of the
373
+ whole thing. However, in the morning I determined to have a look
374
+ at it anyhow, so I bought a penny bottle of ink, and with a
375
+ quill-pen, and seven sheets of foolscap paper, I started off for
376
+ Pope’s Court.</p>
377
+ <p>"Well, to my surprise and delight, everything was as right as
378
+ possible. The table was set out ready for me, and Mr. Duncan Ross
379
+ was there to see that I got fairly to work. He started me off
380
+ upon the letter A, and then he left me; but he would drop in from
381
+ time to time to see that all was right with me. At two o’clock he
382
+ bade me good-day, complimented me upon the amount that I had
383
+ written, and locked the door of the office after me.</p>
384
+ <p>"This went on day after day, Mr. Holmes, and on Saturday the
385
+ manager came in and planked down four golden sovereigns for my
386
+ week’s work. It was the same next week, and the same the week
387
+ after. Every morning I was there at ten, and every afternoon I
388
+ left at two. By degrees Mr. Duncan Ross took to coming in only
389
+ once of a morning, and then, after a time, he did not come in at
390
+ all. Still, of course, I never dared to leave the room for an
391
+ instant, for I was not sure when he might come, and the billet
392
+ was such a good one, and suited me so well, that I would not risk
393
+ the loss of it.</p>
394
+ <p>"Eight weeks passed away like this, and I had written about
395
+ Abbots and Archery and Armour and Architecture and Attica, and
396
+ hoped with diligence that I might get on to the B’s before very
397
+ long. It cost me something in foolscap, and I had pretty nearly
398
+ filled a shelf with my writings. And then suddenly the whole
399
+ business came to an end."</p>
400
+ <p>"To an end?"</p>
401
+ <p>"Yes, sir. And no later than this morning. I went to my work as
402
+ usual at ten o’clock, but the door was shut and locked, with a
403
+ little square of cardboard hammered on to the middle of the
404
+ panel with a tack. Here it is, and you can read for yourself."</p>
405
+ <p>He held up a piece of white cardboard about the size of a sheet
406
+ of note-paper. It read in this fashion:</p>
407
+ <pre class="literallayout">THE RED-HEADED LEAGUE</pre>
408
+ <pre class="literallayout">IS</pre>
409
+ <pre class="literallayout">DISSOLVED.</pre>
410
+ <pre class="literallayout">October 9, 1890.</pre>
411
+ <p>Sherlock Holmes and I surveyed this curt announcement and the
412
+ rueful face behind it, until the comical side of the affair so
413
+ completely overtopped every other consideration that we both
414
+ burst out into a roar of laughter.</p>
415
+ <p>"I cannot see that there is anything very funny," cried our
416
+ client, flushing up to the roots of his flaming head. "If you can
417
+ do nothing better than laugh at me, I can go elsewhere."</p>
418
+ <p>"No, no," cried Holmes, shoving him back into the chair from
419
+ which he had half risen. "I really wouldn’t miss your case for
420
+ the world. It is most refreshingly unusual. But there is, if you
421
+ will excuse my saying so, something just a little funny about it.
422
+ Pray what steps did you take when you found the card upon the
423
+ door?"</p>
424
+ <p>"I was staggered, sir. I did not know what to do. Then I called
425
+ at the offices round, but none of them seemed to know anything
426
+ about it. Finally, I went to the landlord, who is an accountant
427
+ living on the ground-floor, and I asked him if he could tell me
428
+ what had become of the Red-headed League. He said that he had
429
+ never heard of any such body. Then I asked him who Mr. Duncan
430
+ Ross was. He answered that the name was new to him.</p>
431
+ <p>"<span class="emphasis"><em>Well,</em></span> said I, <span class="emphasis"><em>the gentleman at No. 4.</em></span></p>
432
+ <p>"<span class="emphasis"><em>What, the red-headed man?</em></span></p>
433
+ <p>"<span class="emphasis"><em>Yes.</em></span></p>
434
+ <p>"<span class="emphasis"><em>Oh,</em></span> said he, <span class="emphasis"><em>his name was William Morris. He was a solicitor
435
+ and was using my room as a temporary convenience until his new
436
+ premises were ready. He moved out yesterday.</em></span></p>
437
+ <p>"<span class="emphasis"><em>Where could I find him?</em></span></p>
438
+ <p>"<span class="emphasis"><em>Oh, at his new offices. He did tell me the address. Yes, 17
439
+ King Edward Street, near St. Paul’s.</em></span></p>
440
+ <p>"I started off, Mr. Holmes, but when I got to that address it was
441
+ a manufactory of artificial knee-caps, and no one in it had ever
442
+ heard of either Mr. William Morris or Mr. Duncan Ross."</p>
443
+ <p>"And what did you do then?" asked Holmes.</p>
444
+ <p>"I went home to Saxe-Coburg Square, and I took the advice of my
445
+ assistant. But he could not help me in any way. He could only say
446
+ that if I waited I should hear by post. But that was not quite
447
+ good enough, Mr. Holmes. I did not wish to lose such a place
448
+ without a struggle, so, as I had heard that you were good enough
449
+ to give advice to poor folk who were in need of it, I came right
450
+ away to you."</p>
451
+ <p>"And you did very wisely," said Holmes. "Your case is an
452
+ exceedingly remarkable one, and I shall be happy to look into it.
453
+ From what you have told me I think that it is possible that
454
+ graver issues hang from it than might at first sight appear."</p>
455
+ <p>"Grave enough!" said Mr. Jabez Wilson. "Why, I have lost four
456
+ pound a week."</p>
457
+ <p>"As far as you are personally concerned," remarked Holmes, "I do
458
+ not see that you have any grievance against this extraordinary
459
+ league. On the contrary, you are, as I understand, richer by some
460
+ 30 pounds, to say nothing of the minute knowledge which you have
461
+ gained on every subject which comes under the letter A. You have
462
+ lost nothing by them."</p>
463
+ <p>"No, sir. But I want to find out about them, and who they are,
464
+ and what their object was in playing this prank—if it was a
465
+ prank—upon me. It was a pretty expensive joke for them, for it
466
+ cost them two and thirty pounds."</p>
467
+ <p>"We shall endeavour to clear up these points for you. And, first,
468
+ one or two questions, Mr. Wilson. This assistant of yours who
469
+ first called your attention to the advertisement—how long had he
470
+ been with you?"</p>
471
+ <p>"About a month then."</p>
472
+ <p>"How did he come?"</p>
473
+ <p>"In answer to an advertisement."</p>
474
+ <p>"Was he the only applicant?"</p>
475
+ <p>"No, I had a dozen."</p>
476
+ <p>"Why did you pick him?"</p>
477
+ <p>"Because he was handy and would come cheap."</p>
478
+ <p>"At half-wages, in fact."</p>
479
+ <p>"Yes."</p>
480
+ <p>"What is he like, this Vincent Spaulding?"</p>
481
+ <p>"Small, stout-built, very quick in his ways, no hair on his face,
482
+ though he’s not short of thirty. Has a white splash of acid upon
483
+ his forehead."</p>
484
+ <p>Holmes sat up in his chair in considerable excitement. "I thought
485
+ as much," said he. "Have you ever observed that his ears are
486
+ pierced for earrings?"</p>
487
+ <p>"Yes, sir. He told me that a gipsy had done it for him when he
488
+ was a lad."</p>
489
+ <p>"Hum!" said Holmes, sinking back in deep thought. "He is still
490
+ with you?"</p>
491
+ <p>"Oh, yes, sir; I have only just left him."</p>
492
+ <p>"And has your business been attended to in your absence?"</p>
493
+ <p>"Nothing to complain of, sir. There’s never very much to do of a
494
+ morning."</p>
495
+ <p>"That will do, Mr. Wilson. I shall be happy to give you an
496
+ opinion upon the subject in the course of a day or two. To-day is
497
+ Saturday, and I hope that by Monday we may come to a conclusion."</p>
498
+ <p>"Well, Watson," said Holmes when our visitor had left us, "what
499
+ do you make of it all?"</p>
500
+ <p>"I make nothing of it," I answered frankly. "It is a most
501
+ mysterious business."</p>
502
+ <p>"As a rule," said Holmes, "the more bizarre a thing is the less
503
+ mysterious it proves to be. It is your commonplace, featureless
504
+ crimes which are really puzzling, just as a commonplace face is
505
+ the most difficult to identify. But I must be prompt over this
506
+ matter."</p>
507
+ <p>"What are you going to do, then?" I asked.</p>
508
+ <p>"To smoke," he answered. "It is quite a three pipe problem, and I
509
+ beg that you won’t speak to me for fifty minutes." He curled
510
+ himself up in his chair, with his thin knees drawn up to his
511
+ hawk-like nose, and there he sat with his eyes closed and his
512
+ black clay pipe thrusting out like the bill of some strange bird.
513
+ I had come to the conclusion that he had dropped asleep, and
514
+ indeed was nodding myself, when he suddenly sprang out of his
515
+ chair with the gesture of a man who has made up his mind and put
516
+ his pipe down upon the mantelpiece.</p>
517
+ <p>"Sarasate plays at the St. James’s Hall this afternoon," he
518
+ remarked. "What do you think, Watson? Could your patients spare
519
+ you for a few hours?"</p>
520
+ <p>"I have nothing to do to-day. My practice is never very
521
+ absorbing."</p>
522
+ <p>"Then put on your hat and come. I am going through the City
523
+ first, and we can have some lunch on the way. I observe that
524
+ there is a good deal of German music on the programme, which is
525
+ rather more to my taste than Italian or French. It is
526
+ introspective, and I want to introspect. Come along!"</p>
527
+ <p>We travelled by the Underground as far as Aldersgate; and a short
528
+ walk took us to Saxe-Coburg Square, the scene of the singular
529
+ story which we had listened to in the morning. It was a poky,
530
+ little, shabby-genteel place, where four lines of dingy
531
+ two-storied brick houses looked out into a small railed-in
532
+ enclosure, where a lawn of weedy grass and a few clumps of faded
533
+ laurel-bushes made a hard fight against a smoke-laden and
534
+ uncongenial atmosphere. Three gilt balls and a brown board with
535
+ "JABEZ WILSON" in white letters, upon a corner house, announced
536
+ the place where our red-headed client carried on his business.
537
+ Sherlock Holmes stopped in front of it with his head on one side
538
+ and looked it all over, with his eyes shining brightly between
539
+ puckered lids. Then he walked slowly up the street, and then down
540
+ again to the corner, still looking keenly at the houses. Finally
541
+ he returned to the pawnbroker’s, and, having thumped vigorously
542
+ upon the pavement with his stick two or three times, he went up
543
+ to the door and knocked. It was instantly opened by a
544
+ bright-looking, clean-shaven young fellow, who asked him to step
545
+ in.</p>
546
+ <p>"Thank you," said Holmes, "I only wished to ask you how you would
547
+ go from here to the Strand."</p>
548
+ <p>"Third right, fourth left," answered the assistant promptly,
549
+ closing the door.</p>
550
+ <p>"Smart fellow, that," observed Holmes as we walked away. "He is,
551
+ in my judgment, the fourth smartest man in London, and for daring
552
+ I am not sure that he has not a claim to be third. I have known
553
+ something of him before."</p>
554
+ <p>"Evidently," said I, "Mr. Wilson’s assistant counts for a good
555
+ deal in this mystery of the Red-headed League. I am sure that you
556
+ inquired your way merely in order that you might see him."</p>
557
+ <p>"Not him."</p>
558
+ <p>"What then?"</p>
559
+ <p>"The knees of his trousers."</p>
560
+ <p>"And what did you see?"</p>
561
+ <p>"What I expected to see."</p>
562
+ <p>"Why did you beat the pavement?"</p>
563
+ <p>"My dear doctor, this is a time for observation, not for talk. We
564
+ are spies in an enemy’s country. We know something of Saxe-Coburg
565
+ Square. Let us now explore the parts which lie behind it."</p>
566
+ <p>The road in which we found ourselves as we turned round the
567
+ corner from the retired Saxe-Coburg Square presented as great a
568
+ contrast to it as the front of a picture does to the back. It was
569
+ one of the main arteries which conveyed the traffic of the City
570
+ to the north and west. The roadway was blocked with the immense
571
+ stream of commerce flowing in a double tide inward and outward,
572
+ while the footpaths were black with the hurrying swarm of
573
+ pedestrians. It was difficult to realise as we looked at the line
574
+ of fine shops and stately business premises that they really
575
+ abutted on the other side upon the faded and stagnant square
576
+ which we had just quitted.</p>
577
+ <p>"Let me see," said Holmes, standing at the corner and glancing
578
+ along the line, "I should like just to remember the order of the
579
+ houses here. It is a hobby of mine to have an exact knowledge of
580
+ London. There is Mortimer’s, the tobacconist, the little
581
+ newspaper shop, the Coburg branch of the City and Suburban Bank,
582
+ the Vegetarian Restaurant, and McFarlane’s carriage-building
583
+ depot. That carries us right on to the other block. And now,
584
+ Doctor, we’ve done our work, so it’s time we had some play. A
585
+ sandwich and a cup of coffee, and then off to violin-land, where
586
+ all is sweetness and delicacy and harmony, and there are no
587
+ red-headed clients to vex us with their conundrums."</p>
588
+ <p>My friend was an enthusiastic musician, being himself not only a
589
+ very capable performer but a composer of no ordinary merit. All
590
+ the afternoon he sat in the stalls wrapped in the most perfect
591
+ happiness, gently waving his long, thin fingers in time to the
592
+ music, while his gently smiling face and his languid, dreamy eyes
593
+ were as unlike those of Holmes the sleuth-hound, Holmes the
594
+ relentless, keen-witted, ready-handed criminal agent, as it was
595
+ possible to conceive. In his singular character the dual nature
596
+ alternately asserted itself, and his extreme exactness and
597
+ astuteness represented, as I have often thought, the reaction
598
+ against the poetic and contemplative mood which occasionally
599
+ predominated in him. The swing of his nature took him from
600
+ extreme languor to devouring energy; and, as I knew well, he was
601
+ never so truly formidable as when, for days on end, he had been
602
+ lounging in his armchair amid his improvisations and his
603
+ black-letter editions. Then it was that the lust of the chase
604
+ would suddenly come upon him, and that his brilliant reasoning
605
+ power would rise to the level of intuition, until those who were
606
+ unacquainted with his methods would look askance at him as on a
607
+ man whose knowledge was not that of other mortals. When I saw him
608
+ that afternoon so enwrapped in the music at St. James’s Hall I
609
+ felt that an evil time might be coming upon those whom he had set
610
+ himself to hunt down.</p>
611
+ <p>"You want to go home, no doubt, Doctor," he remarked as we
612
+ emerged.</p>
613
+ <p>"Yes, it would be as well."</p>
614
+ <p>"And I have some business to do which will take some hours. This
615
+ business at Coburg Square is serious."</p>
616
+ <p>"Why serious?"</p>
617
+ <p>"A considerable crime is in contemplation. I have every reason to
618
+ believe that we shall be in time to stop it. But to-day being
619
+ Saturday rather complicates matters. I shall want your help
620
+ to-night."</p>
621
+ <p>"At what time?"</p>
622
+ <p>"Ten will be early enough."</p>
623
+ <p>"I shall be at Baker Street at ten."</p>
624
+ <p>"Very well. And, I say, Doctor, there may be some little danger,
625
+ so kindly put your army revolver in your pocket." He waved his
626
+ hand, turned on his heel, and disappeared in an instant among the
627
+ crowd.</p>
628
+ <p>I trust that I am not more dense than my neighbours, but I was
629
+ always oppressed with a sense of my own stupidity in my dealings
630
+ with Sherlock Holmes. Here I had heard what he had heard, I had
631
+ seen what he had seen, and yet from his words it was evident that
632
+ he saw clearly not only what had happened but what was about to
633
+ happen, while to me the whole business was still confused and
634
+ grotesque. As I drove home to my house in Kensington I thought
635
+ over it all, from the extraordinary story of the red-headed
636
+ copier of the "Encyclopaedia" down to the visit to Saxe-Coburg
637
+ Square, and the ominous words with which he had parted from me.
638
+ What was this nocturnal expedition, and why should I go armed?
639
+ Where were we going, and what were we to do? I had the hint from
640
+ Holmes that this smooth-faced pawnbroker’s assistant was a
641
+ formidable man—a man who might play a deep game. I tried to
642
+ puzzle it out, but gave it up in despair and set the matter aside
643
+ until night should bring an explanation.</p>
644
+ <p>It was a quarter-past nine when I started from home and made my
645
+ way across the Park, and so through Oxford Street to Baker
646
+ Street. Two hansoms were standing at the door, and as I entered
647
+ the passage I heard the sound of voices from above. On entering
648
+ his room I found Holmes in animated conversation with two men,
649
+ one of whom I recognised as Peter Jones, the official police
650
+ agent, while the other was a long, thin, sad-faced man, with a
651
+ very shiny hat and oppressively respectable frock-coat.</p>
652
+ <p>"Ha! Our party is complete," said Holmes, buttoning up his
653
+ pea-jacket and taking his heavy hunting crop from the rack.
654
+ "Watson, I think you know Mr. Jones, of Scotland Yard? Let me
655
+ introduce you to Mr. Merryweather, who is to be our companion in
656
+ to-night’s adventure."</p>
657
+ <p>"We’re hunting in couples again, Doctor, you see," said Jones in
658
+ his consequential way. "Our friend here is a wonderful man for
659
+ starting a chase. All he wants is an old dog to help him to do
660
+ the running down."</p>
661
+ <p>"I hope a wild goose may not prove to be the end of our chase,"
662
+ observed Mr. Merryweather gloomily.</p>
663
+ <p>"You may place considerable confidence in Mr. Holmes, sir," said
664
+ the police agent loftily. "He has his own little methods, which
665
+ are, if he won’t mind my saying so, just a little too theoretical
666
+ and fantastic, but he has the makings of a detective in him. It
667
+ is not too much to say that once or twice, as in that business of
668
+ the Sholto murder and the Agra treasure, he has been more nearly
669
+ correct than the official force."</p>
670
+ <p>"Oh, if you say so, Mr. Jones, it is all right," said the
671
+ stranger with deference. "Still, I confess that I miss my rubber.
672
+ It is the first Saturday night for seven-and-twenty years that I
673
+ have not had my rubber."</p>
674
+ <p>"I think you will find," said Sherlock Holmes, "that you will
675
+ play for a higher stake to-night than you have ever done yet, and
676
+ that the play will be more exciting. For you, Mr. Merryweather,
677
+ the stake will be some 30,000 pounds; and for you, Jones, it will
678
+ be the man upon whom you wish to lay your hands."</p>
679
+ <p>"John Clay, the murderer, thief, smasher, and forger. He’s a
680
+ young man, Mr. Merryweather, but he is at the head of his
681
+ profession, and I would rather have my bracelets on him than on
682
+ any criminal in London. He’s a remarkable man, is young John
683
+ Clay. His grandfather was a royal duke, and he himself has been
684
+ to Eton and Oxford. His brain is as cunning as his fingers, and
685
+ though we meet signs of him at every turn, we never know where to
686
+ find the man himself. He’ll crack a crib in Scotland one week,
687
+ and be raising money to build an orphanage in Cornwall the next.
688
+ I’ve been on his track for years and have never set eyes on him
689
+ yet."</p>
690
+ <p>"I hope that I may have the pleasure of introducing you to-night.
691
+ I’ve had one or two little turns also with Mr. John Clay, and I
692
+ agree with you that he is at the head of his profession. It is
693
+ past ten, however, and quite time that we started. If you two
694
+ will take the first hansom, Watson and I will follow in the
695
+ second."</p>
696
+ <p>Sherlock Holmes was not very communicative during the long drive
697
+ and lay back in the cab humming the tunes which he had heard in
698
+ the afternoon. We rattled through an endless labyrinth of gas-lit
699
+ streets until we emerged into Farrington Street.</p>
700
+ <p>"We are close there now," my friend remarked. "This fellow
701
+ Merryweather is a bank director, and personally interested in the
702
+ matter. I thought it as well to have Jones with us also. He is
703
+ not a bad fellow, though an absolute imbecile in his profession.
704
+ He has one positive virtue. He is as brave as a bulldog and as
705
+ tenacious as a lobster if he gets his claws upon anyone. Here we
706
+ are, and they are waiting for us."</p>
707
+ <p>We had reached the same crowded thoroughfare in which we had
708
+ found ourselves in the morning. Our cabs were dismissed, and,
709
+ following the guidance of Mr. Merryweather, we passed down a
710
+ narrow passage and through a side door, which he opened for us.
711
+ Within there was a small corridor, which ended in a very massive
712
+ iron gate. This also was opened, and led down a flight of winding
713
+ stone steps, which terminated at another formidable gate. Mr.
714
+ Merryweather stopped to light a lantern, and then conducted us
715
+ down a dark, earth-smelling passage, and so, after opening a
716
+ third door, into a huge vault or cellar, which was piled all
717
+ round with crates and massive boxes.</p>
718
+ <p>"You are not very vulnerable from above," Holmes remarked as he
719
+ held up the lantern and gazed about him.</p>
720
+ <p>"Nor from below," said Mr. Merryweather, striking his stick upon
721
+ the flags which lined the floor. "Why, dear me, it sounds quite
722
+ hollow!" he remarked, looking up in surprise.</p>
723
+ <p>"I must really ask you to be a little more quiet!" said Holmes
724
+ severely. "You have already imperilled the whole success of our
725
+ expedition. Might I beg that you would have the goodness to sit
726
+ down upon one of those boxes, and not to interfere?"</p>
727
+ <p>The solemn Mr. Merryweather perched himself upon a crate, with a
728
+ very injured expression upon his face, while Holmes fell upon his
729
+ knees upon the floor and, with the lantern and a magnifying lens,
730
+ began to examine minutely the cracks between the stones. A few
731
+ seconds sufficed to satisfy him, for he sprang to his feet again
732
+ and put his glass in his pocket.</p>
733
+ <p>"We have at least an hour before us," he remarked, "for they can
734
+ hardly take any steps until the good pawnbroker is safely in bed.
735
+ Then they will not lose a minute, for the sooner they do their
736
+ work the longer time they will have for their escape. We are at
737
+ present, Doctor—as no doubt you have divined—in the cellar of
738
+ the City branch of one of the principal London banks. Mr.
739
+ Merryweather is the chairman of directors, and he will explain to
740
+ you that there are reasons why the more daring criminals of
741
+ London should take a considerable interest in this cellar at
742
+ present."</p>
743
+ <p>"It is our French gold," whispered the director. "We have had
744
+ several warnings that an attempt might be made upon it."</p>
745
+ <p>"Your French gold?"</p>
746
+ <p>"Yes. We had occasion some months ago to strengthen our resources
747
+ and borrowed for that purpose 30,000 napoleons from the Bank of
748
+ France. It has become known that we have never had occasion to
749
+ unpack the money, and that it is still lying in our cellar. The
750
+ crate upon which I sit contains 2,000 napoleons packed between
751
+ layers of lead foil. Our reserve of bullion is much larger at
752
+ present than is usually kept in a single branch office, and the
753
+ directors have had misgivings upon the subject."</p>
754
+ <p>"Which were very well justified," observed Holmes. "And now it is
755
+ time that we arranged our little plans. I expect that within an
756
+ hour matters will come to a head. In the meantime Mr.
757
+ Merryweather, we must put the screen over that dark lantern."</p>
758
+ <p>"And sit in the dark?"</p>
759
+ <p>"I am afraid so. I had brought a pack of cards in my pocket, and
760
+ I thought that, as we were a partie carrée, you might have your
761
+ rubber after all. But I see that the enemy’s preparations have
762
+ gone so far that we cannot risk the presence of a light. And,
763
+ first of all, we must choose our positions. These are daring men,
764
+ and though we shall take them at a disadvantage, they may do us
765
+ some harm unless we are careful. I shall stand behind this crate,
766
+ and do you conceal yourselves behind those. Then, when I flash a
767
+ light upon them, close in swiftly. If they fire, Watson, have no
768
+ compunction about shooting them down."</p>
769
+ <p>I placed my revolver, cocked, upon the top of the wooden case
770
+ behind which I crouched. Holmes shot the slide across the front
771
+ of his lantern and left us in pitch darkness—such an absolute
772
+ darkness as I have never before experienced. The smell of hot
773
+ metal remained to assure us that the light was still there, ready
774
+ to flash out at a moment’s notice. To me, with my nerves worked
775
+ up to a pitch of expectancy, there was something depressing and
776
+ subduing in the sudden gloom, and in the cold dank air of the
777
+ vault.</p>
778
+ <p>"They have but one retreat," whispered Holmes. "That is back
779
+ through the house into Saxe-Coburg Square. I hope that you have
780
+ done what I asked you, Jones?"</p>
781
+ <p>"I have an inspector and two officers waiting at the front door."</p>
782
+ <p>"Then we have stopped all the holes. And now we must be silent
783
+ and wait."</p>
784
+ <p>What a time it seemed! From comparing notes afterwards it was but
785
+ an hour and a quarter, yet it appeared to me that the night must
786
+ have almost gone and the dawn be breaking above us. My limbs
787
+ were weary and stiff, for I feared to change my position; yet my
788
+ nerves were worked up to the highest pitch of tension, and my
789
+ hearing was so acute that I could not only hear the gentle
790
+ breathing of my companions, but I could distinguish the deeper,
791
+ heavier in-breath of the bulky Jones from the thin, sighing note
792
+ of the bank director. From my position I could look over the case
793
+ in the direction of the floor. Suddenly my eyes caught the glint
794
+ of a light.</p>
795
+ <p>At first it was but a lurid spark upon the stone pavement. Then
796
+ it lengthened out until it became a yellow line, and then,
797
+ without any warning or sound, a gash seemed to open and a hand
798
+ appeared, a white, almost womanly hand, which felt about in the
799
+ centre of the little area of light. For a minute or more the
800
+ hand, with its writhing fingers, protruded out of the floor. Then
801
+ it was withdrawn as suddenly as it appeared, and all was dark
802
+ again save the single lurid spark which marked a chink between
803
+ the stones.</p>
804
+ <p>Its disappearance, however, was but momentary. With a rending,
805
+ tearing sound, one of the broad, white stones turned over upon
806
+ its side and left a square, gaping hole, through which streamed
807
+ the light of a lantern. Over the edge there peeped a clean-cut,
808
+ boyish face, which looked keenly about it, and then, with a hand
809
+ on either side of the aperture, drew itself shoulder-high and
810
+ waist-high, until one knee rested upon the edge. In another
811
+ instant he stood at the side of the hole and was hauling after
812
+ him a companion, lithe and small like himself, with a pale face
813
+ and a shock of very red hair.</p>
814
+ <p>"It’s all clear," he whispered. "Have you the chisel and the
815
+ bags? Great Scott! Jump, Archie, jump, and I’ll swing for it!"</p>
816
+ <p>Sherlock Holmes had sprung out and seized the intruder by the
817
+ collar. The other dived down the hole, and I heard the sound of
818
+ rending cloth as Jones clutched at his skirts. The light flashed
819
+ upon the barrel of a revolver, but Holmes' hunting crop came
820
+ down on the man’s wrist, and the pistol clinked upon the stone
821
+ floor.</p>
822
+ <p>"It’s no use, John Clay," said Holmes blandly. "You have no
823
+ chance at all."</p>
824
+ <p>"So I see," the other answered with the utmost coolness. "I fancy
825
+ that my pal is all right, though I see you have got his
826
+ coat-tails."</p>
827
+ <p>"There are three men waiting for him at the door," said Holmes.</p>
828
+ <p>"Oh, indeed! You seem to have done the thing very completely. I
829
+ must compliment you."</p>
830
+ <p>"And I you," Holmes answered. "Your red-headed idea was very new
831
+ and effective."</p>
832
+ <p>"You’ll see your pal again presently," said Jones. "He’s quicker
833
+ at climbing down holes than I am. Just hold out while I fix the
834
+ derbies."</p>
835
+ <p>"I beg that you will not touch me with your filthy hands,"
836
+ remarked our prisoner as the handcuffs clattered upon his wrists.
837
+ "You may not be aware that I have royal blood in my veins. Have
838
+ the goodness, also, when you address me always to say <span class="emphasis"><em>sir</em></span> and
839
+ <span class="emphasis"><em>please.</em></span>"</p>
840
+ <p>"All right," said Jones with a stare and a snigger. "Well, would
841
+ you please, sir, march upstairs, where we can get a cab to carry
842
+ your Highness to the police-station?"</p>
843
+ <p>"That is better," said John Clay serenely. He made a sweeping bow
844
+ to the three of us and walked quietly off in the custody of the
845
+ detective.</p>
846
+ <p>"Really, Mr. Holmes," said Mr. Merryweather as we followed them
847
+ from the cellar, "I do not know how the bank can thank you or
848
+ repay you. There is no doubt that you have detected and defeated
849
+ in the most complete manner one of the most determined attempts
850
+ at bank robbery that have ever come within my experience."</p>
851
+ <p>"I have had one or two little scores of my own to settle with Mr.
852
+ John Clay," said Holmes. "I have been at some small expense over
853
+ this matter, which I shall expect the bank to refund, but beyond
854
+ that I am amply repaid by having had an experience which is in
855
+ many ways unique, and by hearing the very remarkable narrative of
856
+ the Red-headed League."</p>
857
+ <p>"You see, Watson," he explained in the early hours of the morning
858
+ as we sat over a glass of whisky and soda in Baker Street, "it
859
+ was perfectly obvious from the first that the only possible
860
+ object of this rather fantastic business of the advertisement of
861
+ the League, and the copying of the <span class="emphasis"><em>Encyclopaedia,</em></span> must be to get
862
+ this not over-bright pawnbroker out of the way for a number of
863
+ hours every day. It was a curious way of managing it, but,
864
+ really, it would be difficult to suggest a better. The method was
865
+ no doubt suggested to Clay’s ingenious mind by the colour of his
866
+ accomplice’s hair. The 4 pounds a week was a lure which must draw
867
+ him, and what was it to them, who were playing for thousands?
868
+ They put in the advertisement, one rogue has the temporary
869
+ office, the other rogue incites the man to apply for it, and
870
+ together they manage to secure his absence every morning in the
871
+ week. From the time that I heard of the assistant having come for
872
+ half wages, it was obvious to me that he had some strong motive
873
+ for securing the situation."</p>
874
+ <p>"But how could you guess what the motive was?"</p>
875
+ <p>"Had there been women in the house, I should have suspected a
876
+ mere vulgar intrigue. That, however, was out of the question. The
877
+ man’s business was a small one, and there was nothing in his
878
+ house which could account for such elaborate preparations, and
879
+ such an expenditure as they were at. It must, then, be something
880
+ out of the house. What could it be? I thought of the assistant’s
881
+ fondness for photography, and his trick of vanishing into the
882
+ cellar. The cellar! There was the end of this tangled clue. Then
883
+ I made inquiries as to this mysterious assistant and found that I
884
+ had to deal with one of the coolest and most daring criminals in
885
+ London. He was doing something in the cellar—something which
886
+ took many hours a day for months on end. What could it be, once
887
+ more? I could think of nothing save that he was running a tunnel
888
+ to some other building.</p>
889
+ <p>"So far I had got when we went to visit the scene of action. I
890
+ surprised you by beating upon the pavement with my stick. I was
891
+ ascertaining whether the cellar stretched out in front or behind.
892
+ It was not in front. Then I rang the bell, and, as I hoped, the
893
+ assistant answered it. We have had some skirmishes, but we had
894
+ never set eyes upon each other before. I hardly looked at his
895
+ face. His knees were what I wished to see. You must yourself have
896
+ remarked how worn, wrinkled, and stained they were. They spoke of
897
+ those hours of burrowing. The only remaining point was what they
898
+ were burrowing for. I walked round the corner, saw the City and
899
+ Suburban Bank abutted on our friend’s premises, and felt that I
900
+ had solved my problem. When you drove home after the concert I
901
+ called upon Scotland Yard and upon the chairman of the bank
902
+ directors, with the result that you have seen."</p>
903
+ <p>"And how could you tell that they would make their attempt
904
+ to-night?" I asked.</p>
905
+ <p>"Well, when they closed their League offices that was a sign that
906
+ they cared no longer about Mr. Jabez Wilson’s presence—in other
907
+ words, that they had completed their tunnel. But it was essential
908
+ that they should use it soon, as it might be discovered, or the
909
+ bullion might be removed. Saturday would suit them better than
910
+ any other day, as it would give them two days for their escape.
911
+ For all these reasons I expected them to come to-night."</p>
912
+ <p>"You reasoned it out beautifully," I exclaimed in unfeigned
913
+ admiration. "It is so long a chain, and yet every link rings
914
+ true."</p>
915
+ <p>"It saved me from ennui," he answered, yawning. "Alas! I already
916
+ feel it closing in upon me. My life is spent in one long effort
917
+ to escape from the commonplaces of existence. These little
918
+ problems help me to do so."</p>
919
+ <p>"And you are a benefactor of the race," said I.</p>
920
+ <p>He shrugged his shoulders. "Well, perhaps, after all, it is of
921
+ some little use," he remarked. "<span class="emphasis"><em>L’homme c’est rien—l’oeuvre
922
+ c’est tout,</em></span> as Gustave Flaubert wrote to George Sand."</p>
923
+ </div>
924
+
925
+ </div>
926
+
927
+ <hr/>
928
+
929
+ <div class="nav" id="navfooter">
930
+ <table width="100%">
931
+ <tr><td width="33%" align="left">
932
+
933
+ <a href="title.html">Prev</a><br/>
934
+ A Scandal in Bohemia
935
+
936
+ </td><td width="33%" align="center">
937
+
938
+ <a href="index.html">Home</a><br/>
939
+ The Adventures of Sherlock Holmes
940
+
941
+ </td><td width="33%" align="right">
942
+
943
+ <a href="a_case_of_identity.html">Next</a><br/>
944
+ A Case of Identity
945
+
946
+ </td></tr>
947
+ </table>
948
+ </div>
949
+ </body>
950
+ </html>