jugyo-gollum 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (765) hide show
  1. data/Gemfile +3 -0
  2. data/HISTORY.md +71 -0
  3. data/Home.md +3 -0
  4. data/LICENSE +21 -0
  5. data/README.md +452 -0
  6. data/Rakefile +150 -0
  7. data/bin/jugyo-gollum +126 -0
  8. data/docs/sanitization.md +32 -0
  9. data/jugyo-gollum.gemspec +811 -0
  10. data/lib/gollum.rb +40 -0
  11. data/lib/gollum/albino.rb +5 -0
  12. data/lib/gollum/blob_entry.rb +78 -0
  13. data/lib/gollum/committer.rb +217 -0
  14. data/lib/gollum/file.rb +64 -0
  15. data/lib/gollum/frontend/app.rb +215 -0
  16. data/lib/gollum/frontend/public/css/dialog.css +141 -0
  17. data/lib/gollum/frontend/public/css/editor.css +537 -0
  18. data/lib/gollum/frontend/public/css/gollum.css +664 -0
  19. data/lib/gollum/frontend/public/css/ie7.css +69 -0
  20. data/lib/gollum/frontend/public/css/template.css +316 -0
  21. data/lib/gollum/frontend/public/images/icon-sprite.png +0 -0
  22. data/lib/gollum/frontend/public/javascript/MathJax/MathJax.js +43 -0
  23. data/lib/gollum/frontend/public/javascript/MathJax/config/MMLorHTML.js +18 -0
  24. data/lib/gollum/frontend/public/javascript/MathJax/config/MathJax.js +590 -0
  25. data/lib/gollum/frontend/public/javascript/MathJax/config/local/local.js +37 -0
  26. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.buildinfo +4 -0
  27. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/CSS-styles.doctree +0 -0
  28. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/HTML-snippets.doctree +0 -0
  29. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/ajax.doctree +0 -0
  30. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/callback.doctree +0 -0
  31. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/elementjax.doctree +0 -0
  32. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/html.doctree +0 -0
  33. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/hub.doctree +0 -0
  34. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/index.doctree +0 -0
  35. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/inputjax.doctree +0 -0
  36. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/jax.doctree +0 -0
  37. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/message.doctree +0 -0
  38. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/object.doctree +0 -0
  39. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/outputjax.doctree +0 -0
  40. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/queue.doctree +0 -0
  41. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/signal.doctree +0 -0
  42. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/api/variable.doctree +0 -0
  43. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/callbacks.doctree +0 -0
  44. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/community.doctree +0 -0
  45. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/configuration.doctree +0 -0
  46. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/dynamic.doctree +0 -0
  47. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/environment.pickle +0 -0
  48. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/glossary.doctree +0 -0
  49. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/index.doctree +0 -0
  50. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/installation.doctree +0 -0
  51. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/jsMath.doctree +0 -0
  52. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/mathjax.doctree +0 -0
  53. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/mathml.doctree +0 -0
  54. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/model.doctree +0 -0
  55. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/FontWarnings.doctree +0 -0
  56. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/HTML-CSS.doctree +0 -0
  57. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/MMLorHTML.doctree +0 -0
  58. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/MathML.doctree +0 -0
  59. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/MathMenu.doctree +0 -0
  60. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/MathZoom.doctree +0 -0
  61. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/NativeMML.doctree +0 -0
  62. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/TeX.doctree +0 -0
  63. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/hub.doctree +0 -0
  64. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/jsMath2jax.doctree +0 -0
  65. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/mml2jax.doctree +0 -0
  66. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/options/tex2jax.doctree +0 -0
  67. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/output.doctree +0 -0
  68. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/platforms/index.doctree +0 -0
  69. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/platforms/movable-type.doctree +0 -0
  70. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/platforms/wordpress.doctree +0 -0
  71. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/queues.doctree +0 -0
  72. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/signals.doctree +0 -0
  73. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/start.doctree +0 -0
  74. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/startup.doctree +0 -0
  75. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/synchronize.doctree +0 -0
  76. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/tex.doctree +0 -0
  77. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/.doctrees/typeset.doctree +0 -0
  78. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/CSS-styles.html +173 -0
  79. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/HTML-snippets.html +170 -0
  80. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_images/badge.gif +0 -0
  81. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_images/mt_head.png +0 -0
  82. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_images/mt_menu.png +0 -0
  83. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_images/mt_templates.png +0 -0
  84. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_images/wp_menu.png +0 -0
  85. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_images/wp_templates.png +0 -0
  86. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/CSS-styles.txt +79 -0
  87. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/HTML-snippets.txt +83 -0
  88. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/ajax.txt +196 -0
  89. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/callback.txt +259 -0
  90. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/elementjax.txt +122 -0
  91. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/html.txt +122 -0
  92. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/hub.txt +330 -0
  93. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/index.txt +44 -0
  94. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/inputjax.txt +86 -0
  95. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/jax.txt +148 -0
  96. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/message.txt +86 -0
  97. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/object.txt +210 -0
  98. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/outputjax.txt +100 -0
  99. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/queue.txt +99 -0
  100. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/signal.txt +154 -0
  101. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/api/variable.txt +83 -0
  102. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/callbacks.txt +228 -0
  103. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/community.txt +60 -0
  104. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/configuration.txt +375 -0
  105. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/dynamic.txt +181 -0
  106. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/glossary.txt +75 -0
  107. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/index.txt +71 -0
  108. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/installation.txt +184 -0
  109. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/jsMath.txt +31 -0
  110. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/mathjax.txt +36 -0
  111. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/mathml.txt +97 -0
  112. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/model.txt +224 -0
  113. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/FontWarnings.txt +140 -0
  114. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/HTML-CSS.txt +119 -0
  115. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/MMLorHTML.txt +42 -0
  116. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/MathML.txt +27 -0
  117. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/MathMenu.txt +79 -0
  118. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/MathZoom.txt +42 -0
  119. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/NativeMML.txt +61 -0
  120. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/TeX.txt +67 -0
  121. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/hub.txt +209 -0
  122. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/jsMath2jax.txt +53 -0
  123. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/mml2jax.txt +53 -0
  124. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/options/tex2jax.txt +137 -0
  125. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/output.txt +126 -0
  126. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/platforms/index.txt +65 -0
  127. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/platforms/movable-type.txt +41 -0
  128. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/platforms/wordpress.txt +42 -0
  129. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/queues.txt +254 -0
  130. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/signals.txt +161 -0
  131. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/start.txt +314 -0
  132. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/startup.txt +152 -0
  133. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/synchronize.txt +65 -0
  134. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/tex.txt +1090 -0
  135. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_sources/typeset.txt +229 -0
  136. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/basic.css +509 -0
  137. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/doctools.js +247 -0
  138. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/file.png +0 -0
  139. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/jquery.js +154 -0
  140. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/mathjax_mathml.user.js +22 -0
  141. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/mathjax_wikipedia.user.js +35 -0
  142. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/minus.png +0 -0
  143. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/mj.css +223 -0
  144. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/plus.png +0 -0
  145. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/pygments.css +61 -0
  146. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/searchtools.js +505 -0
  147. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/_static/underscore.js +16 -0
  148. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/ajax.html +406 -0
  149. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/callback.html +435 -0
  150. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/elementjax.html +283 -0
  151. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/html.html +292 -0
  152. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/hub.html +674 -0
  153. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/index.html +144 -0
  154. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/inputjax.html +221 -0
  155. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/jax.html +319 -0
  156. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/message.html +224 -0
  157. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/object.html +356 -0
  158. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/outputjax.html +246 -0
  159. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/queue.html +247 -0
  160. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/signal.html +334 -0
  161. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/api/variable.html +220 -0
  162. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/callbacks.html +305 -0
  163. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/community.html +155 -0
  164. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/configuration.html +434 -0
  165. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/dynamic.html +274 -0
  166. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/genindex.html +295 -0
  167. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/glossary.html +160 -0
  168. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/index.html +177 -0
  169. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/installation.html +262 -0
  170. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/jsMath.html +128 -0
  171. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/mathjax.html +137 -0
  172. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/mathml.html +194 -0
  173. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/model.html +305 -0
  174. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/objects.inv +0 -0
  175. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/FontWarnings.html +264 -0
  176. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/HTML-CSS.html +241 -0
  177. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/MMLorHTML.html +143 -0
  178. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/MathML.html +132 -0
  179. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/MathMenu.html +194 -0
  180. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/MathZoom.html +147 -0
  181. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/NativeMML.html +171 -0
  182. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/TeX.html +175 -0
  183. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/hub.html +342 -0
  184. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/jsMath2jax.html +154 -0
  185. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/mml2jax.html +154 -0
  186. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/options/tex2jax.html +249 -0
  187. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/output.html +218 -0
  188. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/platforms/index.html +168 -0
  189. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/platforms/movable-type.html +145 -0
  190. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/platforms/wordpress.html +146 -0
  191. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/queues.html +334 -0
  192. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/search.html +95 -0
  193. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/searchindex.js +1 -0
  194. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/signals.html +257 -0
  195. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/start.html +374 -0
  196. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/startup.html +239 -0
  197. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/synchronize.html +161 -0
  198. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/tex.html +1152 -0
  199. data/lib/gollum/frontend/public/javascript/MathJax/docs/html/typeset.html +318 -0
  200. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/CSS-styles.rst +79 -0
  201. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/HTML-snippets.rst +83 -0
  202. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/_static/mathjax_mathml.user.js +22 -0
  203. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/_static/mathjax_wikipedia.user.js +35 -0
  204. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/ajax.rst +196 -0
  205. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/callback.rst +259 -0
  206. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/elementjax.rst +122 -0
  207. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/html.rst +122 -0
  208. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/hub.rst +330 -0
  209. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/index.rst +44 -0
  210. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/inputjax.rst +86 -0
  211. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/jax.rst +148 -0
  212. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/message.rst +86 -0
  213. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/object.rst +210 -0
  214. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/outputjax.rst +100 -0
  215. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/queue.rst +99 -0
  216. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/signal.rst +154 -0
  217. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/api/variable.rst +83 -0
  218. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/callbacks.rst +228 -0
  219. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/community.rst +60 -0
  220. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/conf.py +198 -0
  221. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/configuration.rst +375 -0
  222. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/dynamic.rst +181 -0
  223. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/glossary.rst +75 -0
  224. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/images/mt_head.png +0 -0
  225. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/images/mt_menu.png +0 -0
  226. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/images/mt_templates.png +0 -0
  227. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/images/wp_menu.png +0 -0
  228. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/images/wp_templates.png +0 -0
  229. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/index.rst +71 -0
  230. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/installation.rst +184 -0
  231. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/jsMath.rst +31 -0
  232. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/mathjax.rst +36 -0
  233. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/mathml.rst +97 -0
  234. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/mjtheme/static/mj.css_t +256 -0
  235. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/mjtheme/theme.conf +30 -0
  236. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/model.rst +224 -0
  237. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/FontWarnings.rst +140 -0
  238. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/HTML-CSS.rst +119 -0
  239. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/MMLorHTML.rst +42 -0
  240. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/MathML.rst +27 -0
  241. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/MathMenu.rst +79 -0
  242. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/MathZoom.rst +42 -0
  243. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/NativeMML.rst +61 -0
  244. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/TeX.rst +67 -0
  245. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/hub.rst +209 -0
  246. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/jsMath2jax.rst +53 -0
  247. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/mml2jax.rst +53 -0
  248. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/options/tex2jax.rst +137 -0
  249. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/output.rst +126 -0
  250. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/platforms/index.rst +65 -0
  251. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/platforms/movable-type.rst +41 -0
  252. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/platforms/wordpress.rst +42 -0
  253. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/queues.rst +254 -0
  254. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/signals.rst +161 -0
  255. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/start.rst +314 -0
  256. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/startup.rst +152 -0
  257. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/synchronize.rst +65 -0
  258. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/tex.rst +1090 -0
  259. data/lib/gollum/frontend/public/javascript/MathJax/docs/rst/typeset.rst +229 -0
  260. data/lib/gollum/frontend/public/javascript/MathJax/extensions/FontWarnings.js +18 -0
  261. data/lib/gollum/frontend/public/javascript/MathJax/extensions/MathMenu.js +18 -0
  262. data/lib/gollum/frontend/public/javascript/MathJax/extensions/MathZoom.js +18 -0
  263. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/AMSmath.js +18 -0
  264. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/AMSsymbols.js +18 -0
  265. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/autobold.js +18 -0
  266. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/boldsymbol.js +18 -0
  267. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/mathchoice.js +18 -0
  268. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/newcommand.js +18 -0
  269. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/noErrors.js +18 -0
  270. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/noUndefined.js +18 -0
  271. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/unicode.js +18 -0
  272. data/lib/gollum/frontend/public/javascript/MathJax/extensions/TeX/verb.js +18 -0
  273. data/lib/gollum/frontend/public/javascript/MathJax/extensions/jsMath2jax.js +18 -0
  274. data/lib/gollum/frontend/public/javascript/MathJax/extensions/mml2jax.js +18 -0
  275. data/lib/gollum/frontend/public/javascript/MathJax/extensions/tex2jax.js +18 -0
  276. data/lib/gollum/frontend/public/javascript/MathJax/extensions/toMathML.js +18 -0
  277. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/jax.js +19 -0
  278. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/Arrows.js +18 -0
  279. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/BasicLatin.js +18 -0
  280. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/CombDiacritMarks.js +18 -0
  281. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/CombDiactForSymbols.js +18 -0
  282. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/Dingbats.js +18 -0
  283. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/GeneralPunctuation.js +18 -0
  284. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/GeometricShapes.js +18 -0
  285. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/GreekAndCoptic.js +18 -0
  286. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/Latin1Supplement.js +18 -0
  287. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/LetterlikeSymbols.js +18 -0
  288. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/MathOperators.js +18 -0
  289. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/MiscMathSymbolsA.js +18 -0
  290. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/MiscMathSymbolsB.js +18 -0
  291. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/MiscTechnical.js +18 -0
  292. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/SpacingModLetters.js +18 -0
  293. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/SuppMathOperators.js +18 -0
  294. data/lib/gollum/frontend/public/javascript/MathJax/jax/element/mml/optable/SupplementalArrowsB.js +18 -0
  295. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/config.js +18 -0
  296. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/a.js +18 -0
  297. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/b.js +18 -0
  298. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/c.js +18 -0
  299. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/d.js +18 -0
  300. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/e.js +18 -0
  301. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/f.js +18 -0
  302. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/fr.js +18 -0
  303. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/g.js +18 -0
  304. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/h.js +18 -0
  305. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/i.js +18 -0
  306. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/j.js +18 -0
  307. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/k.js +18 -0
  308. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/l.js +18 -0
  309. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/m.js +18 -0
  310. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/n.js +18 -0
  311. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/o.js +18 -0
  312. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/opf.js +18 -0
  313. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/p.js +18 -0
  314. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/q.js +18 -0
  315. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/r.js +18 -0
  316. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/s.js +18 -0
  317. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/scr.js +18 -0
  318. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/t.js +18 -0
  319. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/u.js +18 -0
  320. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/v.js +18 -0
  321. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/w.js +18 -0
  322. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/x.js +18 -0
  323. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/y.js +18 -0
  324. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/entities/z.js +18 -0
  325. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/MathML/jax.js +18 -0
  326. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/TeX/config.js +18 -0
  327. data/lib/gollum/frontend/public/javascript/MathJax/jax/input/TeX/jax.js +19 -0
  328. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/maction.js +18 -0
  329. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/menclose.js +18 -0
  330. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/mglyph.js +18 -0
  331. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/mmultiscripts.js +18 -0
  332. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/ms.js +18 -0
  333. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/mtable.js +18 -0
  334. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/multiline.js +18 -0
  335. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/config.js +18 -0
  336. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/AlphaPresentForms.js +18 -0
  337. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Arrows.js +18 -0
  338. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoldFraktur.js +18 -0
  339. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoxDrawing.js +18 -0
  340. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiacritMarks.js +18 -0
  341. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiactForSymbols.js +18 -0
  342. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.js +18 -0
  343. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CurrencySymbols.js +18 -0
  344. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Cyrillic.js +18 -0
  345. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/EnclosedAlphanum.js +18 -0
  346. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeneralPunctuation.js +18 -0
  347. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeometricShapes.js +18 -0
  348. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekAndCoptic.js +18 -0
  349. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekBold.js +18 -0
  350. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekSSBold.js +18 -0
  351. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/IPAExtensions.js +18 -0
  352. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Latin1Supplement.js +18 -0
  353. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedA.js +18 -0
  354. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedAdditional.js +18 -0
  355. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedB.js +18 -0
  356. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LetterlikeSymbols.js +18 -0
  357. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Main.js +18 -0
  358. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathBold.js +18 -0
  359. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathOperators.js +18 -0
  360. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathSSBold.js +18 -0
  361. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsA.js +18 -0
  362. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsB.js +18 -0
  363. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js +18 -0
  364. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscTechnical.js +18 -0
  365. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/NumberForms.js +18 -0
  366. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/PhoneticExtensions.js +18 -0
  367. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SpacingModLetters.js +18 -0
  368. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.js +18 -0
  369. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuppMathOperators.js +18 -0
  370. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/AlphaPresentForms.js +18 -0
  371. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BasicLatin.js +18 -0
  372. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BoxDrawing.js +18 -0
  373. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.js +18 -0
  374. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.js +18 -0
  375. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CurrencySymbols.js +18 -0
  376. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Cyrillic.js +18 -0
  377. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/EnclosedAlphanum.js +18 -0
  378. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GeneralPunctuation.js +18 -0
  379. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekAndCoptic.js +18 -0
  380. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekBoldItalic.js +18 -0
  381. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekSSBoldItalic.js +18 -0
  382. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/IPAExtensions.js +18 -0
  383. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Latin1Supplement.js +18 -0
  384. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedA.js +18 -0
  385. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedAdditional.js +18 -0
  386. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedB.js +18 -0
  387. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LetterlikeSymbols.js +18 -0
  388. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Main.js +18 -0
  389. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldItalic.js +18 -0
  390. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldScript.js +18 -0
  391. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathOperators.js +18 -0
  392. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathSSItalicBold.js +18 -0
  393. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/SpacingModLetters.js +18 -0
  394. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/AlphaPresentForms.js +18 -0
  395. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/BoxDrawing.js +18 -0
  396. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/CombDiactForSymbols.js +18 -0
  397. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.js +18 -0
  398. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/CurrencySymbols.js +18 -0
  399. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Cyrillic.js +18 -0
  400. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/EnclosedAlphanum.js +18 -0
  401. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GeneralPunctuation.js +18 -0
  402. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekAndCoptic.js +18 -0
  403. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekItalic.js +18 -0
  404. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/IPAExtensions.js +18 -0
  405. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Latin1Supplement.js +18 -0
  406. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedA.js +18 -0
  407. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedAdditional.js +18 -0
  408. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedB.js +18 -0
  409. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LetterlikeSymbols.js +18 -0
  410. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Main.js +18 -0
  411. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathItalic.js +18 -0
  412. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.js +18 -0
  413. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathSSItalic.js +18 -0
  414. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathScript.js +18 -0
  415. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/SpacingModLetters.js +18 -0
  416. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js +18 -0
  417. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/AlphaPresentForms.js +18 -0
  418. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Arrows.js +18 -0
  419. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BBBold.js +18 -0
  420. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BlockElements.js +18 -0
  421. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoldFraktur.js +18 -0
  422. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoxDrawing.js +18 -0
  423. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js +18 -0
  424. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiacritMarks.js +18 -0
  425. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiactForSymbols.js +18 -0
  426. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.js +18 -0
  427. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CurrencySymbols.js +18 -0
  428. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Cyrillic.js +18 -0
  429. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Dingbats.js +18 -0
  430. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/EnclosedAlphanum.js +18 -0
  431. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Fraktur.js +18 -0
  432. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeneralPunctuation.js +18 -0
  433. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeometricShapes.js +18 -0
  434. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekAndCoptic.js +18 -0
  435. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBold.js +18 -0
  436. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBoldItalic.js +18 -0
  437. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekItalic.js +18 -0
  438. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBold.js +18 -0
  439. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBoldItalic.js +18 -0
  440. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/IPAExtensions.js +18 -0
  441. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Latin1Supplement.js +18 -0
  442. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedA.js +18 -0
  443. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedAdditional.js +18 -0
  444. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedB.js +18 -0
  445. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.js +18 -0
  446. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LetterlikeSymbols.js +18 -0
  447. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Main.js +18 -0
  448. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBold.js +18 -0
  449. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldItalic.js +18 -0
  450. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldScript.js +18 -0
  451. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathItalic.js +18 -0
  452. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathOperators.js +18 -0
  453. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSS.js +18 -0
  454. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSBold.js +18 -0
  455. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalic.js +18 -0
  456. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalicBold.js +18 -0
  457. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathScript.js +18 -0
  458. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathTT.js +18 -0
  459. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsA.js +18 -0
  460. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsB.js +18 -0
  461. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbols.js +18 -0
  462. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbolsAndArrows.js +18 -0
  463. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscTechnical.js +18 -0
  464. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/NumberForms.js +18 -0
  465. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/PhoneticExtensions.js +18 -0
  466. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SpacingModLetters.js +18 -0
  467. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.js +18 -0
  468. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuppMathOperators.js +18 -0
  469. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsA.js +18 -0
  470. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsB.js +18 -0
  471. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js +18 -0
  472. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Bold/All.js +18 -0
  473. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/All.js +18 -0
  474. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/Main.js +18 -0
  475. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Bold/All.js +18 -0
  476. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/All.js +18 -0
  477. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/Main.js +18 -0
  478. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Bold/All.js +18 -0
  479. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/All.js +18 -0
  480. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/Main.js +18 -0
  481. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Bold/All.js +18 -0
  482. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/All.js +18 -0
  483. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/Main.js +18 -0
  484. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Bold/All.js +18 -0
  485. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/All.js +18 -0
  486. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/Main.js +18 -0
  487. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js +18 -0
  488. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/Main.js +18 -0
  489. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/PrivateUse.js +18 -0
  490. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.js +18 -0
  491. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/Main.js +18 -0
  492. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/PrivateUse.js +18 -0
  493. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js +18 -0
  494. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/Main.js +18 -0
  495. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/PrivateUse.js +18 -0
  496. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.js +18 -0
  497. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/Main.js +18 -0
  498. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/PrivateUse.js +18 -0
  499. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/All.js +18 -0
  500. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/Main.js +18 -0
  501. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Bold/Main.js +18 -0
  502. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/All.js +18 -0
  503. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/Main.js +18 -0
  504. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js +18 -0
  505. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/Main.js +18 -0
  506. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/All.js +18 -0
  507. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/Main.js +18 -0
  508. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Bold/Main.js +18 -0
  509. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/All.js +18 -0
  510. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/Main.js +18 -0
  511. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Bold/Main.js +18 -0
  512. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/All.js +18 -0
  513. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/Main.js +18 -0
  514. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/All.js +18 -0
  515. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/Main.js +18 -0
  516. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/All.js +18 -0
  517. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/Main.js +18 -0
  518. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/fontdata-beta.js +18 -0
  519. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/fontdata.js +19 -0
  520. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js +18 -0
  521. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js +18 -0
  522. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js +18 -0
  523. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js +18 -0
  524. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js +18 -0
  525. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js +18 -0
  526. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js +18 -0
  527. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js +18 -0
  528. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js +18 -0
  529. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js +18 -0
  530. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js +18 -0
  531. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js +18 -0
  532. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js +18 -0
  533. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js +18 -0
  534. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js +18 -0
  535. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js +18 -0
  536. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js +18 -0
  537. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js +18 -0
  538. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js +18 -0
  539. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js +18 -0
  540. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js +18 -0
  541. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js +18 -0
  542. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js +18 -0
  543. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js +18 -0
  544. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js +18 -0
  545. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js +18 -0
  546. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js +18 -0
  547. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js +18 -0
  548. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js +18 -0
  549. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js +18 -0
  550. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js +18 -0
  551. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js +18 -0
  552. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js +18 -0
  553. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js +18 -0
  554. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js +18 -0
  555. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js +18 -0
  556. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js +18 -0
  557. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GreekAndCoptic.js +18 -0
  558. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js +18 -0
  559. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js +18 -0
  560. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js +18 -0
  561. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js +18 -0
  562. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js +18 -0
  563. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js +18 -0
  564. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js +18 -0
  565. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js +18 -0
  566. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js +18 -0
  567. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js +18 -0
  568. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js +18 -0
  569. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js +18 -0
  570. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js +18 -0
  571. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js +18 -0
  572. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GreekAndCoptic.js +18 -0
  573. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js +18 -0
  574. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LatinExtendedA.js +18 -0
  575. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LatinExtendedB.js +18 -0
  576. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js +18 -0
  577. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js +18 -0
  578. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Arrows.js +18 -0
  579. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js +18 -0
  580. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiactForSymbols.js +18 -0
  581. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeneralPunctuation.js +18 -0
  582. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js +18 -0
  583. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GreekAndCoptic.js +18 -0
  584. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Latin1Supplement.js +18 -0
  585. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LatinExtendedA.js +18 -0
  586. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LatinExtendedB.js +18 -0
  587. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LetterlikeSymbols.js +18 -0
  588. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js +18 -0
  589. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MathOperators.js +18 -0
  590. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscMathSymbolsA.js +18 -0
  591. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js +18 -0
  592. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscTechnical.js +18 -0
  593. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SuppMathOperators.js +18 -0
  594. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SupplementalArrowsA.js +18 -0
  595. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js +18 -0
  596. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js +18 -0
  597. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js +18 -0
  598. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js +18 -0
  599. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js +18 -0
  600. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js +18 -0
  601. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js +18 -0
  602. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js +18 -0
  603. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js +18 -0
  604. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js +18 -0
  605. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js +18 -0
  606. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js +18 -0
  607. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js +18 -0
  608. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js +18 -0
  609. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js +18 -0
  610. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js +18 -0
  611. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js +18 -0
  612. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js +18 -0
  613. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js +18 -0
  614. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js +18 -0
  615. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js +18 -0
  616. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js +18 -0
  617. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js +18 -0
  618. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js +18 -0
  619. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js +18 -0
  620. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js +18 -0
  621. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js +18 -0
  622. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js +18 -0
  623. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata.js +19 -0
  624. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/imageFonts.js +18 -0
  625. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/HTML-CSS/jax.js +19 -0
  626. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/NativeMML/config.js +18 -0
  627. data/lib/gollum/frontend/public/javascript/MathJax/jax/output/NativeMML/jax.js +18 -0
  628. data/lib/gollum/frontend/public/javascript/MathJax/test/index-images.html +127 -0
  629. data/lib/gollum/frontend/public/javascript/MathJax/test/index.html +177 -0
  630. data/lib/gollum/frontend/public/javascript/MathJax/test/sample-dynamic.html +54 -0
  631. data/lib/gollum/frontend/public/javascript/MathJax/test/sample-mml.html +44 -0
  632. data/lib/gollum/frontend/public/javascript/MathJax/test/sample-signals.html +121 -0
  633. data/lib/gollum/frontend/public/javascript/MathJax/test/sample-tex.html +22 -0
  634. data/lib/gollum/frontend/public/javascript/MathJax/test/sample-tex2mml.html +23 -0
  635. data/lib/gollum/frontend/public/javascript/MathJax/test/sample.html +99 -0
  636. data/lib/gollum/frontend/public/javascript/editor/gollum.editor.js +1084 -0
  637. data/lib/gollum/frontend/public/javascript/editor/langs/asciidoc.js +168 -0
  638. data/lib/gollum/frontend/public/javascript/editor/langs/creole.js +103 -0
  639. data/lib/gollum/frontend/public/javascript/editor/langs/markdown.js +211 -0
  640. data/lib/gollum/frontend/public/javascript/editor/langs/org.js +173 -0
  641. data/lib/gollum/frontend/public/javascript/editor/langs/pod.js +111 -0
  642. data/lib/gollum/frontend/public/javascript/editor/langs/rdoc.js +74 -0
  643. data/lib/gollum/frontend/public/javascript/editor/langs/textile.js +175 -0
  644. data/lib/gollum/frontend/public/javascript/gollum.dialog.js +206 -0
  645. data/lib/gollum/frontend/public/javascript/gollum.js +191 -0
  646. data/lib/gollum/frontend/public/javascript/gollum.placeholder.js +54 -0
  647. data/lib/gollum/frontend/public/javascript/jquery.color.js +123 -0
  648. data/lib/gollum/frontend/public/javascript/jquery.js +7179 -0
  649. data/lib/gollum/frontend/templates/compare.mustache +53 -0
  650. data/lib/gollum/frontend/templates/create.mustache +15 -0
  651. data/lib/gollum/frontend/templates/edit.mustache +17 -0
  652. data/lib/gollum/frontend/templates/editor.mustache +116 -0
  653. data/lib/gollum/frontend/templates/error.mustache +8 -0
  654. data/lib/gollum/frontend/templates/history.mustache +60 -0
  655. data/lib/gollum/frontend/templates/layout.mustache +28 -0
  656. data/lib/gollum/frontend/templates/page.mustache +45 -0
  657. data/lib/gollum/frontend/templates/pages.mustache +35 -0
  658. data/lib/gollum/frontend/templates/search.mustache +36 -0
  659. data/lib/gollum/frontend/templates/searchbar.mustache +10 -0
  660. data/lib/gollum/frontend/views/compare.rb +94 -0
  661. data/lib/gollum/frontend/views/create.rb +44 -0
  662. data/lib/gollum/frontend/views/edit.rb +52 -0
  663. data/lib/gollum/frontend/views/editable.rb +13 -0
  664. data/lib/gollum/frontend/views/error.rb +7 -0
  665. data/lib/gollum/frontend/views/history.rb +44 -0
  666. data/lib/gollum/frontend/views/layout.rb +20 -0
  667. data/lib/gollum/frontend/views/page.rb +53 -0
  668. data/lib/gollum/frontend/views/pages.rb +19 -0
  669. data/lib/gollum/frontend/views/search.rb +20 -0
  670. data/lib/gollum/git_access.rb +241 -0
  671. data/lib/gollum/markup.rb +440 -0
  672. data/lib/gollum/page.rb +394 -0
  673. data/lib/gollum/pagination.rb +61 -0
  674. data/lib/gollum/sanitization.rb +145 -0
  675. data/lib/gollum/wiki.rb +597 -0
  676. data/templates/formatting.html +92 -0
  677. data/test/examples/lotr.git/COMMIT_EDITMSG +1 -0
  678. data/test/examples/lotr.git/HEAD +1 -0
  679. data/test/examples/lotr.git/config +12 -0
  680. data/test/examples/lotr.git/description +1 -0
  681. data/test/examples/lotr.git/index +0 -0
  682. data/test/examples/lotr.git/info/exclude +6 -0
  683. data/test/examples/lotr.git/logs/HEAD +2 -0
  684. data/test/examples/lotr.git/logs/refs/heads/master +2 -0
  685. data/test/examples/lotr.git/objects/06/131480411710c92a82fe2d1e76932c70feb2e5 +0 -0
  686. data/test/examples/lotr.git/objects/0a/de1e2916346d4c1f2fb63b863fd3c16808fe44 +0 -0
  687. data/test/examples/lotr.git/objects/0e/d8cbe0a25235bd867e65193c7d837c66b328ef +3 -0
  688. data/test/examples/lotr.git/objects/24/49c2681badfd3c189e8ed658dacffe8ba48fe5 +0 -0
  689. data/test/examples/lotr.git/objects/2c/b9156ad383914561a8502fc70f5a1d887e48ad +4 -0
  690. data/test/examples/lotr.git/objects/5d/cac289a8603188d2c5caf481dcba2985126aaa +0 -0
  691. data/test/examples/lotr.git/objects/60/f12f4254f58801b9ee7db7bca5fa8aeefaa56b +0 -0
  692. data/test/examples/lotr.git/objects/71/4323c104239440a5c66ab12a67ed07a83c404f +0 -0
  693. data/test/examples/lotr.git/objects/84/0ec5b1ba1320e8ec443f28f99566f615d5af10 +0 -0
  694. data/test/examples/lotr.git/objects/93/6b83ee0dd8837adb82511e40d5e4ebe59bb675 +0 -0
  695. data/test/examples/lotr.git/objects/94/523d7ae48aeba575099dd12926420d8fd0425d +2 -0
  696. data/test/examples/lotr.git/objects/96/97dc65e095658bbd1b8e8678e08881e86d32f1 +0 -0
  697. data/test/examples/lotr.git/objects/a3/1ca2a7c352c92531a8b99815d15843b259e814 +0 -0
  698. data/test/examples/lotr.git/objects/a8/ad3c09dd842a3517085bfadd37718856dee813 +0 -0
  699. data/test/examples/lotr.git/objects/aa/b61fe89d56f8614c0a8151da34f939dcedfa68 +0 -0
  700. data/test/examples/lotr.git/objects/c3/b43e9f08966b088e7a0192e436b7a884542e05 +0 -0
  701. data/test/examples/lotr.git/objects/dc/596d6b2dd89ab05c66f4abd7d5eb706bc17f19 +0 -0
  702. data/test/examples/lotr.git/objects/ec/da3205bee14520aab5a7bb307392064b938e83 +0 -0
  703. data/test/examples/lotr.git/objects/fa/e7ef5344202bba4129abdc13060d9297d99465 +3 -0
  704. data/test/examples/lotr.git/objects/info/packs +2 -0
  705. data/test/examples/lotr.git/objects/pack/pack-dcbeaf3f6ff6c5eb08ea2b0a2d83626e8763546b.idx +0 -0
  706. data/test/examples/lotr.git/objects/pack/pack-dcbeaf3f6ff6c5eb08ea2b0a2d83626e8763546b.pack +0 -0
  707. data/test/examples/lotr.git/packed-refs +2 -0
  708. data/test/examples/lotr.git/refs/heads/master +1 -0
  709. data/test/examples/lotr.git/refs/remotes/origin/HEAD +1 -0
  710. data/test/examples/page_file_dir.git/COMMIT_EDITMSG +1 -0
  711. data/test/examples/page_file_dir.git/HEAD +1 -0
  712. data/test/examples/page_file_dir.git/config +6 -0
  713. data/test/examples/page_file_dir.git/description +1 -0
  714. data/test/examples/page_file_dir.git/index +0 -0
  715. data/test/examples/page_file_dir.git/info/exclude +6 -0
  716. data/test/examples/page_file_dir.git/logs/HEAD +1 -0
  717. data/test/examples/page_file_dir.git/logs/refs/heads/master +1 -0
  718. data/test/examples/page_file_dir.git/objects/0c/7d27db1f575263efdcab3dc650f4502a2dbcbf +0 -0
  719. data/test/examples/page_file_dir.git/objects/22/b404803c966dd92865614d86ff22ca12e50c1e +0 -0
  720. data/test/examples/page_file_dir.git/objects/25/7cc5642cb1a054f08cc83f2d943e56fd3ebe99 +0 -0
  721. data/test/examples/page_file_dir.git/objects/57/16ca5987cbf97d6bb54920bea6adde242d87e6 +0 -0
  722. data/test/examples/page_file_dir.git/objects/5b/43e14e0a15fb6f08feab1773d1c0991e9f71e2 +0 -0
  723. data/test/examples/page_file_dir.git/refs/heads/master +1 -0
  724. data/test/examples/revert.git/COMMIT_EDITMSG +1 -0
  725. data/test/examples/revert.git/HEAD +1 -0
  726. data/test/examples/revert.git/config +12 -0
  727. data/test/examples/revert.git/description +1 -0
  728. data/test/examples/revert.git/index +0 -0
  729. data/test/examples/revert.git/info/exclude +6 -0
  730. data/test/examples/revert.git/logs/HEAD +2 -0
  731. data/test/examples/revert.git/logs/refs/heads/master +2 -0
  732. data/test/examples/revert.git/objects/20/2ced67cea93c7b6bd2928aa1daef8d1d55a20d +0 -0
  733. data/test/examples/revert.git/objects/41/76394bfa11222363c66ce7e84b5f154095b6d9 +0 -0
  734. data/test/examples/revert.git/objects/6a/69f92020f5df77af6e8813ff1232493383b708 +0 -0
  735. data/test/examples/revert.git/objects/b4/785957bc986dc39c629de9fac9df46972c00fc +0 -0
  736. data/test/examples/revert.git/objects/f4/03b791119f8232b7cb0ba455c624ac6435f433 +0 -0
  737. data/test/examples/revert.git/objects/info/packs +2 -0
  738. data/test/examples/revert.git/objects/pack/pack-a561f8437234f74d0bacb9e0eebe52d207f5770d.idx +0 -0
  739. data/test/examples/revert.git/objects/pack/pack-a561f8437234f74d0bacb9e0eebe52d207f5770d.pack +0 -0
  740. data/test/examples/revert.git/packed-refs +2 -0
  741. data/test/examples/revert.git/refs/heads/master +1 -0
  742. data/test/examples/revert.git/refs/remotes/origin/HEAD +1 -0
  743. data/test/examples/yubiwa.git/HEAD +1 -0
  744. data/test/examples/yubiwa.git/config +5 -0
  745. data/test/examples/yubiwa.git/description +1 -0
  746. data/test/examples/yubiwa.git/info/exclude +6 -0
  747. data/test/examples/yubiwa.git/objects/10/fa2ddc4e3b4009d8a453aace10bd6148c1ad00 +0 -0
  748. data/test/examples/yubiwa.git/objects/52/4b82874327ea7cbf730389964ba7cb3de966de +0 -0
  749. data/test/examples/yubiwa.git/objects/58/3fc201cb457fb3f1480f3e1e5999b119633835 +0 -0
  750. data/test/examples/yubiwa.git/objects/87/bc1dd46ab3d3874d4e898d45dd512cc20a7cc8 +1 -0
  751. data/test/examples/yubiwa.git/objects/89/64ed1b4e21aa90e831763bbce9034bfda81b70 +0 -0
  752. data/test/examples/yubiwa.git/objects/9f/f6dd0660da5fba2d3374adb2b84fa653bb538b +0 -0
  753. data/test/examples/yubiwa.git/objects/ac/e97abf2b177815a1972d7db22f229f58c83309 +0 -0
  754. data/test/examples/yubiwa.git/objects/b1/f443863a4816628807fbf86141ebef055dda34 +0 -0
  755. data/test/examples/yubiwa.git/refs/heads/master +1 -0
  756. data/test/helper.rb +60 -0
  757. data/test/test_app.rb +144 -0
  758. data/test/test_committer.rb +64 -0
  759. data/test/test_file.rb +27 -0
  760. data/test/test_git_access.rb +52 -0
  761. data/test/test_markup.rb +533 -0
  762. data/test/test_page.rb +146 -0
  763. data/test/test_page_revert.rb +45 -0
  764. data/test/test_wiki.rb +343 -0
  765. metadata +983 -0
@@ -0,0 +1,42 @@
1
+ .. _configure-MMLorHTML:
2
+
3
+ ***********************************
4
+ The MMLorHTML configuration options
5
+ ***********************************
6
+
7
+ The options below control the operation of the MMLorHTML configuration
8
+ file that is run when you include ``"MMLorHTML.js"`` in the `config`
9
+ array of your configuration. They are listed with their default
10
+ values. To set any of these options, include a ``MMLorHTML`` section
11
+ in your :meth:`MathJax.Hub.Config()` call. For example
12
+
13
+ .. code-block:: javascript
14
+
15
+ MathJax.Hub.Config({
16
+ MMLorHTML: {
17
+ prefer: {
18
+ Opera: "MML"
19
+ }
20
+ }
21
+ });
22
+
23
+ would set the ``prefer`` option so that Opera browser would prefer
24
+ MathML to HTML-CSS output (while leaving the settings for other
25
+ browsers unchanged).
26
+
27
+ Note that if you use the ``MMLorHTML.js`` configuration file, you should
28
+ **not** specify an output processor in the `jax` array of your
29
+ configuration; `MMLorHTML` will fill that in for you.
30
+
31
+ .. describe:: prefer: { MSIE: "MML", Firefox: "MML", Opera: "HTML", other: "HTML" }
32
+
33
+ This lets you set the preferred renderer on a browser-by-browser
34
+ basis. You set the browser to either ``"MML"`` or ``"HTML"``
35
+ depending on whether you want to use the `NativeMML` or `HTML-CSS`
36
+ output processor. Note that although Opera does process some MathML
37
+ natively, its support is not sufficient to handle the more
38
+ complicated output generated by MathJax, so its setting is
39
+ ``"HTML"`` by default.
40
+
41
+
42
+
@@ -0,0 +1,27 @@
1
+ .. _configure-MathML:
2
+
3
+ **************************
4
+ The MathML input processor
5
+ **************************
6
+
7
+ The options below control the operation of the MathML input processor
8
+ that is run when you include ``"input/MathML"`` in the `jax` array of
9
+ your configuration. They are listed with their default values. To
10
+ set any of these options, include a ``MathML`` section in your
11
+ :meth:`MathJax.Hub.Config()` call. For example
12
+
13
+ .. code-block:: javascript
14
+
15
+ MathJax.Hub.Config({
16
+ MathML: {
17
+ useMathMLspacing: true
18
+ }
19
+ });
20
+
21
+ would set the ``useMathMLspacing`` option so that the MathML rules for
22
+ spacing would be used (rather than TeX spacing rules).
23
+
24
+ .. describe:: useMathMLspacing: false
25
+
26
+ Specifies whether to use TeX spacing or MathML spacing when the
27
+ `HTML-CSS` output jax is used.
@@ -0,0 +1,79 @@
1
+ .. _configure-MathMenu:
2
+
3
+ **********************
4
+ The MathMenu extension
5
+ **********************
6
+
7
+ The options below control the operation of the contextual menu that is
8
+ available on mathematics that is typeset by MathJax.
9
+ They are listed with their default values. To set any of these
10
+ options, include a ``MathMenu`` section in your
11
+ :meth:`MathJax.Hub.Config()` call. For example
12
+
13
+ .. code-block:: javascript
14
+
15
+ MathJax.Hub.Config({
16
+ MathMenu: {
17
+ delay: 600
18
+ }
19
+ });
20
+
21
+ would set the ``delay`` option to 600 milliseconds.
22
+
23
+ .. describe:: delay: 400
24
+
25
+ This is the hover delay for the display (in milliseconds) for
26
+ submenus in the contextual menu: when the mouse is over a submenu
27
+ label for this long, the menu will appear. (The submenu also will
28
+ appear if you click on its label.)
29
+
30
+ .. describe:: helpURL: "http://www.mathjax.org/help/user/"
31
+
32
+ This is the URL for the MathJax Help menu item. When the user
33
+ selects that item, the browser opens a new window with this URL.
34
+
35
+ .. describe:: showRenderer: true
36
+
37
+ This controls whether the "Math Renderer" item will be displayed in
38
+ the the "Settings" submenu of the mathematics contextual menu. It
39
+ allows the user to change between the `HTML-CSS` and `NativeMML`
40
+ output processors for the mathematics on the page. Set to
41
+ ``false`` to prevent this menu item from showing.
42
+
43
+ .. describe:: showContext: false
44
+
45
+ This controls whether the "Contextual Menu" item will be displayed
46
+ in the the "Settings" submenu of the mathematics contextual menu.
47
+ It allows the user to decide whether the MathJax menu or the
48
+ browser's default contextual manu will be shown when the context
49
+ menu click occurs over mathematics typeset by MathJax. (The main
50
+ reason to allow pass-through to the browser's menu is to gain
51
+ access to the MathPlayer contextual menu when the NativeMML output
52
+ processor is used in Internet Explorer with the `MathPlayer plugin
53
+ <http://www.dessci.com/en/products/mathplayer/>`_.) Set to
54
+ ``false`` to prevent this menu item from showing.
55
+
56
+ .. describe:: showFontMenu: false
57
+
58
+ This controls whether the "Font Preference" item will be displayed
59
+ in the the "Settings" submenu of the mathematics contextual menu.
60
+ This submenu lets the user select what font to use in the
61
+ mathematics produced by the `HTML-CSS` output processor. Note that
62
+ changing the selection in the font menu will cause the page to
63
+ reload. Set to ``false`` to prevent this menu item from showing.
64
+
65
+ .. describe:: windowSettings: { ... }
66
+
67
+ These are the settings for the ``window.open()`` call that
68
+ creates the `Show Source` window. The initial width and height
69
+ will be reset after the source is shown in an attempt to make the
70
+ window fit the output better.
71
+
72
+ .. describe:: styles: {}
73
+
74
+ This is a list of CSS declarations for styling the menu
75
+ components. See the definitions in ``extensions/MathMenu.js`` for
76
+ details of what are defined by default. See :ref:`CSS Style
77
+ Objects <css-style-objects>` for details on how to specify CSS
78
+ style in a JavaScript object.
79
+
@@ -0,0 +1,42 @@
1
+ .. _configure-MathZoom:
2
+
3
+ **********************
4
+ The MathZoom extension
5
+ **********************
6
+
7
+ The options below control the operation of the Math-Zoom feature that
8
+ allows users to see an enlarged version of the mathematics when they
9
+ click or hover over typeset mathematics. They are listed with their
10
+ default values. To set any of these options, include a ``MathZoom``
11
+ section in your :meth:`MathJax.Hub.Config()` call. For example
12
+
13
+ .. code-block:: javascript
14
+
15
+ MathJax.Hub.Config({
16
+ MathZoom: {
17
+ delay: 600
18
+ }
19
+ });
20
+
21
+ would set the ``delay`` option to 600 milliseconds.
22
+
23
+ Mathematics is zoomed when the user "triggers" the zoom by an action,
24
+ either clicking on the mathematics, double-clicking on it, or holding
25
+ the mouse still over it (i.e., "hovering"). Which trigger is used is
26
+ set by the user via the math contextual menu (or by the author using
27
+ the ``menuSettings`` configuration section).
28
+
29
+ .. describe:: delay: 400
30
+
31
+ This the time (in milliseconds) that the mouse must be still over a
32
+ typeset mathematical formula before the zoomed version is displayed
33
+ (when the zoom trigger is set to `Hover`).
34
+
35
+ .. describe:: styles: {}
36
+
37
+ This is a list of CSS declarations for styling the zoomed
38
+ mathematics. See the definitions in ``extensions/MathZoom.js``
39
+ for details of what are defined by default. See :ref:`CSS Style
40
+ Objects <css-style-objects>` for details on how to specify CSS
41
+ style in a JavaScript object.
42
+
@@ -0,0 +1,61 @@
1
+ .. _configure-NativeMML:
2
+
3
+ ******************************
4
+ The NativeMML output processor
5
+ ******************************
6
+
7
+ The options below control the operation of the NativeMML output
8
+ processor that is run when you include ``"output/NativeMML"`` in the
9
+ `jax` array of your configuration. They are listed with their default
10
+ values. To set any of these options, include a ``NativeMML`` section
11
+ in your :meth:`MathJax.Hub.Config()` call. For example
12
+
13
+ .. code-block:: javascript
14
+
15
+ MathJax.Hub.Config({
16
+ NativeMML: {
17
+ scale: 105
18
+ }
19
+ });
20
+
21
+ would set the ``sale`` option to 105 percent.
22
+
23
+ .. describe:: scale: 100
24
+
25
+ The scaling factor (as a percentage) of math with respect to the
26
+ surrounding text. Since the `NativeMML` output relies on the
27
+ browser's natiove MathML support, MathJax does not control the
28
+ font size used in the mathematics. You may need to set this value
29
+ to compensate for the size selected by the browser. The user can
30
+ also adjust this value using the contextual menu item associated
31
+ with the typeset mathematics.
32
+
33
+ .. describe:: showMathMath: true
34
+
35
+ This controls whether the MathJax contextual menu will be
36
+ available on the mathematics in the page. If true, then
37
+ right-clicking (on the PC) or control-clicking (on the Mac) will
38
+ produce a MathJax menu that allows you to get the source of the
39
+ mathematics in various formats, change the size of the mathematics
40
+ relative to the surrounding text, get information about
41
+ MathJax, and configure other MathJax settings.
42
+
43
+ Set this to ``false`` to disable the menu. When ``true``, the
44
+ ``MathMenu`` configuration block determines the operation of the
45
+ menu. See :ref:`the MathMenu options <configure-MathMenu>` for
46
+ more details.
47
+
48
+ .. describe:: showMathMenuMSIE: true
49
+
50
+ There is a separate menu setting for MSIE since the code to handle
51
+ that is a bit delicate; if it turns out to have unexpected
52
+ consequences, you can turn it off without turing off other the
53
+ menu support in other browsers.
54
+
55
+ .. describe:: styles: {}
56
+
57
+ This is a list of CSS declarations for styling the HTML-CSS
58
+ output. See the definitions in ``jax/output/NativeMML/config.js``
59
+ for some examples of what are defined by default. See :ref:`CSS
60
+ Style Objects <css-style-objects>` for details on how to specify
61
+ CSS style in a JavaScript object.
@@ -0,0 +1,67 @@
1
+ .. _configure-TeX:
2
+
3
+ ***********************
4
+ The TeX input processor
5
+ ***********************
6
+
7
+ The options below control the operation of the TeX input processor
8
+ that is run when you include ``"input/TeX"`` in the `jax` array of
9
+ your configuration. They are listed with their default values. To
10
+ set any of these options, include a ``TeX`` section in your
11
+ :meth:`MathJax.Hub.Config()` call. For example
12
+
13
+ .. code-block:: javascript
14
+
15
+ MathJax.Hub.Config({
16
+ TeX: {
17
+ Macros: {
18
+ RR: '{\\bf R}',
19
+ bold: ['{\\bf #1}', 1]
20
+ }
21
+ }
22
+ });
23
+
24
+ would set the ``Macros`` configuration option to cause two new macros
25
+ to be defined within the TeX input processor.
26
+
27
+ .. describe:: TagSide: "right"
28
+
29
+ This specifies the side on which ``\tag{}`` macros will place the
30
+ tags. Set it to ``"left"`` to place the tags on the left-hand side.
31
+
32
+ .. describe:: TagIndent: ".8em"
33
+
34
+ This is the amount of indentation (from the right or left) for the
35
+ tags produced by the ``\tag{}`` macro.
36
+
37
+ .. describe:: MultLineWidth: "85%"
38
+
39
+ The width to use for the `multline` environment that is part of
40
+ the ``AMSmath`` extension. This width gives room for tags at
41
+ either side of the equation, but if you are displaying mathematics
42
+ in a small area or a thin column of text, you might need to change
43
+ the value to leave sufficient margin for tags.
44
+
45
+ .. describe:: Macros: {}
46
+
47
+ This lists macros to define before the TeX input processor begins.
48
+ These are name:value pairs where the `name` gives the name of the TeX
49
+ macro to be defined, and `value` gives the replacement text for the
50
+ macro. The `value` canbe an array of the form `[value,n]`, where
51
+ `value` is the replacement text and `n` is the number of parameters
52
+ for the macro. Note that since the `value` is a javascript string,
53
+ backslashes in the replacement text must be doubled to prevent them
54
+ from acting as javascript escape characters.
55
+
56
+ For example,
57
+
58
+ .. code-block:: javascript
59
+
60
+ Macros: {
61
+ RR: '{\\bf R}',
62
+ bold: ['{\\bf #1}', 1]
63
+ }
64
+
65
+ would ask the TeX processor to define two new macros: ``\RR``,
66
+ which produces a bold-face "R", and ``\bold{...}``, which takes one
67
+ parameter and set it in the bold-face font.
@@ -0,0 +1,209 @@
1
+ .. _configure-hub:
2
+
3
+ ******************************
4
+ The Core Configuration Options
5
+ ******************************
6
+
7
+ The options below control the MathJax Hub, and so determine the code
8
+ behavior of MathJax. They are given with their default values.
9
+
10
+ .. describe:: jax: ["input/TeX","output/HTML-CSS"]
11
+
12
+ A comma-separated list of input and output jax to initialize at
13
+ startup. Their main code is loaded only when they are actually
14
+ used, so it is not inefficient to include jax that may not
15
+ actually be used on the page. These are found in the ``MathJax/jax``
16
+ directory.
17
+
18
+ .. describe:: extensions: []
19
+
20
+ A comma-separated list of extensions to load at startup. The
21
+ default directory is ``MathJax/extensions``. The ``tex2jax`` and
22
+ ``mml2jax`` preprocessors can be listed here, as well as a number
23
+ of TeX-specific extensions (see the :ref:`TeX and LaTeX input
24
+ <tex-and-latex-input>` section of the :ref:`Getting Started
25
+ <getting-started>` document for more details). There is also a
26
+ ``FontWarnings`` extension that you can use to inform your user
27
+ that mathematics fonts are available that they can download to
28
+ improve their experience of your site.
29
+
30
+ .. describe:: config: []
31
+
32
+ A comma-separated list of configuration files to load when MathJax
33
+ starts up, e.g., to define local macros, etc., and there is a
34
+ sample config file named ``config/local/local.js``. The default
35
+ directory is the `MathJax/config` directory. The ``MMLorHTML.js``
36
+ configuration is the only other predefined configuration file.
37
+
38
+ .. describe:: styleSheets: []
39
+
40
+ A comma-separated list of CSS stylesheet files to be loaded when
41
+ MathJax starts up. The default directory is the `MathJax/config`
42
+ directory.
43
+
44
+ .. describe:: styles: {}
45
+
46
+ CSS `selector: rules;` styles to be defined dynamically at startup
47
+ time.
48
+
49
+ .. describe:: preJax: null and postJax: null
50
+
51
+ Patterns to remove from before and after math script tags. If you
52
+ are not using one of the preprocessors, you need to insert
53
+ something extra into your HTML file in order to avoid a bug in
54
+ Internet Explorer. IE removes spaces from the DOM that it thinks
55
+ are redundent, and since a ``<script>`` tag usually doesn't add
56
+ content to the page, if there is a space before and after a
57
+ MathJax ``<script>`` tag, IE will remove the first space. When
58
+ MathJax inserts the typeset mathematics, this means there will be
59
+ no space before it and the preceeding text. In order to avoid
60
+ this, you should include some "guard characters" before or after
61
+ the math SCRIPT tag; define the patterns you want to use below.
62
+ Note that these are used as regular expressions, so you will need
63
+ to quote special characters. Furthermore, since they are
64
+ javascript strings, you must quote javascript special characters
65
+ as well. So to obtain a backslash, you must use ``\\`` (doubled
66
+ for javascript). For example, ``"\\["`` represents the pattern
67
+ ``\[`` in the regular expression. That means that if you want an
68
+ actual backslash in your guard characters, you need to use
69
+ ``"\\\\"`` in order to get ``\\`` in the regular expression, and
70
+ ``\`` in the actual text. If both preJax and postJax are defined,
71
+ both must be present in order to be removed.
72
+
73
+ See also the ``preRemoveClass`` comments below.
74
+
75
+ Examples:
76
+
77
+ ``preJax: "\\\\\\\\\"`` makes a double backslash the preJax text
78
+
79
+ ``preJax: "\\[\\[", postJax: "\\]\\]"`` makes it so jax
80
+ scripts must be enclosed in double brackets.
81
+
82
+ .. describe:: preRemoveClass: "MathJax_Preview"
83
+
84
+ The CSS class for a math preview to be removed preceeding a
85
+ MathJax SCRIPT tag. If the tag just before the MathJax
86
+ ``<script>`` tag is of this class, its contents are removed when
87
+ MathJax processes the ``<script>`` tag. This allows you to
88
+ include a math preview in a form that will be displayed prior to
89
+ MathJax performing its typesetting. It also avoids the Internet
90
+ Explorer space-removal bug, and can be used in place of ``preJax``
91
+ and ``postJax`` if that is more convenient.
92
+
93
+ For example
94
+
95
+ .. code-block:: html
96
+
97
+ <span class="MathJax_Preview">[math]</span><script type="math/tex">...</script>
98
+
99
+ would display "[math]" in place of the math until MathJax is able
100
+ to typeset it.
101
+
102
+ See also the ``preJax`` and ``postJax`` comments above.
103
+
104
+ .. describe:: showProcessingMessages: true
105
+
106
+ This value controls whether the `Processing Math: nn%` message are
107
+ displayed in the lower left-hand corner. Set to ``false`` to
108
+ prevent those messages (though file loading and other messages
109
+ will still be shown).
110
+
111
+ .. describe:: messageStyle: "normal"
112
+
113
+ This value controls the verbosity of the messages in the lower
114
+ left-hand corner. Set it to ``"none"`` to eliminate all messages,
115
+ or set it to ``"simple"`` to show "Loading..." and "Processing..."
116
+ rather than showing the full file name or the percentage of the
117
+ mathematics processed.
118
+
119
+ .. describe:: displayAlign: "center" and displayIndent: "0em"
120
+
121
+ These two parameters control the alignment and shifting of
122
+ displayed equations. The first can be ``"left"``, ``"center"``,
123
+ or ``"right"``, and determines the alignment of displayed
124
+ equations. When the alignment is not ``"center"``, the second
125
+ determines an indentation from the left or right side for the
126
+ displayed equations.
127
+
128
+
129
+ .. describe:: delayStartupUntil: "none"
130
+
131
+ Normally MathJax will perform its starup commands (loading of
132
+ configuration, styles, jax, and so on) as soon as it can. If you
133
+ expect to be doing additional configuration on the page, however,
134
+ you may want to have it wait until the page's onload hander is
135
+ called. If so, set this to ``"onload"``.
136
+
137
+ .. describe:: skipStartupTypeset: false
138
+
139
+ Normally MathJax will typeset the mathematics on the page as soon
140
+ as the page is loaded. If you want to delay that process, in
141
+ which case you will need to call :meth:`MathJax.Hub.Typeset()`
142
+ yourself by hand, set this value to ``true``.
143
+
144
+ .. describe:: menuSettings: { ... }
145
+
146
+ This block contains settings for the mathematics contextual menu
147
+ that act as the defaults for the user's settings in that menu.
148
+ The possible values are:
149
+
150
+ .. describe:: zoom: "none"
151
+
152
+ This indicates when typeset mathematics should be zoomed. It
153
+ can be set to ``"None"``, ``"Hover"``, ``"Click"``, or
154
+ ``"Double-Click"`` to set the zoom trigger.
155
+
156
+ .. describe:: CTRL: false, ALT: false, CMD: false, Shift: false
157
+
158
+ These values indicate which keys must be pressed in order for
159
+ math zoom to be triggered. For example, if ``CTRL`` is set to
160
+ ``true`` and ``zoom`` is ``"Click"``, then math will be zoomed
161
+ only when the user control-clicks on mathematics (i.e., clicks
162
+ while holding down the `CTRL` key). If more than one is
163
+ ``true``, then all the indicated keys must be pressed for the
164
+ zoom to occur.
165
+
166
+ .. describe:: zscale: "200%"
167
+
168
+ This is the zoom scaling factor, and it can be set to any of
169
+ the values available in the `Zoom Factor` menu of the
170
+ `Settings` submenu of the contextual menu.
171
+
172
+ .. describe:: context: "MathJax"
173
+
174
+ This controls what contextual menu will be presented when a
175
+ right click (on a PC) or CTRL-click (on the Mac) occurs over a
176
+ typeset equation. When set to ``"MathJax"``, the MathJax
177
+ contextual menu will appear; when set to ``"Browser"``, the
178
+ browser's contextual menu will be used. For example, in
179
+ Internet Explorer with the MathPlayer plugin, if this is set
180
+ to ``"Browser"``, you will get the MathPlayer contextual menu
181
+ rather than the MathJax menu.
182
+
183
+ There are also settings for ``format``, ``renderer``, and ``font``,
184
+ but these are maintained by MathJax and should not be set by the
185
+ page author.
186
+
187
+ .. describe:: errorSettings: { ... }
188
+
189
+ This block contains settings that control how MathJax responds to
190
+ unexpected errors while processing mathematical equations. Rather
191
+ than simply crash, MathJax can report an error and go on. The
192
+ options you can set include:
193
+
194
+ .. describe:: message: ["[Math Processing Error"]]
195
+
196
+ This is an HTML snippet that will be inserted at the location
197
+ of the mathematics for any formula that causes MathJax to
198
+ produce an internal error (i.e., an error in the MathJax code
199
+ itself). See the :ref:`description of HTML snippets
200
+ <html-snippets>` for details on how to represent HTML code in
201
+ this way.
202
+
203
+ .. describe:: style: {color:"#CC0000", "font-style":"italic"}
204
+
205
+ This is the CSS style description to use for the error
206
+ messages produced by internal MathJax errors. See the section
207
+ on :ref:`CSS style objects <css-style-objects>` for details on
208
+ how these are specified in JavaScript.
209
+