hyhyhy 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (576) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +15 -0
  3. data/.ruby-gemset +1 -0
  4. data/.ruby-version +1 -0
  5. data/.travis.yml +4 -0
  6. data/Gemfile +4 -0
  7. data/LICENSE.txt +22 -0
  8. data/README.md +184 -0
  9. data/Rakefile +2 -0
  10. data/bin/hyhyhy +59 -0
  11. data/hyhyhy.gemspec +29 -0
  12. data/lib/hyhyhy.rb +101 -0
  13. data/lib/hyhyhy/config.rb +29 -0
  14. data/lib/hyhyhy/frames.rb +108 -0
  15. data/lib/hyhyhy/logger.rb +40 -0
  16. data/lib/hyhyhy/parser.rb +9 -0
  17. data/lib/hyhyhy/structure/.bowerrc +5 -0
  18. data/lib/hyhyhy/structure/.hyhyhy +5 -0
  19. data/lib/hyhyhy/structure/README.md +0 -0
  20. data/lib/hyhyhy/structure/_assets/javascripts/main.js +395 -0
  21. data/lib/hyhyhy/structure/_assets/stylesheets/main.css +520 -0
  22. data/lib/hyhyhy/structure/_includes/bootstrap/.bower.json +47 -0
  23. data/lib/hyhyhy/structure/_includes/bootstrap/Gruntfile.js +472 -0
  24. data/lib/hyhyhy/structure/_includes/bootstrap/LICENSE +21 -0
  25. data/lib/hyhyhy/structure/_includes/bootstrap/README.md +129 -0
  26. data/lib/hyhyhy/structure/_includes/bootstrap/bower.json +38 -0
  27. data/lib/hyhyhy/structure/_includes/bootstrap/dist/css/bootstrap-theme.css +470 -0
  28. data/lib/hyhyhy/structure/_includes/bootstrap/dist/css/bootstrap-theme.css.map +1 -0
  29. data/lib/hyhyhy/structure/_includes/bootstrap/dist/css/bootstrap-theme.min.css +5 -0
  30. data/lib/hyhyhy/structure/_includes/bootstrap/dist/css/bootstrap.css +6332 -0
  31. data/lib/hyhyhy/structure/_includes/bootstrap/dist/css/bootstrap.css.map +1 -0
  32. data/lib/hyhyhy/structure/_includes/bootstrap/dist/css/bootstrap.min.css +5 -0
  33. data/lib/hyhyhy/structure/_includes/bootstrap/dist/fonts/glyphicons-halflings-regular.eot +0 -0
  34. data/lib/hyhyhy/structure/_includes/bootstrap/dist/fonts/glyphicons-halflings-regular.svg +229 -0
  35. data/lib/hyhyhy/structure/_includes/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf +0 -0
  36. data/lib/hyhyhy/structure/_includes/bootstrap/dist/fonts/glyphicons-halflings-regular.woff +0 -0
  37. data/lib/hyhyhy/structure/_includes/bootstrap/dist/js/bootstrap.js +2320 -0
  38. data/lib/hyhyhy/structure/_includes/bootstrap/dist/js/bootstrap.min.js +7 -0
  39. data/lib/hyhyhy/structure/_includes/bootstrap/dist/js/npm.js +13 -0
  40. data/lib/hyhyhy/structure/_includes/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
  41. data/lib/hyhyhy/structure/_includes/bootstrap/fonts/glyphicons-halflings-regular.svg +229 -0
  42. data/lib/hyhyhy/structure/_includes/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
  43. data/lib/hyhyhy/structure/_includes/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
  44. data/lib/hyhyhy/structure/_includes/bootstrap/grunt/.jshintrc +7 -0
  45. data/lib/hyhyhy/structure/_includes/bootstrap/grunt/bs-commonjs-generator.js +23 -0
  46. data/lib/hyhyhy/structure/_includes/bootstrap/grunt/bs-lessdoc-parser.js +238 -0
  47. data/lib/hyhyhy/structure/_includes/bootstrap/grunt/bs-raw-files-generator.js +46 -0
  48. data/lib/hyhyhy/structure/_includes/bootstrap/grunt/configBridge.json +44 -0
  49. data/lib/hyhyhy/structure/_includes/bootstrap/grunt/sauce_browsers.yml +82 -0
  50. data/lib/hyhyhy/structure/_includes/bootstrap/js/.jscsrc +34 -0
  51. data/lib/hyhyhy/structure/_includes/bootstrap/js/.jshintrc +15 -0
  52. data/lib/hyhyhy/structure/_includes/bootstrap/js/affix.js +162 -0
  53. data/lib/hyhyhy/structure/_includes/bootstrap/js/alert.js +94 -0
  54. data/lib/hyhyhy/structure/_includes/bootstrap/js/button.js +116 -0
  55. data/lib/hyhyhy/structure/_includes/bootstrap/js/carousel.js +240 -0
  56. data/lib/hyhyhy/structure/_includes/bootstrap/js/collapse.js +211 -0
  57. data/lib/hyhyhy/structure/_includes/bootstrap/js/dropdown.js +161 -0
  58. data/lib/hyhyhy/structure/_includes/bootstrap/js/modal.js +324 -0
  59. data/lib/hyhyhy/structure/_includes/bootstrap/js/popover.js +119 -0
  60. data/lib/hyhyhy/structure/_includes/bootstrap/js/scrollspy.js +175 -0
  61. data/lib/hyhyhy/structure/_includes/bootstrap/js/tab.js +153 -0
  62. data/lib/hyhyhy/structure/_includes/bootstrap/js/tooltip.js +478 -0
  63. data/lib/hyhyhy/structure/_includes/bootstrap/js/transition.js +59 -0
  64. data/lib/hyhyhy/structure/_includes/bootstrap/less/.csscomb.json +304 -0
  65. data/lib/hyhyhy/structure/_includes/bootstrap/less/.csslintrc +19 -0
  66. data/lib/hyhyhy/structure/_includes/bootstrap/less/alerts.less +68 -0
  67. data/lib/hyhyhy/structure/_includes/bootstrap/less/badges.less +61 -0
  68. data/lib/hyhyhy/structure/_includes/bootstrap/less/bootstrap.less +50 -0
  69. data/lib/hyhyhy/structure/_includes/bootstrap/less/breadcrumbs.less +26 -0
  70. data/lib/hyhyhy/structure/_includes/bootstrap/less/button-groups.less +243 -0
  71. data/lib/hyhyhy/structure/_includes/bootstrap/less/buttons.less +160 -0
  72. data/lib/hyhyhy/structure/_includes/bootstrap/less/carousel.less +267 -0
  73. data/lib/hyhyhy/structure/_includes/bootstrap/less/close.less +33 -0
  74. data/lib/hyhyhy/structure/_includes/bootstrap/less/code.less +69 -0
  75. data/lib/hyhyhy/structure/_includes/bootstrap/less/component-animations.less +34 -0
  76. data/lib/hyhyhy/structure/_includes/bootstrap/less/dropdowns.less +213 -0
  77. data/lib/hyhyhy/structure/_includes/bootstrap/less/forms.less +546 -0
  78. data/lib/hyhyhy/structure/_includes/bootstrap/less/glyphicons.less +234 -0
  79. data/lib/hyhyhy/structure/_includes/bootstrap/less/grid.less +84 -0
  80. data/lib/hyhyhy/structure/_includes/bootstrap/less/input-groups.less +166 -0
  81. data/lib/hyhyhy/structure/_includes/bootstrap/less/jumbotron.less +49 -0
  82. data/lib/hyhyhy/structure/_includes/bootstrap/less/labels.less +64 -0
  83. data/lib/hyhyhy/structure/_includes/bootstrap/less/list-group.less +124 -0
  84. data/lib/hyhyhy/structure/_includes/bootstrap/less/media.less +47 -0
  85. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins.less +39 -0
  86. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/alerts.less +14 -0
  87. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/background-variant.less +8 -0
  88. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/border-radius.less +18 -0
  89. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/buttons.less +52 -0
  90. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/center-block.less +7 -0
  91. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/clearfix.less +22 -0
  92. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/forms.less +85 -0
  93. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/gradients.less +59 -0
  94. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/grid-framework.less +91 -0
  95. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/grid.less +122 -0
  96. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/hide-text.less +21 -0
  97. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/image.less +33 -0
  98. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/labels.less +12 -0
  99. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/list-group.less +29 -0
  100. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/nav-divider.less +10 -0
  101. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/nav-vertical-align.less +9 -0
  102. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/opacity.less +8 -0
  103. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/pagination.less +23 -0
  104. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/panels.less +24 -0
  105. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/progress-bar.less +10 -0
  106. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/reset-filter.less +8 -0
  107. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/resize.less +6 -0
  108. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/responsive-visibility.less +15 -0
  109. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/size.less +10 -0
  110. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/tab-focus.less +9 -0
  111. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/table-row.less +28 -0
  112. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/text-emphasis.less +8 -0
  113. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/text-overflow.less +8 -0
  114. data/lib/hyhyhy/structure/_includes/bootstrap/less/mixins/vendor-prefixes.less +227 -0
  115. data/lib/hyhyhy/structure/_includes/bootstrap/less/modals.less +148 -0
  116. data/lib/hyhyhy/structure/_includes/bootstrap/less/navbar.less +660 -0
  117. data/lib/hyhyhy/structure/_includes/bootstrap/less/navs.less +244 -0
  118. data/lib/hyhyhy/structure/_includes/bootstrap/less/normalize.less +427 -0
  119. data/lib/hyhyhy/structure/_includes/bootstrap/less/pager.less +54 -0
  120. data/lib/hyhyhy/structure/_includes/bootstrap/less/pagination.less +88 -0
  121. data/lib/hyhyhy/structure/_includes/bootstrap/less/panels.less +261 -0
  122. data/lib/hyhyhy/structure/_includes/bootstrap/less/popovers.less +135 -0
  123. data/lib/hyhyhy/structure/_includes/bootstrap/less/print.less +107 -0
  124. data/lib/hyhyhy/structure/_includes/bootstrap/less/progress-bars.less +87 -0
  125. data/lib/hyhyhy/structure/_includes/bootstrap/less/responsive-embed.less +35 -0
  126. data/lib/hyhyhy/structure/_includes/bootstrap/less/responsive-utilities.less +194 -0
  127. data/lib/hyhyhy/structure/_includes/bootstrap/less/scaffolding.less +150 -0
  128. data/lib/hyhyhy/structure/_includes/bootstrap/less/tables.less +234 -0
  129. data/lib/hyhyhy/structure/_includes/bootstrap/less/theme.less +272 -0
  130. data/lib/hyhyhy/structure/_includes/bootstrap/less/thumbnails.less +36 -0
  131. data/lib/hyhyhy/structure/_includes/bootstrap/less/tooltip.less +103 -0
  132. data/lib/hyhyhy/structure/_includes/bootstrap/less/type.less +302 -0
  133. data/lib/hyhyhy/structure/_includes/bootstrap/less/utilities.less +56 -0
  134. data/lib/hyhyhy/structure/_includes/bootstrap/less/variables.less +856 -0
  135. data/lib/hyhyhy/structure/_includes/bootstrap/less/wells.less +29 -0
  136. data/lib/hyhyhy/structure/_includes/bootstrap/package.json +82 -0
  137. data/lib/hyhyhy/structure/_includes/bower.json +9 -0
  138. data/lib/hyhyhy/structure/_includes/d3/.bower.json +37 -0
  139. data/lib/hyhyhy/structure/_includes/d3/CONTRIBUTING.md +25 -0
  140. data/lib/hyhyhy/structure/_includes/d3/LICENSE +26 -0
  141. data/lib/hyhyhy/structure/_includes/d3/README.md +9 -0
  142. data/lib/hyhyhy/structure/_includes/d3/bower.json +26 -0
  143. data/lib/hyhyhy/structure/_includes/d3/d3.js +9470 -0
  144. data/lib/hyhyhy/structure/_includes/d3/d3.min.js +5 -0
  145. data/lib/hyhyhy/structure/_includes/jquery/.bower.json +38 -0
  146. data/lib/hyhyhy/structure/_includes/jquery/MIT-LICENSE.txt +21 -0
  147. data/lib/hyhyhy/structure/_includes/jquery/bower.json +27 -0
  148. data/lib/hyhyhy/structure/_includes/jquery/dist/jquery.js +9190 -0
  149. data/lib/hyhyhy/structure/_includes/jquery/dist/jquery.min.js +5 -0
  150. data/lib/hyhyhy/structure/_includes/jquery/dist/jquery.min.map +1 -0
  151. data/lib/hyhyhy/structure/_includes/jquery/src/ajax.js +806 -0
  152. data/lib/hyhyhy/structure/_includes/jquery/src/ajax/jsonp.js +89 -0
  153. data/lib/hyhyhy/structure/_includes/jquery/src/ajax/load.js +75 -0
  154. data/lib/hyhyhy/structure/_includes/jquery/src/ajax/parseJSON.js +13 -0
  155. data/lib/hyhyhy/structure/_includes/jquery/src/ajax/parseXML.js +28 -0
  156. data/lib/hyhyhy/structure/_includes/jquery/src/ajax/script.js +64 -0
  157. data/lib/hyhyhy/structure/_includes/jquery/src/ajax/var/nonce.js +5 -0
  158. data/lib/hyhyhy/structure/_includes/jquery/src/ajax/var/rquery.js +3 -0
  159. data/lib/hyhyhy/structure/_includes/jquery/src/ajax/xhr.js +135 -0
  160. data/lib/hyhyhy/structure/_includes/jquery/src/attributes.js +11 -0
  161. data/lib/hyhyhy/structure/_includes/jquery/src/attributes/attr.js +143 -0
  162. data/lib/hyhyhy/structure/_includes/jquery/src/attributes/classes.js +158 -0
  163. data/lib/hyhyhy/structure/_includes/jquery/src/attributes/prop.js +96 -0
  164. data/lib/hyhyhy/structure/_includes/jquery/src/attributes/support.js +35 -0
  165. data/lib/hyhyhy/structure/_includes/jquery/src/attributes/val.js +163 -0
  166. data/lib/hyhyhy/structure/_includes/jquery/src/callbacks.js +205 -0
  167. data/lib/hyhyhy/structure/_includes/jquery/src/core.js +498 -0
  168. data/lib/hyhyhy/structure/_includes/jquery/src/core/access.js +60 -0
  169. data/lib/hyhyhy/structure/_includes/jquery/src/core/init.js +123 -0
  170. data/lib/hyhyhy/structure/_includes/jquery/src/core/parseHTML.js +39 -0
  171. data/lib/hyhyhy/structure/_includes/jquery/src/core/ready.js +97 -0
  172. data/lib/hyhyhy/structure/_includes/jquery/src/core/var/rsingleTag.js +4 -0
  173. data/lib/hyhyhy/structure/_includes/jquery/src/css.js +451 -0
  174. data/lib/hyhyhy/structure/_includes/jquery/src/css/addGetHookIf.js +24 -0
  175. data/lib/hyhyhy/structure/_includes/jquery/src/css/curCSS.js +57 -0
  176. data/lib/hyhyhy/structure/_includes/jquery/src/css/defaultDisplay.js +70 -0
  177. data/lib/hyhyhy/structure/_includes/jquery/src/css/hiddenVisibleSelectors.js +15 -0
  178. data/lib/hyhyhy/structure/_includes/jquery/src/css/support.js +91 -0
  179. data/lib/hyhyhy/structure/_includes/jquery/src/css/swap.js +28 -0
  180. data/lib/hyhyhy/structure/_includes/jquery/src/css/var/cssExpand.js +3 -0
  181. data/lib/hyhyhy/structure/_includes/jquery/src/css/var/getStyles.js +5 -0
  182. data/lib/hyhyhy/structure/_includes/jquery/src/css/var/isHidden.js +13 -0
  183. data/lib/hyhyhy/structure/_includes/jquery/src/css/var/rmargin.js +3 -0
  184. data/lib/hyhyhy/structure/_includes/jquery/src/css/var/rnumnonpx.js +5 -0
  185. data/lib/hyhyhy/structure/_includes/jquery/src/data.js +179 -0
  186. data/lib/hyhyhy/structure/_includes/jquery/src/data/Data.js +181 -0
  187. data/lib/hyhyhy/structure/_includes/jquery/src/data/accepts.js +20 -0
  188. data/lib/hyhyhy/structure/_includes/jquery/src/data/var/data_priv.js +5 -0
  189. data/lib/hyhyhy/structure/_includes/jquery/src/data/var/data_user.js +5 -0
  190. data/lib/hyhyhy/structure/_includes/jquery/src/deferred.js +149 -0
  191. data/lib/hyhyhy/structure/_includes/jquery/src/deprecated.js +13 -0
  192. data/lib/hyhyhy/structure/_includes/jquery/src/dimensions.js +50 -0
  193. data/lib/hyhyhy/structure/_includes/jquery/src/effects.js +649 -0
  194. data/lib/hyhyhy/structure/_includes/jquery/src/effects/Tween.js +114 -0
  195. data/lib/hyhyhy/structure/_includes/jquery/src/effects/animatedSelector.js +13 -0
  196. data/lib/hyhyhy/structure/_includes/jquery/src/event.js +868 -0
  197. data/lib/hyhyhy/structure/_includes/jquery/src/event/alias.js +39 -0
  198. data/lib/hyhyhy/structure/_includes/jquery/src/event/support.js +9 -0
  199. data/lib/hyhyhy/structure/_includes/jquery/src/exports/amd.js +24 -0
  200. data/lib/hyhyhy/structure/_includes/jquery/src/exports/global.js +32 -0
  201. data/lib/hyhyhy/structure/_includes/jquery/src/intro.js +44 -0
  202. data/lib/hyhyhy/structure/_includes/jquery/src/jquery.js +36 -0
  203. data/lib/hyhyhy/structure/_includes/jquery/src/manipulation.js +582 -0
  204. data/lib/hyhyhy/structure/_includes/jquery/src/manipulation/_evalUrl.js +18 -0
  205. data/lib/hyhyhy/structure/_includes/jquery/src/manipulation/support.js +31 -0
  206. data/lib/hyhyhy/structure/_includes/jquery/src/manipulation/var/rcheckableType.js +3 -0
  207. data/lib/hyhyhy/structure/_includes/jquery/src/offset.js +204 -0
  208. data/lib/hyhyhy/structure/_includes/jquery/src/outro.js +1 -0
  209. data/lib/hyhyhy/structure/_includes/jquery/src/queue.js +142 -0
  210. data/lib/hyhyhy/structure/_includes/jquery/src/queue/delay.js +22 -0
  211. data/lib/hyhyhy/structure/_includes/jquery/src/selector-native.js +172 -0
  212. data/lib/hyhyhy/structure/_includes/jquery/src/selector-sizzle.js +14 -0
  213. data/lib/hyhyhy/structure/_includes/jquery/src/selector.js +1 -0
  214. data/lib/hyhyhy/structure/_includes/jquery/src/serialize.js +111 -0
  215. data/lib/hyhyhy/structure/_includes/jquery/src/sizzle/dist/sizzle.js +2044 -0
  216. data/lib/hyhyhy/structure/_includes/jquery/src/sizzle/dist/sizzle.min.js +3 -0
  217. data/lib/hyhyhy/structure/_includes/jquery/src/sizzle/dist/sizzle.min.map +1 -0
  218. data/lib/hyhyhy/structure/_includes/jquery/src/traversing.js +200 -0
  219. data/lib/hyhyhy/structure/_includes/jquery/src/traversing/findFilter.js +100 -0
  220. data/lib/hyhyhy/structure/_includes/jquery/src/traversing/var/rneedsContext.js +6 -0
  221. data/lib/hyhyhy/structure/_includes/jquery/src/var/arr.js +3 -0
  222. data/lib/hyhyhy/structure/_includes/jquery/src/var/class2type.js +4 -0
  223. data/lib/hyhyhy/structure/_includes/jquery/src/var/concat.js +5 -0
  224. data/lib/hyhyhy/structure/_includes/jquery/src/var/hasOwn.js +5 -0
  225. data/lib/hyhyhy/structure/_includes/jquery/src/var/indexOf.js +5 -0
  226. data/lib/hyhyhy/structure/_includes/jquery/src/var/pnum.js +3 -0
  227. data/lib/hyhyhy/structure/_includes/jquery/src/var/push.js +5 -0
  228. data/lib/hyhyhy/structure/_includes/jquery/src/var/rnotwhite.js +3 -0
  229. data/lib/hyhyhy/structure/_includes/jquery/src/var/slice.js +5 -0
  230. data/lib/hyhyhy/structure/_includes/jquery/src/var/strundefined.js +3 -0
  231. data/lib/hyhyhy/structure/_includes/jquery/src/var/support.js +4 -0
  232. data/lib/hyhyhy/structure/_includes/jquery/src/var/toString.js +5 -0
  233. data/lib/hyhyhy/structure/_includes/jquery/src/wrap.js +78 -0
  234. data/lib/hyhyhy/structure/_includes/katex/.arcconfig +4 -0
  235. data/lib/hyhyhy/structure/_includes/katex/.bower.json +14 -0
  236. data/lib/hyhyhy/structure/_includes/katex/.gitignore +5 -0
  237. data/lib/hyhyhy/structure/_includes/katex/.hyhyhy +10 -0
  238. data/lib/hyhyhy/structure/_includes/katex/.jshintrc +67 -0
  239. data/lib/hyhyhy/structure/_includes/katex/.travis.yml +4 -0
  240. data/lib/hyhyhy/structure/_includes/katex/CONTRIBUTING.md +112 -0
  241. data/lib/hyhyhy/structure/_includes/katex/LICENSE.txt +21 -0
  242. data/lib/hyhyhy/structure/_includes/katex/Makefile +61 -0
  243. data/lib/hyhyhy/structure/_includes/katex/README.md +50 -0
  244. data/lib/hyhyhy/structure/_includes/katex/cli.js +15 -0
  245. data/lib/hyhyhy/structure/_includes/katex/dockers/HuxleyTests/Dockerfile +13 -0
  246. data/lib/hyhyhy/structure/_includes/katex/dockers/HuxleyTests/README.md +29 -0
  247. data/lib/hyhyhy/structure/_includes/katex/dockers/MathJaxFonts/Dockerfile +34 -0
  248. data/lib/hyhyhy/structure/_includes/katex/dockers/MathJaxFonts/README.md +55 -0
  249. data/lib/hyhyhy/structure/_includes/katex/dockers/MathJaxFonts/copy_fonts.sh +47 -0
  250. data/lib/hyhyhy/structure/_includes/katex/katex.js +54 -0
  251. data/lib/hyhyhy/structure/_includes/katex/lint_blacklist.txt +8 -0
  252. data/lib/hyhyhy/structure/_includes/katex/metrics/README.md +21 -0
  253. data/lib/hyhyhy/structure/_includes/katex/metrics/extract_tfms.py +94 -0
  254. data/lib/hyhyhy/structure/_includes/katex/metrics/extract_ttfs.py +75 -0
  255. data/lib/hyhyhy/structure/_includes/katex/metrics/mapping.pl +997 -0
  256. data/lib/hyhyhy/structure/_includes/katex/metrics/parse_tfm.py +201 -0
  257. data/lib/hyhyhy/structure/_includes/katex/metrics/replace_line.py +17 -0
  258. data/lib/hyhyhy/structure/_includes/katex/package.json +30 -0
  259. data/lib/hyhyhy/structure/_includes/katex/server.js +77 -0
  260. data/lib/hyhyhy/structure/_includes/katex/src/Lexer.js +190 -0
  261. data/lib/hyhyhy/structure/_includes/katex/src/Options.js +85 -0
  262. data/lib/hyhyhy/structure/_includes/katex/src/ParseError.js +40 -0
  263. data/lib/hyhyhy/structure/_includes/katex/src/Parser.js +639 -0
  264. data/lib/hyhyhy/structure/_includes/katex/src/Style.js +126 -0
  265. data/lib/hyhyhy/structure/_includes/katex/src/buildCommon.js +271 -0
  266. data/lib/hyhyhy/structure/_includes/katex/src/buildTree.js +1167 -0
  267. data/lib/hyhyhy/structure/_includes/katex/src/delimiter.js +541 -0
  268. data/lib/hyhyhy/structure/_includes/katex/src/domTree.js +241 -0
  269. data/lib/hyhyhy/structure/_includes/katex/src/fontMetrics.js +129 -0
  270. data/lib/hyhyhy/structure/_includes/katex/src/functions.js +539 -0
  271. data/lib/hyhyhy/structure/_includes/katex/src/parseTree.js +17 -0
  272. data/lib/hyhyhy/structure/_includes/katex/src/symbols.js +1006 -0
  273. data/lib/hyhyhy/structure/_includes/katex/src/utils.js +97 -0
  274. data/lib/hyhyhy/structure/_includes/katex/static/fonts.less +73 -0
  275. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_AMS-Regular.eot +0 -0
  276. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_AMS-Regular.ttf +0 -0
  277. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_AMS-Regular.woff +0 -0
  278. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_AMS-Regular.woff2 +0 -0
  279. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Bold.eot +0 -0
  280. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
  281. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
  282. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
  283. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Regular.eot +0 -0
  284. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
  285. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
  286. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
  287. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Bold.eot +0 -0
  288. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
  289. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Bold.woff +0 -0
  290. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
  291. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Regular.eot +0 -0
  292. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
  293. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Regular.woff +0 -0
  294. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
  295. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Greek-Bold.woff2 +0 -0
  296. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Greek-BoldItalic.woff2 +0 -0
  297. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Greek-Italic.woff2 +0 -0
  298. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Greek-Regular.woff2 +0 -0
  299. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Bold.eot +0 -0
  300. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Bold.ttf +0 -0
  301. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Bold.woff +0 -0
  302. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Bold.woff2 +0 -0
  303. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Italic.eot +0 -0
  304. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Italic.ttf +0 -0
  305. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Italic.woff +0 -0
  306. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Italic.woff2 +0 -0
  307. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Regular.eot +0 -0
  308. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Regular.ttf +0 -0
  309. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Regular.woff +0 -0
  310. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Regular.woff2 +0 -0
  311. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-BoldItalic.eot +0 -0
  312. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
  313. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-BoldItalic.woff +0 -0
  314. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
  315. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Italic.eot +0 -0
  316. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Italic.ttf +0 -0
  317. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Italic.woff +0 -0
  318. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Italic.woff2 +0 -0
  319. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Regular.eot +0 -0
  320. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Regular.ttf +0 -0
  321. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Regular.woff +0 -0
  322. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Regular.woff2 +0 -0
  323. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Bold.eot +0 -0
  324. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
  325. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Bold.woff +0 -0
  326. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
  327. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Italic.eot +0 -0
  328. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
  329. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Italic.woff +0 -0
  330. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
  331. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Regular.eot +0 -0
  332. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
  333. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Regular.woff +0 -0
  334. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
  335. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Script-Regular.eot +0 -0
  336. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Script-Regular.ttf +0 -0
  337. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Script-Regular.woff +0 -0
  338. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Script-Regular.woff2 +0 -0
  339. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size1-Regular.eot +0 -0
  340. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size1-Regular.ttf +0 -0
  341. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size1-Regular.woff +0 -0
  342. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size1-Regular.woff2 +0 -0
  343. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size2-Regular.eot +0 -0
  344. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size2-Regular.ttf +0 -0
  345. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size2-Regular.woff +0 -0
  346. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size2-Regular.woff2 +0 -0
  347. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size3-Regular.eot +0 -0
  348. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size3-Regular.ttf +0 -0
  349. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size3-Regular.woff +0 -0
  350. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size3-Regular.woff2 +0 -0
  351. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size4-Regular.eot +0 -0
  352. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size4-Regular.ttf +0 -0
  353. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size4-Regular.woff +0 -0
  354. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size4-Regular.woff2 +0 -0
  355. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Typewriter-Regular.eot +0 -0
  356. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
  357. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Typewriter-Regular.woff +0 -0
  358. data/lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
  359. data/lib/hyhyhy/structure/_includes/katex/static/index.html +17 -0
  360. data/lib/hyhyhy/structure/_includes/katex/static/katex.less +430 -0
  361. data/lib/hyhyhy/structure/_includes/katex/static/main.css +12 -0
  362. data/lib/hyhyhy/structure/_includes/katex/static/main.js +42 -0
  363. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfile.json +199 -0
  364. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Accents.hux/firefox-1.png +0 -0
  365. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Accents.record.json +5 -0
  366. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Baseline.hux/firefox-1.png +0 -0
  367. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Baseline.record.json +5 -0
  368. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/BasicTest.hux/firefox-1.png +0 -0
  369. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/BasicTest.record.json +5 -0
  370. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/BinomTest.hux/firefox-1.png +0 -0
  371. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/BinomTest.record.json +5 -0
  372. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Colors.hux/firefox-1.png +0 -0
  373. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Colors.record.json +5 -0
  374. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/DeepFontSizing.hux/firefox-1.png +0 -0
  375. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/DeepFontSizing.record.json +5 -0
  376. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/DelimiterSizing.hux/firefox-1.png +0 -0
  377. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/DelimiterSizing.record.json +5 -0
  378. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/DisplayStyle.hux/firefox-1.png +0 -0
  379. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/DisplayStyle.record.json +5 -0
  380. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Exponents.hux/firefox-1.png +0 -0
  381. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Exponents.record.json +5 -0
  382. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/FractionTest.hux/firefox-1.png +0 -0
  383. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/FractionTest.record.json +5 -0
  384. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Functions.hux/firefox-1.png +0 -0
  385. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Functions.record.json +5 -0
  386. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/GreekLetters.hux/firefox-1.png +0 -0
  387. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/GreekLetters.record.json +5 -0
  388. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/KaTeX.hux/firefox-1.png +0 -0
  389. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/KaTeX.record.json +5 -0
  390. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Lap.hux/firefox-1.png +0 -0
  391. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Lap.record.json +5 -0
  392. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/LeftRight.hux/firefox-1.png +0 -0
  393. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/LeftRight.record.json +5 -0
  394. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/LeftRightListStyling.hux/firefox-1.png +0 -0
  395. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/LeftRightListStyling.record.json +5 -0
  396. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/LeftRightStyleSizing.hux/firefox-1.png +0 -0
  397. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/LeftRightStyleSizing.record.json +5 -0
  398. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/NestedFractions.hux/firefox-1.png +0 -0
  399. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/NestedFractions.record.json +5 -0
  400. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/NullDelimiterInteraction.hux/firefox-1.png +0 -0
  401. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/NullDelimiterInteraction.record.json +5 -0
  402. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/OpLimits.hux/firefox-1.png +0 -0
  403. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/OpLimits.record.json +5 -0
  404. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Overline.hux/firefox-1.png +0 -0
  405. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Overline.record.json +5 -0
  406. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/PrimeSpacing.hux/firefox-1.png +0 -0
  407. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/PrimeSpacing.record.json +5 -0
  408. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/RlapBug.hux/firefox-1.png +0 -0
  409. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/RlapBug.record.json +5 -0
  410. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Rule.hux/firefox-1.png +0 -0
  411. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Rule.record.json +5 -0
  412. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Sizing.hux/firefox-1.png +0 -0
  413. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Sizing.record.json +5 -0
  414. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SizingBaseline.hux/firefox-1.png +0 -0
  415. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SizingBaseline.record.json +5 -0
  416. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Spacing.hux/firefox-1.png +0 -0
  417. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Spacing.record.json +5 -0
  418. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Sqrt.hux/firefox-1.png +0 -0
  419. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Sqrt.record.json +5 -0
  420. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SupSubCharacterBox.hux/firefox-1.png +0 -0
  421. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SupSubCharacterBox.record.json +5 -0
  422. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SupSubHorizSpacing.hux/firefox-1.png +0 -0
  423. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SupSubHorizSpacing.record.json +5 -0
  424. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SupSubOffsets.hux/firefox-1.png +0 -0
  425. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SupSubOffsets.record.json +5 -0
  426. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Text.hux/firefox-1.png +0 -0
  427. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Text.record.json +5 -0
  428. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/VerticalSpacing.hux/firefox-1.png +0 -0
  429. data/lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/VerticalSpacing.record.json +5 -0
  430. data/lib/hyhyhy/structure/_includes/katex/test/huxley/test.html +30 -0
  431. data/lib/hyhyhy/structure/_includes/katex/test/jasmine/MIT.LICENSE +20 -0
  432. data/lib/hyhyhy/structure/_includes/katex/test/jasmine/boot.js +120 -0
  433. data/lib/hyhyhy/structure/_includes/katex/test/jasmine/console.js +166 -0
  434. data/lib/hyhyhy/structure/_includes/katex/test/jasmine/jasmine-html.js +390 -0
  435. data/lib/hyhyhy/structure/_includes/katex/test/jasmine/jasmine.css +61 -0
  436. data/lib/hyhyhy/structure/_includes/katex/test/jasmine/jasmine.js +2593 -0
  437. data/lib/hyhyhy/structure/_includes/katex/test/jasmine/jasmine_favicon.png +0 -0
  438. data/lib/hyhyhy/structure/_includes/katex/test/katex-spec.js +1179 -0
  439. data/lib/hyhyhy/structure/_includes/katex/test/test.html +12 -0
  440. data/lib/hyhyhy/structure/_includes/metrics-graphics/.bower.json +61 -0
  441. data/lib/hyhyhy/structure/_includes/metrics-graphics/.hyhyhy +17 -0
  442. data/lib/hyhyhy/structure/_includes/metrics-graphics/LICENSE +362 -0
  443. data/lib/hyhyhy/structure/_includes/metrics-graphics/README.md +70 -0
  444. data/lib/hyhyhy/structure/_includes/metrics-graphics/bower.json +50 -0
  445. data/lib/hyhyhy/structure/_includes/metrics-graphics/css/metricsgraphics-demo-dark.css +640 -0
  446. data/lib/hyhyhy/structure/_includes/metrics-graphics/css/metricsgraphics-demo.css +176 -0
  447. data/lib/hyhyhy/structure/_includes/metrics-graphics/css/metricsgraphics.css +344 -0
  448. data/lib/hyhyhy/structure/_includes/metrics-graphics/images/missing-data-dark.png +0 -0
  449. data/lib/hyhyhy/structure/_includes/metrics-graphics/images/missing-data.png +0 -0
  450. data/lib/hyhyhy/structure/_includes/metrics-graphics/js/metricsgraphics.min.js +590 -0
  451. data/lib/hyhyhy/structure/_includes/metrics-graphics/package.json +35 -0
  452. data/lib/hyhyhy/structure/_includes/prism/.bower.json +34 -0
  453. data/lib/hyhyhy/structure/_includes/prism/.hyhyhy +33 -0
  454. data/lib/hyhyhy/structure/_includes/prism/LICENSE +21 -0
  455. data/lib/hyhyhy/structure/_includes/prism/README.md +22 -0
  456. data/lib/hyhyhy/structure/_includes/prism/bower.json +26 -0
  457. data/lib/hyhyhy/structure/_includes/prism/components.js +233 -0
  458. data/lib/hyhyhy/structure/_includes/prism/components/prism-apacheconf.js +46 -0
  459. data/lib/hyhyhy/structure/_includes/prism/components/prism-apacheconf.min.js +1 -0
  460. data/lib/hyhyhy/structure/_includes/prism/components/prism-aspnet.js +49 -0
  461. data/lib/hyhyhy/structure/_includes/prism/components/prism-aspnet.min.js +1 -0
  462. data/lib/hyhyhy/structure/_includes/prism/components/prism-autohotkey.js +27 -0
  463. data/lib/hyhyhy/structure/_includes/prism/components/prism-autohotkey.min.js +1 -0
  464. data/lib/hyhyhy/structure/_includes/prism/components/prism-bash.js +24 -0
  465. data/lib/hyhyhy/structure/_includes/prism/components/prism-bash.min.js +1 -0
  466. data/lib/hyhyhy/structure/_includes/prism/components/prism-c.js +26 -0
  467. data/lib/hyhyhy/structure/_includes/prism/components/prism-c.min.js +1 -0
  468. data/lib/hyhyhy/structure/_includes/prism/components/prism-clike.js +32 -0
  469. data/lib/hyhyhy/structure/_includes/prism/components/prism-clike.min.js +1 -0
  470. data/lib/hyhyhy/structure/_includes/prism/components/prism-coffeescript.js +18 -0
  471. data/lib/hyhyhy/structure/_includes/prism/components/prism-coffeescript.min.js +1 -0
  472. data/lib/hyhyhy/structure/_includes/prism/components/prism-core.js +424 -0
  473. data/lib/hyhyhy/structure/_includes/prism/components/prism-core.min.js +1 -0
  474. data/lib/hyhyhy/structure/_includes/prism/components/prism-cpp.js +12 -0
  475. data/lib/hyhyhy/structure/_includes/prism/components/prism-cpp.min.js +1 -0
  476. data/lib/hyhyhy/structure/_includes/prism/components/prism-csharp.js +6 -0
  477. data/lib/hyhyhy/structure/_includes/prism/components/prism-csharp.min.js +1 -0
  478. data/lib/hyhyhy/structure/_includes/prism/components/prism-css-extras.js +15 -0
  479. data/lib/hyhyhy/structure/_includes/prism/components/prism-css-extras.min.js +1 -0
  480. data/lib/hyhyhy/structure/_includes/prism/components/prism-css.js +50 -0
  481. data/lib/hyhyhy/structure/_includes/prism/components/prism-css.min.js +1 -0
  482. data/lib/hyhyhy/structure/_includes/prism/components/prism-gherkin.js +13 -0
  483. data/lib/hyhyhy/structure/_includes/prism/components/prism-gherkin.min.js +1 -0
  484. data/lib/hyhyhy/structure/_includes/prism/components/prism-git.js +68 -0
  485. data/lib/hyhyhy/structure/_includes/prism/components/prism-git.min.js +1 -0
  486. data/lib/hyhyhy/structure/_includes/prism/components/prism-go.js +9 -0
  487. data/lib/hyhyhy/structure/_includes/prism/components/prism-go.min.js +1 -0
  488. data/lib/hyhyhy/structure/_includes/prism/components/prism-groovy.js +43 -0
  489. data/lib/hyhyhy/structure/_includes/prism/components/prism-groovy.min.js +1 -0
  490. data/lib/hyhyhy/structure/_includes/prism/components/prism-handlebars.js +92 -0
  491. data/lib/hyhyhy/structure/_includes/prism/components/prism-handlebars.min.js +1 -0
  492. data/lib/hyhyhy/structure/_includes/prism/components/prism-haskell.js +32 -0
  493. data/lib/hyhyhy/structure/_includes/prism/components/prism-haskell.min.js +1 -0
  494. data/lib/hyhyhy/structure/_includes/prism/components/prism-http.js +44 -0
  495. data/lib/hyhyhy/structure/_includes/prism/components/prism-http.min.js +1 -0
  496. data/lib/hyhyhy/structure/_includes/prism/components/prism-ini.js +11 -0
  497. data/lib/hyhyhy/structure/_includes/prism/components/prism-ini.min.js +1 -0
  498. data/lib/hyhyhy/structure/_includes/prism/components/prism-java.js +8 -0
  499. data/lib/hyhyhy/structure/_includes/prism/components/prism-java.min.js +1 -0
  500. data/lib/hyhyhy/structure/_includes/prism/components/prism-javascript.js +27 -0
  501. data/lib/hyhyhy/structure/_includes/prism/components/prism-javascript.min.js +1 -0
  502. data/lib/hyhyhy/structure/_includes/prism/components/prism-latex.js +6 -0
  503. data/lib/hyhyhy/structure/_includes/prism/components/prism-latex.min.js +1 -0
  504. data/lib/hyhyhy/structure/_includes/prism/components/prism-markup.js +41 -0
  505. data/lib/hyhyhy/structure/_includes/prism/components/prism-markup.min.js +1 -0
  506. data/lib/hyhyhy/structure/_includes/prism/components/prism-nasm.js +20 -0
  507. data/lib/hyhyhy/structure/_includes/prism/components/prism-nasm.min.js +1 -0
  508. data/lib/hyhyhy/structure/_includes/prism/components/prism-nsis.js +19 -0
  509. data/lib/hyhyhy/structure/_includes/prism/components/prism-nsis.min.js +5 -0
  510. data/lib/hyhyhy/structure/_includes/prism/components/prism-objectivec.js +5 -0
  511. data/lib/hyhyhy/structure/_includes/prism/components/prism-objectivec.min.js +1 -0
  512. data/lib/hyhyhy/structure/_includes/prism/components/prism-perl.js +112 -0
  513. data/lib/hyhyhy/structure/_includes/prism/components/prism-perl.min.js +1 -0
  514. data/lib/hyhyhy/structure/_includes/prism/components/prism-php-extras.js +11 -0
  515. data/lib/hyhyhy/structure/_includes/prism/components/prism-php-extras.min.js +1 -0
  516. data/lib/hyhyhy/structure/_includes/prism/components/prism-php.js +99 -0
  517. data/lib/hyhyhy/structure/_includes/prism/components/prism-php.min.js +1 -0
  518. data/lib/hyhyhy/structure/_includes/prism/components/prism-python.js +14 -0
  519. data/lib/hyhyhy/structure/_includes/prism/components/prism-python.min.js +1 -0
  520. data/lib/hyhyhy/structure/_includes/prism/components/prism-rip.js +29 -0
  521. data/lib/hyhyhy/structure/_includes/prism/components/prism-rip.min.js +1 -0
  522. data/lib/hyhyhy/structure/_includes/prism/components/prism-ruby.js +21 -0
  523. data/lib/hyhyhy/structure/_includes/prism/components/prism-ruby.min.js +1 -0
  524. data/lib/hyhyhy/structure/_includes/prism/components/prism-scala.js +8 -0
  525. data/lib/hyhyhy/structure/_includes/prism/components/prism-scala.min.js +1 -0
  526. data/lib/hyhyhy/structure/_includes/prism/components/prism-scheme-min.js +1 -0
  527. data/lib/hyhyhy/structure/_includes/prism/components/prism-scheme.js +24 -0
  528. data/lib/hyhyhy/structure/_includes/prism/components/prism-scss.js +36 -0
  529. data/lib/hyhyhy/structure/_includes/prism/components/prism-scss.min.js +1 -0
  530. data/lib/hyhyhy/structure/_includes/prism/components/prism-sql.js +17 -0
  531. data/lib/hyhyhy/structure/_includes/prism/components/prism-sql.min.js +1 -0
  532. data/lib/hyhyhy/structure/_includes/prism/components/prism-swift.js +8 -0
  533. data/lib/hyhyhy/structure/_includes/prism/components/prism-swift.min.js +1 -0
  534. data/lib/hyhyhy/structure/_includes/prism/components/prism-twig.js +46 -0
  535. data/lib/hyhyhy/structure/_includes/prism/components/prism-twig.min.js +1 -0
  536. data/lib/hyhyhy/structure/_includes/prism/gulpfile.js +48 -0
  537. data/lib/hyhyhy/structure/_includes/prism/package.json +27 -0
  538. data/lib/hyhyhy/structure/_includes/prism/plugins/autolinker/prism-autolinker.css +3 -0
  539. data/lib/hyhyhy/structure/_includes/prism/plugins/autolinker/prism-autolinker.js +66 -0
  540. data/lib/hyhyhy/structure/_includes/prism/plugins/autolinker/prism-autolinker.min.js +1 -0
  541. data/lib/hyhyhy/structure/_includes/prism/plugins/file-highlight/prism-file-highlight.js +54 -0
  542. data/lib/hyhyhy/structure/_includes/prism/plugins/file-highlight/prism-file-highlight.min.js +1 -0
  543. data/lib/hyhyhy/structure/_includes/prism/plugins/ie8/prism-ie8.css +3 -0
  544. data/lib/hyhyhy/structure/_includes/prism/plugins/ie8/prism-ie8.js +42 -0
  545. data/lib/hyhyhy/structure/_includes/prism/plugins/ie8/prism-ie8.min.js +1 -0
  546. data/lib/hyhyhy/structure/_includes/prism/plugins/line-highlight/prism-line-highlight.css +47 -0
  547. data/lib/hyhyhy/structure/_includes/prism/plugins/line-highlight/prism-line-highlight.js +109 -0
  548. data/lib/hyhyhy/structure/_includes/prism/plugins/line-highlight/prism-line-highlight.min.js +1 -0
  549. data/lib/hyhyhy/structure/_includes/prism/plugins/line-numbers/prism-line-numbers.css +40 -0
  550. data/lib/hyhyhy/structure/_includes/prism/plugins/line-numbers/prism-line-numbers.js +24 -0
  551. data/lib/hyhyhy/structure/_includes/prism/plugins/line-numbers/prism-line-numbers.min.js +1 -0
  552. data/lib/hyhyhy/structure/_includes/prism/plugins/show-invisibles/prism-show-invisibles.css +17 -0
  553. data/lib/hyhyhy/structure/_includes/prism/plugins/show-invisibles/prism-show-invisibles.js +15 -0
  554. data/lib/hyhyhy/structure/_includes/prism/plugins/show-invisibles/prism-show-invisibles.min.js +1 -0
  555. data/lib/hyhyhy/structure/_includes/prism/plugins/show-language/prism-show-language.css +21 -0
  556. data/lib/hyhyhy/structure/_includes/prism/plugins/show-language/prism-show-language.js +16 -0
  557. data/lib/hyhyhy/structure/_includes/prism/plugins/show-language/prism-show-language.min.css +1 -0
  558. data/lib/hyhyhy/structure/_includes/prism/plugins/show-language/prism-show-language.min.js +1 -0
  559. data/lib/hyhyhy/structure/_includes/prism/plugins/wpd/prism-wpd.css +11 -0
  560. data/lib/hyhyhy/structure/_includes/prism/plugins/wpd/prism-wpd.js +163 -0
  561. data/lib/hyhyhy/structure/_includes/prism/plugins/wpd/prism-wpd.min.js +1 -0
  562. data/lib/hyhyhy/structure/_includes/prism/prism.js +662 -0
  563. data/lib/hyhyhy/structure/_includes/prism/themes/prism-coy.css +210 -0
  564. data/lib/hyhyhy/structure/_includes/prism/themes/prism-dark.css +122 -0
  565. data/lib/hyhyhy/structure/_includes/prism/themes/prism-funky.css +111 -0
  566. data/lib/hyhyhy/structure/_includes/prism/themes/prism-okaidia.css +114 -0
  567. data/lib/hyhyhy/structure/_includes/prism/themes/prism-tomorrow.css +115 -0
  568. data/lib/hyhyhy/structure/_includes/prism/themes/prism-twilight.css +195 -0
  569. data/lib/hyhyhy/structure/_includes/prism/themes/prism.css +131 -0
  570. data/lib/hyhyhy/structure/_includes/prism/vendor/promise.js +5 -0
  571. data/lib/hyhyhy/structure/_layouts/default.erb +41 -0
  572. data/lib/hyhyhy/structure/_slides/1.introduction.md +36 -0
  573. data/lib/hyhyhy/structure/_slides/2.packages.md +52 -0
  574. data/lib/hyhyhy/structure/_slides/3.usage.md +146 -0
  575. data/lib/hyhyhy/version.rb +5 -0
  576. metadata +747 -0
@@ -0,0 +1,41 @@
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <!-- Basic -->
5
+ <meta charset="UTF-8" />
6
+ <meta http-equiv="Content-Language" content="en">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
8
+
9
+ <meta name="robots" content="index, follow, archive" />
10
+ <meta name="referrer" content="always" />
11
+
12
+ <!-- Content -->
13
+ <meta name="description" property="description"
14
+ content="<%= description %>" />
15
+ <meta name="author" content="<%= author %>" />
16
+
17
+ <title><%= title %></title>
18
+
19
+ <!-- Includes -->
20
+ <% for i in includes %>
21
+ <%= i[:package] %>
22
+ <% end %>
23
+ </head>
24
+ <body>
25
+ <article id="presentation">
26
+ <% for s in slides %>
27
+ <section <%= s[:header] %>>
28
+ <%= s[:document] %>
29
+ </section>
30
+ <% end %>
31
+ </article>
32
+
33
+ <!-- Stylesheets -->
34
+ <link media="all" rel="stylesheet" type="text/css"
35
+ href="stylesheets/main.css" />
36
+
37
+ <!-- Javascripts -->
38
+ <script type="text/javascript" src="javascripts/main.js"></script>
39
+ <script>hyhyhy.from('#presentation', { bullets: "ol li, .bullet", hash: true, keys: true, fullscreen: true, progress: true, scale: true, state: true, touch: true });</script>
40
+ </body>
41
+ </html>
@@ -0,0 +1,36 @@
1
+ <h1 style="font-size: 150px;">hyhyhy</h1>
2
+ Pure & Professional presentations
3
+
4
+ <!-- Github -->
5
+ <a href="https://github.com/MaciejCzyzewski/hyhyhy"><img style="position: fixed; top: 0; right: 0; border: 0; width: 149px; height: 149px;" src="http://aral.github.com/fork-me-on-github-retina-ribbons/right-graphite@2x.png" alt="Fork me on GitHub"></a>
6
+
7
+ <!-- Twitter -->
8
+ <style>#twitter-widget-0 { height: 22px !important; }</style>
9
+ <div style="position: fixed; top: 25px; left: 25px; border: 0;"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://maciejczyzewski.me/hyhyhy/" data-text="Pure &amp; Professional presentations
10
+ " data-via="_czyzewski">Tweet</a>
11
+ <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></div>
12
+
13
+ ---
14
+
15
+ <img src="https://dl.dropboxusercontent.com/u/103345209/Screenshots/Screenshot%202014-12-14%2021.35.14.png" style="width: 600px;" />
16
+
17
+ ---
18
+
19
+ <img src="https://dl.dropboxusercontent.com/u/103345209/Screenshots/Screenshot%202014-12-14%2021.40.38.png" style="width: 600px;" />
20
+
21
+ ---
22
+
23
+ ### Comes with a broad range of features...
24
+
25
+ <div style="text-align: center;">
26
+ Markdown, Nested slides, Math typesetting, Compatibility, Syntax highlighter, Javascript API, Convenient skeleton
27
+ </div>
28
+
29
+ ---
30
+
31
+ <img src="http://bower.io/img/bower-logo.png" style="width: 200px; margin-bottom: 10%;" />
32
+
33
+ It combines the most needed packages...
34
+ Through integration of the <a href="http://bower.io/">Bower</a>, you can use what you want.
35
+
36
+ <a href="http://prismjs.com/">Prism</a>, <a href="http://metricsgraphicsjs.org/">MetricsGraphics.js</a>, <a href="http://khan.github.io/KaTeX/">KaTeX</a>
@@ -0,0 +1,52 @@
1
+ ---
2
+ data-hyhyhy-state: prism
3
+ ---
4
+
5
+ <style>article.hyhyhy-parent.prism { background: #272822; }</style>
6
+
7
+ <img src="http://prismjs.com/logo.svg" />
8
+
9
+ ```python
10
+ def filter(self, array_size=(1 * 1024), hashes=13):
11
+ """Initializes a Filter() object
12
+ Expects:
13
+ array_size (in bytes): 4 * 1024 for a 4KB filter
14
+ hashes (int): for the number of hashes to perform
15
+ """
16
+
17
+ self.filter = bytearray(array_size) # The filter itself
18
+ self.bitcount = array_size * 8 # Bits in the filter
19
+ self.hashes = hashes # The number of hashes to use
20
+ ```
21
+
22
+ ---
23
+
24
+ <img src="http://metricsgraphicsjs.org/images/logo.svg" />
25
+
26
+ <div class="result"></div>
27
+
28
+ <textarea class="data" style="display: none;">[{"year":"1945","sightings":6},{"year":"1946","sightings":8},{"year":"1947","sightings":34},{"year":"1948","sightings":8},{"year":"1949","sightings":15},{"year":"1950","sightings":25},{"year":"1951","sightings":20},{"year":"1952","sightings":48},{"year":"1953","sightings":34},{"year":"1954","sightings":50},{"year":"1955","sightings":31},{"year":"1956","sightings":38},{"year":"1957","sightings":67},{"year":"1958","sightings":40},{"year":"1959","sightings":47},{"year":"1960","sightings":64},{"year":"1961","sightings":39},{"year":"1962","sightings":55},{"year":"1963","sightings":75},{"year":"1964","sightings":77},{"year":"1965","sightings":167},{"year":"1966","sightings":169},{"year":"1967","sightings":178},{"year":"1968","sightings":183},{"year":"1969","sightings":138},{"year":"1970","sightings":126},{"year":"1971","sightings":110},{"year":"1972","sightings":146},{"year":"1973","sightings":209},{"year":"1974","sightings":241},{"year":"1975","sightings":279},{"year":"1976","sightings":246},{"year":"1977","sightings":239},{"year":"1978","sightings":301},{"year":"1979","sightings":221},{"year":"1980","sightings":211},{"year":"1981","sightings":146},{"year":"1982","sightings":182},{"year":"1983","sightings":132},{"year":"1984","sightings":172},{"year":"1985","sightings":192},{"year":"1986","sightings":173},{"year":"1987","sightings":193},{"year":"1988","sightings":203},{"year":"1989","sightings":220},{"year":"1990","sightings":217},{"year":"1991","sightings":210},{"year":"1992","sightings":228},{"year":"1993","sightings":285},{"year":"1994","sightings":381},{"year":"1995","sightings":1336},{"year":"1996","sightings":862},{"year":"1997","sightings":1248},{"year":"1998","sightings":1812},{"year":"1999","sightings":2906},{"year":"2000","sightings":2780},{"year":"2001","sightings":3105},{"year":"2002","sightings":3176},{"year":"2003","sightings":3896},{"year":"2004","sightings":4208},{"year":"2005","sightings":3996},{"year":"2006","sightings":3590},{"year":"2007","sightings":4195},{"year":"2008","sightings":4705},{"year":"2009","sightings":4297},{"year":"2010","sightings":2531}]</textarea>
29
+
30
+ <script type="text/javascript">
31
+ data_graphic({
32
+ description: "Yearly UFO sightings from 1945 to 2010.",
33
+ data: JSON.parse($('textarea.data').val()),
34
+ markers: [{'year': 1964, 'label': '"The Creeping Terror" released'}],
35
+ width: 600,
36
+ height: 250,
37
+ target: ".result",
38
+ x_accessor: "year",
39
+ y_accessor: "sightings",
40
+ interpolate: "monotone"
41
+ });
42
+ </script>
43
+
44
+ ---
45
+ data-hyhyhy-state: katex
46
+ ---
47
+
48
+ <h1 class="equation" data-expr="\KaTeX" style="margin-bottom: 10%; font-size: 40px;"></h1>
49
+
50
+ <style>article.hyhyhy-parent.katex { background: #329894; color: #ffffff; }</style>
51
+
52
+ <div class="equation" data-expr="\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)"></div>
@@ -0,0 +1,146 @@
1
+ # Usage
2
+
3
+ It is so easy that a <u>monkey</u> could do your presentation...
4
+
5
+ ---
6
+
7
+ <ol style="font-size: 25px;">
8
+ <li>new</li>
9
+ <li>build</li>
10
+ <li>serve</li>
11
+ </ol>
12
+
13
+ ---
14
+
15
+ <b>new</b> - command
16
+
17
+ <img src="https://dl.dropboxusercontent.com/u/103345209/Screenshots/Screenshot%202014-12-14%2022.07.43.png" style="width: 600px;" />
18
+
19
+ ---
20
+
21
+ <b>build</b> - command
22
+
23
+ <img src="https://dl.dropboxusercontent.com/u/103345209/Screenshots/Screenshot%202014-12-14%2022.10.20.png" style="width: 600px;" />
24
+
25
+ ---
26
+
27
+ <b>serve</b> - command
28
+
29
+ <img src="https://dl.dropboxusercontent.com/u/103345209/Screenshots/Screenshot%202014-12-14%2022.10.56.png" style="width: 600px;" />
30
+
31
+ ---
32
+
33
+ # Shortcut
34
+
35
+ ```bash
36
+ $ hyhyhy build --watch --serve
37
+ ```
38
+
39
+ <br>Pending changes and serves it on <i>localhost:4000</i>
40
+
41
+ ---
42
+
43
+ # Structure
44
+
45
+ You can modify and customize it. Tool generates static presentation to build directory.
46
+
47
+ ---
48
+
49
+ <b>before</b>
50
+
51
+ ```
52
+ hyhyhy
53
+ ├── _assets
54
+ │ ├── javascripts
55
+ │ │ └── main.js
56
+ │ └── stylesheets
57
+ │ └── main.css
58
+ ├── _includes
59
+ │ └── bower.json
60
+ ├── _layouts
61
+ │ └── default.erb
62
+ ├── _slides
63
+ │ ├── 1.introduction.md
64
+ │ ├── 2.packages.md
65
+ │ ├── ...
66
+ │ └── n.html
67
+ ├── .bowerrc
68
+ ├── .hyhyhy
69
+ └── README.md
70
+ ```
71
+
72
+ ---
73
+
74
+ <b>after</b>
75
+
76
+ ```
77
+ hyhyhy
78
+ ├── _build
79
+ │ ├── _includes
80
+ │ ├── javascripts
81
+ │ │ └── main.js
82
+ │ ├── stylesheets
83
+ │ │ └── main.css
84
+ │ └── index.html
85
+ └── ...
86
+ ```
87
+
88
+ ---
89
+
90
+ # Slides
91
+
92
+ Can be written in anything. Markdown, Textile, Text, HTML5...
93
+
94
+ ---
95
+
96
+ <b>before<b>
97
+
98
+ ```markup
99
+ # Hi!
100
+
101
+ –––
102
+ id: black hole
103
+ –––
104
+
105
+ <h2>Nice</h2>
106
+
107
+ –––
108
+
109
+ END
110
+ ```
111
+
112
+ ---
113
+
114
+ <b>after<b>
115
+
116
+ ```markup
117
+ <article>
118
+ <section>
119
+ <h1>Hi!</h1>
120
+ </section>
121
+ <section id="black hole">
122
+ <h2>Nice</h2>
123
+ </section>
124
+ <section>
125
+ END
126
+ </section>
127
+ </article>
128
+ ```
129
+
130
+ ---
131
+
132
+ # Keyboard
133
+
134
+ <ol>
135
+ <li>Press <b>left arrow</b> and <b>right arrow</b> to navigate.</li>
136
+ <li>Press <b>h</b> to launch fullscreen.</li>
137
+ <li>Press <b>ESC</b> to exit fullscreen mode.</li>
138
+ <li>Browser zooming is supported.</li>
139
+ <li>Touch events are supported.</li>
140
+ </ol>
141
+
142
+ ---
143
+
144
+ # So...
145
+
146
+ Ready to <a href="https://github.com/MaciejCzyzewski/hyhyhy">contribute</a>?
@@ -0,0 +1,5 @@
1
+ module Hyhyhy
2
+ VERSION = "0.0.4"
3
+ SUMMARY = %q{Pure & Professional presentations}
4
+ DESCRIPTION = %q{A tool for easily creating pure and simple HTML5 presentations or websites.}
5
+ end
metadata ADDED
@@ -0,0 +1,747 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hyhyhy
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.4
5
+ platform: ruby
6
+ authors:
7
+ - Maciej A. Czyzewski
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-12-14 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: commander
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '4.1'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 4.1.0
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '4.1'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 4.1.0
33
+ - !ruby/object:Gem::Dependency
34
+ name: kramdown
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '1.5'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 1.5.0
43
+ type: :runtime
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - "~>"
48
+ - !ruby/object:Gem::Version
49
+ version: '1.5'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 1.5.0
53
+ - !ruby/object:Gem::Dependency
54
+ name: launchy
55
+ requirement: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - "~>"
58
+ - !ruby/object:Gem::Version
59
+ version: '2.4'
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: 2.4.3
63
+ type: :runtime
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - "~>"
68
+ - !ruby/object:Gem::Version
69
+ version: '2.4'
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: 2.4.3
73
+ - !ruby/object:Gem::Dependency
74
+ name: listen
75
+ requirement: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - "~>"
78
+ - !ruby/object:Gem::Version
79
+ version: '2.8'
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: 2.8.0
83
+ type: :runtime
84
+ prerelease: false
85
+ version_requirements: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '2.8'
90
+ - - ">="
91
+ - !ruby/object:Gem::Version
92
+ version: 2.8.0
93
+ - !ruby/object:Gem::Dependency
94
+ name: erubis
95
+ requirement: !ruby/object:Gem::Requirement
96
+ requirements:
97
+ - - "~>"
98
+ - !ruby/object:Gem::Version
99
+ version: '2.7'
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ version: 2.7.0
103
+ type: :runtime
104
+ prerelease: false
105
+ version_requirements: !ruby/object:Gem::Requirement
106
+ requirements:
107
+ - - "~>"
108
+ - !ruby/object:Gem::Version
109
+ version: '2.7'
110
+ - - ">="
111
+ - !ruby/object:Gem::Version
112
+ version: 2.7.0
113
+ - !ruby/object:Gem::Dependency
114
+ name: bundler
115
+ requirement: !ruby/object:Gem::Requirement
116
+ requirements:
117
+ - - "~>"
118
+ - !ruby/object:Gem::Version
119
+ version: '1.7'
120
+ type: :development
121
+ prerelease: false
122
+ version_requirements: !ruby/object:Gem::Requirement
123
+ requirements:
124
+ - - "~>"
125
+ - !ruby/object:Gem::Version
126
+ version: '1.7'
127
+ - !ruby/object:Gem::Dependency
128
+ name: rake
129
+ requirement: !ruby/object:Gem::Requirement
130
+ requirements:
131
+ - - "~>"
132
+ - !ruby/object:Gem::Version
133
+ version: '10.0'
134
+ type: :development
135
+ prerelease: false
136
+ version_requirements: !ruby/object:Gem::Requirement
137
+ requirements:
138
+ - - "~>"
139
+ - !ruby/object:Gem::Version
140
+ version: '10.0'
141
+ description: A tool for easily creating pure and simple HTML5 presentations or websites.
142
+ email:
143
+ - maciejanthonyczyzewski@gmail.com
144
+ executables:
145
+ - hyhyhy
146
+ extensions: []
147
+ extra_rdoc_files: []
148
+ files:
149
+ - ".gitignore"
150
+ - ".ruby-gemset"
151
+ - ".ruby-version"
152
+ - ".travis.yml"
153
+ - Gemfile
154
+ - LICENSE.txt
155
+ - README.md
156
+ - Rakefile
157
+ - bin/hyhyhy
158
+ - hyhyhy.gemspec
159
+ - lib/hyhyhy.rb
160
+ - lib/hyhyhy/config.rb
161
+ - lib/hyhyhy/frames.rb
162
+ - lib/hyhyhy/logger.rb
163
+ - lib/hyhyhy/parser.rb
164
+ - lib/hyhyhy/structure/.bowerrc
165
+ - lib/hyhyhy/structure/.hyhyhy
166
+ - lib/hyhyhy/structure/README.md
167
+ - lib/hyhyhy/structure/_assets/javascripts/main.js
168
+ - lib/hyhyhy/structure/_assets/stylesheets/main.css
169
+ - lib/hyhyhy/structure/_includes/bootstrap/.bower.json
170
+ - lib/hyhyhy/structure/_includes/bootstrap/Gruntfile.js
171
+ - lib/hyhyhy/structure/_includes/bootstrap/LICENSE
172
+ - lib/hyhyhy/structure/_includes/bootstrap/README.md
173
+ - lib/hyhyhy/structure/_includes/bootstrap/bower.json
174
+ - lib/hyhyhy/structure/_includes/bootstrap/dist/css/bootstrap-theme.css
175
+ - lib/hyhyhy/structure/_includes/bootstrap/dist/css/bootstrap-theme.css.map
176
+ - lib/hyhyhy/structure/_includes/bootstrap/dist/css/bootstrap-theme.min.css
177
+ - lib/hyhyhy/structure/_includes/bootstrap/dist/css/bootstrap.css
178
+ - lib/hyhyhy/structure/_includes/bootstrap/dist/css/bootstrap.css.map
179
+ - lib/hyhyhy/structure/_includes/bootstrap/dist/css/bootstrap.min.css
180
+ - lib/hyhyhy/structure/_includes/bootstrap/dist/fonts/glyphicons-halflings-regular.eot
181
+ - lib/hyhyhy/structure/_includes/bootstrap/dist/fonts/glyphicons-halflings-regular.svg
182
+ - lib/hyhyhy/structure/_includes/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf
183
+ - lib/hyhyhy/structure/_includes/bootstrap/dist/fonts/glyphicons-halflings-regular.woff
184
+ - lib/hyhyhy/structure/_includes/bootstrap/dist/js/bootstrap.js
185
+ - lib/hyhyhy/structure/_includes/bootstrap/dist/js/bootstrap.min.js
186
+ - lib/hyhyhy/structure/_includes/bootstrap/dist/js/npm.js
187
+ - lib/hyhyhy/structure/_includes/bootstrap/fonts/glyphicons-halflings-regular.eot
188
+ - lib/hyhyhy/structure/_includes/bootstrap/fonts/glyphicons-halflings-regular.svg
189
+ - lib/hyhyhy/structure/_includes/bootstrap/fonts/glyphicons-halflings-regular.ttf
190
+ - lib/hyhyhy/structure/_includes/bootstrap/fonts/glyphicons-halflings-regular.woff
191
+ - lib/hyhyhy/structure/_includes/bootstrap/grunt/.jshintrc
192
+ - lib/hyhyhy/structure/_includes/bootstrap/grunt/bs-commonjs-generator.js
193
+ - lib/hyhyhy/structure/_includes/bootstrap/grunt/bs-lessdoc-parser.js
194
+ - lib/hyhyhy/structure/_includes/bootstrap/grunt/bs-raw-files-generator.js
195
+ - lib/hyhyhy/structure/_includes/bootstrap/grunt/configBridge.json
196
+ - lib/hyhyhy/structure/_includes/bootstrap/grunt/sauce_browsers.yml
197
+ - lib/hyhyhy/structure/_includes/bootstrap/js/.jscsrc
198
+ - lib/hyhyhy/structure/_includes/bootstrap/js/.jshintrc
199
+ - lib/hyhyhy/structure/_includes/bootstrap/js/affix.js
200
+ - lib/hyhyhy/structure/_includes/bootstrap/js/alert.js
201
+ - lib/hyhyhy/structure/_includes/bootstrap/js/button.js
202
+ - lib/hyhyhy/structure/_includes/bootstrap/js/carousel.js
203
+ - lib/hyhyhy/structure/_includes/bootstrap/js/collapse.js
204
+ - lib/hyhyhy/structure/_includes/bootstrap/js/dropdown.js
205
+ - lib/hyhyhy/structure/_includes/bootstrap/js/modal.js
206
+ - lib/hyhyhy/structure/_includes/bootstrap/js/popover.js
207
+ - lib/hyhyhy/structure/_includes/bootstrap/js/scrollspy.js
208
+ - lib/hyhyhy/structure/_includes/bootstrap/js/tab.js
209
+ - lib/hyhyhy/structure/_includes/bootstrap/js/tooltip.js
210
+ - lib/hyhyhy/structure/_includes/bootstrap/js/transition.js
211
+ - lib/hyhyhy/structure/_includes/bootstrap/less/.csscomb.json
212
+ - lib/hyhyhy/structure/_includes/bootstrap/less/.csslintrc
213
+ - lib/hyhyhy/structure/_includes/bootstrap/less/alerts.less
214
+ - lib/hyhyhy/structure/_includes/bootstrap/less/badges.less
215
+ - lib/hyhyhy/structure/_includes/bootstrap/less/bootstrap.less
216
+ - lib/hyhyhy/structure/_includes/bootstrap/less/breadcrumbs.less
217
+ - lib/hyhyhy/structure/_includes/bootstrap/less/button-groups.less
218
+ - lib/hyhyhy/structure/_includes/bootstrap/less/buttons.less
219
+ - lib/hyhyhy/structure/_includes/bootstrap/less/carousel.less
220
+ - lib/hyhyhy/structure/_includes/bootstrap/less/close.less
221
+ - lib/hyhyhy/structure/_includes/bootstrap/less/code.less
222
+ - lib/hyhyhy/structure/_includes/bootstrap/less/component-animations.less
223
+ - lib/hyhyhy/structure/_includes/bootstrap/less/dropdowns.less
224
+ - lib/hyhyhy/structure/_includes/bootstrap/less/forms.less
225
+ - lib/hyhyhy/structure/_includes/bootstrap/less/glyphicons.less
226
+ - lib/hyhyhy/structure/_includes/bootstrap/less/grid.less
227
+ - lib/hyhyhy/structure/_includes/bootstrap/less/input-groups.less
228
+ - lib/hyhyhy/structure/_includes/bootstrap/less/jumbotron.less
229
+ - lib/hyhyhy/structure/_includes/bootstrap/less/labels.less
230
+ - lib/hyhyhy/structure/_includes/bootstrap/less/list-group.less
231
+ - lib/hyhyhy/structure/_includes/bootstrap/less/media.less
232
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins.less
233
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/alerts.less
234
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/background-variant.less
235
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/border-radius.less
236
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/buttons.less
237
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/center-block.less
238
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/clearfix.less
239
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/forms.less
240
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/gradients.less
241
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/grid-framework.less
242
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/grid.less
243
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/hide-text.less
244
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/image.less
245
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/labels.less
246
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/list-group.less
247
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/nav-divider.less
248
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/nav-vertical-align.less
249
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/opacity.less
250
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/pagination.less
251
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/panels.less
252
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/progress-bar.less
253
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/reset-filter.less
254
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/resize.less
255
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/responsive-visibility.less
256
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/size.less
257
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/tab-focus.less
258
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/table-row.less
259
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/text-emphasis.less
260
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/text-overflow.less
261
+ - lib/hyhyhy/structure/_includes/bootstrap/less/mixins/vendor-prefixes.less
262
+ - lib/hyhyhy/structure/_includes/bootstrap/less/modals.less
263
+ - lib/hyhyhy/structure/_includes/bootstrap/less/navbar.less
264
+ - lib/hyhyhy/structure/_includes/bootstrap/less/navs.less
265
+ - lib/hyhyhy/structure/_includes/bootstrap/less/normalize.less
266
+ - lib/hyhyhy/structure/_includes/bootstrap/less/pager.less
267
+ - lib/hyhyhy/structure/_includes/bootstrap/less/pagination.less
268
+ - lib/hyhyhy/structure/_includes/bootstrap/less/panels.less
269
+ - lib/hyhyhy/structure/_includes/bootstrap/less/popovers.less
270
+ - lib/hyhyhy/structure/_includes/bootstrap/less/print.less
271
+ - lib/hyhyhy/structure/_includes/bootstrap/less/progress-bars.less
272
+ - lib/hyhyhy/structure/_includes/bootstrap/less/responsive-embed.less
273
+ - lib/hyhyhy/structure/_includes/bootstrap/less/responsive-utilities.less
274
+ - lib/hyhyhy/structure/_includes/bootstrap/less/scaffolding.less
275
+ - lib/hyhyhy/structure/_includes/bootstrap/less/tables.less
276
+ - lib/hyhyhy/structure/_includes/bootstrap/less/theme.less
277
+ - lib/hyhyhy/structure/_includes/bootstrap/less/thumbnails.less
278
+ - lib/hyhyhy/structure/_includes/bootstrap/less/tooltip.less
279
+ - lib/hyhyhy/structure/_includes/bootstrap/less/type.less
280
+ - lib/hyhyhy/structure/_includes/bootstrap/less/utilities.less
281
+ - lib/hyhyhy/structure/_includes/bootstrap/less/variables.less
282
+ - lib/hyhyhy/structure/_includes/bootstrap/less/wells.less
283
+ - lib/hyhyhy/structure/_includes/bootstrap/package.json
284
+ - lib/hyhyhy/structure/_includes/bower.json
285
+ - lib/hyhyhy/structure/_includes/d3/.bower.json
286
+ - lib/hyhyhy/structure/_includes/d3/CONTRIBUTING.md
287
+ - lib/hyhyhy/structure/_includes/d3/LICENSE
288
+ - lib/hyhyhy/structure/_includes/d3/README.md
289
+ - lib/hyhyhy/structure/_includes/d3/bower.json
290
+ - lib/hyhyhy/structure/_includes/d3/d3.js
291
+ - lib/hyhyhy/structure/_includes/d3/d3.min.js
292
+ - lib/hyhyhy/structure/_includes/jquery/.bower.json
293
+ - lib/hyhyhy/structure/_includes/jquery/MIT-LICENSE.txt
294
+ - lib/hyhyhy/structure/_includes/jquery/bower.json
295
+ - lib/hyhyhy/structure/_includes/jquery/dist/jquery.js
296
+ - lib/hyhyhy/structure/_includes/jquery/dist/jquery.min.js
297
+ - lib/hyhyhy/structure/_includes/jquery/dist/jquery.min.map
298
+ - lib/hyhyhy/structure/_includes/jquery/src/ajax.js
299
+ - lib/hyhyhy/structure/_includes/jquery/src/ajax/jsonp.js
300
+ - lib/hyhyhy/structure/_includes/jquery/src/ajax/load.js
301
+ - lib/hyhyhy/structure/_includes/jquery/src/ajax/parseJSON.js
302
+ - lib/hyhyhy/structure/_includes/jquery/src/ajax/parseXML.js
303
+ - lib/hyhyhy/structure/_includes/jquery/src/ajax/script.js
304
+ - lib/hyhyhy/structure/_includes/jquery/src/ajax/var/nonce.js
305
+ - lib/hyhyhy/structure/_includes/jquery/src/ajax/var/rquery.js
306
+ - lib/hyhyhy/structure/_includes/jquery/src/ajax/xhr.js
307
+ - lib/hyhyhy/structure/_includes/jquery/src/attributes.js
308
+ - lib/hyhyhy/structure/_includes/jquery/src/attributes/attr.js
309
+ - lib/hyhyhy/structure/_includes/jquery/src/attributes/classes.js
310
+ - lib/hyhyhy/structure/_includes/jquery/src/attributes/prop.js
311
+ - lib/hyhyhy/structure/_includes/jquery/src/attributes/support.js
312
+ - lib/hyhyhy/structure/_includes/jquery/src/attributes/val.js
313
+ - lib/hyhyhy/structure/_includes/jquery/src/callbacks.js
314
+ - lib/hyhyhy/structure/_includes/jquery/src/core.js
315
+ - lib/hyhyhy/structure/_includes/jquery/src/core/access.js
316
+ - lib/hyhyhy/structure/_includes/jquery/src/core/init.js
317
+ - lib/hyhyhy/structure/_includes/jquery/src/core/parseHTML.js
318
+ - lib/hyhyhy/structure/_includes/jquery/src/core/ready.js
319
+ - lib/hyhyhy/structure/_includes/jquery/src/core/var/rsingleTag.js
320
+ - lib/hyhyhy/structure/_includes/jquery/src/css.js
321
+ - lib/hyhyhy/structure/_includes/jquery/src/css/addGetHookIf.js
322
+ - lib/hyhyhy/structure/_includes/jquery/src/css/curCSS.js
323
+ - lib/hyhyhy/structure/_includes/jquery/src/css/defaultDisplay.js
324
+ - lib/hyhyhy/structure/_includes/jquery/src/css/hiddenVisibleSelectors.js
325
+ - lib/hyhyhy/structure/_includes/jquery/src/css/support.js
326
+ - lib/hyhyhy/structure/_includes/jquery/src/css/swap.js
327
+ - lib/hyhyhy/structure/_includes/jquery/src/css/var/cssExpand.js
328
+ - lib/hyhyhy/structure/_includes/jquery/src/css/var/getStyles.js
329
+ - lib/hyhyhy/structure/_includes/jquery/src/css/var/isHidden.js
330
+ - lib/hyhyhy/structure/_includes/jquery/src/css/var/rmargin.js
331
+ - lib/hyhyhy/structure/_includes/jquery/src/css/var/rnumnonpx.js
332
+ - lib/hyhyhy/structure/_includes/jquery/src/data.js
333
+ - lib/hyhyhy/structure/_includes/jquery/src/data/Data.js
334
+ - lib/hyhyhy/structure/_includes/jquery/src/data/accepts.js
335
+ - lib/hyhyhy/structure/_includes/jquery/src/data/var/data_priv.js
336
+ - lib/hyhyhy/structure/_includes/jquery/src/data/var/data_user.js
337
+ - lib/hyhyhy/structure/_includes/jquery/src/deferred.js
338
+ - lib/hyhyhy/structure/_includes/jquery/src/deprecated.js
339
+ - lib/hyhyhy/structure/_includes/jquery/src/dimensions.js
340
+ - lib/hyhyhy/structure/_includes/jquery/src/effects.js
341
+ - lib/hyhyhy/structure/_includes/jquery/src/effects/Tween.js
342
+ - lib/hyhyhy/structure/_includes/jquery/src/effects/animatedSelector.js
343
+ - lib/hyhyhy/structure/_includes/jquery/src/event.js
344
+ - lib/hyhyhy/structure/_includes/jquery/src/event/alias.js
345
+ - lib/hyhyhy/structure/_includes/jquery/src/event/support.js
346
+ - lib/hyhyhy/structure/_includes/jquery/src/exports/amd.js
347
+ - lib/hyhyhy/structure/_includes/jquery/src/exports/global.js
348
+ - lib/hyhyhy/structure/_includes/jquery/src/intro.js
349
+ - lib/hyhyhy/structure/_includes/jquery/src/jquery.js
350
+ - lib/hyhyhy/structure/_includes/jquery/src/manipulation.js
351
+ - lib/hyhyhy/structure/_includes/jquery/src/manipulation/_evalUrl.js
352
+ - lib/hyhyhy/structure/_includes/jquery/src/manipulation/support.js
353
+ - lib/hyhyhy/structure/_includes/jquery/src/manipulation/var/rcheckableType.js
354
+ - lib/hyhyhy/structure/_includes/jquery/src/offset.js
355
+ - lib/hyhyhy/structure/_includes/jquery/src/outro.js
356
+ - lib/hyhyhy/structure/_includes/jquery/src/queue.js
357
+ - lib/hyhyhy/structure/_includes/jquery/src/queue/delay.js
358
+ - lib/hyhyhy/structure/_includes/jquery/src/selector-native.js
359
+ - lib/hyhyhy/structure/_includes/jquery/src/selector-sizzle.js
360
+ - lib/hyhyhy/structure/_includes/jquery/src/selector.js
361
+ - lib/hyhyhy/structure/_includes/jquery/src/serialize.js
362
+ - lib/hyhyhy/structure/_includes/jquery/src/sizzle/dist/sizzle.js
363
+ - lib/hyhyhy/structure/_includes/jquery/src/sizzle/dist/sizzle.min.js
364
+ - lib/hyhyhy/structure/_includes/jquery/src/sizzle/dist/sizzle.min.map
365
+ - lib/hyhyhy/structure/_includes/jquery/src/traversing.js
366
+ - lib/hyhyhy/structure/_includes/jquery/src/traversing/findFilter.js
367
+ - lib/hyhyhy/structure/_includes/jquery/src/traversing/var/rneedsContext.js
368
+ - lib/hyhyhy/structure/_includes/jquery/src/var/arr.js
369
+ - lib/hyhyhy/structure/_includes/jquery/src/var/class2type.js
370
+ - lib/hyhyhy/structure/_includes/jquery/src/var/concat.js
371
+ - lib/hyhyhy/structure/_includes/jquery/src/var/hasOwn.js
372
+ - lib/hyhyhy/structure/_includes/jquery/src/var/indexOf.js
373
+ - lib/hyhyhy/structure/_includes/jquery/src/var/pnum.js
374
+ - lib/hyhyhy/structure/_includes/jquery/src/var/push.js
375
+ - lib/hyhyhy/structure/_includes/jquery/src/var/rnotwhite.js
376
+ - lib/hyhyhy/structure/_includes/jquery/src/var/slice.js
377
+ - lib/hyhyhy/structure/_includes/jquery/src/var/strundefined.js
378
+ - lib/hyhyhy/structure/_includes/jquery/src/var/support.js
379
+ - lib/hyhyhy/structure/_includes/jquery/src/var/toString.js
380
+ - lib/hyhyhy/structure/_includes/jquery/src/wrap.js
381
+ - lib/hyhyhy/structure/_includes/katex/.arcconfig
382
+ - lib/hyhyhy/structure/_includes/katex/.bower.json
383
+ - lib/hyhyhy/structure/_includes/katex/.gitignore
384
+ - lib/hyhyhy/structure/_includes/katex/.hyhyhy
385
+ - lib/hyhyhy/structure/_includes/katex/.jshintrc
386
+ - lib/hyhyhy/structure/_includes/katex/.travis.yml
387
+ - lib/hyhyhy/structure/_includes/katex/CONTRIBUTING.md
388
+ - lib/hyhyhy/structure/_includes/katex/LICENSE.txt
389
+ - lib/hyhyhy/structure/_includes/katex/Makefile
390
+ - lib/hyhyhy/structure/_includes/katex/README.md
391
+ - lib/hyhyhy/structure/_includes/katex/cli.js
392
+ - lib/hyhyhy/structure/_includes/katex/dockers/HuxleyTests/Dockerfile
393
+ - lib/hyhyhy/structure/_includes/katex/dockers/HuxleyTests/README.md
394
+ - lib/hyhyhy/structure/_includes/katex/dockers/MathJaxFonts/Dockerfile
395
+ - lib/hyhyhy/structure/_includes/katex/dockers/MathJaxFonts/README.md
396
+ - lib/hyhyhy/structure/_includes/katex/dockers/MathJaxFonts/copy_fonts.sh
397
+ - lib/hyhyhy/structure/_includes/katex/katex.js
398
+ - lib/hyhyhy/structure/_includes/katex/lint_blacklist.txt
399
+ - lib/hyhyhy/structure/_includes/katex/metrics/README.md
400
+ - lib/hyhyhy/structure/_includes/katex/metrics/extract_tfms.py
401
+ - lib/hyhyhy/structure/_includes/katex/metrics/extract_ttfs.py
402
+ - lib/hyhyhy/structure/_includes/katex/metrics/mapping.pl
403
+ - lib/hyhyhy/structure/_includes/katex/metrics/parse_tfm.py
404
+ - lib/hyhyhy/structure/_includes/katex/metrics/replace_line.py
405
+ - lib/hyhyhy/structure/_includes/katex/package.json
406
+ - lib/hyhyhy/structure/_includes/katex/server.js
407
+ - lib/hyhyhy/structure/_includes/katex/src/Lexer.js
408
+ - lib/hyhyhy/structure/_includes/katex/src/Options.js
409
+ - lib/hyhyhy/structure/_includes/katex/src/ParseError.js
410
+ - lib/hyhyhy/structure/_includes/katex/src/Parser.js
411
+ - lib/hyhyhy/structure/_includes/katex/src/Style.js
412
+ - lib/hyhyhy/structure/_includes/katex/src/buildCommon.js
413
+ - lib/hyhyhy/structure/_includes/katex/src/buildTree.js
414
+ - lib/hyhyhy/structure/_includes/katex/src/delimiter.js
415
+ - lib/hyhyhy/structure/_includes/katex/src/domTree.js
416
+ - lib/hyhyhy/structure/_includes/katex/src/fontMetrics.js
417
+ - lib/hyhyhy/structure/_includes/katex/src/functions.js
418
+ - lib/hyhyhy/structure/_includes/katex/src/parseTree.js
419
+ - lib/hyhyhy/structure/_includes/katex/src/symbols.js
420
+ - lib/hyhyhy/structure/_includes/katex/src/utils.js
421
+ - lib/hyhyhy/structure/_includes/katex/static/fonts.less
422
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_AMS-Regular.eot
423
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_AMS-Regular.ttf
424
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_AMS-Regular.woff
425
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_AMS-Regular.woff2
426
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Bold.eot
427
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Bold.ttf
428
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Bold.woff
429
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Bold.woff2
430
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Regular.eot
431
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Regular.ttf
432
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Regular.woff
433
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Caligraphic-Regular.woff2
434
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Bold.eot
435
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Bold.ttf
436
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Bold.woff
437
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Bold.woff2
438
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Regular.eot
439
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Regular.ttf
440
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Regular.woff
441
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Fraktur-Regular.woff2
442
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Greek-Bold.woff2
443
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Greek-BoldItalic.woff2
444
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Greek-Italic.woff2
445
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Greek-Regular.woff2
446
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Bold.eot
447
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Bold.ttf
448
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Bold.woff
449
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Bold.woff2
450
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Italic.eot
451
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Italic.ttf
452
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Italic.woff
453
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Italic.woff2
454
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Regular.eot
455
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Regular.ttf
456
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Regular.woff
457
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Main-Regular.woff2
458
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-BoldItalic.eot
459
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-BoldItalic.ttf
460
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-BoldItalic.woff
461
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-BoldItalic.woff2
462
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Italic.eot
463
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Italic.ttf
464
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Italic.woff
465
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Italic.woff2
466
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Regular.eot
467
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Regular.ttf
468
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Regular.woff
469
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Math-Regular.woff2
470
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Bold.eot
471
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Bold.ttf
472
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Bold.woff
473
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Bold.woff2
474
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Italic.eot
475
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Italic.ttf
476
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Italic.woff
477
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Italic.woff2
478
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Regular.eot
479
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Regular.ttf
480
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Regular.woff
481
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_SansSerif-Regular.woff2
482
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Script-Regular.eot
483
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Script-Regular.ttf
484
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Script-Regular.woff
485
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Script-Regular.woff2
486
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size1-Regular.eot
487
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size1-Regular.ttf
488
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size1-Regular.woff
489
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size1-Regular.woff2
490
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size2-Regular.eot
491
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size2-Regular.ttf
492
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size2-Regular.woff
493
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size2-Regular.woff2
494
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size3-Regular.eot
495
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size3-Regular.ttf
496
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size3-Regular.woff
497
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size3-Regular.woff2
498
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size4-Regular.eot
499
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size4-Regular.ttf
500
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size4-Regular.woff
501
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Size4-Regular.woff2
502
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Typewriter-Regular.eot
503
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Typewriter-Regular.ttf
504
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Typewriter-Regular.woff
505
+ - lib/hyhyhy/structure/_includes/katex/static/fonts/KaTeX_Typewriter-Regular.woff2
506
+ - lib/hyhyhy/structure/_includes/katex/static/index.html
507
+ - lib/hyhyhy/structure/_includes/katex/static/katex.less
508
+ - lib/hyhyhy/structure/_includes/katex/static/main.css
509
+ - lib/hyhyhy/structure/_includes/katex/static/main.js
510
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfile.json
511
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Accents.hux/firefox-1.png
512
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Accents.record.json
513
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Baseline.hux/firefox-1.png
514
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Baseline.record.json
515
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/BasicTest.hux/firefox-1.png
516
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/BasicTest.record.json
517
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/BinomTest.hux/firefox-1.png
518
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/BinomTest.record.json
519
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Colors.hux/firefox-1.png
520
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Colors.record.json
521
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/DeepFontSizing.hux/firefox-1.png
522
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/DeepFontSizing.record.json
523
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/DelimiterSizing.hux/firefox-1.png
524
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/DelimiterSizing.record.json
525
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/DisplayStyle.hux/firefox-1.png
526
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/DisplayStyle.record.json
527
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Exponents.hux/firefox-1.png
528
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Exponents.record.json
529
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/FractionTest.hux/firefox-1.png
530
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/FractionTest.record.json
531
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Functions.hux/firefox-1.png
532
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Functions.record.json
533
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/GreekLetters.hux/firefox-1.png
534
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/GreekLetters.record.json
535
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/KaTeX.hux/firefox-1.png
536
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/KaTeX.record.json
537
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Lap.hux/firefox-1.png
538
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Lap.record.json
539
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/LeftRight.hux/firefox-1.png
540
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/LeftRight.record.json
541
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/LeftRightListStyling.hux/firefox-1.png
542
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/LeftRightListStyling.record.json
543
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/LeftRightStyleSizing.hux/firefox-1.png
544
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/LeftRightStyleSizing.record.json
545
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/NestedFractions.hux/firefox-1.png
546
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/NestedFractions.record.json
547
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/NullDelimiterInteraction.hux/firefox-1.png
548
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/NullDelimiterInteraction.record.json
549
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/OpLimits.hux/firefox-1.png
550
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/OpLimits.record.json
551
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Overline.hux/firefox-1.png
552
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Overline.record.json
553
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/PrimeSpacing.hux/firefox-1.png
554
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/PrimeSpacing.record.json
555
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/RlapBug.hux/firefox-1.png
556
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/RlapBug.record.json
557
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Rule.hux/firefox-1.png
558
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Rule.record.json
559
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Sizing.hux/firefox-1.png
560
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Sizing.record.json
561
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SizingBaseline.hux/firefox-1.png
562
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SizingBaseline.record.json
563
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Spacing.hux/firefox-1.png
564
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Spacing.record.json
565
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Sqrt.hux/firefox-1.png
566
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Sqrt.record.json
567
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SupSubCharacterBox.hux/firefox-1.png
568
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SupSubCharacterBox.record.json
569
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SupSubHorizSpacing.hux/firefox-1.png
570
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SupSubHorizSpacing.record.json
571
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SupSubOffsets.hux/firefox-1.png
572
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/SupSubOffsets.record.json
573
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Text.hux/firefox-1.png
574
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/Text.record.json
575
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/VerticalSpacing.hux/firefox-1.png
576
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/Huxleyfolder/VerticalSpacing.record.json
577
+ - lib/hyhyhy/structure/_includes/katex/test/huxley/test.html
578
+ - lib/hyhyhy/structure/_includes/katex/test/jasmine/MIT.LICENSE
579
+ - lib/hyhyhy/structure/_includes/katex/test/jasmine/boot.js
580
+ - lib/hyhyhy/structure/_includes/katex/test/jasmine/console.js
581
+ - lib/hyhyhy/structure/_includes/katex/test/jasmine/jasmine-html.js
582
+ - lib/hyhyhy/structure/_includes/katex/test/jasmine/jasmine.css
583
+ - lib/hyhyhy/structure/_includes/katex/test/jasmine/jasmine.js
584
+ - lib/hyhyhy/structure/_includes/katex/test/jasmine/jasmine_favicon.png
585
+ - lib/hyhyhy/structure/_includes/katex/test/katex-spec.js
586
+ - lib/hyhyhy/structure/_includes/katex/test/test.html
587
+ - lib/hyhyhy/structure/_includes/metrics-graphics/.bower.json
588
+ - lib/hyhyhy/structure/_includes/metrics-graphics/.hyhyhy
589
+ - lib/hyhyhy/structure/_includes/metrics-graphics/LICENSE
590
+ - lib/hyhyhy/structure/_includes/metrics-graphics/README.md
591
+ - lib/hyhyhy/structure/_includes/metrics-graphics/bower.json
592
+ - lib/hyhyhy/structure/_includes/metrics-graphics/css/metricsgraphics-demo-dark.css
593
+ - lib/hyhyhy/structure/_includes/metrics-graphics/css/metricsgraphics-demo.css
594
+ - lib/hyhyhy/structure/_includes/metrics-graphics/css/metricsgraphics.css
595
+ - lib/hyhyhy/structure/_includes/metrics-graphics/images/missing-data-dark.png
596
+ - lib/hyhyhy/structure/_includes/metrics-graphics/images/missing-data.png
597
+ - lib/hyhyhy/structure/_includes/metrics-graphics/js/metricsgraphics.min.js
598
+ - lib/hyhyhy/structure/_includes/metrics-graphics/package.json
599
+ - lib/hyhyhy/structure/_includes/prism/.bower.json
600
+ - lib/hyhyhy/structure/_includes/prism/.hyhyhy
601
+ - lib/hyhyhy/structure/_includes/prism/LICENSE
602
+ - lib/hyhyhy/structure/_includes/prism/README.md
603
+ - lib/hyhyhy/structure/_includes/prism/bower.json
604
+ - lib/hyhyhy/structure/_includes/prism/components.js
605
+ - lib/hyhyhy/structure/_includes/prism/components/prism-apacheconf.js
606
+ - lib/hyhyhy/structure/_includes/prism/components/prism-apacheconf.min.js
607
+ - lib/hyhyhy/structure/_includes/prism/components/prism-aspnet.js
608
+ - lib/hyhyhy/structure/_includes/prism/components/prism-aspnet.min.js
609
+ - lib/hyhyhy/structure/_includes/prism/components/prism-autohotkey.js
610
+ - lib/hyhyhy/structure/_includes/prism/components/prism-autohotkey.min.js
611
+ - lib/hyhyhy/structure/_includes/prism/components/prism-bash.js
612
+ - lib/hyhyhy/structure/_includes/prism/components/prism-bash.min.js
613
+ - lib/hyhyhy/structure/_includes/prism/components/prism-c.js
614
+ - lib/hyhyhy/structure/_includes/prism/components/prism-c.min.js
615
+ - lib/hyhyhy/structure/_includes/prism/components/prism-clike.js
616
+ - lib/hyhyhy/structure/_includes/prism/components/prism-clike.min.js
617
+ - lib/hyhyhy/structure/_includes/prism/components/prism-coffeescript.js
618
+ - lib/hyhyhy/structure/_includes/prism/components/prism-coffeescript.min.js
619
+ - lib/hyhyhy/structure/_includes/prism/components/prism-core.js
620
+ - lib/hyhyhy/structure/_includes/prism/components/prism-core.min.js
621
+ - lib/hyhyhy/structure/_includes/prism/components/prism-cpp.js
622
+ - lib/hyhyhy/structure/_includes/prism/components/prism-cpp.min.js
623
+ - lib/hyhyhy/structure/_includes/prism/components/prism-csharp.js
624
+ - lib/hyhyhy/structure/_includes/prism/components/prism-csharp.min.js
625
+ - lib/hyhyhy/structure/_includes/prism/components/prism-css-extras.js
626
+ - lib/hyhyhy/structure/_includes/prism/components/prism-css-extras.min.js
627
+ - lib/hyhyhy/structure/_includes/prism/components/prism-css.js
628
+ - lib/hyhyhy/structure/_includes/prism/components/prism-css.min.js
629
+ - lib/hyhyhy/structure/_includes/prism/components/prism-gherkin.js
630
+ - lib/hyhyhy/structure/_includes/prism/components/prism-gherkin.min.js
631
+ - lib/hyhyhy/structure/_includes/prism/components/prism-git.js
632
+ - lib/hyhyhy/structure/_includes/prism/components/prism-git.min.js
633
+ - lib/hyhyhy/structure/_includes/prism/components/prism-go.js
634
+ - lib/hyhyhy/structure/_includes/prism/components/prism-go.min.js
635
+ - lib/hyhyhy/structure/_includes/prism/components/prism-groovy.js
636
+ - lib/hyhyhy/structure/_includes/prism/components/prism-groovy.min.js
637
+ - lib/hyhyhy/structure/_includes/prism/components/prism-handlebars.js
638
+ - lib/hyhyhy/structure/_includes/prism/components/prism-handlebars.min.js
639
+ - lib/hyhyhy/structure/_includes/prism/components/prism-haskell.js
640
+ - lib/hyhyhy/structure/_includes/prism/components/prism-haskell.min.js
641
+ - lib/hyhyhy/structure/_includes/prism/components/prism-http.js
642
+ - lib/hyhyhy/structure/_includes/prism/components/prism-http.min.js
643
+ - lib/hyhyhy/structure/_includes/prism/components/prism-ini.js
644
+ - lib/hyhyhy/structure/_includes/prism/components/prism-ini.min.js
645
+ - lib/hyhyhy/structure/_includes/prism/components/prism-java.js
646
+ - lib/hyhyhy/structure/_includes/prism/components/prism-java.min.js
647
+ - lib/hyhyhy/structure/_includes/prism/components/prism-javascript.js
648
+ - lib/hyhyhy/structure/_includes/prism/components/prism-javascript.min.js
649
+ - lib/hyhyhy/structure/_includes/prism/components/prism-latex.js
650
+ - lib/hyhyhy/structure/_includes/prism/components/prism-latex.min.js
651
+ - lib/hyhyhy/structure/_includes/prism/components/prism-markup.js
652
+ - lib/hyhyhy/structure/_includes/prism/components/prism-markup.min.js
653
+ - lib/hyhyhy/structure/_includes/prism/components/prism-nasm.js
654
+ - lib/hyhyhy/structure/_includes/prism/components/prism-nasm.min.js
655
+ - lib/hyhyhy/structure/_includes/prism/components/prism-nsis.js
656
+ - lib/hyhyhy/structure/_includes/prism/components/prism-nsis.min.js
657
+ - lib/hyhyhy/structure/_includes/prism/components/prism-objectivec.js
658
+ - lib/hyhyhy/structure/_includes/prism/components/prism-objectivec.min.js
659
+ - lib/hyhyhy/structure/_includes/prism/components/prism-perl.js
660
+ - lib/hyhyhy/structure/_includes/prism/components/prism-perl.min.js
661
+ - lib/hyhyhy/structure/_includes/prism/components/prism-php-extras.js
662
+ - lib/hyhyhy/structure/_includes/prism/components/prism-php-extras.min.js
663
+ - lib/hyhyhy/structure/_includes/prism/components/prism-php.js
664
+ - lib/hyhyhy/structure/_includes/prism/components/prism-php.min.js
665
+ - lib/hyhyhy/structure/_includes/prism/components/prism-python.js
666
+ - lib/hyhyhy/structure/_includes/prism/components/prism-python.min.js
667
+ - lib/hyhyhy/structure/_includes/prism/components/prism-rip.js
668
+ - lib/hyhyhy/structure/_includes/prism/components/prism-rip.min.js
669
+ - lib/hyhyhy/structure/_includes/prism/components/prism-ruby.js
670
+ - lib/hyhyhy/structure/_includes/prism/components/prism-ruby.min.js
671
+ - lib/hyhyhy/structure/_includes/prism/components/prism-scala.js
672
+ - lib/hyhyhy/structure/_includes/prism/components/prism-scala.min.js
673
+ - lib/hyhyhy/structure/_includes/prism/components/prism-scheme-min.js
674
+ - lib/hyhyhy/structure/_includes/prism/components/prism-scheme.js
675
+ - lib/hyhyhy/structure/_includes/prism/components/prism-scss.js
676
+ - lib/hyhyhy/structure/_includes/prism/components/prism-scss.min.js
677
+ - lib/hyhyhy/structure/_includes/prism/components/prism-sql.js
678
+ - lib/hyhyhy/structure/_includes/prism/components/prism-sql.min.js
679
+ - lib/hyhyhy/structure/_includes/prism/components/prism-swift.js
680
+ - lib/hyhyhy/structure/_includes/prism/components/prism-swift.min.js
681
+ - lib/hyhyhy/structure/_includes/prism/components/prism-twig.js
682
+ - lib/hyhyhy/structure/_includes/prism/components/prism-twig.min.js
683
+ - lib/hyhyhy/structure/_includes/prism/gulpfile.js
684
+ - lib/hyhyhy/structure/_includes/prism/package.json
685
+ - lib/hyhyhy/structure/_includes/prism/plugins/autolinker/prism-autolinker.css
686
+ - lib/hyhyhy/structure/_includes/prism/plugins/autolinker/prism-autolinker.js
687
+ - lib/hyhyhy/structure/_includes/prism/plugins/autolinker/prism-autolinker.min.js
688
+ - lib/hyhyhy/structure/_includes/prism/plugins/file-highlight/prism-file-highlight.js
689
+ - lib/hyhyhy/structure/_includes/prism/plugins/file-highlight/prism-file-highlight.min.js
690
+ - lib/hyhyhy/structure/_includes/prism/plugins/ie8/prism-ie8.css
691
+ - lib/hyhyhy/structure/_includes/prism/plugins/ie8/prism-ie8.js
692
+ - lib/hyhyhy/structure/_includes/prism/plugins/ie8/prism-ie8.min.js
693
+ - lib/hyhyhy/structure/_includes/prism/plugins/line-highlight/prism-line-highlight.css
694
+ - lib/hyhyhy/structure/_includes/prism/plugins/line-highlight/prism-line-highlight.js
695
+ - lib/hyhyhy/structure/_includes/prism/plugins/line-highlight/prism-line-highlight.min.js
696
+ - lib/hyhyhy/structure/_includes/prism/plugins/line-numbers/prism-line-numbers.css
697
+ - lib/hyhyhy/structure/_includes/prism/plugins/line-numbers/prism-line-numbers.js
698
+ - lib/hyhyhy/structure/_includes/prism/plugins/line-numbers/prism-line-numbers.min.js
699
+ - lib/hyhyhy/structure/_includes/prism/plugins/show-invisibles/prism-show-invisibles.css
700
+ - lib/hyhyhy/structure/_includes/prism/plugins/show-invisibles/prism-show-invisibles.js
701
+ - lib/hyhyhy/structure/_includes/prism/plugins/show-invisibles/prism-show-invisibles.min.js
702
+ - lib/hyhyhy/structure/_includes/prism/plugins/show-language/prism-show-language.css
703
+ - lib/hyhyhy/structure/_includes/prism/plugins/show-language/prism-show-language.js
704
+ - lib/hyhyhy/structure/_includes/prism/plugins/show-language/prism-show-language.min.css
705
+ - lib/hyhyhy/structure/_includes/prism/plugins/show-language/prism-show-language.min.js
706
+ - lib/hyhyhy/structure/_includes/prism/plugins/wpd/prism-wpd.css
707
+ - lib/hyhyhy/structure/_includes/prism/plugins/wpd/prism-wpd.js
708
+ - lib/hyhyhy/structure/_includes/prism/plugins/wpd/prism-wpd.min.js
709
+ - lib/hyhyhy/structure/_includes/prism/prism.js
710
+ - lib/hyhyhy/structure/_includes/prism/themes/prism-coy.css
711
+ - lib/hyhyhy/structure/_includes/prism/themes/prism-dark.css
712
+ - lib/hyhyhy/structure/_includes/prism/themes/prism-funky.css
713
+ - lib/hyhyhy/structure/_includes/prism/themes/prism-okaidia.css
714
+ - lib/hyhyhy/structure/_includes/prism/themes/prism-tomorrow.css
715
+ - lib/hyhyhy/structure/_includes/prism/themes/prism-twilight.css
716
+ - lib/hyhyhy/structure/_includes/prism/themes/prism.css
717
+ - lib/hyhyhy/structure/_includes/prism/vendor/promise.js
718
+ - lib/hyhyhy/structure/_layouts/default.erb
719
+ - lib/hyhyhy/structure/_slides/1.introduction.md
720
+ - lib/hyhyhy/structure/_slides/2.packages.md
721
+ - lib/hyhyhy/structure/_slides/3.usage.md
722
+ - lib/hyhyhy/version.rb
723
+ homepage: https://github.com/MaciejCzyzewski/hyhyhy
724
+ licenses:
725
+ - MIT
726
+ metadata: {}
727
+ post_install_message:
728
+ rdoc_options: []
729
+ require_paths:
730
+ - lib
731
+ required_ruby_version: !ruby/object:Gem::Requirement
732
+ requirements:
733
+ - - ">="
734
+ - !ruby/object:Gem::Version
735
+ version: '0'
736
+ required_rubygems_version: !ruby/object:Gem::Requirement
737
+ requirements:
738
+ - - ">="
739
+ - !ruby/object:Gem::Version
740
+ version: '0'
741
+ requirements: []
742
+ rubyforge_project:
743
+ rubygems_version: 2.4.5
744
+ signing_key:
745
+ specification_version: 4
746
+ summary: Pure & Professional presentations
747
+ test_files: []