gollum 1.1.1 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of gollum might be problematic. Click here for more details.

Files changed (765) hide show
  1. data/Gemfile +3 -0
  2. data/HISTORY.md +14 -2
  3. data/Home.md +3 -0
  4. data/README.md +24 -7
  5. data/bin/gollum +25 -6
  6. data/gollum.gemspec +336 -39
  7. data/lib/gollum.rb +5 -44
  8. data/lib/gollum/albino.rb +4 -29
  9. data/lib/gollum/blob_entry.rb +15 -8
  10. data/lib/gollum/committer.rb +217 -0
  11. data/lib/gollum/file.rb +2 -3
  12. data/lib/gollum/frontend/app.rb +64 -23
  13. data/lib/gollum/frontend/public/css/dialog.css +141 -0
  14. data/lib/gollum/frontend/public/css/editor.css +537 -0
  15. data/lib/gollum/frontend/public/css/gollum.css +643 -33
  16. data/lib/gollum/frontend/public/css/ie7.css +69 -0
  17. data/lib/gollum/frontend/public/css/template.css +316 -0
  18. data/lib/gollum/frontend/public/images/icon-sprite.png +0 -0
  19. data/lib/gollum/frontend/public/javascript/MathJax/MathJax.js +17 -1678
  20. data/lib/gollum/frontend/public/javascript/MathJax/config/MMLorHTML.js +10 -55
  21. data/lib/gollum/frontend/public/javascript/MathJax/config/MathJax.js +288 -49
  22. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.buildinfo +4 -0
  23. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/CSS-styles.doctree +0 -0
  24. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/HTML-snippets.doctree +0 -0
  25. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/ajax.doctree +0 -0
  26. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/callback.doctree +0 -0
  27. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/elementjax.doctree +0 -0
  28. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/html.doctree +0 -0
  29. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/hub.doctree +0 -0
  30. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/index.doctree +0 -0
  31. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/inputjax.doctree +0 -0
  32. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/jax.doctree +0 -0
  33. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/message.doctree +0 -0
  34. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/object.doctree +0 -0
  35. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/outputjax.doctree +0 -0
  36. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/queue.doctree +0 -0
  37. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/signal.doctree +0 -0
  38. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/variable.doctree +0 -0
  39. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/callbacks.doctree +0 -0
  40. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/community.doctree +0 -0
  41. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/configuration.doctree +0 -0
  42. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/dynamic.doctree +0 -0
  43. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/environment.pickle +0 -0
  44. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/glossary.doctree +0 -0
  45. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/index.doctree +0 -0
  46. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/installation.doctree +0 -0
  47. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/jsMath.doctree +0 -0
  48. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/mathjax.doctree +0 -0
  49. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/mathml.doctree +0 -0
  50. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/model.doctree +0 -0
  51. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/FontWarnings.doctree +0 -0
  52. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/HTML-CSS.doctree +0 -0
  53. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/MMLorHTML.doctree +0 -0
  54. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/MathML.doctree +0 -0
  55. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/MathMenu.doctree +0 -0
  56. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/MathZoom.doctree +0 -0
  57. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/NativeMML.doctree +0 -0
  58. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/TeX.doctree +0 -0
  59. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/hub.doctree +0 -0
  60. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/jsMath2jax.doctree +0 -0
  61. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/mml2jax.doctree +0 -0
  62. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/tex2jax.doctree +0 -0
  63. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/output.doctree +0 -0
  64. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/platforms/index.doctree +0 -0
  65. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/platforms/movable-type.doctree +0 -0
  66. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/platforms/wordpress.doctree +0 -0
  67. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/queues.doctree +0 -0
  68. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/signals.doctree +0 -0
  69. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/start.doctree +0 -0
  70. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/startup.doctree +0 -0
  71. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/synchronize.doctree +0 -0
  72. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/tex.doctree +0 -0
  73. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/typeset.doctree +0 -0
  74. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/CSS-styles.html +173 -0
  75. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/HTML-snippets.html +170 -0
  76. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_images/badge.gif +0 -0
  77. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_images/mt_head.png +0 -0
  78. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_images/mt_menu.png +0 -0
  79. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_images/mt_templates.png +0 -0
  80. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_images/wp_menu.png +0 -0
  81. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_images/wp_templates.png +0 -0
  82. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/CSS-styles.txt +79 -0
  83. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/HTML-snippets.txt +83 -0
  84. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/ajax.txt +196 -0
  85. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/callback.txt +259 -0
  86. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/elementjax.txt +122 -0
  87. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/html.txt +122 -0
  88. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/hub.txt +330 -0
  89. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/index.txt +44 -0
  90. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/inputjax.txt +86 -0
  91. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/jax.txt +148 -0
  92. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/message.txt +86 -0
  93. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/object.txt +210 -0
  94. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/outputjax.txt +100 -0
  95. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/queue.txt +99 -0
  96. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/signal.txt +154 -0
  97. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/variable.txt +83 -0
  98. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/callbacks.txt +228 -0
  99. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/community.txt +60 -0
  100. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/configuration.txt +375 -0
  101. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/dynamic.txt +181 -0
  102. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/glossary.txt +75 -0
  103. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/index.txt +71 -0
  104. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/installation.txt +184 -0
  105. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/jsMath.txt +31 -0
  106. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/mathjax.txt +36 -0
  107. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/mathml.txt +97 -0
  108. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/model.txt +224 -0
  109. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/FontWarnings.txt +140 -0
  110. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/HTML-CSS.txt +119 -0
  111. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/MMLorHTML.txt +42 -0
  112. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/MathML.txt +27 -0
  113. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/MathMenu.txt +79 -0
  114. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/MathZoom.txt +42 -0
  115. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/NativeMML.txt +61 -0
  116. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/TeX.txt +67 -0
  117. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/hub.txt +209 -0
  118. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/jsMath2jax.txt +53 -0
  119. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/mml2jax.txt +53 -0
  120. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/tex2jax.txt +137 -0
  121. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/output.txt +126 -0
  122. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/platforms/index.txt +65 -0
  123. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/platforms/movable-type.txt +41 -0
  124. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/platforms/wordpress.txt +42 -0
  125. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/queues.txt +254 -0
  126. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/signals.txt +161 -0
  127. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/start.txt +314 -0
  128. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/startup.txt +152 -0
  129. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/synchronize.txt +65 -0
  130. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/tex.txt +1090 -0
  131. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/typeset.txt +229 -0
  132. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/basic.css +509 -0
  133. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/doctools.js +247 -0
  134. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/file.png +0 -0
  135. data/lib/gollum/frontend/public/javascript/{jquery-1.4.2.min.js → MathJax/docs/html/_static/jquery.js} +1 -1
  136. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/mathjax_mathml.user.js +22 -0
  137. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/mathjax_wikipedia.user.js +35 -0
  138. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/minus.png +0 -0
  139. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/mj.css +223 -0
  140. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/plus.png +0 -0
  141. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/pygments.css +61 -0
  142. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/searchtools.js +505 -0
  143. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/underscore.js +16 -0
  144. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/ajax.html +406 -0
  145. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/callback.html +435 -0
  146. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/elementjax.html +283 -0
  147. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/html.html +292 -0
  148. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/hub.html +674 -0
  149. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/index.html +144 -0
  150. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/inputjax.html +221 -0
  151. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/jax.html +319 -0
  152. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/message.html +224 -0
  153. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/object.html +356 -0
  154. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/outputjax.html +246 -0
  155. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/queue.html +247 -0
  156. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/signal.html +334 -0
  157. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/variable.html +220 -0
  158. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/callbacks.html +305 -0
  159. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/community.html +155 -0
  160. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/configuration.html +434 -0
  161. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/dynamic.html +274 -0
  162. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/genindex.html +295 -0
  163. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/glossary.html +160 -0
  164. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/index.html +177 -0
  165. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/installation.html +262 -0
  166. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/jsMath.html +128 -0
  167. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/mathjax.html +137 -0
  168. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/mathml.html +194 -0
  169. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/model.html +305 -0
  170. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/objects.inv +0 -0
  171. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/FontWarnings.html +264 -0
  172. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/HTML-CSS.html +241 -0
  173. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/MMLorHTML.html +143 -0
  174. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/MathML.html +132 -0
  175. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/MathMenu.html +194 -0
  176. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/MathZoom.html +147 -0
  177. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/NativeMML.html +171 -0
  178. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/TeX.html +175 -0
  179. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/hub.html +342 -0
  180. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/jsMath2jax.html +154 -0
  181. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/mml2jax.html +154 -0
  182. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/tex2jax.html +249 -0
  183. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/output.html +218 -0
  184. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/platforms/index.html +168 -0
  185. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/platforms/movable-type.html +145 -0
  186. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/platforms/wordpress.html +146 -0
  187. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/queues.html +334 -0
  188. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/search.html +95 -0
  189. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/searchindex.js +1 -0
  190. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/signals.html +257 -0
  191. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/start.html +374 -0
  192. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/startup.html +239 -0
  193. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/synchronize.html +161 -0
  194. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/tex.html +1152 -0
  195. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/typeset.html +318 -0
  196. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/CSS-styles.rst +79 -0
  197. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/HTML-snippets.rst +83 -0
  198. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/_static/mathjax_mathml.user.js +22 -0
  199. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/_static/mathjax_wikipedia.user.js +35 -0
  200. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/ajax.rst +196 -0
  201. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/callback.rst +259 -0
  202. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/elementjax.rst +122 -0
  203. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/html.rst +122 -0
  204. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/hub.rst +330 -0
  205. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/index.rst +44 -0
  206. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/inputjax.rst +86 -0
  207. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/jax.rst +148 -0
  208. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/message.rst +86 -0
  209. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/object.rst +210 -0
  210. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/outputjax.rst +100 -0
  211. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/queue.rst +99 -0
  212. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/signal.rst +154 -0
  213. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/variable.rst +83 -0
  214. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/callbacks.rst +228 -0
  215. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/community.rst +60 -0
  216. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/conf.py +198 -0
  217. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/configuration.rst +375 -0
  218. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/dynamic.rst +181 -0
  219. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/glossary.rst +75 -0
  220. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/images/mt_head.png +0 -0
  221. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/images/mt_menu.png +0 -0
  222. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/images/mt_templates.png +0 -0
  223. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/images/wp_menu.png +0 -0
  224. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/images/wp_templates.png +0 -0
  225. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/index.rst +71 -0
  226. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/installation.rst +184 -0
  227. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/jsMath.rst +31 -0
  228. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/mathjax.rst +36 -0
  229. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/mathml.rst +97 -0
  230. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/mjtheme/static/mj.css_t +256 -0
  231. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/mjtheme/theme.conf +30 -0
  232. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/model.rst +224 -0
  233. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/FontWarnings.rst +140 -0
  234. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/HTML-CSS.rst +119 -0
  235. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/MMLorHTML.rst +42 -0
  236. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/MathML.rst +27 -0
  237. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/MathMenu.rst +79 -0
  238. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/MathZoom.rst +42 -0
  239. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/NativeMML.rst +61 -0
  240. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/TeX.rst +67 -0
  241. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/hub.rst +209 -0
  242. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/jsMath2jax.rst +53 -0
  243. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/mml2jax.rst +53 -0
  244. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/tex2jax.rst +137 -0
  245. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/output.rst +126 -0
  246. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/platforms/index.rst +65 -0
  247. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/platforms/movable-type.rst +41 -0
  248. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/platforms/wordpress.rst +42 -0
  249. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/queues.rst +254 -0
  250. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/signals.rst +161 -0
  251. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/start.rst +314 -0
  252. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/startup.rst +152 -0
  253. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/synchronize.rst +65 -0
  254. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/tex.rst +1090 -0
  255. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/typeset.rst +229 -0
  256. data/lib/gollum/frontend/public/javascript/MathJax/extensions/FontWarnings.js +18 -0
  257. data/lib/gollum/frontend/public/javascript/MathJax/extensions/MathMenu.js +18 -0
  258. data/lib/gollum/frontend/public/javascript/MathJax/extensions/MathZoom.js +18 -0
  259. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/AMSmath.js +11 -369
  260. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/AMSsymbols.js +11 -378
  261. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/autobold.js +11 -36
  262. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/boldsymbol.js +10 -101
  263. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/mathchoice.js +10 -57
  264. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/newcommand.js +10 -177
  265. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/noErrors.js +10 -161
  266. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/noUndefined.js +18 -0
  267. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/unicode.js +10 -123
  268. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/verb.js +10 -45
  269. data/lib/gollum/frontend/public/javascript/MathJax/extensions/jsMath2jax.js +10 -69
  270. data/lib/gollum/frontend/public/javascript/MathJax/extensions/mml2jax.js +10 -93
  271. data/lib/gollum/frontend/public/javascript/MathJax/extensions/tex2jax.js +10 -234
  272. data/lib/gollum/frontend/public/javascript/MathJax/extensions/toMathML.js +10 -132
  273. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/jax.js +11 -1466
  274. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/Arrows.js +11 -115
  275. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/BasicLatin.js +11 -51
  276. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/CombDiacritMarks.js +11 -28
  277. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/CombDiactForSymbols.js +11 -28
  278. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/Dingbats.js +11 -28
  279. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/GeneralPunctuation.js +11 -33
  280. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/GeometricShapes.js +11 -59
  281. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/GreekAndCoptic.js +11 -28
  282. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/Latin1Supplement.js +11 -30
  283. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/LetterlikeSymbols.js +11 -32
  284. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/MathOperators.js +11 -221
  285. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/MiscMathSymbolsA.js +11 -31
  286. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/MiscMathSymbolsB.js +11 -160
  287. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/MiscTechnical.js +11 -31
  288. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/SpacingModLetters.js +11 -29
  289. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/SuppMathOperators.js +11 -282
  290. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/SupplementalArrowsB.js +11 -155
  291. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/config.js +11 -32
  292. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/a.js +11 -80
  293. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/b.js +11 -107
  294. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/c.js +11 -104
  295. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/d.js +11 -105
  296. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/e.js +11 -81
  297. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/f.js +11 -51
  298. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/fr.js +11 -72
  299. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/g.js +11 -75
  300. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/h.js +11 -45
  301. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/i.js +11 -78
  302. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/j.js +11 -29
  303. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/k.js +11 -29
  304. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/l.js +11 -168
  305. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/m.js +11 -54
  306. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/n.js +11 -212
  307. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/o.js +11 -81
  308. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/opf.js +11 -72
  309. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/p.js +11 -77
  310. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/q.js +11 -27
  311. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/r.js +11 -127
  312. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/s.js +11 -161
  313. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/scr.js +11 -72
  314. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/t.js +11 -75
  315. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/u.js +11 -84
  316. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/v.js +11 -66
  317. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/w.js +11 -28
  318. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/x.js +11 -40
  319. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/y.js +11 -34
  320. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/z.js +11 -32
  321. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/jax.js +10 -582
  322. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/TeX/config.js +11 -33
  323. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/TeX/jax.js +11 -1644
  324. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/maction.js +18 -0
  325. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/menclose.js +10 -53
  326. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/mglyph.js +10 -90
  327. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/mmultiscripts.js +18 -0
  328. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/ms.js +10 -41
  329. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/mtable.js +18 -0
  330. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/multiline.js +18 -0
  331. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/config.js +10 -119
  332. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/AlphaPresentForms.js +12 -26
  333. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Arrows.js +12 -103
  334. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoldFraktur.js +12 -73
  335. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoxDrawing.js +12 -61
  336. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiacritMarks.js +12 -92
  337. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiactForSymbols.js +12 -43
  338. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.js +12 -22
  339. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CurrencySymbols.js +12 -25
  340. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Cyrillic.js +12 -123
  341. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/EnclosedAlphanum.js +12 -83
  342. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeneralPunctuation.js +12 -61
  343. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeometricShapes.js +12 -27
  344. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekAndCoptic.js +12 -103
  345. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekBold.js +12 -79
  346. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekSSBold.js +12 -79
  347. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/IPAExtensions.js +12 -110
  348. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Latin1Supplement.js +12 -117
  349. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedA.js +12 -149
  350. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedAdditional.js +12 -29
  351. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedB.js +12 -53
  352. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LetterlikeSymbols.js +12 -63
  353. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Main.js +12 -166
  354. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathBold.js +12 -83
  355. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathOperators.js +12 -254
  356. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathSSBold.js +12 -83
  357. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsA.js +12 -25
  358. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsB.js +12 -31
  359. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js +12 -24
  360. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscTechnical.js +12 -36
  361. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/NumberForms.js +12 -33
  362. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/PhoneticExtensions.js +12 -24
  363. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SpacingModLetters.js +12 -81
  364. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.js +12 -22
  365. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuppMathOperators.js +12 -78
  366. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/AlphaPresentForms.js +12 -26
  367. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BasicLatin.js +12 -116
  368. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BoxDrawing.js +12 -61
  369. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.js +12 -22
  370. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.js +12 -22
  371. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CurrencySymbols.js +12 -25
  372. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Cyrillic.js +12 -123
  373. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/EnclosedAlphanum.js +12 -83
  374. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GeneralPunctuation.js +12 -44
  375. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekAndCoptic.js +12 -113
  376. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekBoldItalic.js +12 -79
  377. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekSSBoldItalic.js +12 -79
  378. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/IPAExtensions.js +12 -110
  379. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Latin1Supplement.js +12 -117
  380. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedA.js +12 -149
  381. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedAdditional.js +12 -29
  382. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedB.js +12 -53
  383. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LetterlikeSymbols.js +12 -50
  384. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Main.js +12 -50
  385. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldItalic.js +12 -73
  386. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldScript.js +12 -73
  387. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathOperators.js +12 -23
  388. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathSSItalicBold.js +12 -73
  389. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/SpacingModLetters.js +12 -48
  390. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/AlphaPresentForms.js +12 -26
  391. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/BoxDrawing.js +12 -61
  392. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/CombDiactForSymbols.js +12 -41
  393. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.js +12 -22
  394. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/CurrencySymbols.js +12 -25
  395. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Cyrillic.js +12 -123
  396. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/EnclosedAlphanum.js +12 -83
  397. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GeneralPunctuation.js +12 -44
  398. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekAndCoptic.js +12 -72
  399. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekItalic.js +12 -79
  400. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/IPAExtensions.js +12 -110
  401. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Latin1Supplement.js +12 -117
  402. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedA.js +12 -148
  403. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedAdditional.js +12 -29
  404. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedB.js +12 -52
  405. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LetterlikeSymbols.js +12 -50
  406. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Main.js +12 -186
  407. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathItalic.js +12 -72
  408. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.js +12 -23
  409. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathSSItalic.js +12 -73
  410. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathScript.js +12 -62
  411. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/SpacingModLetters.js +12 -48
  412. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js +12 -23
  413. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/AlphaPresentForms.js +12 -26
  414. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Arrows.js +12 -100
  415. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BBBold.js +12 -76
  416. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BlockElements.js +12 -29
  417. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoldFraktur.js +12 -73
  418. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoxDrawing.js +12 -66
  419. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js +12 -23
  420. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiacritMarks.js +12 -80
  421. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiactForSymbols.js +12 -44
  422. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.js +12 -22
  423. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CurrencySymbols.js +12 -25
  424. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Cyrillic.js +12 -123
  425. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Dingbats.js +12 -51
  426. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/EnclosedAlphanum.js +12 -83
  427. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Fraktur.js +12 -68
  428. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeneralPunctuation.js +12 -62
  429. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeometricShapes.js +12 -112
  430. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekAndCoptic.js +12 -103
  431. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBold.js +12 -79
  432. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBoldItalic.js +12 -79
  433. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekItalic.js +12 -79
  434. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBold.js +12 -79
  435. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBoldItalic.js +12 -79
  436. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/IPAExtensions.js +12 -112
  437. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Latin1Supplement.js +12 -109
  438. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedA.js +12 -148
  439. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedAdditional.js +12 -29
  440. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedB.js +12 -57
  441. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.js +12 -22
  442. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LetterlikeSymbols.js +12 -76
  443. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Main.js +12 -374
  444. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBold.js +12 -83
  445. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldItalic.js +12 -73
  446. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldScript.js +12 -73
  447. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathItalic.js +12 -72
  448. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathOperators.js +12 -201
  449. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSS.js +12 -83
  450. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSBold.js +12 -84
  451. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalic.js +12 -73
  452. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalicBold.js +12 -73
  453. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathScript.js +12 -62
  454. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathTT.js +12 -82
  455. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsA.js +12 -60
  456. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsB.js +12 -148
  457. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbols.js +12 -68
  458. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbolsAndArrows.js +12 -85
  459. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscTechnical.js +12 -74
  460. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/NumberForms.js +12 -33
  461. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/PhoneticExtensions.js +12 -30
  462. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SpacingModLetters.js +12 -73
  463. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.js +12 -22
  464. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuppMathOperators.js +12 -265
  465. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsA.js +12 -29
  466. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsB.js +12 -149
  467. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js +12 -23
  468. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Bold/All.js +12 -49
  469. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/All.js +12 -48
  470. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/Main.js +12 -30
  471. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Bold/All.js +12 -49
  472. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/All.js +12 -48
  473. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/Main.js +12 -30
  474. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Bold/All.js +12 -49
  475. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/All.js +12 -48
  476. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/Main.js +12 -30
  477. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Bold/All.js +12 -49
  478. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/All.js +12 -48
  479. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/Main.js +12 -30
  480. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Bold/All.js +12 -49
  481. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/All.js +12 -48
  482. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/Main.js +12 -30
  483. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js +12 -23
  484. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/Main.js +12 -29
  485. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/PrivateUse.js +12 -176
  486. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.js +12 -23
  487. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/Main.js +12 -30
  488. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/PrivateUse.js +12 -209
  489. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js +12 -23
  490. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/Main.js +12 -54
  491. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/PrivateUse.js +12 -236
  492. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.js +12 -23
  493. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/Main.js +12 -51
  494. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/PrivateUse.js +12 -381
  495. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/All.js +12 -45
  496. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/Main.js +12 -37
  497. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Bold/Main.js +12 -40
  498. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/All.js +12 -57
  499. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/Main.js +12 -56
  500. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js +12 -22
  501. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/Main.js +12 -46
  502. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/All.js +12 -71
  503. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/Main.js +12 -99
  504. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Bold/Main.js +12 -40
  505. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/All.js +12 -57
  506. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/Main.js +12 -56
  507. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Bold/Main.js +12 -40
  508. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/All.js +12 -58
  509. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/Main.js +12 -57
  510. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/All.js +12 -54
  511. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/Main.js +12 -38
  512. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/All.js +12 -114
  513. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/Main.js +12 -43
  514. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/fontdata-beta.js +10 -365
  515. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/fontdata.js +12 -1396
  516. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js +12 -59
  517. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js +12 -49
  518. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js +12 -27
  519. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js +12 -23
  520. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js +12 -23
  521. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js +12 -22
  522. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js +12 -22
  523. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js +12 -30
  524. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js +12 -23
  525. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js +12 -25
  526. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js +12 -22
  527. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js +12 -28
  528. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js +12 -45
  529. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js +12 -132
  530. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js +12 -23
  531. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js +12 -37
  532. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js +12 -23
  533. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js +12 -44
  534. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js +12 -90
  535. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js +12 -89
  536. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js +12 -103
  537. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js +12 -30
  538. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js +12 -24
  539. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js +12 -28
  540. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js +12 -103
  541. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js +12 -29
  542. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js +12 -24
  543. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js +12 -29
  544. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js +12 -37
  545. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js +12 -104
  546. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js +12 -103
  547. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js +12 -36
  548. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js +12 -45
  549. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js +12 -33
  550. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js +12 -22
  551. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js +12 -38
  552. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js +12 -26
  553. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GreekAndCoptic.js +12 -32
  554. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js +12 -30
  555. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js +12 -22
  556. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js +12 -22
  557. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js +12 -27
  558. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js +12 -155
  559. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js +12 -88
  560. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js +12 -23
  561. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js +12 -28
  562. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js +12 -27
  563. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js +12 -30
  564. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js +12 -24
  565. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js +12 -28
  566. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js +12 -32
  567. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js +12 -27
  568. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GreekAndCoptic.js +12 -32
  569. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js +12 -22
  570. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LatinExtendedA.js +12 -22
  571. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LatinExtendedB.js +12 -22
  572. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js +12 -22
  573. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js +12 -131
  574. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Arrows.js +12 -45
  575. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js +12 -33
  576. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiactForSymbols.js +12 -22
  577. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeneralPunctuation.js +12 -32
  578. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js +12 -26
  579. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GreekAndCoptic.js +12 -32
  580. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Latin1Supplement.js +12 -26
  581. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LatinExtendedA.js +12 -22
  582. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LatinExtendedB.js +12 -22
  583. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LetterlikeSymbols.js +12 -27
  584. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js +12 -298
  585. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MathOperators.js +12 -88
  586. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscMathSymbolsA.js +12 -25
  587. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js +12 -28
  588. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscTechnical.js +12 -29
  589. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SuppMathOperators.js +12 -24
  590. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SupplementalArrowsA.js +12 -28
  591. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js +12 -199
  592. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js +12 -198
  593. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js +12 -109
  594. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js +12 -32
  595. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js +12 -30
  596. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js +12 -41
  597. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js +12 -109
  598. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js +12 -32
  599. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js +12 -30
  600. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js +12 -41
  601. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js +12 -109
  602. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js +12 -32
  603. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js +12 -29
  604. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js +12 -41
  605. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js +12 -48
  606. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js +12 -56
  607. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js +12 -68
  608. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js +12 -60
  609. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js +12 -44
  610. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js +12 -71
  611. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js +12 -117
  612. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js +12 -30
  613. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js +12 -29
  614. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js +12 -38
  615. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js +12 -37
  616. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js +12 -50
  617. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js +12 -76
  618. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js +12 -105
  619. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata.js +12 -1684
  620. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/imageFonts.js +10 -177
  621. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/jax.js +12 -1984
  622. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/NativeMML/config.js +10 -43
  623. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/NativeMML/jax.js +10 -222
  624. data/lib/gollum/frontend/public/javascript/MathJax/test/index-images.html +22 -14
  625. data/lib/gollum/frontend/public/javascript/MathJax/test/index.html +58 -8
  626. data/lib/gollum/frontend/public/javascript/MathJax/test/sample-dynamic.html +54 -0
  627. data/lib/gollum/frontend/public/javascript/MathJax/test/sample-mml.html +44 -0
  628. data/lib/gollum/frontend/public/javascript/MathJax/test/sample-signals.html +121 -0
  629. data/lib/gollum/frontend/public/javascript/MathJax/test/sample-tex.html +22 -0
  630. data/lib/gollum/frontend/public/javascript/MathJax/test/sample-tex2mml.html +23 -0
  631. data/lib/gollum/frontend/public/javascript/editor/gollum.editor.js +1084 -0
  632. data/lib/gollum/frontend/public/javascript/editor/langs/asciidoc.js +168 -0
  633. data/lib/gollum/frontend/public/javascript/editor/langs/creole.js +103 -0
  634. data/lib/gollum/frontend/public/javascript/editor/langs/markdown.js +211 -0
  635. data/lib/gollum/frontend/public/javascript/editor/langs/org.js +173 -0
  636. data/lib/gollum/frontend/public/javascript/editor/langs/pod.js +111 -0
  637. data/lib/gollum/frontend/public/javascript/editor/langs/rdoc.js +74 -0
  638. data/lib/gollum/frontend/public/javascript/editor/langs/textile.js +175 -0
  639. data/lib/gollum/frontend/public/javascript/gollum.dialog.js +206 -0
  640. data/lib/gollum/frontend/public/javascript/gollum.js +178 -231
  641. data/lib/gollum/frontend/public/javascript/gollum.placeholder.js +54 -0
  642. data/lib/gollum/frontend/public/javascript/jquery.color.js +123 -0
  643. data/lib/gollum/frontend/public/javascript/jquery.js +7179 -0
  644. data/lib/gollum/frontend/templates/compare.mustache +51 -31
  645. data/lib/gollum/frontend/templates/create.mustache +15 -39
  646. data/lib/gollum/frontend/templates/edit.mustache +17 -38
  647. data/lib/gollum/frontend/templates/editor.mustache +116 -0
  648. data/lib/gollum/frontend/templates/error.mustache +5 -8
  649. data/lib/gollum/frontend/templates/history.mustache +59 -36
  650. data/lib/gollum/frontend/templates/layout.mustache +24 -29
  651. data/lib/gollum/frontend/templates/page.mustache +34 -26
  652. data/lib/gollum/frontend/templates/search.mustache +35 -18
  653. data/lib/gollum/frontend/templates/searchbar.mustache +10 -0
  654. data/lib/gollum/frontend/views/compare.rb +9 -5
  655. data/lib/gollum/frontend/views/create.rb +23 -0
  656. data/lib/gollum/frontend/views/edit.rb +40 -1
  657. data/lib/gollum/frontend/views/history.rb +1 -1
  658. data/lib/gollum/frontend/views/page.rb +17 -6
  659. data/lib/gollum/frontend/views/search.rb +8 -0
  660. data/lib/gollum/git_access.rb +241 -0
  661. data/lib/gollum/markup.rb +107 -47
  662. data/lib/gollum/page.rb +114 -67
  663. data/lib/gollum/sanitization.rb +115 -0
  664. data/lib/gollum/wiki.rb +307 -267
  665. data/test/examples/lotr.git/COMMIT_EDITMSG +1 -0
  666. data/test/examples/lotr.git/config +8 -1
  667. data/test/examples/lotr.git/index +0 -0
  668. data/test/examples/lotr.git/info/exclude +1 -1
  669. data/test/examples/lotr.git/logs/HEAD +2 -0
  670. data/test/examples/lotr.git/logs/refs/heads/master +2 -0
  671. data/test/examples/lotr.git/objects/84/0ec5b1ba1320e8ec443f28f99566f615d5af10 +0 -0
  672. data/test/examples/lotr.git/objects/a3/1ca2a7c352c92531a8b99815d15843b259e814 +0 -0
  673. data/test/examples/lotr.git/objects/a8/ad3c09dd842a3517085bfadd37718856dee813 +0 -0
  674. data/test/examples/lotr.git/packed-refs +1 -1
  675. data/test/examples/lotr.git/refs/heads/master +1 -1
  676. data/test/examples/lotr.git/refs/remotes/origin/HEAD +1 -0
  677. data/test/examples/page_file_dir.git/COMMIT_EDITMSG +1 -0
  678. data/test/examples/page_file_dir.git/HEAD +1 -0
  679. data/test/examples/page_file_dir.git/config +6 -0
  680. data/test/examples/page_file_dir.git/description +1 -0
  681. data/test/examples/page_file_dir.git/index +0 -0
  682. data/test/examples/page_file_dir.git/info/exclude +6 -0
  683. data/test/examples/page_file_dir.git/logs/HEAD +1 -0
  684. data/test/examples/page_file_dir.git/logs/refs/heads/master +1 -0
  685. data/test/examples/page_file_dir.git/objects/0c/7d27db1f575263efdcab3dc650f4502a2dbcbf +0 -0
  686. data/test/examples/page_file_dir.git/objects/22/b404803c966dd92865614d86ff22ca12e50c1e +0 -0
  687. data/test/examples/page_file_dir.git/objects/25/7cc5642cb1a054f08cc83f2d943e56fd3ebe99 +0 -0
  688. data/test/examples/page_file_dir.git/objects/57/16ca5987cbf97d6bb54920bea6adde242d87e6 +0 -0
  689. data/test/examples/page_file_dir.git/objects/5b/43e14e0a15fb6f08feab1773d1c0991e9f71e2 +0 -0
  690. data/test/examples/page_file_dir.git/refs/heads/master +1 -0
  691. data/test/examples/revert.git/COMMIT_EDITMSG +1 -0
  692. data/test/examples/revert.git/HEAD +1 -0
  693. data/test/examples/revert.git/config +12 -0
  694. data/test/examples/revert.git/description +1 -0
  695. data/test/examples/revert.git/index +0 -0
  696. data/test/examples/revert.git/info/exclude +6 -0
  697. data/test/examples/revert.git/logs/HEAD +2 -0
  698. data/test/examples/revert.git/logs/refs/heads/master +2 -0
  699. data/test/examples/revert.git/objects/20/2ced67cea93c7b6bd2928aa1daef8d1d55a20d +0 -0
  700. data/test/examples/revert.git/objects/41/76394bfa11222363c66ce7e84b5f154095b6d9 +0 -0
  701. data/test/examples/revert.git/objects/6a/69f92020f5df77af6e8813ff1232493383b708 +0 -0
  702. data/test/examples/revert.git/objects/b4/785957bc986dc39c629de9fac9df46972c00fc +0 -0
  703. data/test/examples/revert.git/objects/f4/03b791119f8232b7cb0ba455c624ac6435f433 +0 -0
  704. data/test/examples/revert.git/objects/info/packs +2 -0
  705. data/test/examples/revert.git/objects/pack/pack-a561f8437234f74d0bacb9e0eebe52d207f5770d.idx +0 -0
  706. data/test/examples/revert.git/objects/pack/pack-a561f8437234f74d0bacb9e0eebe52d207f5770d.pack +0 -0
  707. data/test/examples/revert.git/packed-refs +2 -0
  708. data/test/examples/revert.git/refs/heads/master +1 -0
  709. data/test/examples/revert.git/refs/remotes/origin/HEAD +1 -0
  710. data/test/examples/yubiwa.git/HEAD +1 -0
  711. data/test/examples/yubiwa.git/config +5 -0
  712. data/test/examples/yubiwa.git/description +1 -0
  713. data/test/examples/yubiwa.git/info/exclude +6 -0
  714. data/test/examples/yubiwa.git/objects/10/fa2ddc4e3b4009d8a453aace10bd6148c1ad00 +0 -0
  715. data/test/examples/yubiwa.git/objects/52/4b82874327ea7cbf730389964ba7cb3de966de +0 -0
  716. data/test/examples/yubiwa.git/objects/58/3fc201cb457fb3f1480f3e1e5999b119633835 +0 -0
  717. data/test/examples/yubiwa.git/objects/87/bc1dd46ab3d3874d4e898d45dd512cc20a7cc8 +1 -0
  718. data/test/examples/yubiwa.git/objects/89/64ed1b4e21aa90e831763bbce9034bfda81b70 +0 -0
  719. data/test/examples/yubiwa.git/objects/9f/f6dd0660da5fba2d3374adb2b84fa653bb538b +0 -0
  720. data/test/examples/yubiwa.git/objects/ac/e97abf2b177815a1972d7db22f229f58c83309 +0 -0
  721. data/test/examples/yubiwa.git/objects/b1/f443863a4816628807fbf86141ebef055dda34 +0 -0
  722. data/test/examples/yubiwa.git/refs/heads/master +1 -0
  723. data/test/helper.rb +19 -3
  724. data/test/test_app.rb +144 -0
  725. data/test/test_committer.rb +51 -0
  726. data/test/test_file.rb +3 -1
  727. data/test/test_git_access.rb +52 -0
  728. data/test/test_markup.rb +92 -17
  729. data/test/test_page.rb +30 -2
  730. data/test/test_page_revert.rb +45 -0
  731. data/test/test_wiki.rb +55 -36
  732. metadata +388 -47
  733. data/lib/gollum/frontend/public/css/editbar.css +0 -194
  734. data/lib/gollum/frontend/public/css/screen.css +0 -726
  735. data/lib/gollum/frontend/public/css/syntax.css +0 -61
  736. data/lib/gollum/frontend/public/images/buttons.png +0 -0
  737. data/lib/gollum/frontend/public/images/editbar-buttons.png +0 -0
  738. data/lib/gollum/frontend/public/images/example.png +0 -0
  739. data/lib/gollum/frontend/public/images/twiddle-down.png +0 -0
  740. data/lib/gollum/frontend/public/images/twiddle-right.png +0 -0
  741. data/lib/gollum/frontend/public/images/txt.png +0 -0
  742. data/lib/gollum/frontend/public/javascript/MathJax/COPYING.txt +0 -202
  743. data/lib/gollum/frontend/public/javascript/MathJax/README.txt +0 -480
  744. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/blank.gif +0 -0
  745. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Hiragana.js +0 -28
  746. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Specials.js +0 -28
  747. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js +0 -28
  748. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js +0 -28
  749. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js +0 -28
  750. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js +0 -28
  751. data/lib/gollum/frontend/public/javascript/jquery.previewable_comment_form.js +0 -57
  752. data/lib/gollum/frontend/public/javascript/jquery.tabs.js +0 -59
  753. data/lib/gollum/frontend/public/javascript/jquery.text_selection-1.0.0.min.js +0 -1
  754. data/lib/gollum/frontend/templates/editbar.mustache +0 -1196
  755. data/test/examples/lotr.git/hooks/applypatch-msg.sample +0 -15
  756. data/test/examples/lotr.git/hooks/commit-msg.sample +0 -24
  757. data/test/examples/lotr.git/hooks/post-commit.sample +0 -8
  758. data/test/examples/lotr.git/hooks/post-receive.sample +0 -15
  759. data/test/examples/lotr.git/hooks/post-update.sample +0 -8
  760. data/test/examples/lotr.git/hooks/pre-applypatch.sample +0 -14
  761. data/test/examples/lotr.git/hooks/pre-commit.sample +0 -46
  762. data/test/examples/lotr.git/hooks/pre-rebase.sample +0 -169
  763. data/test/examples/lotr.git/hooks/prepare-commit-msg.sample +0 -36
  764. data/test/examples/lotr.git/hooks/update.sample +0 -128
  765. data/test/examples/lotr.git/info/refs +0 -1
@@ -0,0 +1,100 @@
1
+ .. _api-output-jax:
2
+
3
+ ***************************
4
+ The MathJax.OutputJax Class
5
+ ***************************
6
+
7
+ Output jax are the components of MathJax that translate
8
+ mathematics from the MathJax internal format (an `element jax`)
9
+ to whatever output is required to represent the mathematics (e.g.,
10
+ MathML elements, or HTML-with-CSS that formats the mathematics on screen).
11
+
12
+ An output jax is stored as a pair of files in a subdirectory of the
13
+ the ``jax/output`` directory, with the subdirectory name being the
14
+ name of the output jax. For example, the NativeMML output jax is
15
+ stored in `jax/output/NativeMML`. The first file, ``config.js``, is
16
+ loaded when MathJax is being loaded and configured, and is indicated
17
+ by listing the input jax directory in the `jax` array of the MathJax
18
+ configuration. The ``config.js`` file creates a subclass of the
19
+ `MathJax.OutputJax` object for the new output jax and registers it
20
+ with MathJax, along with the MIME-type of the element jax that it can
21
+ process.
22
+
23
+ The main body of the output jax is stored in the second file, ``jax.js``,
24
+ which is loaded when the output jax is first called on to translate
25
+ some mathematics. This file augments the original output jax
26
+ subclass with the additional methods needed to produce the output.
27
+ MathJax calls the input jax's :meth:`Translate()` method when it needs
28
+ the output jax to translate an element jax to produce output.
29
+
30
+ The `MathJax.OutputJax` class is a subclass of the :ref:`MathJax Jax
31
+ <api-jax>` class, and inherits the properties and methods of that
32
+ class. Those listed below are the additional or overridden ones from
33
+ that class.
34
+
35
+
36
+ Properties
37
+ ==========
38
+
39
+ .. describe:: name
40
+
41
+ The name of the jax.
42
+
43
+ .. describe:: version
44
+
45
+ The version number of the jax.
46
+
47
+ .. describe:: directory
48
+
49
+ The directory where the jax files are stored (e.g., ``"[MathJax]/jax/output/HTML-CSS"``);
50
+
51
+
52
+ Methods
53
+ =======
54
+
55
+ .. Method:: Translate(script)
56
+ :noindex:
57
+
58
+ This is the main routine called by MathJax when an element jax is
59
+ to be converted to output. The default :meth:`Translate()`
60
+ method simply loads the ``jax.js`` file and returns that callback
61
+ for that load function so that MathJax will know when to try
62
+ the :meth:`Translate()` action again. When the ``jax.js`` file
63
+ loads, it should override the default :meth:`Translate()` with its
64
+ own version that does the actual translation; that way, when the
65
+ second Translate call is made, it will be to the actual
66
+ translation routine rather than the default loader.
67
+
68
+ You should use ``MathJax.Hub.getJaxFor(script)`` to obtain the
69
+ element jax for the given script. The translation process may add
70
+ modify the element jax (e.g., if it has data that needs to be
71
+ stored with the jax), and may insert DOM elements into the
72
+ document near the jax's ``<script>`` tag.
73
+
74
+ :Parameters:
75
+ - **script** --- the ``<script>`` element to be translated
76
+ :Returns: the `element jax` resulting from the translation
77
+
78
+ .. Method:: Register(mimetype)
79
+ :noindex:
80
+
81
+ This registers the MIME-type for the element jax associated with
82
+ this output jax so that MathJax knows to call this jax when it
83
+ wants to display an element jax of that type. Several output jax
84
+ may register for the same input jax, in which case the first one
85
+ to register will be the default one for that type.
86
+
87
+ :Parameters:
88
+ - **mimetype** --- the MIME-type of the input this jax processes
89
+ :Returns: ``null``
90
+
91
+ .. Method:: Remove(jax)
92
+ :noindex:
93
+
94
+ Removes the output associated with the given element jax. The
95
+ routine can use ``jax.SourceElement()`` to locate the ``<script>``
96
+ tag associated with the element jax.
97
+
98
+ :Parameters:
99
+ - **jax** --- the element jax whose display should be removed
100
+ :Returns: ``null``
@@ -0,0 +1,99 @@
1
+ .. _api-queue:
2
+
3
+ ********************************
4
+ The MathJax.Callback.Queue Class
5
+ ********************************
6
+
7
+ The ``MathJax.Callback.Queue`` object is one of the key mechanisms
8
+ used by MathJax to synchronize its actions with those that occur
9
+ asynchronously, like loading files and stylesheets. A `Queue` obejct
10
+ is used to coordinate a sequence of actions so that they are performed
11
+ one after another, even when one action has to wait for an
12
+ asynchronous process to complete. This guarantees that operations are
13
+ performed in the right order even when the code must wait for some
14
+ other action to occur. See :ref:`Synchronizing with MathJax
15
+ <synchronization>` for more details, and :ref:`Using Queues
16
+ <using-queues>` in particular for examples of how to specify and use
17
+ MathJax `Queue` objects.
18
+
19
+
20
+ Properties
21
+ ----------
22
+
23
+ .. describe:: pending
24
+
25
+ This is non-zero when the queue is waiting for a command to
26
+ complete, i.e. a command being processed returns a `Callback`
27
+ object, indicating that the queue should wait for that action to
28
+ complete before processing additional commands.
29
+
30
+ .. describe:: running
31
+
32
+ This is non-zero when the queue is executing one of the commands in
33
+ the queue.
34
+
35
+ .. describe:: queue
36
+
37
+ An array containing the queued commands that are yet to be performed.
38
+
39
+
40
+ Methods
41
+ -------
42
+
43
+ .. method:: Push(callback,...)
44
+
45
+ Adds commands to the queue and runs them (if the queue is not
46
+ pending or running another command). If one of the callbacks is
47
+ an actual `Callback` object rather than a callback specification,
48
+ then the command queued is an internal command to wait for the
49
+ given callback to complete. That is, that callback is not itself
50
+ queued to be executed, but a wait for that callback is queued.
51
+ The :meth:`Push()` method returns the last callback that was
52
+ added to the queue (so that it can be used for further
53
+ synchronization, say as an entry in some other queue).
54
+
55
+ :Parameters:
56
+ - **callback** --- the callback specifications to be added to the queue
57
+ :Returns: the last callback object added to the queue
58
+
59
+ .. method:: Process()
60
+ :noindex:
61
+
62
+ Process the commands in the queue, provided the queue is not
63
+ waiting for another command to complete. This method is used
64
+ internally; you should not need to call it yourself.
65
+
66
+ .. method:: Suspend()
67
+
68
+ Increments the `running` property, indicating that any commands that
69
+ are added the queue should not be executed immediately, but should
70
+ be queued for later execution (when its :meth:`Resume()` is
71
+ called). This method is used internally; you should not need to
72
+ call it yourself.
73
+
74
+ .. method:: Resume()
75
+
76
+ Decrements the `running` property, if it is positive. When it is
77
+ zero, commands can be processed, but that is not done
78
+ automatically --- you would need to call :meth:`Process()` to make
79
+ that happen. This method is used internally; you should not need
80
+ to call it yourself.
81
+
82
+ .. method:: wait(callback)
83
+
84
+ Used internally when an entry in the queue is a `Callback` object
85
+ rather than a callback specification. A callback to this function
86
+ (passing it the original callback) is queued instead, and it
87
+ simply returns the callback it was passed. Since the queue will
88
+ wait for a callback if it is the return value of one of the
89
+ commands it executes, this effectively make the queue wait for the
90
+ original callback at that point in the command queue.
91
+
92
+ :Parameters:
93
+ - **callback** --- the function to complete before returning to the queue
94
+ :Returns: the passed callback function
95
+
96
+ .. method:: call()
97
+
98
+ An internal function used to restart processing of the queue after
99
+ it has been waiting for a command to complete.
@@ -0,0 +1,154 @@
1
+ .. _api-signal:
2
+
3
+ *********************************
4
+ The MathJax.Callback.Signal Class
5
+ *********************************
6
+
7
+ The ``MathJax.Callback.Signal`` object is one of the key mechanisms
8
+ used by MathJax to synchronize its actions with those that occur
9
+ asynchronously, like loading files and stylesheets. A `Signal` object
10
+ is used to pulicise the fact that MathJax has performed certain
11
+ actions, giving other code running the the web page the chance to
12
+ react to those actions. See :ref:`Synchronizing with MathJax
13
+ <synchronization>` for more details, and :ref:`Using Signals
14
+ <using-signals>` in particular for examples of how to specify and use
15
+ MathJax `Signal` objects.
16
+
17
+ The `Callback Signal` object is a subclass of the :ref:`Callback Queue
18
+ <api-queue>` object.
19
+
20
+
21
+ Properties
22
+ ----------
23
+
24
+ .. describe:: name
25
+
26
+ The name of the signal. Each signal is named so that
27
+ various components can access it. The first one to request a
28
+ particular signal causes it to be created, and other requests for
29
+ the signal return references to the same object.
30
+
31
+ .. describe:: posted
32
+
33
+ Array used internally to stored the post history so that when new
34
+ listeners express interests in this signal, they can be informed
35
+ of the signals that have been posted so far. This can be cleared
36
+ using the signal's :meth:`Clear()` method.
37
+
38
+ .. describe:: listeners
39
+
40
+ Array of callbacks to the listeners who have expressed interest in
41
+ hearing about posts to this signal. When a post occurs, the
42
+ listeners are called in each turn, passing them the message that
43
+ was posted.
44
+
45
+
46
+ Methods
47
+ -------
48
+
49
+ .. method:: Post(message[,callback])
50
+
51
+ Posts a message to all the listeners for the signal. The listener
52
+ callbacks are called in turn (with the message as an argument),
53
+ and if any return a `Callback` object, the posting will be
54
+ suspended until the callback is exectured. In this way, the
55
+ :meth:`Post()` call can operate asynchronously, and so the
56
+ `callback` parameter is used to synchronize with its operation;
57
+ the `callback` will be called when all the listeners have responded
58
+ to the post.
59
+
60
+ If a :meth:`Post()` to this signal occurs while waiting for the
61
+ response from a listener (either because a listener returned a
62
+ `Callback` object and we are waiting for it to complete when the
63
+ :meth:`Post()` occurred, or because the listener itself called the
64
+ ``Post()`` method), the new message will be queued and will be
65
+ posted after the current message has been sent to all the
66
+ listeners, and they have all responded. This is another way in
67
+ which posting can be asynchronous; the only sure way to know that
68
+ a posting has occurred is through its `callback`. When the posting
69
+ is complete, the callback is called, passing it the signal object
70
+ that has just completed.
71
+
72
+ Returns the callback object (or a blank callback object if none
73
+ was provided).
74
+
75
+ :Parameters:
76
+ - **message** --- the message to send through the signal
77
+ - **callback** --- called after the message is posted
78
+ :Returns: the callback or a blank callback
79
+
80
+ .. method:: Clear([callback])
81
+ :noindex:
82
+
83
+ This causes the history of past messages to be cleared so new
84
+ listeners will not receive them. Note that since the signal may
85
+ be operating asynchronously, the :meth:`Clear()` may be queued for
86
+ later. In this way, the :meth:`Post()` and :meth:`Clear()`
87
+ operations will be performed in the proper order even when they
88
+ are delayed. The `callback` is called when the :meth:`Clear()`
89
+ operation is completed.
90
+
91
+ Returns the callback (or a blank callback if none is provided).
92
+
93
+ :Parameters:
94
+ - **callback** --- called after the signal history is cleared
95
+ :Returns: the callback or a blank callback
96
+
97
+ .. method:: Interest(callback[,ignorePast])
98
+
99
+ This method registers a new listener on the signal. It creates a
100
+ `Callback` object from the callback specification, attaches it to
101
+ the signal, and returns that `Callback` object. When new messages
102
+ are posted to the signal, it runs the callback, passing it the
103
+ message that was posted. If the callback itself returns a
104
+ `Callback` object, that indicates that the listener has started an
105
+ asynchronous operation and the poster should wait for that
106
+ callback to complete before allowing new posts on the signal.
107
+
108
+ If `ignorePast` is ``false`` or not present, then before
109
+ :meth:`Interest()` returns, the callback will be called with all
110
+ the past messages that have been sent to the signal.
111
+
112
+ :Parameters:
113
+ - **callback** --- called whenever a message is posted (past or present)
114
+ - **ignorePast** --- ``true`` means ignore previous messages
115
+ :Returns: the callback object
116
+
117
+ .. method:: NoInterest(callback)
118
+
119
+ This removes a listener from the signal so that no new messages
120
+ will be sent to it. The callback should be the one returned by
121
+ the original :meth:`Interest()` call that attached the listener to
122
+ the signal in the first place. Once removed, the listener will no
123
+ longer receive messages from the signal.
124
+
125
+ :Parameters:
126
+ - **callback** --- the listener to be removed from signal
127
+ :Returns: ``null``
128
+
129
+ .. method:: MessageHook(message, callback)
130
+
131
+ This creates a callback that is called whenever the signal posts
132
+ the given message. This is a little easier than having to write a
133
+ function that must check the message each time it is called.
134
+ Although the `message` here is a string, if a message posted to the
135
+ signal is an array, then only the first element of that array is
136
+ used to match against message. That way, if a message contains an
137
+ identifier plus arguments, the hook will match the identifier and
138
+ still get called with the complete set of arguments.
139
+
140
+ Returns the `Callback` object that was produced.
141
+
142
+ :Parameters:
143
+ - **message** --- the message to look for from the signal
144
+ - **callback** --- called when the message is posted
145
+ :Returns: the callback object
146
+
147
+ .. method:: ExecuteHook(message)
148
+
149
+ Used internally to call the listeners when a particular
150
+ message is posted to the signal.
151
+
152
+ :Parameters:
153
+ - **message** --- the posted message
154
+ :Returns: ``null``
@@ -0,0 +1,83 @@
1
+ ********************
2
+ The MathJax variable
3
+ ********************
4
+
5
+ MathJax has a single global variable, ``MathJax``, in which all its
6
+ data, and the data for loaded components, are stored. The MathJax
7
+ variable is a nested structure, with its top-level properties being
8
+ objects themselves.
9
+
10
+
11
+ Main MathJax Components
12
+ =======================
13
+
14
+ .. describe:: MathJax.Hub
15
+
16
+ Contains the MathJax hub code and variables, including the startup
17
+ code, the onload handler, the browser data, and so forth.
18
+
19
+ .. describe:: MathJax.Ajax
20
+
21
+ Contains the code for loading external modules and creating
22
+ stylesheets. Most of the code that causes most of MathJax to
23
+ operate asynchronously is handled here.
24
+
25
+ .. describe:: MathJax.Message
26
+
27
+ Contains the code to handle the intermittant message window that
28
+ periodically appears in the lower left-hand corner of the window.
29
+
30
+ .. describe:: MathJax.HTML
31
+
32
+ Contains support code for creating HTML elements dynamically from
33
+ descriptions stored in JavaScript objects.
34
+
35
+ .. describe:: MathJax.CallBack
36
+
37
+ Contains the code for managing MathJax callbacks, queues and
38
+ signals.
39
+
40
+ .. describe:: MathJax.Extensions
41
+
42
+ Initially empty, this is where extensions can load their code.
43
+ For example, the `tex2jax` preprocessor creates
44
+ ``MathJax.Extensions.tex2jax`` for its code and variables.
45
+
46
+ .. describe:: MathJax.Object
47
+
48
+ Contains the code for the MathJax object-oriented programming model.
49
+
50
+
51
+ .. describe:: MathJax.InputJax
52
+
53
+ The base class for all input `jax` objects. Subclasses for
54
+ specific input jax are created as sub-objects of
55
+ ``MathJax.InputJax``. For example, the TeX input jax loads itself
56
+ as ``MathJax.InputJax.TeX``.
57
+
58
+ .. describe:: MathJax.OutputJax
59
+
60
+ The base class for all output `jax` objects. Subclasses for
61
+ specific output jax are created as sub-objects of
62
+ ``MathJax.OutputJax``. For example, the HTML-CSS output jax loads
63
+ itself as ``MathJax.OutputJax["HTML-CSS"]``.
64
+
65
+ .. describe:: MathJax.ElementJax
66
+
67
+ The base class for all element `jax` objects. Subclasses for
68
+ specific element jax are creates as sub-objects of
69
+ ``MathJax.ElementJax``. For example, the mml element jax loads
70
+ itself as ``MathJax.ElementJax.mml``.
71
+
72
+
73
+ Properties
74
+ ==========
75
+
76
+ .. describe:: MathJax.version
77
+
78
+ The version number of the MathJax library.
79
+
80
+ .. describe:: MathJax.isReady
81
+
82
+ This is set to ``true`` when MathJax is set up and ready to
83
+ perform typesetting actions (and is ``null`` otherwise).
@@ -0,0 +1,228 @@
1
+ .. _using-callbacks:
2
+
3
+ ***************
4
+ Using Callbacks
5
+ ***************
6
+
7
+ A "callback" is a function that MathJax calls when it completes an
8
+ action that may occur asynchronously (like loading a file). Many of
9
+ MathJax's functions operate asynchronously, and MathJax uses callbacks
10
+ to allow you to synchronize your code with the action of those
11
+ functions. The `MathJax.Callback` structure manages these callbacks.
12
+ Callbacks can include not only a function to call, but also data to be
13
+ passed to the function, and an object to act as the JavaScript `this`
14
+ value in the resulting call (i.e., the object on which the callback is
15
+ to execute).
16
+
17
+ Callbacks can be collected into :ref:`Queues <using-queues>` where the
18
+ callbacks will be processed in order, with later callbacks waiting
19
+ until previous ones have completed before they are called. They are
20
+ also used with :ref:`Signals <using-signals>` as the means of
21
+ receiving information about the signals as they occur.
22
+
23
+ A number of methods in `MathJax.Hub` and `MathJax.Ajax` accept
24
+ callback specifications as arguments and return callback structures.
25
+ These routines always will return a callback even when none was
26
+ specified in the arguments, and in that case, the callback is a "do
27
+ nothing" callback. The reason for this is so that the resulting
28
+ callback can be used can be used in a `MathJax.Callback.Queue` for
29
+ synchronization purposes, so that the actions following it in the
30
+ queue will not be performed until after the callback has been fired.
31
+
32
+ For example, the :meth:`MathJax.Ajax.Require()` method can be used to
33
+ load external files, and it returns a callback that is called when the
34
+ file has been loaded and executed. If you want to load several files
35
+ and wait for them all to be loaded before performing some action, you
36
+ can create a `Queue` into which you push the results of the
37
+ :meth:`MathJax.Ajax.Require()` calls, and then push a callback for the
38
+ action. The final action will not be performed until all the
39
+ file-load callbacks (which preceed it int he queue) have been called;
40
+ i.e., the action will not occur until all the files are loaded.
41
+
42
+
43
+ Specifying a Callback
44
+ ---------------------
45
+
46
+ Callbacks can be specified in a number of different ways, depending on
47
+ the functionality that is required of the callback. The easiest case
48
+ is to simply provide a function to be called, but it is also possible
49
+ to include data to pass to the function when it is called, and to
50
+ specify the object that will be used as `this` when the function is
51
+ called.
52
+
53
+ For example, the :meth:`MathJax.Ajax.Require()` method can accept a
54
+ callback as its second argument (it will be called when the file given
55
+ as the first argument is loaded and executed). So you can call
56
+
57
+ .. code-block:: javascript
58
+
59
+ MathJax.Ajax.Require("[MathJax]/config/myConfig.js",function () {
60
+ alert("My configuration file is loaded");
61
+ });
62
+
63
+ and an alert will appear when the file is loaded. An example of
64
+ passing arguments to the callback function includes the following:
65
+
66
+ .. code-block:: javascript
67
+
68
+ function loadHook (x) {alert("loadHook: "+x)}
69
+ MathJax.Ajax.Require("[MathJax]/config/myConfig.js",[loadHook,"myConfig"]);
70
+
71
+ Here, the ``loadHook()`` function accepts one argument and generates
72
+ an alert that includes the value passed to it. The callback in the
73
+ :meth:`MathJax.Ajax.Require()` call is ``[loadHook,"myConfig"]``,
74
+ which means that (the equivalent of) ``loadHook("myConfig")`` will be
75
+ performed when the file is loaded. The result should be an alert with
76
+ the text `loadHook: myConfig`.
77
+
78
+ The callback for the :meth:`MathJax.Ajax.Require()` method actually
79
+ gets called with a status value, in addition to any parameters already
80
+ included in the callback specification, that indicates whether the
81
+ file loaded successfully, or failed for some reason (perhaps the file
82
+ couldn't be found, or it failed to compile and run). So you could use
83
+
84
+ .. code-block:: javascript
85
+
86
+ MathJax.Ajax.Require("[MathJax]/config/myConfig.js",function (status) {
87
+ if (status === MathJax.Ajax.STATUS.OK) {
88
+ alert("My configuration file is loaded");
89
+ } else {
90
+ alert("My configuration file failed to load!");
91
+ }
92
+ });
93
+
94
+ to check if the file loaded properly. With additional parameters, the
95
+ example might be
96
+
97
+ .. code-block:: javascript
98
+
99
+ function loadHook (x,status) {alert("loadHook: "+x+" has status "+status)}
100
+ MathJax.Ajax.Require("[MathJax]/config/myConfig.js",[loadHook,"myConfig"]);
101
+
102
+ Note that the parameters given in the callback specification are used
103
+ first, and then additional parameters from the call to the callback
104
+ come afterward.
105
+
106
+
107
+ Callbacks to Object Methods
108
+ ===========================
109
+
110
+ When you use a method of a JavaScript object, a special variable
111
+ called `this` is defined that refers to the object whose method is
112
+ being called. It allows you to access other methods or properties of
113
+ the object without knowing explicitly where the object is stored.
114
+
115
+ For example,
116
+
117
+ .. code-block:: javascript
118
+
119
+ var aPerson = {
120
+ firstname: "John",
121
+ lastname: "Smith",
122
+ showName: function () {alert(this.firstname+" "+this.lastname)}
123
+ };
124
+
125
+ creates an object that contains three items, a `firstname`, and
126
+ `lastname`, and a method that shows the person's full name in an
127
+ alert. So ``aPerson.fullName()`` would cause an alert with the text
128
+ ``John Smith`` to appear. Note, however that this only works if the
129
+ method is called as ``aPerson.showName()``; if instead you did
130
+
131
+ .. code-block:: javascript
132
+
133
+ var f = aPerson.showName; // assign f the function from aPerson
134
+ f(); // and call the function
135
+
136
+ the association of the function with the data in ``aPerson`` is lost,
137
+ and the alert will probably show ``undefined undefined``. (In this
138
+ case, ``f`` will be called with ``this`` set to the ``window``
139
+ variable, and so ``this.firstname`` and ``this.lastname`` will refer
140
+ to undefined values.)
141
+
142
+ Because of this, it is difficult to use an object's method as a
143
+ callback if you refer to it as a function directly. For example,
144
+
145
+ .. code-block:: javascript
146
+
147
+ var aFile = {
148
+ name: "[MathJax]/config/myConfig.js",
149
+ onload: function (status) {
150
+ alert(this.name+" is loaded with status "+status);
151
+ }
152
+ };
153
+
154
+ MathJax.Ajax.Require(aFile.name,aFile.onload);
155
+
156
+ would produce an alert indicating that "undefined" was loaded with a
157
+ particular status. That is because ``aFile.onload`` is a reference to
158
+ the `onload` method, which is just a function, and the association
159
+ with the `aFile` object is lost. One could do
160
+
161
+ .. code-block:: javascript
162
+
163
+ MathJax.Ajax.Require(aFile.name,function (status) {aFile.onload(status)});
164
+
165
+ but that seems needlessly verbose, and it produces a closure when one
166
+ is not really needed. Instead, MathJax provides an alternative
167
+ specification for a callback that allows you to specify both the
168
+ method and the object it comes from:
169
+
170
+ .. code-block:: javascript
171
+
172
+ MathJax.Ajax.Require(aFile.name,["onload",aFile]);
173
+
174
+ This requests that the callback should call ``aFile.onload`` as the
175
+ function, which will maintain the connection between ``aFile`` and its
176
+ method, thus preserving the correct value for `this` within the method.
177
+
178
+ As in the previous cases, you can pass parameters to the method as
179
+ well by including them in the array that specifies the callback:
180
+
181
+ .. code-block:: javascript
182
+
183
+ MathJax.Ajax.Require("filename",["method",object,arg1,arg2,...]);
184
+
185
+ This approach is useful when you are pushing a callback for one one
186
+ MathJax's Hub routines into the MathJax processing queue. For example,
187
+
188
+ .. code-block:: javascript
189
+
190
+ MathJax.Hub.Queue(["Typeset",MathJax.Hub,"MathDiv"]);
191
+
192
+ pushes the equivalent of ``MathJax.Hub.Typeset("MathDiv")`` into the
193
+ processing queue.
194
+
195
+ See the :ref:`Callback Object <api-callback>` reference pages for more
196
+ information about the valid methods of specifying a callback.
197
+
198
+
199
+ Creating a Callback Explicitly
200
+ ==============================
201
+
202
+ When you call a method that accpets a callback, you usually pass it a
203
+ callback specification (like in the examples above), which *describes*
204
+ a callback (the method will create the actual `Callback` object, and
205
+ return that to you as its return value). You don't usually create
206
+ `Callback` objects directly yourself.
207
+
208
+ There are times, however, when you may wish to create a callback
209
+ object for use with functions that don't create callbacks for you.
210
+ For example, the ``setTimeout()`` function can take a function as its
211
+ argument, and you may want that function to be a method of an object,
212
+ and would run into the problem described in the previous section if
213
+ you simply passed the object's method to ``setTimeout()``. Or you
214
+ might want to pass an argument to the function called by
215
+ ``setTimeout()``. (Altough the ``setTimeout()`` function can accept
216
+ additional arguements that are supposed to be passed on to the code
217
+ when it is called, Internet Explorer does not implement that feature,
218
+ so you can't rely on it.) You can use a `Callback` object to
219
+ do this, and the :meth:`MathJax.Callback()` method will create one for
220
+ you. For example,
221
+
222
+ .. code-block:: javascript
223
+
224
+ function myTimer (x) {alert("x = "+x)}
225
+ setTimeout(MathJax.Callback([f,"Hello World!"]),500);
226
+
227
+ would create a callback that calls ``f("Hello World!")``, and
228
+ schedules it to be called in half a second.