middleman-more 3.1.0.beta.3 → 3.1.0.rc.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (459) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -2
  3. data/{fixtures/asset-host-app/config.rb → features/.gitkeep} +0 -0
  4. data/fixtures/{auto-css-app/source/stylesheets/auto-css/index.css → .gitkeep} +0 -0
  5. data/lib/middleman-more.rb +1 -99
  6. data/middleman-more.gemspec +2 -12
  7. metadata +8 -1024
  8. data/.cane +0 -2
  9. data/.cane-exclusions.yml +0 -3
  10. data/features/asset_hash.feature +0 -135
  11. data/features/asset_host.feature +0 -56
  12. data/features/automatic_image_sizes.feature +0 -16
  13. data/features/cache_buster.feature +0 -42
  14. data/features/clean_build.feature +0 -14
  15. data/features/coffee-script.feature +0 -22
  16. data/features/compass-sprites.feature +0 -6
  17. data/features/content_for.feature +0 -16
  18. data/features/directory_index.feature +0 -67
  19. data/features/extensionless_text_files.feature +0 -28
  20. data/features/fonts.feature +0 -13
  21. data/features/former_padrino_helpers.feature +0 -27
  22. data/features/frontmatter_page_settings.feature +0 -42
  23. data/features/gzip.feature +0 -21
  24. data/features/helpers_auto_javascript_include_tag.feature +0 -27
  25. data/features/helpers_auto_stylesheet_link_tag.feature +0 -27
  26. data/features/helpers_form_tag.feature +0 -26
  27. data/features/helpers_link_to.feature +0 -152
  28. data/features/helpers_lorem.feature +0 -6
  29. data/features/helpers_page_classes.feature +0 -17
  30. data/features/helpers_url_for.feature +0 -152
  31. data/features/i18n_builder.feature +0 -148
  32. data/features/i18n_force_locale.feature +0 -13
  33. data/features/i18n_preview.feature +0 -230
  34. data/features/ignore.feature +0 -62
  35. data/features/ignore_already_minified.feature +0 -47
  36. data/features/implied_extensions.feature +0 -42
  37. data/features/instance_vars.feature +0 -18
  38. data/features/liquid.feature +0 -11
  39. data/features/markdown.feature +0 -13
  40. data/features/markdown_redcarpet.feature +0 -86
  41. data/features/markdown_redcarpet_in_haml.feature +0 -42
  42. data/features/minify_css.feature +0 -127
  43. data/features/minify_javascript.feature +0 -225
  44. data/features/nested_layouts.feature +0 -55
  45. data/features/partials.feature +0 -46
  46. data/features/partials_dir.feature +0 -30
  47. data/features/relative_assets.feature +0 -102
  48. data/features/sass-assets-paths.feature +0 -11
  49. data/features/sass_cache_path.feature +0 -22
  50. data/features/sass_partials.feature +0 -54
  51. data/features/scss-support.feature +0 -12
  52. data/features/sitemap_traversal.feature +0 -73
  53. data/features/slim.feature +0 -69
  54. data/features/stylus.feature +0 -55
  55. data/features/support/env.rb +0 -10
  56. data/features/twitter-bootstrap-compile.feature +0 -6
  57. data/features/wildcard_page_helper.feature +0 -10
  58. data/fixtures/asset-hash-app/config.rb +0 -8
  59. data/fixtures/asset-hash-app/lib/middleware.rb +0 -16
  60. data/fixtures/asset-hash-app/source/apple-touch-icon.png +0 -0
  61. data/fixtures/asset-hash-app/source/favicon.ico +0 -0
  62. data/fixtures/asset-hash-app/source/images/100px.gif +0 -0
  63. data/fixtures/asset-hash-app/source/images/100px.jpg +0 -0
  64. data/fixtures/asset-hash-app/source/images/100px.png +0 -0
  65. data/fixtures/asset-hash-app/source/index.html.erb +0 -311
  66. data/fixtures/asset-hash-app/source/javascripts/application.js +0 -8
  67. data/fixtures/asset-hash-app/source/layout.erb +0 -18
  68. data/fixtures/asset-hash-app/source/other.html.erb +0 -2
  69. data/fixtures/asset-hash-app/source/partials.html.erb +0 -1
  70. data/fixtures/asset-hash-app/source/stylesheets/_partial.sass +0 -2
  71. data/fixtures/asset-hash-app/source/stylesheets/site.css.scss +0 -4
  72. data/fixtures/asset-hash-app/source/stylesheets/uses_partials.css.sass +0 -4
  73. data/fixtures/asset-hash-app/source/subdir/index.html.erb +0 -308
  74. data/fixtures/asset-hash-host-app/config.rb +0 -6
  75. data/fixtures/asset-hash-host-app/source/images/100px.gif +0 -0
  76. data/fixtures/asset-hash-host-app/source/images/100px.jpg +0 -0
  77. data/fixtures/asset-hash-host-app/source/images/100px.png +0 -0
  78. data/fixtures/asset-hash-host-app/source/index.html.erb +0 -6
  79. data/fixtures/asset-hash-host-app/source/layout.erb +0 -17
  80. data/fixtures/asset-hash-host-app/source/other.html.erb +0 -2
  81. data/fixtures/asset-hash-host-app/source/stylesheets/site.css.scss +0 -4
  82. data/fixtures/asset-hash-host-app/source/subdir/index.html.erb +0 -6
  83. data/fixtures/asset-host-app/source/.htaccess +0 -1
  84. data/fixtures/asset-host-app/source/asset_host.html.erb +0 -1
  85. data/fixtures/asset-host-app/source/images/blank.gif +0 -0
  86. data/fixtures/asset-host-app/source/stylesheets/asset_host.css.sass +0 -3
  87. data/fixtures/auto-css-app/config.rb +0 -11
  88. data/fixtures/auto-css-app/source/auto-css/auto-css.html.erb +0 -1
  89. data/fixtures/auto-css-app/source/auto-css/index.html.erb +0 -1
  90. data/fixtures/auto-css-app/source/auto-css/sub/auto-css.html.erb +0 -1
  91. data/fixtures/auto-css-app/source/auto-css.html.erb +0 -1
  92. data/fixtures/auto-css-app/source/stylesheets/auto-css/auto-css.css +0 -3
  93. data/fixtures/auto-css-app/source/stylesheets/auto-css/sub/auto-css.css +0 -3
  94. data/fixtures/auto-css-app/source/stylesheets/auto-css.css +0 -3
  95. data/fixtures/auto-js-app/config.rb +0 -11
  96. data/fixtures/auto-js-app/source/auto-js/auto-js.html.erb +0 -1
  97. data/fixtures/auto-js-app/source/auto-js/index.html.erb +0 -1
  98. data/fixtures/auto-js-app/source/auto-js/sub/auto-js.html.erb +0 -1
  99. data/fixtures/auto-js-app/source/auto-js.html.erb +0 -1
  100. data/fixtures/auto-js-app/source/javascripts/auto-js/auto-js.js +0 -1
  101. data/fixtures/auto-js-app/source/javascripts/auto-js/index.js +0 -1
  102. data/fixtures/auto-js-app/source/javascripts/auto-js/sub/auto-js.js +0 -1
  103. data/fixtures/auto-js-app/source/javascripts/auto-js.js +0 -1
  104. data/fixtures/automatic-image-size-app/config.rb +0 -0
  105. data/fixtures/automatic-image-size-app/source/auto-image-sizes.html.erb +0 -1
  106. data/fixtures/automatic-image-size-app/source/images/blank.gif +0 -0
  107. data/fixtures/cache-buster-app/config.rb +0 -0
  108. data/fixtures/cache-buster-app/source/cache-buster.html.erb +0 -3
  109. data/fixtures/cache-buster-app/source/images/blank.gif +0 -0
  110. data/fixtures/cache-buster-app/source/stylesheets/relative_assets.css.sass +0 -3
  111. data/fixtures/cache-buster-app/source/stylesheets/site.css.sass +0 -1
  112. data/fixtures/clean-dir-app/config.rb +0 -2
  113. data/fixtures/clean-dir-app/source/about.html +0 -1
  114. data/fixtures/coffeescript-app/config.rb +0 -0
  115. data/fixtures/coffeescript-app/source/inline-coffeescript.html.haml +0 -3
  116. data/fixtures/coffeescript-app/source/javascripts/broken-coffee.js.coffee +0 -3
  117. data/fixtures/coffeescript-app/source/javascripts/coffee_test.js.coffee +0 -3
  118. data/fixtures/compass-sprites-app/config.rb +0 -0
  119. data/fixtures/compass-sprites-app/source/images/icon/arrow_down.png +0 -0
  120. data/fixtures/compass-sprites-app/source/images/icon/arrow_left.png +0 -0
  121. data/fixtures/compass-sprites-app/source/images/icon/arrow_right.png +0 -0
  122. data/fixtures/compass-sprites-app/source/images/icon/arrow_up.png +0 -0
  123. data/fixtures/compass-sprites-app/source/stylesheets/site.css.scss +0 -3
  124. data/fixtures/content-for-app/config.rb +0 -7
  125. data/fixtures/content-for-app/source/content_for_erb.html.erb +0 -5
  126. data/fixtures/content-for-app/source/content_for_haml.html.haml +0 -4
  127. data/fixtures/content-for-app/source/content_for_slim.html.slim +0 -4
  128. data/fixtures/content-for-app/source/layouts/content_for.erb +0 -4
  129. data/fixtures/default-partials-dir-app/source/_partial.html.erb +0 -1
  130. data/fixtures/default-partials-dir-app/source/index.html.erb +0 -2
  131. data/fixtures/different-engine-partial/config.rb +0 -0
  132. data/fixtures/different-engine-partial/source/index.html.erb +0 -1
  133. data/fixtures/different-engine-partial/source/layouts/layout.erb +0 -7
  134. data/fixtures/different-engine-partial/source/shared/_footer.str +0 -1
  135. data/fixtures/different-engine-partial/source/shared/_header.erb +0 -1
  136. data/fixtures/extensionless-text-files-app/config.rb +0 -1
  137. data/fixtures/extensionless-text-files-app/source/CNAME +0 -1
  138. data/fixtures/extensionless-text-files-app/source/LICENSE +0 -1
  139. data/fixtures/extensionless-text-files-app/source/README +0 -1
  140. data/fixtures/extensionless-text-files-app/source/index.html +0 -1
  141. data/fixtures/fonts-app/config.rb +0 -0
  142. data/fixtures/fonts-app/source/fonts/StMarie-Thin.otf +0 -0
  143. data/fixtures/fonts-app/source/stylesheets/fonts.css.sass +0 -3
  144. data/fixtures/frontmatter-settings-app/config.rb +0 -4
  145. data/fixtures/frontmatter-settings-app/source/alternate_layout.html.erb +0 -5
  146. data/fixtures/frontmatter-settings-app/source/ignored.html.erb +0 -5
  147. data/fixtures/frontmatter-settings-app/source/layouts/alternate.erb +0 -3
  148. data/fixtures/frontmatter-settings-app/source/no_index.html.erb +0 -5
  149. data/fixtures/gzip-app/config.rb +0 -1
  150. data/fixtures/gzip-app/source/index.html +0 -0
  151. data/fixtures/gzip-app/source/javascripts/test.js +0 -1
  152. data/fixtures/gzip-app/source/stylesheets/test.css +0 -1
  153. data/fixtures/i18n-alt-root-app/locales/en.yml +0 -4
  154. data/fixtures/i18n-alt-root-app/locales/es.yml +0 -7
  155. data/fixtures/i18n-alt-root-app/source/lang_data/hello.html.erb +0 -1
  156. data/fixtures/i18n-alt-root-app/source/lang_data/index.html.erb +0 -1
  157. data/fixtures/i18n-alt-root-app/source/layout.erb +0 -1
  158. data/fixtures/i18n-default-app/locales/en.yml +0 -4
  159. data/fixtures/i18n-default-app/locales/es.yml +0 -8
  160. data/fixtures/i18n-default-app/source/localizable/index.html.erb +0 -5
  161. data/fixtures/i18n-force-locale/config.rb +0 -13
  162. data/fixtures/i18n-force-locale/locales/en.yml +0 -3
  163. data/fixtures/i18n-force-locale/locales/es.yml +0 -3
  164. data/fixtures/i18n-force-locale/locales/fr.yml +0 -3
  165. data/fixtures/i18n-force-locale/source/index.haml +0 -2
  166. data/fixtures/i18n-test-app/locales/en.yml +0 -4
  167. data/fixtures/i18n-test-app/locales/es.yml +0 -8
  168. data/fixtures/i18n-test-app/source/CNAME +0 -1
  169. data/fixtures/i18n-test-app/source/layout.erb +0 -8
  170. data/fixtures/i18n-test-app/source/localizable/hello.html.erb +0 -1
  171. data/fixtures/i18n-test-app/source/localizable/index.html.erb +0 -1
  172. data/fixtures/i18n-test-app/source/morning.en.html.erb +0 -1
  173. data/fixtures/i18n-test-app/source/morning.es.html.erb +0 -1
  174. data/fixtures/i18n-test-app/source/password.txt +0 -1
  175. data/fixtures/i18n-test-app/source/stylesheets/site.css +0 -3
  176. data/fixtures/ignore-app/source/about.html.erb +0 -1
  177. data/fixtures/ignore-app/source/images/icon/messages.png +0 -0
  178. data/fixtures/ignore-app/source/images/pic.png +0 -0
  179. data/fixtures/ignore-app/source/images/portrait.jpg +0 -0
  180. data/fixtures/ignore-app/source/index.html.erb +0 -0
  181. data/fixtures/ignore-app/source/plain.html +0 -1
  182. data/fixtures/ignore-app/source/reports/another.html +0 -0
  183. data/fixtures/ignore-app/source/reports/index.html +0 -0
  184. data/fixtures/implied-extensions-app/config.rb +0 -0
  185. data/fixtures/implied-extensions-app/source/javascripts/app.coffee +0 -1
  186. data/fixtures/implied-extensions-app/source/stylesheets/style.scss +0 -3
  187. data/fixtures/implied-extensions-app/source/stylesheets/style2.sass +0 -3
  188. data/fixtures/implied-extensions-app/source/stylesheets/style3.less +0 -4
  189. data/fixtures/implied-extensions-app/source/test.haml +0 -4
  190. data/fixtures/implied-extensions-app/source/test2.markdown +0 -3
  191. data/fixtures/implied-extensions-app/source/test3.slim +0 -3
  192. data/fixtures/implied-extensions-app/source/test4.liquid +0 -1
  193. data/fixtures/indexable-app/config.rb +0 -4
  194. data/fixtures/indexable-app/source/.htaccess +0 -1
  195. data/fixtures/indexable-app/source/.htpasswd +0 -1
  196. data/fixtures/indexable-app/source/a_folder/needs_index.html +0 -1
  197. data/fixtures/indexable-app/source/leave_me_alone.html +0 -1
  198. data/fixtures/indexable-app/source/needs_index.html +0 -1
  199. data/fixtures/indexable-app/source/regular/index.html +0 -1
  200. data/fixtures/indexable-app/source/wildcard_leave_me_alone.html +0 -1
  201. data/fixtures/instance-vars-app/config.rb +0 -0
  202. data/fixtures/instance-vars-app/source/_vartial.erb +0 -5
  203. data/fixtures/instance-vars-app/source/instance-var-set.html.erb +0 -2
  204. data/fixtures/instance-vars-app/source/layout.erb +0 -3
  205. data/fixtures/instance-vars-app/source/no-instance-var.html.erb +0 -1
  206. data/fixtures/liquid-app/config.rb +0 -0
  207. data/fixtures/liquid-app/data/test.yml +0 -4
  208. data/fixtures/liquid-app/data/test2.json +0 -4
  209. data/fixtures/liquid-app/source/_liquid_partial.liquid +0 -1
  210. data/fixtures/liquid-app/source/data2.html.liquid +0 -2
  211. data/fixtures/liquid-app/source/liquid_master.html.liquid +0 -1
  212. data/fixtures/lorem-app/config.rb +0 -1
  213. data/fixtures/lorem-app/source/lorem.html.erb +0 -13
  214. data/fixtures/markdown-app/config.rb +0 -1
  215. data/fixtures/markdown-app/source/autolink.html.markdown +0 -5
  216. data/fixtures/markdown-app/source/fenced_code_blocks.html.markdown +0 -7
  217. data/fixtures/markdown-app/source/hard_wrap.html.markdown +0 -2
  218. data/fixtures/markdown-app/source/images/blank.gif +0 -0
  219. data/fixtures/markdown-app/source/index.html.markdown +0 -4
  220. data/fixtures/markdown-app/source/no_intra_emphasis.html.markdown +0 -5
  221. data/fixtures/markdown-app/source/smarty_pants.html.markdown +0 -5
  222. data/fixtures/markdown-app/source/space_after_headers.html.markdown +0 -5
  223. data/fixtures/markdown-app/source/strikethrough.html.markdown +0 -5
  224. data/fixtures/markdown-app/source/superscript.html.markdown +0 -5
  225. data/fixtures/markdown-app/source/tables.html.markdown +0 -8
  226. data/fixtures/markdown-app/source/with_toc_data.html.markdown +0 -3
  227. data/fixtures/markdown-frontmatter-options-app/config.rb +0 -1
  228. data/fixtures/markdown-frontmatter-options-app/source/smarty_pants-default.html.markdown +0 -5
  229. data/fixtures/markdown-frontmatter-options-app/source/smarty_pants-off.html.markdown +0 -7
  230. data/fixtures/markdown-frontmatter-options-app/source/smarty_pants-on.html.markdown +0 -7
  231. data/fixtures/markdown-frontmatter-options-app/source/tables-default.html.markdown +0 -8
  232. data/fixtures/markdown-frontmatter-options-app/source/tables-off.html.markdown +0 -10
  233. data/fixtures/markdown-frontmatter-options-app/source/tables-on.html.markdown +0 -10
  234. data/fixtures/markdown-in-haml-app/config.rb +0 -0
  235. data/fixtures/markdown-in-haml-app/source/images/blank.gif +0 -0
  236. data/fixtures/markdown-in-haml-app/source/link_target.html.markdown +0 -4
  237. data/fixtures/minify-css-app/source/inline-css.html.haml +0 -5
  238. data/fixtures/minify-css-app/source/more-css/site.css +0 -3
  239. data/fixtures/minify-css-app/source/stylesheets/report.css +0 -1
  240. data/fixtures/minify-css-app/source/stylesheets/site.css.sass +0 -5
  241. data/fixtures/minify-js-app/config.rb +0 -0
  242. data/fixtures/minify-js-app/source/inline-coffeescript.html.haml +0 -3
  243. data/fixtures/minify-js-app/source/inline-js.html.haml +0 -28
  244. data/fixtures/minify-js-app/source/javascripts/coffee_test.js.coffee +0 -3
  245. data/fixtures/minify-js-app/source/javascripts/js_test.js +0 -8
  246. data/fixtures/minify-js-app/source/more-js/other.js +0 -8
  247. data/fixtures/nested-layout-app/config.rb +0 -1
  248. data/fixtures/nested-layout-app/source/another.html.markdown +0 -7
  249. data/fixtures/nested-layout-app/source/data-one.html.erb +0 -5
  250. data/fixtures/nested-layout-app/source/data-two.html.erb +0 -5
  251. data/fixtures/nested-layout-app/source/haml-test.html.markdown +0 -7
  252. data/fixtures/nested-layout-app/source/index.html.erb +0 -6
  253. data/fixtures/nested-layout-app/source/layouts/inner.erb +0 -4
  254. data/fixtures/nested-layout-app/source/layouts/inner_haml.haml +0 -3
  255. data/fixtures/nested-layout-app/source/layouts/inner_slim.slim +0 -3
  256. data/fixtures/nested-layout-app/source/layouts/master.erb +0 -3
  257. data/fixtures/nested-layout-app/source/layouts/master_haml.haml +0 -3
  258. data/fixtures/nested-layout-app/source/layouts/master_slim.slim +0 -3
  259. data/fixtures/nested-layout-app/source/layouts/outer.erb +0 -4
  260. data/fixtures/nested-layout-app/source/layouts/outer_haml.haml +0 -3
  261. data/fixtures/nested-layout-app/source/layouts/outer_slim.slim +0 -3
  262. data/fixtures/nested-layout-app/source/slim-test.html.markdown +0 -7
  263. data/fixtures/padrino-helpers-app/config.rb +0 -0
  264. data/fixtures/padrino-helpers-app/source/former_padrino_test.html.erb +0 -6
  265. data/fixtures/page-classes-app/config.rb +0 -4
  266. data/fixtures/page-classes-app/source/page-classes.html.erb +0 -1
  267. data/fixtures/page-classes-app/source/sub1/page-classes.html.erb +0 -1
  268. data/fixtures/page-classes-app/source/sub1/sub2/page-classes.html.erb +0 -1
  269. data/fixtures/partials-app/config.rb +0 -0
  270. data/fixtures/partials-app/source/_locals.erb +0 -1
  271. data/fixtures/partials-app/source/_main.erb +0 -1
  272. data/fixtures/partials-app/source/_main.str +0 -1
  273. data/fixtures/partials-app/source/index.html.erb +0 -3
  274. data/fixtures/partials-app/source/locals.html.erb +0 -1
  275. data/fixtures/partials-app/source/second.html.str +0 -3
  276. data/fixtures/partials-app/source/shared/_footer.erb +0 -1
  277. data/fixtures/partials-app/source/shared/_header.erb +0 -1
  278. data/fixtures/partials-app/source/shared/snippet.erb +0 -1
  279. data/fixtures/partials-app/source/sub/_local.erb +0 -1
  280. data/fixtures/partials-app/source/sub/index.html.erb +0 -3
  281. data/fixtures/partials-app/source/using_snippet.html.erb +0 -1
  282. data/fixtures/partials-dir-app/source/index.html.erb +0 -2
  283. data/fixtures/partials-dir-app/source/nested/partials/_partial.html.erb +0 -1
  284. data/fixtures/partials-dir-app/source/partials/_partial.html.erb +0 -1
  285. data/fixtures/passthrough-app/source/.htaccess +0 -1
  286. data/fixtures/passthrough-app/source/inline-coffeescript.html.haml +0 -3
  287. data/fixtures/passthrough-app/source/inline-css.html.haml +0 -4
  288. data/fixtures/passthrough-app/source/inline-js.html.haml +0 -28
  289. data/fixtures/passthrough-app/source/javascripts/coffee_test.js.coffee +0 -3
  290. data/fixtures/passthrough-app/source/javascripts/js_test.js +0 -8
  291. data/fixtures/passthrough-app/source/stylesheets/site.css.sass +0 -1
  292. data/fixtures/preview-app/config.rb +0 -0
  293. data/fixtures/preview-app/source/content.html.erb +0 -1
  294. data/fixtures/preview-app/source/layout.erb +0 -1
  295. data/fixtures/preview-app/source/stylesheets/_partial.sass +0 -2
  296. data/fixtures/preview-app/source/stylesheets/_partial2.css.sass +0 -2
  297. data/fixtures/preview-app/source/stylesheets/main.css.sass +0 -4
  298. data/fixtures/preview-app/source/stylesheets/main2.css.sass +0 -4
  299. data/fixtures/preview-app/source/stylesheets/plain.css.sass +0 -2
  300. data/fixtures/relative-app/config.rb +0 -0
  301. data/fixtures/relative-app/source/images/blank.gif +0 -0
  302. data/fixtures/relative-app/source/stylesheets/relative_assets.css.sass +0 -3
  303. data/fixtures/relative-assets-app/config.rb +0 -1
  304. data/fixtures/relative-assets-app/source/images/blank.gif +0 -0
  305. data/fixtures/relative-assets-app/source/img/blank.gif +0 -0
  306. data/fixtures/relative-assets-app/source/relative_image.html.erb +0 -8
  307. data/fixtures/relative-assets-app/source/stylesheets/relative_assets.css.sass +0 -3
  308. data/fixtures/sass-assets-path-app/assets/stylesheets/_shared-asset-sass.sass +0 -1
  309. data/fixtures/sass-assets-path-app/assets/stylesheets/_shared-asset.scss +0 -1
  310. data/fixtures/sass-assets-path-app/config.rb +0 -4
  311. data/fixtures/sass-assets-path-app/my-vendor/stylesheets/_partial.sass +0 -2
  312. data/fixtures/sass-assets-path-app/source/stylesheets/plain.css.sass +0 -16
  313. data/fixtures/sass-cache-path-custom-app/config.rb +0 -3
  314. data/fixtures/sass-cache-path-custom-app/source/stylesheets/plain.css.sass +0 -4
  315. data/fixtures/sass-cache-path-default-app/config.rb +0 -3
  316. data/fixtures/sass-cache-path-default-app/source/stylesheets/plain.css.sass +0 -4
  317. data/fixtures/scss-app/config.rb +0 -0
  318. data/fixtures/scss-app/source/stylesheets/layout.css.sass +0 -2
  319. data/fixtures/scss-app/source/stylesheets/site_scss.css.scss +0 -1
  320. data/fixtures/stylus-preview-app/config.rb +0 -0
  321. data/fixtures/stylus-preview-app/source/content.html.erb +0 -1
  322. data/fixtures/stylus-preview-app/source/layout.erb +0 -1
  323. data/fixtures/stylus-preview-app/source/stylesheets/_partial.styl +0 -2
  324. data/fixtures/stylus-preview-app/source/stylesheets/_partial2.css.styl +0 -2
  325. data/fixtures/stylus-preview-app/source/stylesheets/main.css.styl +0 -4
  326. data/fixtures/stylus-preview-app/source/stylesheets/main2.css.styl +0 -4
  327. data/fixtures/stylus-preview-app/source/stylesheets/plain.css.styl +0 -2
  328. data/fixtures/traversal-app/config.rb +0 -7
  329. data/fixtures/traversal-app/source/directory-indexed/sibling.html.erb +0 -3
  330. data/fixtures/traversal-app/source/directory-indexed/sibling2.html.erb +0 -3
  331. data/fixtures/traversal-app/source/directory-indexed/sub2/index.html.erb +0 -0
  332. data/fixtures/traversal-app/source/directory-indexed/sub3/deep.html.erb +0 -0
  333. data/fixtures/traversal-app/source/directory-indexed.html.erb +0 -0
  334. data/fixtures/traversal-app/source/index.html.erb +0 -0
  335. data/fixtures/traversal-app/source/layout.erb +0 -21
  336. data/fixtures/traversal-app/source/proxied.html.erb +0 -0
  337. data/fixtures/traversal-app/source/root.html.erb +0 -0
  338. data/fixtures/traversal-app/source/sub/index.html.erb +0 -0
  339. data/fixtures/traversal-app/source/sub/sibling.html.erb +0 -0
  340. data/fixtures/traversal-app/source/sub/sibling2.html.erb +0 -0
  341. data/fixtures/traversal-app/source/sub/sub2/index.html.erb +0 -0
  342. data/fixtures/traversal-app/source/sub/sub3/deep.html.erb +0 -0
  343. data/fixtures/twitter-bootstrap-app/config.rb +0 -0
  344. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/.gitignore +0 -36
  345. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/.travis.yml +0 -3
  346. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/LICENSE +0 -176
  347. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/README.md +0 -137
  348. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/img/glyphicons-halflings-white.png +0 -0
  349. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/img/glyphicons-halflings.png +0 -0
  350. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/.jshintrc +0 -10
  351. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/README.md +0 -112
  352. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-alert.js +0 -90
  353. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-button.js +0 -96
  354. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-carousel.js +0 -169
  355. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-collapse.js +0 -157
  356. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-dropdown.js +0 -100
  357. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-modal.js +0 -218
  358. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-popover.js +0 -98
  359. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-scrollspy.js +0 -151
  360. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-tab.js +0 -135
  361. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-tooltip.js +0 -275
  362. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-transition.js +0 -61
  363. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-typeahead.js +0 -285
  364. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/index.html +0 -54
  365. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/phantom.js +0 -63
  366. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/server.js +0 -14
  367. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-alert.js +0 -56
  368. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-button.js +0 -77
  369. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-carousel.js +0 -28
  370. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-collapse.js +0 -54
  371. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-dropdown.js +0 -87
  372. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-modal.js +0 -114
  373. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-phantom.js +0 -21
  374. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-popover.js +0 -93
  375. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-scrollspy.js +0 -31
  376. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-tab.js +0 -61
  377. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-tooltip.js +0 -155
  378. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-transition.js +0 -13
  379. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-typeahead.js +0 -148
  380. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/vendor/jquery.js +0 -9252
  381. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/vendor/qunit.css +0 -232
  382. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/vendor/qunit.js +0 -1510
  383. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_accordion.less +0 -33
  384. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_alerts.less +0 -58
  385. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_breadcrumbs.less +0 -24
  386. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_button-groups.less +0 -191
  387. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_buttons.less +0 -191
  388. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_carousel.less +0 -121
  389. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_close.less +0 -29
  390. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_code.less +0 -57
  391. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less +0 -20
  392. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_dropdowns.less +0 -143
  393. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_forms.less +0 -583
  394. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_grid.less +0 -5
  395. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_hero-unit.less +0 -22
  396. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_labels-badges.less +0 -55
  397. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_layouts.less +0 -17
  398. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_mixins.less +0 -646
  399. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_modals.less +0 -90
  400. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_navbar.less +0 -358
  401. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_navs.less +0 -363
  402. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_pager.less +0 -36
  403. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_pagination.less +0 -56
  404. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_popovers.less +0 -49
  405. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_progress-bars.less +0 -117
  406. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_reset.less +0 -131
  407. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-1200px-min.less +0 -26
  408. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-767px-max.less +0 -149
  409. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-768px-979px.less +0 -17
  410. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-navbar.less +0 -153
  411. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-utilities.less +0 -41
  412. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_scaffolding.less +0 -29
  413. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_sprites.less +0 -191
  414. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_tables.less +0 -176
  415. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_thumbnails.less +0 -47
  416. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_tooltip.less +0 -35
  417. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_type.less +0 -232
  418. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_utilities.less +0 -23
  419. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_variables.less +0 -206
  420. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_wells.less +0 -27
  421. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/bootstrap.less +0 -62
  422. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/responsive.less +0 -48
  423. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/css-tests.css +0 -52
  424. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/css-tests.html +0 -917
  425. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/forms.html +0 -179
  426. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/navbar.html +0 -108
  427. data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/package.json +0 -25
  428. data/fixtures/wildcard-directory-index-app/config.rb +0 -2
  429. data/fixtures/wildcard-directory-index-app/source/admin/index.html.erb +0 -1
  430. data/fixtures/wildcard-directory-index-app/source/admin/page.html.erb +0 -1
  431. data/fixtures/wildcard-directory-index-app/source/index.html.erb +0 -1
  432. data/fixtures/wildcard-directory-index-app/source/layouts/admin.erb +0 -2
  433. data/fixtures/wildcard-directory-index-app/source/layouts/layout.erb +0 -2
  434. data/lib/middleman-more/core_extensions/compass.rb +0 -75
  435. data/lib/middleman-more/core_extensions/default_helpers.rb +0 -235
  436. data/lib/middleman-more/core_extensions/i18n.rb +0 -182
  437. data/lib/middleman-more/extensions/asset_hash.rb +0 -114
  438. data/lib/middleman-more/extensions/asset_host.rb +0 -50
  439. data/lib/middleman-more/extensions/automatic_image_sizes/fastimage.rb +0 -287
  440. data/lib/middleman-more/extensions/automatic_image_sizes.rb +0 -42
  441. data/lib/middleman-more/extensions/cache_buster.rb +0 -56
  442. data/lib/middleman-more/extensions/directory_indexes.rb +0 -24
  443. data/lib/middleman-more/extensions/gzip.rb +0 -70
  444. data/lib/middleman-more/extensions/lorem.rb +0 -176
  445. data/lib/middleman-more/extensions/minify_css.rb +0 -77
  446. data/lib/middleman-more/extensions/minify_javascript.rb +0 -83
  447. data/lib/middleman-more/extensions/relative_assets.rb +0 -29
  448. data/lib/middleman-more/templates/smacss/source/_footer.haml +0 -1
  449. data/lib/middleman-more/templates/smacss/source/index.html.haml +0 -1
  450. data/lib/middleman-more/templates/smacss/source/layouts/layout.haml +0 -13
  451. data/lib/middleman-more/templates/smacss/source/stylesheets/base/README.markdown +0 -11
  452. data/lib/middleman-more/templates/smacss/source/stylesheets/base/base.scss +0 -1
  453. data/lib/middleman-more/templates/smacss/source/stylesheets/base/normalize.scss +0 -375
  454. data/lib/middleman-more/templates/smacss/source/stylesheets/layout/README.markdown +0 -9
  455. data/lib/middleman-more/templates/smacss/source/stylesheets/modules/README.markdown +0 -9
  456. data/lib/middleman-more/templates/smacss/source/stylesheets/states/README.markdown +0 -12
  457. data/lib/middleman-more/templates/smacss/source/stylesheets/style.css.scss +0 -12
  458. data/lib/middleman-more/templates/smacss.rb +0 -30
  459. data/lib/middleman_extension.rb +0 -1
@@ -1,182 +0,0 @@
1
- class Middleman::CoreExtensions::Internationalization < ::Middleman::Extension
2
- option :no_fallbacks, false, "Disable I18n fallbacks"
3
- option :langs, nil, "List of langs, will autodiscover by default"
4
- option :lang_map, {}, "Language shortname map"
5
- option :path, "/:locale/", "URL prefix path"
6
- option :templates_dir, "localizable", "Location of templates to be localized"
7
- option :mount_at_root, nil, "Mount a specific language at the root of the site"
8
- option :data, "locales", "The directory holding your locale configurations"
9
-
10
- def initialize(app, options_hash={}, &block)
11
- super
12
-
13
- # See https://github.com/svenfuchs/i18n/wiki/Fallbacks
14
- unless options[:no_fallbacks]
15
- require "i18n/backend/fallbacks"
16
- ::I18n::Backend::Simple.send(:include, ::I18n::Backend::Fallbacks)
17
- end
18
-
19
- app.config.define_setting :locales_dir, "locales", 'The directory holding your locale configurations'
20
-
21
- app.send :include, LocaleHelpers
22
- end
23
-
24
- def after_configuration
25
- @locales_glob = File.join(app.config[:locals_dir] || options[:data], "**", "*.{rb,yml,yaml}")
26
-
27
- # File.fnmatch doesn't support brackets: {rb,yml,yaml}
28
- regex = @locales_glob.sub(/\./, '\.').sub(File.join("**", "*"), ".*").sub(/\//, '\/').sub("{rb,yml,yaml}", "rb|ya?ml")
29
- @locales_regex = %r{^#{regex}}
30
-
31
- @maps = {}
32
-
33
- ::I18n.load_path += Dir[File.join(app.root, @locales_glob)]
34
- ::I18n.reload!
35
-
36
- @mount_at_root = options[:mount_at_root].nil? ? langs.first : options[:mount_at_root]
37
-
38
- ::I18n.default_locale = @mount_at_root
39
- # Reset fallbacks to fall back to our new default
40
- if ::I18n.respond_to? :fallbacks
41
- ::I18n.fallbacks = ::I18n::Locale::Fallbacks.new
42
- end
43
-
44
- if !app.build?
45
- logger.info "== Locales: #{langs.join(", ")} (Default #{@mount_at_root})"
46
- end
47
-
48
- # Don't output localizable files
49
- app.ignore File.join(options[:templates_dir], "**")
50
-
51
- app.sitemap.provides_metadata_for_path do |url|
52
- if d = get_localization_data(url)
53
- lang, page_id = d
54
- else
55
- # Default to the @mount_at_root lang
56
- page_id = nil
57
- lang = @mount_at_root
58
- end
59
-
60
- instance_vars = Proc.new do
61
- @lang = lang
62
- @page_id = page_id
63
- end
64
-
65
- locals = { :lang => lang,
66
- :page_id => page_id }
67
- { :blocks => [instance_vars],
68
- :locals => locals,
69
- :options => { :lang => lang } }
70
- end
71
-
72
- app.files.changed(&method(:on_file_changed))
73
- app.files.deleted(&method(:on_file_changed))
74
- end
75
-
76
- helpers do
77
- def t(*args)
78
- ::I18n.t(*args)
79
- end
80
- end
81
-
82
- delegate :logger, :to => :app
83
-
84
- def on_file_changed(file)
85
- if @locales_regex =~ file
86
- ::I18n.reload!
87
- end
88
- end
89
-
90
- def langs
91
- if options[:langs]
92
- Array(options[:langs]).map(&:to_sym)
93
- else
94
- Dir[File.join(app.root, @locales_glob)].map { |file|
95
- File.basename(file).sub(/\.ya?ml$/, "").sub(/\.rb$/, "")
96
- }.sort.map(&:to_sym)
97
- end
98
- end
99
-
100
- def get_localization_data(path)
101
- @_localization_data ||= {}
102
- @_localization_data[path]
103
- end
104
-
105
- # Update the main sitemap resource list
106
- # @return [void]
107
- def manipulate_resource_list(resources)
108
- @_localization_data = {}
109
-
110
- new_resources = []
111
-
112
- resources.each do |resource|
113
- # If it's a "localizable template"
114
- if File.fnmatch?(File.join(options[:templates_dir], "**"), resource.path)
115
- page_id = File.basename(resource.path, File.extname(resource.path))
116
- langs.each do |lang|
117
- # Remove folder name
118
- path = resource.path.sub(options[:templates_dir], "")
119
- new_resources << build_resource(path, resource.path, page_id, lang)
120
- end
121
- elsif result = parse_locale_extension(resource.path)
122
- lang, path, page_id = result
123
- new_resources << build_resource(path, resource.path, page_id, lang)
124
- end
125
- end
126
-
127
- resources + new_resources
128
- end
129
-
130
- private
131
-
132
- # Parse locale extension filename
133
- # @return [lang, path, basename]
134
- # will return +nil+ if no locale extension
135
- def parse_locale_extension(path)
136
- path_bits = path.split('.')
137
- return nil if path_bits.size < 3
138
-
139
- lang = path_bits.delete_at(-2).to_sym
140
- return nil unless langs.include?(lang)
141
-
142
- path = path_bits.join('.')
143
- basename = File.basename(path_bits[0..-2].join('.'))
144
-
145
- [lang, path, basename]
146
- end
147
-
148
- def build_resource(path, source_path, page_id, lang)
149
- old_locale = ::I18n.locale
150
- ::I18n.locale = lang
151
-
152
- localized_page_id = ::I18n.t("paths.#{page_id}", :default => page_id, :fallback => [])
153
-
154
- if @mount_at_root == lang
155
- prefix = "/"
156
- else
157
- replacement = options[:lang_map].fetch(lang, lang)
158
- prefix = options[:path].sub(":locale", replacement.to_s)
159
- end
160
-
161
- path = ::Middleman::Util.normalize_path(
162
- File.join(prefix, path.sub(page_id, localized_page_id))
163
- )
164
-
165
- @_localization_data[path] = [lang, path, localized_page_id]
166
-
167
- p = ::Middleman::Sitemap::Resource.new(app.sitemap, path)
168
- p.proxy_to(source_path)
169
-
170
- ::I18n.locale = old_locale
171
-
172
- p
173
- end
174
-
175
- module LocaleHelpers
176
- # Access the list of languages supported by this Middleman application
177
- # @return [Array<Symbol>]
178
- def langs
179
- extensions[:i18n].langs
180
- end
181
- end
182
- end
@@ -1,114 +0,0 @@
1
- class Middleman::Extensions::AssetHash < ::Middleman::Extension
2
- option :exts, %w(.jpg .jpeg .png .gif .js .css .otf .woff .eot .ttf .svg), "List of extensions that get asset hashes appended to them."
3
- option :ignore, [], "Regexes of filenames to skip adding asset hashes to"
4
-
5
- def initialize(app, options_hash={}, &block)
6
- super
7
-
8
- require 'digest/sha1'
9
- require 'rack/test'
10
- require 'uri'
11
- end
12
-
13
- def after_configuration
14
- # Allow specifying regexes to ignore, plus always ignore apple touch icons
15
- @ignore = Array(options.ignore) + [/^apple-touch-icon/]
16
-
17
- app.use Middleware, :exts => options.exts, :middleman_app => app, :ignore => @ignore
18
- end
19
-
20
- # Update the main sitemap resource list
21
- # @return [void]
22
- def manipulate_resource_list(resources)
23
- # Process resources in order: binary images and fonts, then SVG, then JS/CSS.
24
- # This is so by the time we get around to the text files (which may reference
25
- # images and fonts) the static assets' hashes are already calculated.
26
- rack_client = ::Rack::Test::Session.new(app.class.to_rack_app)
27
- resources.sort_by do |a|
28
- if %w(.svg).include? a.ext
29
- 0
30
- elsif %w(.js .css).include? a.ext
31
- 1
32
- else
33
- -1
34
- end
35
- end.each do |resource|
36
- next unless options.exts.include? resource.ext
37
- next if @ignore.any? { |ignore| Middleman::Util.path_match(ignore, resource.destination_path) }
38
-
39
- # Render through the Rack interface so middleware and mounted apps get a shot
40
- response = rack_client.get(URI.escape(resource.destination_path), {}, { "bypass_asset_hash" => "true" })
41
- raise "#{resource.path} should be in the sitemap!" unless response.status == 200
42
-
43
- digest = Digest::SHA1.hexdigest(response.body)[0..7]
44
-
45
- resource.destination_path = resource.destination_path.sub(/\.(\w+)$/) { |ext| "-#{digest}#{ext}" }
46
- end
47
- end
48
-
49
- # The asset hash middleware is responsible for rewriting references to
50
- # assets to include their new, hashed name.
51
- class Middleware
52
- def initialize(app, options={})
53
- @rack_app = app
54
- @exts = options[:exts]
55
- @ignore = options[:ignore]
56
- @exts_regex_text = @exts.map {|e| Regexp.escape(e) }.join('|')
57
- @middleman_app = options[:middleman_app]
58
- end
59
-
60
- def call(env)
61
- status, headers, response = @rack_app.call(env)
62
-
63
- # We don't want to use this middleware when rendering files to figure out their hash!
64
- return [status, headers, response] if env["bypass_asset_hash"] == 'true'
65
-
66
- path = @middleman_app.full_path(env["PATH_INFO"])
67
- dirpath = Pathname.new(File.dirname(path))
68
-
69
- if path =~ /(^\/$)|(\.(htm|html|php|css|js)$)/
70
- body = ::Middleman::Util.extract_response_text(response)
71
-
72
- if body
73
- # TODO: This regex will change some paths in plan HTML (not in a tag) - is that OK?
74
- body.gsub!(/([=\'\"\(]\s*)([^\s\'\"\)]+(#{@exts_regex_text}))/) do |match|
75
- opening_character = $1
76
- asset_path = $2
77
-
78
- relative_path = Pathname.new(asset_path).relative?
79
-
80
- asset_path = dirpath.join(asset_path).to_s if relative_path
81
-
82
- if @ignore.any? { |r| asset_path.match(r) }
83
- match
84
- elsif asset_page = @middleman_app.sitemap.find_resource_by_path(asset_path)
85
- replacement_path = "/#{asset_page.destination_path}"
86
- replacement_path = Pathname.new(replacement_path).relative_path_from(dirpath).to_s if relative_path
87
-
88
- "#{opening_character}#{replacement_path}"
89
- else
90
- match
91
- end
92
- end
93
-
94
- status, headers, response = Rack::Response.new(body, status, headers).finish
95
- end
96
- end
97
- [status, headers, response]
98
- end
99
- end
100
-
101
- end
102
-
103
- # =================Temp Generate Test data==============================
104
- # ["jpg", "png", "gif"].each do |ext|
105
- # [["<p>", "</p>"], ["<p><img src=", " /></p>"], ["<p>background-image:url(", ");</p>"]].each do |outer|
106
- # [["",""], ["'", "'"], ['"','"']].each do |inner|
107
- # [["", ""], ["/", ""], ["../", ""], ["../../", ""], ["../../../", ""], ["http://example.com/", ""], ["a","a"], ["1","1"], [".", "."], ["-","-"], ["_","_"]].each do |path_parts|
108
- # name = 'images/100px.'
109
- # puts outer[0] + inner[0] + path_parts[0] + name + ext + path_parts[1] + inner[1] + outer[1]
110
- # end
111
- # end
112
- # end
113
- # puts "<br /><br /><br />"
114
- # end
@@ -1,50 +0,0 @@
1
-
2
- # Asset Host module
3
- class Middleman::Extensions::AssetHost < ::Middleman::Extension
4
- option :host, nil, 'The asset host to use, or false for no asset host, or a Proc to determine asset host'
5
-
6
- def initialize(app, options_hash={}, &block)
7
- super
8
-
9
- # Backwards compatible API
10
- app.config.define_setting :asset_host, nil, 'The asset host to use, or false for no asset host, or a Proc to determine asset host'
11
-
12
- app.compass_config do |config|
13
- if asset_host = extensions[:asset_host].host
14
- if asset_host.is_a?(Proc)
15
- config.asset_host(&asset_host)
16
- else
17
- config.asset_host do |asset|
18
- asset_host
19
- end
20
- end
21
- end
22
- end
23
- end
24
-
25
- def host
26
- app.config[:asset_host] || options[:host]
27
- end
28
-
29
- helpers do
30
- # Override default asset url helper to include asset hosts
31
- #
32
- # @param [String] path
33
- # @param [String] prefix
34
- # @return [String]
35
- def asset_url(path, prefix="")
36
- controller = extensions[:asset_host]
37
-
38
- original_output = super
39
- return original_output unless controller.host
40
-
41
- asset_prefix = if controller.host.is_a?(Proc)
42
- controller.host.call(original_output)
43
- elsif controller.host.is_a?(String)
44
- controller.host
45
- end
46
-
47
- File.join(asset_prefix, original_output)
48
- end
49
- end
50
- end
@@ -1,287 +0,0 @@
1
- # FastImage finds the size or type of an image given its uri.
2
- # It is careful to only fetch and parse as much of the image as is needed to determine the result.
3
- # It does this by using a feature of Net::HTTP that yields strings from the resource being fetched
4
- # as soon as the packets arrive.
5
- #
6
- # No external libraries such as ImageMagick are used here, this is a very lightweight solution to
7
- # finding image information.
8
- #
9
- # FastImage knows about GIF, JPEG, BMP and PNG files.
10
- #
11
- # FastImage can also read files from the local filesystem by supplying the path instead of a uri.
12
- # In this case FastImage uses the open-uri library to read the file in chunks of 256 bytes until
13
- # it has enough. This is possibly a useful bandwidth-saving feature if the file is on a network
14
- # attached disk rather than truly local.
15
- #
16
- # === Examples
17
- # require 'fastimage'
18
- #
19
- # FastImage.size("http://stephensykes.com/images/ss.com_x.gif")
20
- # => [266, 56]
21
- # FastImage.type("http://stephensykes.com/images/pngimage")
22
- # => :png
23
- # FastImage.type("/some/local/file.gif")
24
- # => :gif
25
- #
26
- # === References
27
- # * http://snippets.dzone.com/posts/show/805
28
- # * http://www.anttikupila.com/flash/getting-jpg-dimensions-with-as3-without-loading-the-entire-file/
29
- # * http://pennysmalls.com/2008/08/19/find-jpeg-dimensions-fast-in-ruby/
30
- # * http://imagesize.rubyforge.org/
31
- #
32
- require 'net/https'
33
- require 'open-uri'
34
-
35
- class FastImage
36
- attr_reader :size, :type
37
-
38
- class FastImageException < StandardError # :nodoc:
39
- end
40
- class MoreCharsNeeded < FastImageException # :nodoc:
41
- end
42
- class UnknownImageType < FastImageException # :nodoc:
43
- end
44
- class ImageFetchFailure < FastImageException # :nodoc:
45
- end
46
- class SizeNotFound < FastImageException # :nodoc:
47
- end
48
-
49
- DefaultTimeout = 2
50
-
51
- LocalFileChunkSize = 256
52
-
53
- # Returns an array containing the width and height of the image.
54
- # It will return nil if the image could not be fetched, or if the image type was not recognised.
55
- #
56
- # By default there is a timeout of 2 seconds for opening and reading from a remote server.
57
- # This can be changed by passing a :timeout => number_of_seconds in the options.
58
- #
59
- # If you wish FastImage to raise if it cannot size the image for any reason, then pass
60
- # :raise_on_failure => true in the options.
61
- #
62
- # FastImage knows about GIF, JPEG, BMP and PNG files.
63
- #
64
- # === Example
65
- #
66
- # require 'fastimage'
67
- #
68
- # FastImage.size("http://stephensykes.com/images/ss.com_x.gif")
69
- # => [266, 56]
70
- # FastImage.size("http://stephensykes.com/images/pngimage")
71
- # => [16, 16]
72
- # FastImage.size("http://farm4.static.flickr.com/3023/3047236863_9dce98b836.jpg")
73
- # => [500, 375]
74
- # FastImage.size("http://www-ece.rice.edu/~wakin/images/lena512.bmp")
75
- # => [512, 512]
76
- # FastImage.size("test/fixtures/test.jpg")
77
- # => [882, 470]
78
- # FastImage.size("http://pennysmalls.com/does_not_exist")
79
- # => nil
80
- # FastImage.size("http://pennysmalls.com/does_not_exist", :raise_on_failure=>true)
81
- # => raises FastImage::ImageFetchFailure
82
- # FastImage.size("http://stephensykes.com/favicon.ico", :raise_on_failure=>true)
83
- # => raises FastImage::UnknownImageType
84
- # FastImage.size("http://stephensykes.com/favicon.ico", :raise_on_failure=>true, :timeout=>0.01)
85
- # => raises FastImage::ImageFetchFailure
86
- # FastImage.size("http://stephensykes.com/images/faulty.jpg", :raise_on_failure=>true)
87
- # => raises FastImage::SizeNotFound
88
- #
89
- # === Supported options
90
- # [:timeout]
91
- # Overrides the default timeout of 2 seconds. Applies both to reading from and opening the http connection.
92
- # [:raise_on_failure]
93
- # If set to true causes an exception to be raised if the image size cannot be found for any reason.
94
- #
95
- def self.size(uri, options={})
96
- new(uri, options).size
97
- end
98
-
99
- # Returns an symbol indicating the image type fetched from a uri.
100
- # It will return nil if the image could not be fetched, or if the image type was not recognised.
101
- #
102
- # By default there is a timeout of 2 seconds for opening and reading from a remote server.
103
- # This can be changed by passing a :timeout => number_of_seconds in the options.
104
- #
105
- # If you wish FastImage to raise if it cannot find the type of the image for any reason, then pass
106
- # :raise_on_failure => true in the options.
107
- #
108
- # === Example
109
- #
110
- # require 'fastimage'
111
- #
112
- # FastImage.type("http://stephensykes.com/images/ss.com_x.gif")
113
- # => :gif
114
- # FastImage.type("http://stephensykes.com/images/pngimage")
115
- # => :png
116
- # FastImage.type("http://farm4.static.flickr.com/3023/3047236863_9dce98b836.jpg")
117
- # => :jpeg
118
- # FastImage.type("http://www-ece.rice.edu/~wakin/images/lena512.bmp")
119
- # => :bmp
120
- # FastImage.type("test/fixtures/test.jpg")
121
- # => :jpeg
122
- # FastImage.type("http://pennysmalls.com/does_not_exist")
123
- # => nil
124
- #
125
- # === Supported options
126
- # [:timeout]
127
- # Overrides the default timeout of 2 seconds. Applies both to reading from and opening the http connection.
128
- # [:raise_on_failure]
129
- # If set to true causes an exception to be raised if the image type cannot be found for any reason.
130
- #
131
- def self.type(uri, options={})
132
- new(uri, options.merge(:type_only=>true)).type
133
- end
134
-
135
- def initialize(uri, options={})
136
- @property = options[:type_only] ? :type : :size
137
- @timeout = options[:timeout] || DefaultTimeout
138
- @uri = uri
139
- begin
140
- @parsed_uri = URI.parse(uri)
141
- rescue URI::InvalidURIError
142
- fetch_using_open_uri
143
- else
144
- if @parsed_uri.scheme == "http" || @parsed_uri.scheme == "https"
145
- fetch_using_http
146
- else
147
- fetch_using_open_uri
148
- end
149
- end
150
- raise SizeNotFound if options[:raise_on_failure] && @property == :size && !@size
151
- rescue Timeout::Error, SocketError, Errno::ECONNREFUSED, Errno::EHOSTUNREACH, Errno::ECONNRESET,
152
- ImageFetchFailure, Net::HTTPBadResponse, EOFError, Errno::ENOENT
153
- raise ImageFetchFailure if options[:raise_on_failure]
154
- rescue NoMethodError # 1.8.7p248 can raise this due to a net/http bug
155
- raise ImageFetchFailure if options[:raise_on_failure]
156
- rescue UnknownImageType
157
- raise UnknownImageType if options[:raise_on_failure]
158
- end
159
-
160
- private
161
-
162
- def fetch_using_http
163
- setup_http
164
- @http.request_get(@parsed_uri.request_uri) do |res|
165
- raise ImageFetchFailure unless res.is_a?(Net::HTTPSuccess)
166
- res.read_body do |str|
167
- break if parse_packet(str)
168
- end
169
- end
170
- end
171
-
172
- def setup_http
173
- @http = Net::HTTP.new(@parsed_uri.host, @parsed_uri.port)
174
- @http.use_ssl = (@parsed_uri.scheme == "https")
175
- @http.verify_mode = OpenSSL::SSL::VERIFY_NONE
176
- @http.open_timeout = @timeout
177
- @http.read_timeout = @timeout
178
- end
179
-
180
- def fetch_using_open_uri
181
- open(@uri) do |s|
182
- while str = s.read(LocalFileChunkSize)
183
- break if parse_packet(str)
184
- end
185
- end
186
- end
187
-
188
- # returns true once result is achieved
189
- #
190
- def parse_packet(str)
191
- @str = (@unused_str || "") + str
192
- @strpos = 0
193
- begin
194
- result = send("parse_#{@property}")
195
- if result
196
- instance_variable_set("@#{@property}", result)
197
- true
198
- end
199
- rescue MoreCharsNeeded
200
- false
201
- end
202
- end
203
-
204
- def parse_size
205
- @type = parse_type unless @type
206
- @strpos = 0
207
- send("parse_size_for_#{@type}")
208
- end
209
-
210
- def get_chars(n)
211
- if @strpos + n - 1 >= @str.size
212
- @unused_str = @str[@strpos..-1]
213
- raise MoreCharsNeeded
214
- else
215
- result = @str[@strpos..(@strpos + n - 1)]
216
- @strpos += n
217
- result
218
- end
219
- end
220
-
221
- def get_byte
222
- get_chars(1).unpack("C")[0]
223
- end
224
-
225
- def read_int(str)
226
- size_bytes = str.unpack("CC")
227
- (size_bytes[0] << 8) + size_bytes[1]
228
- end
229
-
230
- def parse_type
231
- case get_chars(2)
232
- when "BM"
233
- :bmp
234
- when "GI"
235
- :gif
236
- when 0xff.chr + 0xd8.chr
237
- :jpeg
238
- when 0x89.chr + "P"
239
- :png
240
- else
241
- raise UnknownImageType
242
- end
243
- end
244
-
245
- def parse_size_for_gif
246
- get_chars(11)[6..10].unpack('SS')
247
- end
248
-
249
- def parse_size_for_png
250
- get_chars(25)[16..24].unpack('NN')
251
- end
252
-
253
- def parse_size_for_jpeg
254
- loop do
255
- @state = case @state
256
- when nil
257
- get_chars(2)
258
- :started
259
- when :started
260
- get_byte == 0xFF ? :sof : :started
261
- when :sof
262
- c = get_byte
263
- if (0xe0..0xef).include?(c)
264
- :skipframe
265
- elsif [0xC0..0xC3, 0xC5..0xC7, 0xC9..0xCB, 0xCD..0xCF].detect {|r| r.include? c}
266
- :readsize
267
- else
268
- :skipframe
269
- end
270
- when :skipframe
271
- @skip_chars = read_int(get_chars(2)) - 2
272
- :do_skip
273
- when :do_skip
274
- get_chars(@skip_chars)
275
- :started
276
- when :readsize
277
- s = get_chars(7)
278
- return [read_int(s[5..6]), read_int(s[3..4])]
279
- end
280
- end
281
- end
282
-
283
- def parse_size_for_bmp
284
- d = get_chars(29)[14..28]
285
- d.unpack("C")[0] == 40 ? d[4..-1].unpack('LL') : d[4..8].unpack('SS')
286
- end
287
- end
@@ -1,42 +0,0 @@
1
- # Automatic Image Sizes extension
2
- class Middleman::Extensions::AutomaticImageSizes < ::Middleman::Extension
3
-
4
- def initialize(app, options_hash={}, &block)
5
- super
6
-
7
- # Include 3rd-party fastimage library
8
- require "middleman-more/extensions/automatic_image_sizes/fastimage"
9
- end
10
-
11
- helpers do
12
- # Override default image_tag helper to automatically calculate and include
13
- # image dimensions.
14
- #
15
- # @param [String] path
16
- # @param [Hash] params
17
- # @return [String]
18
- def image_tag(path, params={})
19
- if !params.has_key?(:width) && !params.has_key?(:height) && !path.include?("://")
20
- params[:alt] ||= ""
21
-
22
- real_path = path
23
- real_path = File.join(images_dir, real_path) unless real_path.start_with?('/')
24
- full_path = File.join(source_dir, real_path)
25
-
26
- if File.exists?(full_path)
27
- begin
28
- width, height = ::FastImage.size(full_path, :raise_on_failure => true)
29
- params[:width] = width
30
- params[:height] = height
31
- rescue FastImage::UnknownImageType
32
- # No message, it's just not supported
33
- rescue
34
- warn "Couldn't determine dimensions for image #{path}: #{$!.message}"
35
- end
36
- end
37
- end
38
-
39
- super(path, params)
40
- end
41
- end
42
- end