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,998 @@
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 Adventure of the Copper Beeches</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="the_adventure_of_the_beryl_coronet.html">Prev</a><br/>
15
+ The Adventure of the Beryl Coronet
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="colophon.html">Next</a><br/>
25
+ Colophon
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_adventure_of_the_copper_beeches"></a>The Adventure of the Copper Beeches</h2></div></div></div>
37
+ <p>"To the man who loves art for its own sake," remarked Sherlock
38
+ Holmes, tossing aside the advertisement sheet of the Daily
39
+ Telegraph, "it is frequently in its least important and lowliest
40
+ manifestations that the keenest pleasure is to be derived. It is
41
+ pleasant to me to observe, Watson, that you have so far grasped
42
+ this truth that in these little records of our cases which you
43
+ have been good enough to draw up, and, I am bound to say,
44
+ occasionally to embellish, you have given prominence not so much
45
+ to the many causes célèbres and sensational trials in which I
46
+ have figured but rather to those incidents which may have been
47
+ trivial in themselves, but which have given room for those
48
+ faculties of deduction and of logical synthesis which I have made
49
+ my special province."</p>
50
+ <p>"And yet," said I, smiling, "I cannot quite hold myself absolved
51
+ from the charge of sensationalism which has been urged against my
52
+ records."</p>
53
+ <p>"You have erred, perhaps," he observed, taking up a glowing
54
+ cinder with the tongs and lighting with it the long cherry-wood
55
+ pipe which was wont to replace his clay when he was in a
56
+ disputatious rather than a meditative mood--"you have erred
57
+ perhaps in attempting to put colour and life into each of your
58
+ statements instead of confining yourself to the task of placing
59
+ upon record that severe reasoning from cause to effect which is
60
+ really the only notable feature about the thing."</p>
61
+ <p>"It seems to me that I have done you full justice in the matter,"
62
+ I remarked with some coldness, for I was repelled by the egotism
63
+ which I had more than once observed to be a strong factor in my
64
+ friend’s singular character.</p>
65
+ <p>"No, it is not selfishness or conceit," said he, answering, as
66
+ was his wont, my thoughts rather than my words. "If I claim full
67
+ justice for my art, it is because it is an impersonal thing—a
68
+ thing beyond myself. Crime is common. Logic is rare. Therefore it
69
+ is upon the logic rather than upon the crime that you should
70
+ dwell. You have degraded what should have been a course of
71
+ lectures into a series of tales."</p>
72
+ <p>It was a cold morning of the early spring, and we sat after
73
+ breakfast on either side of a cheery fire in the old room at
74
+ Baker Street. A thick fog rolled down between the lines of
75
+ dun-coloured houses, and the opposing windows loomed like dark,
76
+ shapeless blurs through the heavy yellow wreaths. Our gas was lit
77
+ and shone on the white cloth and glimmer of china and metal, for
78
+ the table had not been cleared yet. Sherlock Holmes had been
79
+ silent all the morning, dipping continuously into the
80
+ advertisement columns of a succession of papers until at last,
81
+ having apparently given up his search, he had emerged in no very
82
+ sweet temper to lecture me upon my literary shortcomings.</p>
83
+ <p>"At the same time," he remarked after a pause, during which he
84
+ had sat puffing at his long pipe and gazing down into the fire,
85
+ "you can hardly be open to a charge of sensationalism, for out of
86
+ these cases which you have been so kind as to interest yourself
87
+ in, a fair proportion do not treat of crime, in its legal sense,
88
+ at all. The small matter in which I endeavoured to help the King
89
+ of Bohemia, the singular experience of Miss Mary Sutherland, the
90
+ problem connected with the man with the twisted lip, and the
91
+ incident of the noble bachelor, were all matters which are
92
+ outside the pale of the law. But in avoiding the sensational, I
93
+ fear that you may have bordered on the trivial."</p>
94
+ <p>"The end may have been so," I answered, "but the methods I hold
95
+ to have been novel and of interest."</p>
96
+ <p>"Pshaw, my dear fellow, what do the public, the great unobservant
97
+ public, who could hardly tell a weaver by his tooth or a
98
+ compositor by his left thumb, care about the finer shades of
99
+ analysis and deduction! But, indeed, if you are trivial. I cannot
100
+ blame you, for the days of the great cases are past. Man, or at
101
+ least criminal man, has lost all enterprise and originality. As
102
+ to my own little practice, it seems to be degenerating into an
103
+ agency for recovering lost lead pencils and giving advice to
104
+ young ladies from boarding-schools. I think that I have touched
105
+ bottom at last, however. This note I had this morning marks my
106
+ zero-point, I fancy. Read it!" He tossed a crumpled letter across
107
+ to me.</p>
108
+ <p>It was dated from Montague Place upon the preceding evening, and
109
+ ran thus:</p>
110
+ <p>"DEAR MR. HOLMES:--I am very anxious to consult you as to whether
111
+ I should or should not accept a situation which has been offered
112
+ to me as governess. I shall call at half-past ten to-morrow if I
113
+ do not inconvenience you. Yours faithfully,
114
+ "VIOLET HUNTER."</p>
115
+ <p>"Do you know the young lady?" I asked.</p>
116
+ <p>"Not I."</p>
117
+ <p>"It is half-past ten now."</p>
118
+ <p>"Yes, and I have no doubt that is her ring."</p>
119
+ <p>"It may turn out to be of more interest than you think. You
120
+ remember that the affair of the blue carbuncle, which appeared to
121
+ be a mere whim at first, developed into a serious investigation.
122
+ It may be so in this case, also."</p>
123
+ <p>"Well, let us hope so. But our doubts will very soon be solved,
124
+ for here, unless I am much mistaken, is the person in question."</p>
125
+ <p>As he spoke the door opened and a young lady entered the room.
126
+ She was plainly but neatly dressed, with a bright, quick face,
127
+ freckled like a plover’s egg, and with the brisk manner of a
128
+ woman who has had her own way to make in the world.</p>
129
+ <p>"You will excuse my troubling you, I am sure," said she, as my
130
+ companion rose to greet her, "but I have had a very strange
131
+ experience, and as I have no parents or relations of any sort
132
+ from whom I could ask advice, I thought that perhaps you would be
133
+ kind enough to tell me what I should do."</p>
134
+ <p>"Pray take a seat, Miss Hunter. I shall be happy to do anything
135
+ that I can to serve you."</p>
136
+ <p>I could see that Holmes was favourably impressed by the manner
137
+ and speech of his new client. He looked her over in his searching
138
+ fashion, and then composed himself, with his lids drooping and
139
+ his finger-tips together, to listen to her story.</p>
140
+ <p>"I have been a governess for five years," said she, "in the
141
+ family of Colonel Spence Munro, but two months ago the colonel
142
+ received an appointment at Halifax, in Nova Scotia, and took his
143
+ children over to America with him, so that I found myself without
144
+ a situation. I advertised, and I answered advertisements, but
145
+ without success. At last the little money which I had saved began
146
+ to run short, and I was at my wit’s end as to what I should do.</p>
147
+ <p>"There is a well-known agency for governesses in the West End
148
+ called Westaway’s, and there I used to call about once a week in
149
+ order to see whether anything had turned up which might suit me.
150
+ Westaway was the name of the founder of the business, but it is
151
+ really managed by Miss Stoper. She sits in her own little office,
152
+ and the ladies who are seeking employment wait in an anteroom,
153
+ and are then shown in one by one, when she consults her ledgers
154
+ and sees whether she has anything which would suit them.</p>
155
+ <p>"Well, when I called last week I was shown into the little office
156
+ as usual, but I found that Miss Stoper was not alone. A
157
+ prodigiously stout man with a very smiling face and a great heavy
158
+ chin which rolled down in fold upon fold over his throat sat at
159
+ her elbow with a pair of glasses on his nose, looking very
160
+ earnestly at the ladies who entered. As I came in he gave quite a
161
+ jump in his chair and turned quickly to Miss Stoper.</p>
162
+ <p>"<span class="emphasis"><em>That will do,</em></span> said he; <span class="emphasis"><em>I could not ask for anything better.
163
+ Capital! capital!</em></span> He seemed quite enthusiastic and rubbed his
164
+ hands together in the most genial fashion. He was such a
165
+ comfortable-looking man that it was quite a pleasure to look at
166
+ him.</p>
167
+ <p>"<span class="emphasis"><em>You are looking for a situation, miss?</em></span> he asked.</p>
168
+ <p>"<span class="emphasis"><em>Yes, sir.</em></span></p>
169
+ <p>"<span class="emphasis"><em>As governess?</em></span></p>
170
+ <p>"<span class="emphasis"><em>Yes, sir.</em></span></p>
171
+ <p>"<span class="emphasis"><em>And what salary do you ask?</em></span></p>
172
+ <p>"<span class="emphasis"><em>I had 4 pounds a month in my last place with Colonel Spence
173
+ Munro.</em></span></p>
174
+ <p>"<span class="emphasis"><em>Oh, tut, tut! sweating—rank sweating!</em></span> he cried, throwing his
175
+ fat hands out into the air like a man who is in a boiling
176
+ passion. <span class="emphasis"><em>How could anyone offer so pitiful a sum to a lady with
177
+ such attractions and accomplishments?</em></span></p>
178
+ <p>"<span class="emphasis"><em>My accomplishments, sir, may be less than you imagine,</em></span> said I.
179
+ <span class="emphasis"><em>A little French, a little German, music, and drawing--</em></span></p>
180
+ <p>"<span class="emphasis"><em>Tut, tut!</em></span> he cried. <span class="emphasis"><em>This is all quite beside the question.
181
+ The point is, have you or have you not the bearing and deportment
182
+ of a lady? There it is in a nutshell. If you have not, you are
183
+ not fitted for the rearing of a child who may some day play a
184
+ considerable part in the history of the country. But if you have
185
+ why, then, how could any gentleman ask you to condescend to
186
+ accept anything under the three figures? Your salary with me,
187
+ madam, would commence at 100 pounds a year.</em></span></p>
188
+ <p>"You may imagine, Mr. Holmes, that to me, destitute as I was,
189
+ such an offer seemed almost too good to be true. The gentleman,
190
+ however, seeing perhaps the look of incredulity upon my face,
191
+ opened a pocket-book and took out a note.</p>
192
+ <p>"<span class="emphasis"><em>It is also my custom,</em></span> said he, smiling in the most pleasant
193
+ fashion until his eyes were just two little shining slits amid
194
+ the white creases of his face, <span class="emphasis"><em>to advance to my young ladies
195
+ half their salary beforehand, so that they may meet any little
196
+ expenses of their journey and their wardrobe.</em></span></p>
197
+ <p>"It seemed to me that I had never met so fascinating and so
198
+ thoughtful a man. As I was already in debt to my tradesmen, the
199
+ advance was a great convenience, and yet there was something
200
+ unnatural about the whole transaction which made me wish to know
201
+ a little more before I quite committed myself.</p>
202
+ <p>"<span class="emphasis"><em>May I ask where you live, sir?</em></span> said I.</p>
203
+ <p>"<span class="emphasis"><em>Hampshire. Charming rural place. The Copper Beeches, five miles
204
+ on the far side of Winchester. It is the most lovely country, my
205
+ dear young lady, and the dearest old country-house.</em></span></p>
206
+ <p>"<span class="emphasis"><em>And my duties, sir? I should be glad to know what they would
207
+ be.</em></span></p>
208
+ <p>"<span class="emphasis"><em>One child—one dear little romper just six years old. Oh, if
209
+ you could see him killing cockroaches with a slipper! Smack!
210
+ smack! smack! Three gone before you could wink!</em></span> He leaned back
211
+ in his chair and laughed his eyes into his head again.</p>
212
+ <p>"I was a little startled at the nature of the child’s amusement,
213
+ but the father’s laughter made me think that perhaps he was
214
+ joking.</p>
215
+ <p>"<span class="emphasis"><em>My sole duties, then,</em></span> I asked, <span class="emphasis"><em>are to take charge of a single
216
+ child?</em></span></p>
217
+ <p>"<span class="emphasis"><em>No, no, not the sole, not the sole, my dear young lady,</em></span> he
218
+ cried. <span class="emphasis"><em>Your duty would be, as I am sure your good sense would
219
+ suggest, to obey any little commands my wife might give, provided
220
+ always that they were such commands as a lady might with
221
+ propriety obey. You see no difficulty, heh?</em></span></p>
222
+ <p>"<span class="emphasis"><em>I should be happy to make myself useful.</em></span></p>
223
+ <p>"<span class="emphasis"><em>Quite so. In dress now, for example. We are faddy people, you
224
+ know—faddy but kind-hearted. If you were asked to wear any dress
225
+ which we might give you, you would not object to our little whim.
226
+ Heh?</em></span></p>
227
+ <p>"<span class="emphasis"><em>No,</em></span> said I, considerably astonished at his words.</p>
228
+ <p>"<span class="emphasis"><em>Or to sit here, or sit there, that would not be offensive to
229
+ you?</em></span></p>
230
+ <p>"<span class="emphasis"><em>Oh, no.</em></span></p>
231
+ <p>"<span class="emphasis"><em>Or to cut your hair quite short before you come to us?</em></span></p>
232
+ <p>"I could hardly believe my ears. As you may observe, Mr. Holmes,
233
+ my hair is somewhat luxuriant, and of a rather peculiar tint of
234
+ chestnut. It has been considered artistic. I could not dream of
235
+ sacrificing it in this offhand fashion.</p>
236
+ <p>"<span class="emphasis"><em>I am afraid that that is quite impossible,</em></span> said I. He had been
237
+ watching me eagerly out of his small eyes, and I could see a
238
+ shadow pass over his face as I spoke.</p>
239
+ <p>"<span class="emphasis"><em>I am afraid that it is quite essential,</em></span> said he. <span class="emphasis"><em>It is a
240
+ little fancy of my wife’s, and ladies</em></span> fancies, you know, madam,
241
+ ladies' fancies must be consulted. And so you won’t cut your
242
+ hair?'</p>
243
+ <p>"<span class="emphasis"><em>No, sir, I really could not,</em></span> I answered firmly.</p>
244
+ <p>"<span class="emphasis"><em>Ah, very well; then that quite settles the matter. It is a
245
+ pity, because in other respects you would really have done very
246
+ nicely. In that case, Miss Stoper, I had best inspect a few more
247
+ of your young ladies.</em></span></p>
248
+ <p>"The manageress had sat all this while busy with her papers
249
+ without a word to either of us, but she glanced at me now with so
250
+ much annoyance upon her face that I could not help suspecting
251
+ that she had lost a handsome commission through my refusal.</p>
252
+ <p>"<span class="emphasis"><em>Do you desire your name to be kept upon the books?</em></span> she asked.</p>
253
+ <p>"<span class="emphasis"><em>If you please, Miss Stoper.</em></span></p>
254
+ <p>"<span class="emphasis"><em>Well, really, it seems rather useless, since you refuse the
255
+ most excellent offers in this fashion,</em></span> said she sharply. <span class="emphasis"><em>You
256
+ can hardly expect us to exert ourselves to find another such
257
+ opening for you. Good-day to you, Miss Hunter.</em></span> She struck a gong
258
+ upon the table, and I was shown out by the page.</p>
259
+ <p>"Well, Mr. Holmes, when I got back to my lodgings and found
260
+ little enough in the cupboard, and two or three bills upon the
261
+ table. I began to ask myself whether I had not done a very
262
+ foolish thing. After all, if these people had strange fads and
263
+ expected obedience on the most extraordinary matters, they were
264
+ at least ready to pay for their eccentricity. Very few
265
+ governesses in England are getting 100 pounds a year. Besides,
266
+ what use was my hair to me? Many people are improved by wearing
267
+ it short and perhaps I should be among the number. Next day I was
268
+ inclined to think that I had made a mistake, and by the day after
269
+ I was sure of it. I had almost overcome my pride so far as to go
270
+ back to the agency and inquire whether the place was still open
271
+ when I received this letter from the gentleman himself. I have it
272
+ here and I will read it to you:</p>
273
+ <pre class="literallayout"> "'The Copper Beeches, near Winchester.
274
+ "'DEAR MISS HUNTER:--Miss Stoper has very kindly given me your
275
+ address, and I write from here to ask you whether you have
276
+ reconsidered your decision. My wife is very anxious that you
277
+ should come, for she has been much attracted by my description of
278
+ you. We are willing to give 30 pounds a quarter, or 120 pounds a
279
+ year, so as to recompense you for any little inconvenience which
280
+ our fads may cause you. They are not very exacting, after all. My
281
+ wife is fond of a particular shade of electric blue and would
282
+ like you to wear such a dress indoors in the morning. You need
283
+ not, however, go to the expense of purchasing one, as we have one
284
+ belonging to my dear daughter Alice (now in Philadelphia), which
285
+ would, I should think, fit you very well. Then, as to sitting
286
+ here or there, or amusing yourself in any manner indicated, that
287
+ need cause you no inconvenience. As regards your hair, it is no
288
+ doubt a pity, especially as I could not help remarking its beauty
289
+ during our short interview, but I am afraid that I must remain
290
+ firm upon this point, and I only hope that the increased salary
291
+ may recompense you for the loss. Your duties, as far as the child
292
+ is concerned, are very light. Now do try to come, and I shall
293
+ meet you with the dog-cart at Winchester. Let me know your train.
294
+ Yours faithfully, JEPHRO RUCASTLE.'</pre>
295
+ <p>"That is the letter which I have just received, Mr. Holmes, and
296
+ my mind is made up that I will accept it. I thought, however,
297
+ that before taking the final step I should like to submit the
298
+ whole matter to your consideration."</p>
299
+ <p>"Well, Miss Hunter, if your mind is made up, that settles the
300
+ question," said Holmes, smiling.</p>
301
+ <p>"But you would not advise me to refuse?"</p>
302
+ <p>"I confess that it is not the situation which I should like to
303
+ see a sister of mine apply for."</p>
304
+ <p>"What is the meaning of it all, Mr. Holmes?"</p>
305
+ <p>"Ah, I have no data. I cannot tell. Perhaps you have yourself
306
+ formed some opinion?"</p>
307
+ <p>"Well, there seems to me to be only one possible solution. Mr.
308
+ Rucastle seemed to be a very kind, good-natured man. Is it not
309
+ possible that his wife is a lunatic, that he desires to keep the
310
+ matter quiet for fear she should be taken to an asylum, and that
311
+ he humours her fancies in every way in order to prevent an
312
+ outbreak?"</p>
313
+ <p>"That is a possible solution—in fact, as matters stand, it is
314
+ the most probable one. But in any case it does not seem to be a
315
+ nice household for a young lady."</p>
316
+ <p>"But the money, Mr. Holmes, the money!"</p>
317
+ <p>"Well, yes, of course the pay is good—too good. That is what
318
+ makes me uneasy. Why should they give you 120 pounds a year, when
319
+ they could have their pick for 40 pounds? There must be some
320
+ strong reason behind."</p>
321
+ <p>"I thought that if I told you the circumstances you would
322
+ understand afterwards if I wanted your help. I should feel so
323
+ much stronger if I felt that you were at the back of me."</p>
324
+ <p>"Oh, you may carry that feeling away with you. I assure you that
325
+ your little problem promises to be the most interesting which has
326
+ come my way for some months. There is something distinctly novel
327
+ about some of the features. If you should find yourself in doubt
328
+ or in danger--"</p>
329
+ <p>"Danger! What danger do you foresee?"</p>
330
+ <p>Holmes shook his head gravely. "It would cease to be a danger if
331
+ we could define it," said he. "But at any time, day or night, a
332
+ telegram would bring me down to your help."</p>
333
+ <p>"That is enough." She rose briskly from her chair with the
334
+ anxiety all swept from her face. "I shall go down to Hampshire
335
+ quite easy in my mind now. I shall write to Mr. Rucastle at once,
336
+ sacrifice my poor hair to-night, and start for Winchester
337
+ to-morrow." With a few grateful words to Holmes she bade us both
338
+ good-night and bustled off upon her way.</p>
339
+ <p>"At least," said I as we heard her quick, firm steps descending
340
+ the stairs, "she seems to be a young lady who is very well able
341
+ to take care of herself."</p>
342
+ <p>"And she would need to be," said Holmes gravely. "I am much
343
+ mistaken if we do not hear from her before many days are past."</p>
344
+ <p>It was not very long before my friend’s prediction was fulfilled.
345
+ A fortnight went by, during which I frequently found my thoughts
346
+ turning in her direction and wondering what strange side-alley of
347
+ human experience this lonely woman had strayed into. The unusual
348
+ salary, the curious conditions, the light duties, all pointed to
349
+ something abnormal, though whether a fad or a plot, or whether
350
+ the man were a philanthropist or a villain, it was quite beyond
351
+ my powers to determine. As to Holmes, I observed that he sat
352
+ frequently for half an hour on end, with knitted brows and an
353
+ abstracted air, but he swept the matter away with a wave of his
354
+ hand when I mentioned it. "Data! data! data!" he cried
355
+ impatiently. "I can’t make bricks without clay." And yet he would
356
+ always wind up by muttering that no sister of his should ever
357
+ have accepted such a situation.</p>
358
+ <p>The telegram which we eventually received came late one night
359
+ just as I was thinking of turning in and Holmes was settling down
360
+ to one of those all-night chemical researches which he frequently
361
+ indulged in, when I would leave him stooping over a retort and a
362
+ test-tube at night and find him in the same position when I came
363
+ down to breakfast in the morning. He opened the yellow envelope,
364
+ and then, glancing at the message, threw it across to me.</p>
365
+ <p>"Just look up the trains in Bradshaw," said he, and turned back
366
+ to his chemical studies.</p>
367
+ <p>The summons was a brief and urgent one.</p>
368
+ <p>"Please be at the Black Swan Hotel at Winchester at midday
369
+ to-morrow," it said. "Do come! I am at my wit’s end. HUNTER."</p>
370
+ <p>"Will you come with me?" asked Holmes, glancing up.</p>
371
+ <p>"I should wish to."</p>
372
+ <p>"Just look it up, then."</p>
373
+ <p>"There is a train at half-past nine," said I, glancing over my
374
+ Bradshaw. "It is due at Winchester at 11:30."</p>
375
+ <p>"That will do very nicely. Then perhaps I had better postpone my
376
+ analysis of the acetones, as we may need to be at our best in the
377
+ morning."</p>
378
+ <p>By eleven o’clock the next day we were well upon our way to the
379
+ old English capital. Holmes had been buried in the morning papers
380
+ all the way down, but after we had passed the Hampshire border he
381
+ threw them down and began to admire the scenery. It was an ideal
382
+ spring day, a light blue sky, flecked with little fleecy white
383
+ clouds drifting across from west to east. The sun was shining
384
+ very brightly, and yet there was an exhilarating nip in the air,
385
+ which set an edge to a man’s energy. All over the countryside,
386
+ away to the rolling hills around Aldershot, the little red and
387
+ grey roofs of the farm-steadings peeped out from amid the light
388
+ green of the new foliage.</p>
389
+ <p>"Are they not fresh and beautiful?" I cried with all the
390
+ enthusiasm of a man fresh from the fogs of Baker Street.</p>
391
+ <p>But Holmes shook his head gravely.</p>
392
+ <p>"Do you know, Watson," said he, "that it is one of the curses of
393
+ a mind with a turn like mine that I must look at everything with
394
+ reference to my own special subject. You look at these scattered
395
+ houses, and you are impressed by their beauty. I look at them,
396
+ and the only thought which comes to me is a feeling of their
397
+ isolation and of the impunity with which crime may be committed
398
+ there."</p>
399
+ <p>"Good heavens!" I cried. "Who would associate crime with these
400
+ dear old homesteads?"</p>
401
+ <p>"They always fill me with a certain horror. It is my belief,
402
+ Watson, founded upon my experience, that the lowest and vilest
403
+ alleys in London do not present a more dreadful record of sin
404
+ than does the smiling and beautiful countryside."</p>
405
+ <p>"You horrify me!"</p>
406
+ <p>"But the reason is very obvious. The pressure of public opinion
407
+ can do in the town what the law cannot accomplish. There is no
408
+ lane so vile that the scream of a tortured child, or the thud of
409
+ a drunkard’s blow, does not beget sympathy and indignation among
410
+ the neighbours, and then the whole machinery of justice is ever
411
+ so close that a word of complaint can set it going, and there is
412
+ but a step between the crime and the dock. But look at these
413
+ lonely houses, each in its own fields, filled for the most part
414
+ with poor ignorant folk who know little of the law. Think of the
415
+ deeds of hellish cruelty, the hidden wickedness which may go on,
416
+ year in, year out, in such places, and none the wiser. Had this
417
+ lady who appeals to us for help gone to live in Winchester, I
418
+ should never have had a fear for her. It is the five miles of
419
+ country which makes the danger. Still, it is clear that she is
420
+ not personally threatened."</p>
421
+ <p>"No. If she can come to Winchester to meet us she can get away."</p>
422
+ <p>"Quite so. She has her freedom."</p>
423
+ <p>"What CAN be the matter, then? Can you suggest no explanation?"</p>
424
+ <p>"I have devised seven separate explanations, each of which would
425
+ cover the facts as far as we know them. But which of these is
426
+ correct can only be determined by the fresh information which we
427
+ shall no doubt find waiting for us. Well, there is the tower of
428
+ the cathedral, and we shall soon learn all that Miss Hunter has
429
+ to tell."</p>
430
+ <p>The Black Swan is an inn of repute in the High Street, at no
431
+ distance from the station, and there we found the young lady
432
+ waiting for us. She had engaged a sitting-room, and our lunch
433
+ awaited us upon the table.</p>
434
+ <p>"I am so delighted that you have come," she said earnestly. "It
435
+ is so very kind of you both; but indeed I do not know what I
436
+ should do. Your advice will be altogether invaluable to me."</p>
437
+ <p>"Pray tell us what has happened to you."</p>
438
+ <p>"I will do so, and I must be quick, for I have promised Mr.
439
+ Rucastle to be back before three. I got his leave to come into
440
+ town this morning, though he little knew for what purpose."</p>
441
+ <p>"Let us have everything in its due order." Holmes thrust his long
442
+ thin legs out towards the fire and composed himself to listen.</p>
443
+ <p>"In the first place, I may say that I have met, on the whole,
444
+ with no actual ill-treatment from Mr. and Mrs. Rucastle. It is
445
+ only fair to them to say that. But I cannot understand them, and
446
+ I am not easy in my mind about them."</p>
447
+ <p>"What can you not understand?"</p>
448
+ <p>"Their reasons for their conduct. But you shall have it all just
449
+ as it occurred. When I came down, Mr. Rucastle met me here and
450
+ drove me in his dog-cart to the Copper Beeches. It is, as he
451
+ said, beautifully situated, but it is not beautiful in itself,
452
+ for it is a large square block of a house, whitewashed, but all
453
+ stained and streaked with damp and bad weather. There are grounds
454
+ round it, woods on three sides, and on the fourth a field which
455
+ slopes down to the Southampton highroad, which curves past about
456
+ a hundred yards from the front door. This ground in front belongs
457
+ to the house, but the woods all round are part of Lord
458
+ Southerton’s preserves. A clump of copper beeches immediately in
459
+ front of the hall door has given its name to the place.</p>
460
+ <p>"I was driven over by my employer, who was as amiable as ever,
461
+ and was introduced by him that evening to his wife and the child.
462
+ There was no truth, Mr. Holmes, in the conjecture which seemed to
463
+ us to be probable in your rooms at Baker Street. Mrs. Rucastle is
464
+ not mad. I found her to be a silent, pale-faced woman, much
465
+ younger than her husband, not more than thirty, I should think,
466
+ while he can hardly be less than forty-five. From their
467
+ conversation I have gathered that they have been married about
468
+ seven years, that he was a widower, and that his only child by
469
+ the first wife was the daughter who has gone to Philadelphia. Mr.
470
+ Rucastle told me in private that the reason why she had left them
471
+ was that she had an unreasoning aversion to her stepmother. As
472
+ the daughter could not have been less than twenty, I can quite
473
+ imagine that her position must have been uncomfortable with her
474
+ father’s young wife.</p>
475
+ <p>"Mrs. Rucastle seemed to me to be colourless in mind as well as
476
+ in feature. She impressed me neither favourably nor the reverse.
477
+ She was a nonentity. It was easy to see that she was passionately
478
+ devoted both to her husband and to her little son. Her light grey
479
+ eyes wandered continually from one to the other, noting every
480
+ little want and forestalling it if possible. He was kind to her
481
+ also in his bluff, boisterous fashion, and on the whole they
482
+ seemed to be a happy couple. And yet she had some secret sorrow,
483
+ this woman. She would often be lost in deep thought, with the
484
+ saddest look upon her face. More than once I have surprised her
485
+ in tears. I have thought sometimes that it was the disposition of
486
+ her child which weighed upon her mind, for I have never met so
487
+ utterly spoiled and so ill-natured a little creature. He is small
488
+ for his age, with a head which is quite disproportionately large.
489
+ His whole life appears to be spent in an alternation between
490
+ savage fits of passion and gloomy intervals of sulking. Giving
491
+ pain to any creature weaker than himself seems to be his one idea
492
+ of amusement, and he shows quite remarkable talent in planning
493
+ the capture of mice, little birds, and insects. But I would
494
+ rather not talk about the creature, Mr. Holmes, and, indeed, he
495
+ has little to do with my story."</p>
496
+ <p>"I am glad of all details," remarked my friend, "whether they
497
+ seem to you to be relevant or not."</p>
498
+ <p>"I shall try not to miss anything of importance. The one
499
+ unpleasant thing about the house, which struck me at once, was
500
+ the appearance and conduct of the servants. There are only two, a
501
+ man and his wife. Toller, for that is his name, is a rough,
502
+ uncouth man, with grizzled hair and whiskers, and a perpetual
503
+ smell of drink. Twice since I have been with them he has been
504
+ quite drunk, and yet Mr. Rucastle seemed to take no notice of it.
505
+ His wife is a very tall and strong woman with a sour face, as
506
+ silent as Mrs. Rucastle and much less amiable. They are a most
507
+ unpleasant couple, but fortunately I spend most of my time in the
508
+ nursery and my own room, which are next to each other in one
509
+ corner of the building.</p>
510
+ <p>"For two days after my arrival at the Copper Beeches my life was
511
+ very quiet; on the third, Mrs. Rucastle came down just after
512
+ breakfast and whispered something to her husband.</p>
513
+ <p>"<span class="emphasis"><em>Oh, yes,</em></span> said he, turning to me, <span class="emphasis"><em>we are very much obliged to
514
+ you, Miss Hunter, for falling in with our whims so far as to cut
515
+ your hair. I assure you that it has not detracted in the tiniest
516
+ iota from your appearance. We shall now see how the electric-blue
517
+ dress will become you. You will find it laid out upon the bed in
518
+ your room, and if you would be so good as to put it on we should
519
+ both be extremely obliged.</em></span></p>
520
+ <p>"The dress which I found waiting for me was of a peculiar shade
521
+ of blue. It was of excellent material, a sort of beige, but it
522
+ bore unmistakable signs of having been worn before. It could not
523
+ have been a better fit if I had been measured for it. Both Mr.
524
+ and Mrs. Rucastle expressed a delight at the look of it, which
525
+ seemed quite exaggerated in its vehemence. They were waiting for
526
+ me in the drawing-room, which is a very large room, stretching
527
+ along the entire front of the house, with three long windows
528
+ reaching down to the floor. A chair had been placed close to the
529
+ central window, with its back turned towards it. In this I was
530
+ asked to sit, and then Mr. Rucastle, walking up and down on the
531
+ other side of the room, began to tell me a series of the funniest
532
+ stories that I have ever listened to. You cannot imagine how
533
+ comical he was, and I laughed until I was quite weary. Mrs.
534
+ Rucastle, however, who has evidently no sense of humour, never so
535
+ much as smiled, but sat with her hands in her lap, and a sad,
536
+ anxious look upon her face. After an hour or so, Mr. Rucastle
537
+ suddenly remarked that it was time to commence the duties of the
538
+ day, and that I might change my dress and go to little Edward in
539
+ the nursery.</p>
540
+ <p>"Two days later this same performance was gone through under
541
+ exactly similar circumstances. Again I changed my dress, again I
542
+ sat in the window, and again I laughed very heartily at the funny
543
+ stories of which my employer had an immense répertoire, and which
544
+ he told inimitably. Then he handed me a yellow-backed novel, and
545
+ moving my chair a little sideways, that my own shadow might not
546
+ fall upon the page, he begged me to read aloud to him. I read for
547
+ about ten minutes, beginning in the heart of a chapter, and then
548
+ suddenly, in the middle of a sentence, he ordered me to cease and
549
+ to change my dress.</p>
550
+ <p>"You can easily imagine, Mr. Holmes, how curious I became as to
551
+ what the meaning of this extraordinary performance could possibly
552
+ be. They were always very careful, I observed, to turn my face
553
+ away from the window, so that I became consumed with the desire
554
+ to see what was going on behind my back. At first it seemed to be
555
+ impossible, but I soon devised a means. My hand-mirror had been
556
+ broken, so a happy thought seized me, and I concealed a piece of
557
+ the glass in my handkerchief. On the next occasion, in the midst
558
+ of my laughter, I put my handkerchief up to my eyes, and was able
559
+ with a little management to see all that there was behind me. I
560
+ confess that I was disappointed. There was nothing. At least that
561
+ was my first impression. At the second glance, however, I
562
+ perceived that there was a man standing in the Southampton Road,
563
+ a small bearded man in a grey suit, who seemed to be looking in
564
+ my direction. The road is an important highway, and there are
565
+ usually people there. This man, however, was leaning against the
566
+ railings which bordered our field and was looking earnestly up. I
567
+ lowered my handkerchief and glanced at Mrs. Rucastle to find her
568
+ eyes fixed upon me with a most searching gaze. She said nothing,
569
+ but I am convinced that she had divined that I had a mirror in my
570
+ hand and had seen what was behind me. She rose at once.</p>
571
+ <p>"<span class="emphasis"><em>Jephro,</em></span> said she, <span class="emphasis"><em>there is an impertinent fellow upon the
572
+ road there who stares up at Miss Hunter.</em></span></p>
573
+ <p>"<span class="emphasis"><em>No friend of yours, Miss Hunter?</em></span> he asked.</p>
574
+ <p>"<span class="emphasis"><em>No, I know no one in these parts.</em></span></p>
575
+ <p>"<span class="emphasis"><em>Dear me! How very impertinent! Kindly turn round and motion to
576
+ him to go away.</em></span></p>
577
+ <p>"<span class="emphasis"><em>Surely it would be better to take no notice.</em></span></p>
578
+ <p>"<span class="emphasis"><em>No, no, we should have him loitering here always. Kindly turn
579
+ round and wave him away like that.</em></span></p>
580
+ <p>"I did as I was told, and at the same instant Mrs. Rucastle drew
581
+ down the blind. That was a week ago, and from that time I have
582
+ not sat again in the window, nor have I worn the blue dress, nor
583
+ seen the man in the road."</p>
584
+ <p>"Pray continue," said Holmes. "Your narrative promises to be a
585
+ most interesting one."</p>
586
+ <p>"You will find it rather disconnected, I fear, and there may
587
+ prove to be little relation between the different incidents of
588
+ which I speak. On the very first day that I was at the Copper
589
+ Beeches, Mr. Rucastle took me to a small outhouse which stands
590
+ near the kitchen door. As we approached it I heard the sharp
591
+ rattling of a chain, and the sound as of a large animal moving
592
+ about.</p>
593
+ <p>"<span class="emphasis"><em>Look in here!</em></span> said Mr. Rucastle, showing me a slit between two
594
+ planks. <span class="emphasis"><em>Is he not a beauty?</em></span></p>
595
+ <p>"I looked through and was conscious of two glowing eyes, and of a
596
+ vague figure huddled up in the darkness.</p>
597
+ <p>"<span class="emphasis"><em>Don’t be frightened,</em></span> said my employer, laughing at the start
598
+ which I had given. <span class="emphasis"><em>It’s only Carlo, my mastiff. I call him mine,
599
+ but really old Toller, my groom, is the only man who can do
600
+ anything with him. We feed him once a day, and not too much then,
601
+ so that he is always as keen as mustard. Toller lets him loose
602
+ every night, and God help the trespasser whom he lays his fangs
603
+ upon. For goodness</em></span> sake don’t you ever on any pretext set your
604
+ foot over the threshold at night, for it’s as much as your life
605
+ is worth.'</p>
606
+ <p>"The warning was no idle one, for two nights later I happened to
607
+ look out of my bedroom window about two o’clock in the morning.
608
+ It was a beautiful moonlight night, and the lawn in front of the
609
+ house was silvered over and almost as bright as day. I was
610
+ standing, rapt in the peaceful beauty of the scene, when I was
611
+ aware that something was moving under the shadow of the copper
612
+ beeches. As it emerged into the moonshine I saw what it was. It
613
+ was a giant dog, as large as a calf, tawny tinted, with hanging
614
+ jowl, black muzzle, and huge projecting bones. It walked slowly
615
+ across the lawn and vanished into the shadow upon the other side.
616
+ That dreadful sentinel sent a chill to my heart which I do not
617
+ think that any burglar could have done.</p>
618
+ <p>"And now I have a very strange experience to tell you. I had, as
619
+ you know, cut off my hair in London, and I had placed it in a
620
+ great coil at the bottom of my trunk. One evening, after the
621
+ child was in bed, I began to amuse myself by examining the
622
+ furniture of my room and by rearranging my own little things.
623
+ There was an old chest of drawers in the room, the two upper ones
624
+ empty and open, the lower one locked. I had filled the first two
625
+ with my linen, and as I had still much to pack away I was
626
+ naturally annoyed at not having the use of the third drawer. It
627
+ struck me that it might have been fastened by a mere oversight,
628
+ so I took out my bunch of keys and tried to open it. The very
629
+ first key fitted to perfection, and I drew the drawer open. There
630
+ was only one thing in it, but I am sure that you would never
631
+ guess what it was. It was my coil of hair.</p>
632
+ <p>"I took it up and examined it. It was of the same peculiar tint,
633
+ and the same thickness. But then the impossibility of the thing
634
+ obtruded itself upon me. How could my hair have been locked in
635
+ the drawer? With trembling hands I undid my trunk, turned out the
636
+ contents, and drew from the bottom my own hair. I laid the two
637
+ tresses together, and I assure you that they were identical. Was
638
+ it not extraordinary? Puzzle as I would, I could make nothing at
639
+ all of what it meant. I returned the strange hair to the drawer,
640
+ and I said nothing of the matter to the Rucastles as I felt that
641
+ I had put myself in the wrong by opening a drawer which they had
642
+ locked.</p>
643
+ <p>"I am naturally observant, as you may have remarked, Mr. Holmes,
644
+ and I soon had a pretty good plan of the whole house in my head.
645
+ There was one wing, however, which appeared not to be inhabited
646
+ at all. A door which faced that which led into the quarters of
647
+ the Tollers opened into this suite, but it was invariably locked.
648
+ One day, however, as I ascended the stair, I met Mr. Rucastle
649
+ coming out through this door, his keys in his hand, and a look on
650
+ his face which made him a very different person to the round,
651
+ jovial man to whom I was accustomed. His cheeks were red, his
652
+ brow was all crinkled with anger, and the veins stood out at his
653
+ temples with passion. He locked the door and hurried past me
654
+ without a word or a look.</p>
655
+ <p>"This aroused my curiosity, so when I went out for a walk in the
656
+ grounds with my charge, I strolled round to the side from which I
657
+ could see the windows of this part of the house. There were four
658
+ of them in a row, three of which were simply dirty, while the
659
+ fourth was shuttered up. They were evidently all deserted. As I
660
+ strolled up and down, glancing at them occasionally, Mr. Rucastle
661
+ came out to me, looking as merry and jovial as ever.</p>
662
+ <p>"<span class="emphasis"><em>Ah!</em></span> said he, <span class="emphasis"><em>you must not think me rude if I passed you
663
+ without a word, my dear young lady. I was preoccupied with
664
+ business matters.</em></span></p>
665
+ <p>"I assured him that I was not offended. <span class="emphasis"><em>By the way,</em></span> said I,
666
+ <span class="emphasis"><em>you seem to have quite a suite of spare rooms up there, and one
667
+ of them has the shutters up.</em></span></p>
668
+ <p>"He looked surprised and, as it seemed to me, a little startled
669
+ at my remark.</p>
670
+ <p>"<span class="emphasis"><em>Photography is one of my hobbies,</em></span> said he. <span class="emphasis"><em>I have made my
671
+ dark room up there. But, dear me! what an observant young lady we
672
+ have come upon. Who would have believed it? Who would have ever
673
+ believed it?</em></span> He spoke in a jesting tone, but there was no jest
674
+ in his eyes as he looked at me. I read suspicion there and
675
+ annoyance, but no jest.</p>
676
+ <p>"Well, Mr. Holmes, from the moment that I understood that there
677
+ was something about that suite of rooms which I was not to know,
678
+ I was all on fire to go over them. It was not mere curiosity,
679
+ though I have my share of that. It was more a feeling of duty—a
680
+ feeling that some good might come from my penetrating to this
681
+ place. They talk of woman’s instinct; perhaps it was woman’s
682
+ instinct which gave me that feeling. At any rate, it was there,
683
+ and I was keenly on the lookout for any chance to pass the
684
+ forbidden door.</p>
685
+ <p>"It was only yesterday that the chance came. I may tell you that,
686
+ besides Mr. Rucastle, both Toller and his wife find something to
687
+ do in these deserted rooms, and I once saw him carrying a large
688
+ black linen bag with him through the door. Recently he has been
689
+ drinking hard, and yesterday evening he was very drunk; and when
690
+ I came upstairs there was the key in the door. I have no doubt at
691
+ all that he had left it there. Mr. and Mrs. Rucastle were both
692
+ downstairs, and the child was with them, so that I had an
693
+ admirable opportunity. I turned the key gently in the lock,
694
+ opened the door, and slipped through.</p>
695
+ <p>"There was a little passage in front of me, unpapered and
696
+ uncarpeted, which turned at a right angle at the farther end.
697
+ Round this corner were three doors in a line, the first and third
698
+ of which were open. They each led into an empty room, dusty and
699
+ cheerless, with two windows in the one and one in the other, so
700
+ thick with dirt that the evening light glimmered dimly through
701
+ them. The centre door was closed, and across the outside of it
702
+ had been fastened one of the broad bars of an iron bed, padlocked
703
+ at one end to a ring in the wall, and fastened at the other with
704
+ stout cord. The door itself was locked as well, and the key was
705
+ not there. This barricaded door corresponded clearly with the
706
+ shuttered window outside, and yet I could see by the glimmer from
707
+ beneath it that the room was not in darkness. Evidently there was
708
+ a skylight which let in light from above. As I stood in the
709
+ passage gazing at the sinister door and wondering what secret it
710
+ might veil, I suddenly heard the sound of steps within the room
711
+ and saw a shadow pass backward and forward against the little
712
+ slit of dim light which shone out from under the door. A mad,
713
+ unreasoning terror rose up in me at the sight, Mr. Holmes. My
714
+ overstrung nerves failed me suddenly, and I turned and ran—ran
715
+ as though some dreadful hand were behind me clutching at the
716
+ skirt of my dress. I rushed down the passage, through the door,
717
+ and straight into the arms of Mr. Rucastle, who was waiting
718
+ outside.</p>
719
+ <p>"<span class="emphasis"><em>So,</em></span> said he, smiling, <span class="emphasis"><em>it was you, then. I thought that it
720
+ must be when I saw the door open.</em></span></p>
721
+ <p>"<span class="emphasis"><em>Oh, I am so frightened!</em></span> I panted.</p>
722
+ <p>"<span class="emphasis"><em>My dear young lady! my dear young lady!</em></span>--you cannot think how
723
+ caressing and soothing his manner was--<span class="emphasis"><em>and what has frightened
724
+ you, my dear young lady?</em></span></p>
725
+ <p>"But his voice was just a little too coaxing. He overdid it. I
726
+ was keenly on my guard against him.</p>
727
+ <p>"<span class="emphasis"><em>I was foolish enough to go into the empty wing,</em></span> I answered.
728
+ <span class="emphasis"><em>But it is so lonely and eerie in this dim light that I was
729
+ frightened and ran out again. Oh, it is so dreadfully still in
730
+ there!</em></span></p>
731
+ <p>"<span class="emphasis"><em>Only that?</em></span> said he, looking at me keenly.</p>
732
+ <p>"<span class="emphasis"><em>Why, what did you think?</em></span> I asked.</p>
733
+ <p>"<span class="emphasis"><em>Why do you think that I lock this door?</em></span></p>
734
+ <p>"<span class="emphasis"><em>I am sure that I do not know.</em></span></p>
735
+ <p>"<span class="emphasis"><em>It is to keep people out who have no business there. Do you
736
+ see?</em></span> He was still smiling in the most amiable manner.</p>
737
+ <p>"<span class="emphasis"><em>I am sure if I had known--</em></span></p>
738
+ <p>"<span class="emphasis"><em>Well, then, you know now. And if you ever put your foot over
739
+ that threshold again</em></span>--here in an instant the smile hardened into
740
+ a grin of rage, and he glared down at me with the face of a
741
+ demon--<span class="emphasis"><em>I’ll throw you to the mastiff.</em></span></p>
742
+ <p>"I was so terrified that I do not know what I did. I suppose that
743
+ I must have rushed past him into my room. I remember nothing
744
+ until I found myself lying on my bed trembling all over. Then I
745
+ thought of you, Mr. Holmes. I could not live there longer without
746
+ some advice. I was frightened of the house, of the man, of the
747
+ woman, of the servants, even of the child. They were all horrible
748
+ to me. If I could only bring you down all would be well. Of
749
+ course I might have fled from the house, but my curiosity was
750
+ almost as strong as my fears. My mind was soon made up. I would
751
+ send you a wire. I put on my hat and cloak, went down to the
752
+ office, which is about half a mile from the house, and then
753
+ returned, feeling very much easier. A horrible doubt came into my
754
+ mind as I approached the door lest the dog might be loose, but I
755
+ remembered that Toller had drunk himself into a state of
756
+ insensibility that evening, and I knew that he was the only one
757
+ in the household who had any influence with the savage creature,
758
+ or who would venture to set him free. I slipped in in safety and
759
+ lay awake half the night in my joy at the thought of seeing you.
760
+ I had no difficulty in getting leave to come into Winchester this
761
+ morning, but I must be back before three o’clock, for Mr. and
762
+ Mrs. Rucastle are going on a visit, and will be away all the
763
+ evening, so that I must look after the child. Now I have told you
764
+ all my adventures, Mr. Holmes, and I should be very glad if you
765
+ could tell me what it all means, and, above all, what I should
766
+ do."</p>
767
+ <p>Holmes and I had listened spellbound to this extraordinary story.
768
+ My friend rose now and paced up and down the room, his hands in
769
+ his pockets, and an expression of the most profound gravity upon
770
+ his face.</p>
771
+ <p>"Is Toller still drunk?" he asked.</p>
772
+ <p>"Yes. I heard his wife tell Mrs. Rucastle that she could do
773
+ nothing with him."</p>
774
+ <p>"That is well. And the Rucastles go out to-night?"</p>
775
+ <p>"Yes."</p>
776
+ <p>"Is there a cellar with a good strong lock?"</p>
777
+ <p>"Yes, the wine-cellar."</p>
778
+ <p>"You seem to me to have acted all through this matter like a very
779
+ brave and sensible girl, Miss Hunter. Do you think that you could
780
+ perform one more feat? I should not ask it of you if I did not
781
+ think you a quite exceptional woman."</p>
782
+ <p>"I will try. What is it?"</p>
783
+ <p>"We shall be at the Copper Beeches by seven o’clock, my friend
784
+ and I. The Rucastles will be gone by that time, and Toller will,
785
+ we hope, be incapable. There only remains Mrs. Toller, who might
786
+ give the alarm. If you could send her into the cellar on some
787
+ errand, and then turn the key upon her, you would facilitate
788
+ matters immensely."</p>
789
+ <p>"I will do it."</p>
790
+ <p>"Excellent! We shall then look thoroughly into the affair. Of
791
+ course there is only one feasible explanation. You have been
792
+ brought there to personate someone, and the real person is
793
+ imprisoned in this chamber. That is obvious. As to who this
794
+ prisoner is, I have no doubt that it is the daughter, Miss Alice
795
+ Rucastle, if I remember right, who was said to have gone to
796
+ America. You were chosen, doubtless, as resembling her in height,
797
+ figure, and the colour of your hair. Hers had been cut off, very
798
+ possibly in some illness through which she has passed, and so, of
799
+ course, yours had to be sacrificed also. By a curious chance you
800
+ came upon her tresses. The man in the road was undoubtedly some
801
+ friend of hers—possibly her fiancé--and no doubt, as you wore
802
+ the girl’s dress and were so like her, he was convinced from your
803
+ laughter, whenever he saw you, and afterwards from your gesture,
804
+ that Miss Rucastle was perfectly happy, and that she no longer
805
+ desired his attentions. The dog is let loose at night to prevent
806
+ him from endeavouring to communicate with her. So much is fairly
807
+ clear. The most serious point in the case is the disposition of
808
+ the child."</p>
809
+ <p>"What on earth has that to do with it?" I ejaculated.</p>
810
+ <p>"My dear Watson, you as a medical man are continually gaining
811
+ light as to the tendencies of a child by the study of the
812
+ parents. Don’t you see that the converse is equally valid. I have
813
+ frequently gained my first real insight into the character of
814
+ parents by studying their children. This child’s disposition is
815
+ abnormally cruel, merely for cruelty’s sake, and whether he
816
+ derives this from his smiling father, as I should suspect, or
817
+ from his mother, it bodes evil for the poor girl who is in their
818
+ power."</p>
819
+ <p>"I am sure that you are right, Mr. Holmes," cried our client. "A
820
+ thousand things come back to me which make me certain that you
821
+ have hit it. Oh, let us lose not an instant in bringing help to
822
+ this poor creature."</p>
823
+ <p>"We must be circumspect, for we are dealing with a very cunning
824
+ man. We can do nothing until seven o’clock. At that hour we shall
825
+ be with you, and it will not be long before we solve the
826
+ mystery."</p>
827
+ <p>We were as good as our word, for it was just seven when we
828
+ reached the Copper Beeches, having put up our trap at a wayside
829
+ public-house. The group of trees, with their dark leaves shining
830
+ like burnished metal in the light of the setting sun, were
831
+ sufficient to mark the house even had Miss Hunter not been
832
+ standing smiling on the door-step.</p>
833
+ <p>"Have you managed it?" asked Holmes.</p>
834
+ <p>A loud thudding noise came from somewhere downstairs. "That is
835
+ Mrs. Toller in the cellar," said she. "Her husband lies snoring
836
+ on the kitchen rug. Here are his keys, which are the duplicates
837
+ of Mr. Rucastle’s."</p>
838
+ <p>"You have done well indeed!" cried Holmes with enthusiasm. "Now
839
+ lead the way, and we shall soon see the end of this black
840
+ business."</p>
841
+ <p>We passed up the stair, unlocked the door, followed on down a
842
+ passage, and found ourselves in front of the barricade which Miss
843
+ Hunter had described. Holmes cut the cord and removed the
844
+ transverse bar. Then he tried the various keys in the lock, but
845
+ without success. No sound came from within, and at the silence
846
+ Holmes' face clouded over.</p>
847
+ <p>"I trust that we are not too late," said he. "I think, Miss
848
+ Hunter, that we had better go in without you. Now, Watson, put
849
+ your shoulder to it, and we shall see whether we cannot make our
850
+ way in."</p>
851
+ <p>It was an old rickety door and gave at once before our united
852
+ strength. Together we rushed into the room. It was empty. There
853
+ was no furniture save a little pallet bed, a small table, and a
854
+ basketful of linen. The skylight above was open, and the prisoner
855
+ gone.</p>
856
+ <p>"There has been some villainy here," said Holmes; "this beauty
857
+ has guessed Miss Hunter’s intentions and has carried his victim
858
+ off."</p>
859
+ <p>"But how?"</p>
860
+ <p>"Through the skylight. We shall soon see how he managed it." He
861
+ swung himself up onto the roof. "Ah, yes," he cried, "here’s the
862
+ end of a long light ladder against the eaves. That is how he did
863
+ it."</p>
864
+ <p>"But it is impossible," said Miss Hunter; "the ladder was not
865
+ there when the Rucastles went away."</p>
866
+ <p>"He has come back and done it. I tell you that he is a clever and
867
+ dangerous man. I should not be very much surprised if this were
868
+ he whose step I hear now upon the stair. I think, Watson, that it
869
+ would be as well for you to have your pistol ready."</p>
870
+ <p>The words were hardly out of his mouth before a man appeared at
871
+ the door of the room, a very fat and burly man, with a heavy
872
+ stick in his hand. Miss Hunter screamed and shrunk against the
873
+ wall at the sight of him, but Sherlock Holmes sprang forward and
874
+ confronted him.</p>
875
+ <p>"You villain!" said he, "where’s your daughter?"</p>
876
+ <p>The fat man cast his eyes round, and then up at the open
877
+ skylight.</p>
878
+ <p>"It is for me to ask you that," he shrieked, "you thieves! Spies
879
+ and thieves! I have caught you, have I? You are in my power. I’ll
880
+ serve you!" He turned and clattered down the stairs as hard as he
881
+ could go.</p>
882
+ <p>"He’s gone for the dog!" cried Miss Hunter.</p>
883
+ <p>"I have my revolver," said I.</p>
884
+ <p>"Better close the front door," cried Holmes, and we all rushed
885
+ down the stairs together. We had hardly reached the hall when we
886
+ heard the baying of a hound, and then a scream of agony, with a
887
+ horrible worrying sound which it was dreadful to listen to. An
888
+ elderly man with a red face and shaking limbs came staggering out
889
+ at a side door.</p>
890
+ <p>"My God!" he cried. "Someone has loosed the dog. It’s not been
891
+ fed for two days. Quick, quick, or it’ll be too late!"</p>
892
+ <p>Holmes and I rushed out and round the angle of the house, with
893
+ Toller hurrying behind us. There was the huge famished brute, its
894
+ black muzzle buried in Rucastle’s throat, while he writhed and
895
+ screamed upon the ground. Running up, I blew its brains out, and
896
+ it fell over with its keen white teeth still meeting in the great
897
+ creases of his neck. With much labour we separated them and
898
+ carried him, living but horribly mangled, into the house. We laid
899
+ him upon the drawing-room sofa, and having dispatched the sobered
900
+ Toller to bear the news to his wife, I did what I could to
901
+ relieve his pain. We were all assembled round him when the door
902
+ opened, and a tall, gaunt woman entered the room.</p>
903
+ <p>"Mrs. Toller!" cried Miss Hunter.</p>
904
+ <p>"Yes, miss. Mr. Rucastle let me out when he came back before he
905
+ went up to you. Ah, miss, it is a pity you didn’t let me know
906
+ what you were planning, for I would have told you that your pains
907
+ were wasted."</p>
908
+ <p>"Ha!" said Holmes, looking keenly at her. "It is clear that Mrs.
909
+ Toller knows more about this matter than anyone else."</p>
910
+ <p>"Yes, sir, I do, and I am ready enough to tell what I know."</p>
911
+ <p>"Then, pray, sit down, and let us hear it for there are several
912
+ points on which I must confess that I am still in the dark."</p>
913
+ <p>"I will soon make it clear to you," said she; "and I’d have done
914
+ so before now if I could ha' got out from the cellar. If there’s
915
+ police-court business over this, you’ll remember that I was the
916
+ one that stood your friend, and that I was Miss Alice’s friend
917
+ too.</p>
918
+ <p>"She was never happy at home, Miss Alice wasn’t, from the time
919
+ that her father married again. She was slighted like and had no
920
+ say in anything, but it never really became bad for her until
921
+ after she met Mr. Fowler at a friend’s house. As well as I could
922
+ learn, Miss Alice had rights of her own by will, but she was so
923
+ quiet and patient, she was, that she never said a word about them
924
+ but just left everything in Mr. Rucastle’s hands. He knew he was
925
+ safe with her; but when there was a chance of a husband coming
926
+ forward, who would ask for all that the law would give him, then
927
+ her father thought it time to put a stop on it. He wanted her to
928
+ sign a paper, so that whether she married or not, he could use
929
+ her money. When she wouldn’t do it, he kept on worrying her until
930
+ she got brain-fever, and for six weeks was at death’s door. Then
931
+ she got better at last, all worn to a shadow, and with her
932
+ beautiful hair cut off; but that didn’t make no change in her
933
+ young man, and he stuck to her as true as man could be."</p>
934
+ <p>"Ah," said Holmes, "I think that what you have been good enough
935
+ to tell us makes the matter fairly clear, and that I can deduce
936
+ all that remains. Mr. Rucastle then, I presume, took to this
937
+ system of imprisonment?"</p>
938
+ <p>"Yes, sir."</p>
939
+ <p>"And brought Miss Hunter down from London in order to get rid of
940
+ the disagreeable persistence of Mr. Fowler."</p>
941
+ <p>"That was it, sir."</p>
942
+ <p>"But Mr. Fowler being a persevering man, as a good seaman should
943
+ be, blockaded the house, and having met you succeeded by certain
944
+ arguments, metallic or otherwise, in convincing you that your
945
+ interests were the same as his."</p>
946
+ <p>"Mr. Fowler was a very kind-spoken, free-handed gentleman," said
947
+ Mrs. Toller serenely.</p>
948
+ <p>"And in this way he managed that your good man should have no
949
+ want of drink, and that a ladder should be ready at the moment
950
+ when your master had gone out."</p>
951
+ <p>"You have it, sir, just as it happened."</p>
952
+ <p>"I am sure we owe you an apology, Mrs. Toller," said Holmes, "for
953
+ you have certainly cleared up everything which puzzled us. And
954
+ here comes the country surgeon and Mrs. Rucastle, so I think,
955
+ Watson, that we had best escort Miss Hunter back to Winchester,
956
+ as it seems to me that our locus standi now is rather a
957
+ questionable one."</p>
958
+ <p>And thus was solved the mystery of the sinister house with the
959
+ copper beeches in front of the door. Mr. Rucastle survived, but
960
+ was always a broken man, kept alive solely through the care of
961
+ his devoted wife. They still live with their old servants, who
962
+ probably know so much of Rucastle’s past life that he finds it
963
+ difficult to part from them. Mr. Fowler and Miss Rucastle were
964
+ married, by special license, in Southampton the day after their
965
+ flight, and he is now the holder of a government appointment in
966
+ the island of Mauritius. As to Miss Violet Hunter, my friend
967
+ Holmes, rather to my disappointment, manifested no further
968
+ interest in her when once she had ceased to be the centre of one
969
+ of his problems, and she is now the head of a private school at
970
+ Walsall, where I believe that she has met with considerable success.</p>
971
+ </div>
972
+
973
+ </div>
974
+
975
+ <hr/>
976
+
977
+ <div class="nav" id="navfooter">
978
+ <table width="100%">
979
+ <tr><td width="33%" align="left">
980
+
981
+ <a href="the_adventure_of_the_beryl_coronet.html">Prev</a><br/>
982
+ The Adventure of the Beryl Coronet
983
+
984
+ </td><td width="33%" align="center">
985
+
986
+ <a href="index.html">Home</a><br/>
987
+ The Adventures of Sherlock Holmes
988
+
989
+ </td><td width="33%" align="right">
990
+
991
+ <a href="colophon.html">Next</a><br/>
992
+ Colophon
993
+
994
+ </td></tr>
995
+ </table>
996
+ </div>
997
+ </body>
998
+ </html>