nanoc3 3.2.4 → 3.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (211) hide show
  1. metadata +14 -313
  2. data/.gemtest +0 -0
  3. data/ChangeLog +0 -3
  4. data/Gemfile +0 -29
  5. data/LICENSE +0 -19
  6. data/NEWS.md +0 -449
  7. data/README.md +0 -108
  8. data/Rakefile +0 -14
  9. data/bin/nanoc3 +0 -12
  10. data/doc/yardoc_templates/default/layout/html/footer.erb +0 -10
  11. data/lib/nanoc3.rb +0 -28
  12. data/lib/nanoc3/base.rb +0 -49
  13. data/lib/nanoc3/base/compilation/checksum_store.rb +0 -57
  14. data/lib/nanoc3/base/compilation/compiled_content_cache.rb +0 -62
  15. data/lib/nanoc3/base/compilation/compiler.rb +0 -455
  16. data/lib/nanoc3/base/compilation/compiler_dsl.rb +0 -214
  17. data/lib/nanoc3/base/compilation/dependency_tracker.rb +0 -196
  18. data/lib/nanoc3/base/compilation/filter.rb +0 -165
  19. data/lib/nanoc3/base/compilation/item_rep_proxy.rb +0 -102
  20. data/lib/nanoc3/base/compilation/item_rep_recorder_proxy.rb +0 -88
  21. data/lib/nanoc3/base/compilation/outdatedness_checker.rb +0 -223
  22. data/lib/nanoc3/base/compilation/outdatedness_reasons.rb +0 -46
  23. data/lib/nanoc3/base/compilation/rule.rb +0 -73
  24. data/lib/nanoc3/base/compilation/rule_context.rb +0 -84
  25. data/lib/nanoc3/base/compilation/rule_memory_calculator.rb +0 -40
  26. data/lib/nanoc3/base/compilation/rule_memory_store.rb +0 -53
  27. data/lib/nanoc3/base/compilation/rules_collection.rb +0 -231
  28. data/lib/nanoc3/base/context.rb +0 -47
  29. data/lib/nanoc3/base/core_ext.rb +0 -6
  30. data/lib/nanoc3/base/core_ext/array.rb +0 -62
  31. data/lib/nanoc3/base/core_ext/hash.rb +0 -63
  32. data/lib/nanoc3/base/core_ext/pathname.rb +0 -26
  33. data/lib/nanoc3/base/core_ext/string.rb +0 -46
  34. data/lib/nanoc3/base/directed_graph.rb +0 -275
  35. data/lib/nanoc3/base/errors.rb +0 -174
  36. data/lib/nanoc3/base/memoization.rb +0 -67
  37. data/lib/nanoc3/base/notification_center.rb +0 -84
  38. data/lib/nanoc3/base/ordered_hash.rb +0 -200
  39. data/lib/nanoc3/base/plugin_registry.rb +0 -165
  40. data/lib/nanoc3/base/result_data/item_rep.rb +0 -488
  41. data/lib/nanoc3/base/source_data/code_snippet.rb +0 -58
  42. data/lib/nanoc3/base/source_data/configuration.rb +0 -24
  43. data/lib/nanoc3/base/source_data/data_source.rb +0 -234
  44. data/lib/nanoc3/base/source_data/item.rb +0 -301
  45. data/lib/nanoc3/base/source_data/layout.rb +0 -130
  46. data/lib/nanoc3/base/source_data/site.rb +0 -361
  47. data/lib/nanoc3/base/store.rb +0 -135
  48. data/lib/nanoc3/cli.rb +0 -133
  49. data/lib/nanoc3/cli/command.rb +0 -139
  50. data/lib/nanoc3/cli/commands/autocompile.rb +0 -60
  51. data/lib/nanoc3/cli/commands/compile.rb +0 -280
  52. data/lib/nanoc3/cli/commands/create_item.rb +0 -62
  53. data/lib/nanoc3/cli/commands/create_layout.rb +0 -75
  54. data/lib/nanoc3/cli/commands/create_site.rb +0 -410
  55. data/lib/nanoc3/cli/commands/debug.rb +0 -119
  56. data/lib/nanoc3/cli/commands/info.rb +0 -98
  57. data/lib/nanoc3/cli/commands/nanoc.rb +0 -37
  58. data/lib/nanoc3/cli/commands/update.rb +0 -72
  59. data/lib/nanoc3/cli/commands/view.rb +0 -84
  60. data/lib/nanoc3/cli/commands/watch.rb +0 -125
  61. data/lib/nanoc3/cli/error_handler.rb +0 -193
  62. data/lib/nanoc3/cli/logger.rb +0 -91
  63. data/lib/nanoc3/data_sources.rb +0 -29
  64. data/lib/nanoc3/data_sources/deprecated/delicious.rb +0 -42
  65. data/lib/nanoc3/data_sources/deprecated/last_fm.rb +0 -87
  66. data/lib/nanoc3/data_sources/deprecated/twitter.rb +0 -38
  67. data/lib/nanoc3/data_sources/filesystem.rb +0 -299
  68. data/lib/nanoc3/data_sources/filesystem_unified.rb +0 -116
  69. data/lib/nanoc3/data_sources/filesystem_verbose.rb +0 -86
  70. data/lib/nanoc3/extra.rb +0 -22
  71. data/lib/nanoc3/extra/auto_compiler.rb +0 -103
  72. data/lib/nanoc3/extra/chick.rb +0 -125
  73. data/lib/nanoc3/extra/core_ext.rb +0 -4
  74. data/lib/nanoc3/extra/core_ext/enumerable.rb +0 -33
  75. data/lib/nanoc3/extra/core_ext/time.rb +0 -19
  76. data/lib/nanoc3/extra/deployers.rb +0 -11
  77. data/lib/nanoc3/extra/deployers/rsync.rb +0 -114
  78. data/lib/nanoc3/extra/file_proxy.rb +0 -40
  79. data/lib/nanoc3/extra/validators.rb +0 -12
  80. data/lib/nanoc3/extra/validators/links.rb +0 -264
  81. data/lib/nanoc3/extra/validators/w3c.rb +0 -95
  82. data/lib/nanoc3/extra/vcs.rb +0 -66
  83. data/lib/nanoc3/extra/vcses.rb +0 -17
  84. data/lib/nanoc3/extra/vcses/bazaar.rb +0 -25
  85. data/lib/nanoc3/extra/vcses/dummy.rb +0 -24
  86. data/lib/nanoc3/extra/vcses/git.rb +0 -25
  87. data/lib/nanoc3/extra/vcses/mercurial.rb +0 -25
  88. data/lib/nanoc3/extra/vcses/subversion.rb +0 -25
  89. data/lib/nanoc3/filters.rb +0 -53
  90. data/lib/nanoc3/filters/asciidoc.rb +0 -38
  91. data/lib/nanoc3/filters/bluecloth.rb +0 -19
  92. data/lib/nanoc3/filters/coderay.rb +0 -21
  93. data/lib/nanoc3/filters/colorize_syntax.rb +0 -261
  94. data/lib/nanoc3/filters/erb.rb +0 -35
  95. data/lib/nanoc3/filters/erubis.rb +0 -27
  96. data/lib/nanoc3/filters/haml.rb +0 -27
  97. data/lib/nanoc3/filters/kramdown.rb +0 -20
  98. data/lib/nanoc3/filters/less.rb +0 -53
  99. data/lib/nanoc3/filters/markaby.rb +0 -20
  100. data/lib/nanoc3/filters/maruku.rb +0 -20
  101. data/lib/nanoc3/filters/mustache.rb +0 -24
  102. data/lib/nanoc3/filters/rainpress.rb +0 -19
  103. data/lib/nanoc3/filters/rdiscount.rb +0 -22
  104. data/lib/nanoc3/filters/rdoc.rb +0 -33
  105. data/lib/nanoc3/filters/redcarpet.rb +0 -27
  106. data/lib/nanoc3/filters/redcloth.rb +0 -47
  107. data/lib/nanoc3/filters/relativize_paths.rb +0 -45
  108. data/lib/nanoc3/filters/rubypants.rb +0 -20
  109. data/lib/nanoc3/filters/sass.rb +0 -66
  110. data/lib/nanoc3/filters/slim.rb +0 -25
  111. data/lib/nanoc3/filters/typogruby.rb +0 -23
  112. data/lib/nanoc3/filters/uglify_js.rb +0 -42
  113. data/lib/nanoc3/helpers.rb +0 -16
  114. data/lib/nanoc3/helpers/blogging.rb +0 -319
  115. data/lib/nanoc3/helpers/breadcrumbs.rb +0 -40
  116. data/lib/nanoc3/helpers/capturing.rb +0 -138
  117. data/lib/nanoc3/helpers/filtering.rb +0 -50
  118. data/lib/nanoc3/helpers/html_escape.rb +0 -55
  119. data/lib/nanoc3/helpers/link_to.rb +0 -151
  120. data/lib/nanoc3/helpers/rendering.rb +0 -140
  121. data/lib/nanoc3/helpers/tagging.rb +0 -71
  122. data/lib/nanoc3/helpers/text.rb +0 -44
  123. data/lib/nanoc3/helpers/xml_sitemap.rb +0 -76
  124. data/lib/nanoc3/tasks.rb +0 -10
  125. data/lib/nanoc3/tasks/clean.rake +0 -16
  126. data/lib/nanoc3/tasks/clean.rb +0 -29
  127. data/lib/nanoc3/tasks/deploy/rsync.rake +0 -14
  128. data/lib/nanoc3/tasks/validate.rake +0 -92
  129. data/nanoc3.gemspec +0 -49
  130. data/tasks/doc.rake +0 -16
  131. data/tasks/test.rake +0 -44
  132. data/test/base/core_ext/array_spec.rb +0 -73
  133. data/test/base/core_ext/hash_spec.rb +0 -98
  134. data/test/base/core_ext/pathname_spec.rb +0 -27
  135. data/test/base/core_ext/string_spec.rb +0 -37
  136. data/test/base/test_checksum_store.rb +0 -35
  137. data/test/base/test_code_snippet.rb +0 -31
  138. data/test/base/test_compiler.rb +0 -316
  139. data/test/base/test_compiler_dsl.rb +0 -161
  140. data/test/base/test_context.rb +0 -31
  141. data/test/base/test_data_source.rb +0 -46
  142. data/test/base/test_dependency_tracker.rb +0 -262
  143. data/test/base/test_directed_graph.rb +0 -283
  144. data/test/base/test_filter.rb +0 -83
  145. data/test/base/test_item.rb +0 -179
  146. data/test/base/test_item_rep.rb +0 -553
  147. data/test/base/test_layout.rb +0 -59
  148. data/test/base/test_memoization.rb +0 -90
  149. data/test/base/test_notification_center.rb +0 -34
  150. data/test/base/test_outdatedness_checker.rb +0 -394
  151. data/test/base/test_plugin.rb +0 -30
  152. data/test/base/test_rule.rb +0 -19
  153. data/test/base/test_rule_context.rb +0 -65
  154. data/test/base/test_site.rb +0 -190
  155. data/test/cli/commands/test_compile.rb +0 -33
  156. data/test/cli/commands/test_create_item.rb +0 -14
  157. data/test/cli/commands/test_create_layout.rb +0 -28
  158. data/test/cli/commands/test_create_site.rb +0 -24
  159. data/test/cli/commands/test_help.rb +0 -12
  160. data/test/cli/commands/test_info.rb +0 -11
  161. data/test/cli/commands/test_update.rb +0 -10
  162. data/test/cli/test_cli.rb +0 -102
  163. data/test/cli/test_error_handler.rb +0 -29
  164. data/test/cli/test_logger.rb +0 -10
  165. data/test/data_sources/test_filesystem.rb +0 -433
  166. data/test/data_sources/test_filesystem_unified.rb +0 -536
  167. data/test/data_sources/test_filesystem_verbose.rb +0 -357
  168. data/test/extra/core_ext/test_enumerable.rb +0 -30
  169. data/test/extra/core_ext/test_time.rb +0 -15
  170. data/test/extra/deployers/test_rsync.rb +0 -232
  171. data/test/extra/test_auto_compiler.rb +0 -417
  172. data/test/extra/test_file_proxy.rb +0 -19
  173. data/test/extra/test_vcs.rb +0 -22
  174. data/test/extra/validators/test_links.rb +0 -51
  175. data/test/extra/validators/test_w3c.rb +0 -47
  176. data/test/filters/test_asciidoc.rb +0 -22
  177. data/test/filters/test_bluecloth.rb +0 -18
  178. data/test/filters/test_coderay.rb +0 -44
  179. data/test/filters/test_colorize_syntax.rb +0 -283
  180. data/test/filters/test_erb.rb +0 -99
  181. data/test/filters/test_erubis.rb +0 -70
  182. data/test/filters/test_haml.rb +0 -96
  183. data/test/filters/test_kramdown.rb +0 -18
  184. data/test/filters/test_less.rb +0 -113
  185. data/test/filters/test_markaby.rb +0 -24
  186. data/test/filters/test_maruku.rb +0 -18
  187. data/test/filters/test_mustache.rb +0 -25
  188. data/test/filters/test_rainpress.rb +0 -29
  189. data/test/filters/test_rdiscount.rb +0 -31
  190. data/test/filters/test_rdoc.rb +0 -18
  191. data/test/filters/test_redcarpet.rb +0 -63
  192. data/test/filters/test_redcloth.rb +0 -33
  193. data/test/filters/test_relativize_paths.rb +0 -332
  194. data/test/filters/test_rubypants.rb +0 -18
  195. data/test/filters/test_sass.rb +0 -229
  196. data/test/filters/test_slim.rb +0 -35
  197. data/test/filters/test_typogruby.rb +0 -21
  198. data/test/filters/test_uglify_js.rb +0 -30
  199. data/test/gem_loader.rb +0 -11
  200. data/test/helper.rb +0 -179
  201. data/test/helpers/test_blogging.rb +0 -754
  202. data/test/helpers/test_breadcrumbs.rb +0 -81
  203. data/test/helpers/test_capturing.rb +0 -41
  204. data/test/helpers/test_filtering.rb +0 -106
  205. data/test/helpers/test_html_escape.rb +0 -32
  206. data/test/helpers/test_link_to.rb +0 -249
  207. data/test/helpers/test_rendering.rb +0 -89
  208. data/test/helpers/test_tagging.rb +0 -87
  209. data/test/helpers/test_text.rb +0 -24
  210. data/test/helpers/test_xml_sitemap.rb +0 -103
  211. data/test/tasks/test_clean.rb +0 -67
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nanoc3
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.4
4
+ version: 3.3.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,329 +9,30 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-09 00:00:00.000000000 Z
12
+ date: 2012-02-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
- name: cri
16
- requirement: &70158392072000 !ruby/object:Gem::Requirement
17
- none: false
18
- requirements:
19
- - - ~>
20
- - !ruby/object:Gem::Version
21
- version: '2.0'
22
- type: :runtime
23
- prerelease: false
24
- version_requirements: *70158392072000
25
- - !ruby/object:Gem::Dependency
26
- name: minitest
27
- requirement: &70158392070860 !ruby/object:Gem::Requirement
28
- none: false
29
- requirements:
30
- - - ! '>='
31
- - !ruby/object:Gem::Version
32
- version: '0'
33
- type: :development
34
- prerelease: false
35
- version_requirements: *70158392070860
36
- - !ruby/object:Gem::Dependency
37
- name: mocha
38
- requirement: &70158392069520 !ruby/object:Gem::Requirement
39
- none: false
40
- requirements:
41
- - - ! '>='
42
- - !ruby/object:Gem::Version
43
- version: '0'
44
- type: :development
45
- prerelease: false
46
- version_requirements: *70158392069520
47
- - !ruby/object:Gem::Dependency
48
- name: rake
49
- requirement: &70158392065560 !ruby/object:Gem::Requirement
50
- none: false
51
- requirements:
52
- - - ! '>='
53
- - !ruby/object:Gem::Version
54
- version: '0'
55
- type: :development
56
- prerelease: false
57
- version_requirements: *70158392065560
58
- - !ruby/object:Gem::Dependency
59
- name: rdiscount
60
- requirement: &70158392058260 !ruby/object:Gem::Requirement
15
+ name: nanoc
16
+ requirement: &70122673870200 !ruby/object:Gem::Requirement
61
17
  none: false
62
18
  requirements:
63
19
  - - ! '>='
64
20
  - !ruby/object:Gem::Version
65
- version: '0'
66
- type: :development
67
- prerelease: false
68
- version_requirements: *70158392058260
69
- - !ruby/object:Gem::Dependency
70
- name: yard
71
- requirement: &70158392056380 !ruby/object:Gem::Requirement
72
- none: false
73
- requirements:
74
- - - ! '>='
75
- - !ruby/object:Gem::Version
76
- version: '0'
77
- type: :development
21
+ version: 3.3.0
22
+ type: :runtime
78
23
  prerelease: false
79
- version_requirements: *70158392056380
80
- description: nanoc is a simple but very flexible static site generator written in
81
- Ruby. It operates on local files, and therefore does not run on the server. nanoc
82
- “compiles” the local source files into HTML (usually), by evaluating eRuby, Markdown,
83
- etc.
24
+ version_requirements: *70122673870200
25
+ description: a web publishing system written in Ruby for building small to medium-sized
26
+ websites.
84
27
  email: denis.defreyne@stoneship.org
85
- executables:
86
- - nanoc3
28
+ executables: []
87
29
  extensions: []
88
- extra_rdoc_files:
89
- - ChangeLog
90
- - LICENSE
91
- - README.md
92
- - NEWS.md
93
- files:
94
- - ChangeLog
95
- - Gemfile
96
- - LICENSE
97
- - NEWS.md
98
- - Rakefile
99
- - README.md
100
- - doc/yardoc_templates/default/layout/html/footer.erb
101
- - bin/nanoc3
102
- - lib/nanoc3/base/compilation/checksum_store.rb
103
- - lib/nanoc3/base/compilation/compiled_content_cache.rb
104
- - lib/nanoc3/base/compilation/compiler.rb
105
- - lib/nanoc3/base/compilation/compiler_dsl.rb
106
- - lib/nanoc3/base/compilation/dependency_tracker.rb
107
- - lib/nanoc3/base/compilation/filter.rb
108
- - lib/nanoc3/base/compilation/item_rep_proxy.rb
109
- - lib/nanoc3/base/compilation/item_rep_recorder_proxy.rb
110
- - lib/nanoc3/base/compilation/outdatedness_checker.rb
111
- - lib/nanoc3/base/compilation/outdatedness_reasons.rb
112
- - lib/nanoc3/base/compilation/rule.rb
113
- - lib/nanoc3/base/compilation/rule_context.rb
114
- - lib/nanoc3/base/compilation/rule_memory_calculator.rb
115
- - lib/nanoc3/base/compilation/rule_memory_store.rb
116
- - lib/nanoc3/base/compilation/rules_collection.rb
117
- - lib/nanoc3/base/context.rb
118
- - lib/nanoc3/base/core_ext/array.rb
119
- - lib/nanoc3/base/core_ext/hash.rb
120
- - lib/nanoc3/base/core_ext/pathname.rb
121
- - lib/nanoc3/base/core_ext/string.rb
122
- - lib/nanoc3/base/core_ext.rb
123
- - lib/nanoc3/base/directed_graph.rb
124
- - lib/nanoc3/base/errors.rb
125
- - lib/nanoc3/base/memoization.rb
126
- - lib/nanoc3/base/notification_center.rb
127
- - lib/nanoc3/base/ordered_hash.rb
128
- - lib/nanoc3/base/plugin_registry.rb
129
- - lib/nanoc3/base/result_data/item_rep.rb
130
- - lib/nanoc3/base/source_data/code_snippet.rb
131
- - lib/nanoc3/base/source_data/configuration.rb
132
- - lib/nanoc3/base/source_data/data_source.rb
133
- - lib/nanoc3/base/source_data/item.rb
134
- - lib/nanoc3/base/source_data/layout.rb
135
- - lib/nanoc3/base/source_data/site.rb
136
- - lib/nanoc3/base/store.rb
137
- - lib/nanoc3/base.rb
138
- - lib/nanoc3/cli/command.rb
139
- - lib/nanoc3/cli/commands/autocompile.rb
140
- - lib/nanoc3/cli/commands/compile.rb
141
- - lib/nanoc3/cli/commands/create_item.rb
142
- - lib/nanoc3/cli/commands/create_layout.rb
143
- - lib/nanoc3/cli/commands/create_site.rb
144
- - lib/nanoc3/cli/commands/debug.rb
145
- - lib/nanoc3/cli/commands/info.rb
146
- - lib/nanoc3/cli/commands/nanoc.rb
147
- - lib/nanoc3/cli/commands/update.rb
148
- - lib/nanoc3/cli/commands/view.rb
149
- - lib/nanoc3/cli/commands/watch.rb
150
- - lib/nanoc3/cli/error_handler.rb
151
- - lib/nanoc3/cli/logger.rb
152
- - lib/nanoc3/cli.rb
153
- - lib/nanoc3/data_sources/deprecated/delicious.rb
154
- - lib/nanoc3/data_sources/deprecated/last_fm.rb
155
- - lib/nanoc3/data_sources/deprecated/twitter.rb
156
- - lib/nanoc3/data_sources/filesystem.rb
157
- - lib/nanoc3/data_sources/filesystem_unified.rb
158
- - lib/nanoc3/data_sources/filesystem_verbose.rb
159
- - lib/nanoc3/data_sources.rb
160
- - lib/nanoc3/extra/auto_compiler.rb
161
- - lib/nanoc3/extra/chick.rb
162
- - lib/nanoc3/extra/core_ext/enumerable.rb
163
- - lib/nanoc3/extra/core_ext/time.rb
164
- - lib/nanoc3/extra/core_ext.rb
165
- - lib/nanoc3/extra/deployers/rsync.rb
166
- - lib/nanoc3/extra/deployers.rb
167
- - lib/nanoc3/extra/file_proxy.rb
168
- - lib/nanoc3/extra/validators/links.rb
169
- - lib/nanoc3/extra/validators/w3c.rb
170
- - lib/nanoc3/extra/validators.rb
171
- - lib/nanoc3/extra/vcs.rb
172
- - lib/nanoc3/extra/vcses/bazaar.rb
173
- - lib/nanoc3/extra/vcses/dummy.rb
174
- - lib/nanoc3/extra/vcses/git.rb
175
- - lib/nanoc3/extra/vcses/mercurial.rb
176
- - lib/nanoc3/extra/vcses/subversion.rb
177
- - lib/nanoc3/extra/vcses.rb
178
- - lib/nanoc3/extra.rb
179
- - lib/nanoc3/filters/asciidoc.rb
180
- - lib/nanoc3/filters/bluecloth.rb
181
- - lib/nanoc3/filters/coderay.rb
182
- - lib/nanoc3/filters/colorize_syntax.rb
183
- - lib/nanoc3/filters/erb.rb
184
- - lib/nanoc3/filters/erubis.rb
185
- - lib/nanoc3/filters/haml.rb
186
- - lib/nanoc3/filters/kramdown.rb
187
- - lib/nanoc3/filters/less.rb
188
- - lib/nanoc3/filters/markaby.rb
189
- - lib/nanoc3/filters/maruku.rb
190
- - lib/nanoc3/filters/mustache.rb
191
- - lib/nanoc3/filters/rainpress.rb
192
- - lib/nanoc3/filters/rdiscount.rb
193
- - lib/nanoc3/filters/rdoc.rb
194
- - lib/nanoc3/filters/redcarpet.rb
195
- - lib/nanoc3/filters/redcloth.rb
196
- - lib/nanoc3/filters/relativize_paths.rb
197
- - lib/nanoc3/filters/rubypants.rb
198
- - lib/nanoc3/filters/sass.rb
199
- - lib/nanoc3/filters/slim.rb
200
- - lib/nanoc3/filters/typogruby.rb
201
- - lib/nanoc3/filters/uglify_js.rb
202
- - lib/nanoc3/filters.rb
203
- - lib/nanoc3/helpers/blogging.rb
204
- - lib/nanoc3/helpers/breadcrumbs.rb
205
- - lib/nanoc3/helpers/capturing.rb
206
- - lib/nanoc3/helpers/filtering.rb
207
- - lib/nanoc3/helpers/html_escape.rb
208
- - lib/nanoc3/helpers/link_to.rb
209
- - lib/nanoc3/helpers/rendering.rb
210
- - lib/nanoc3/helpers/tagging.rb
211
- - lib/nanoc3/helpers/text.rb
212
- - lib/nanoc3/helpers/xml_sitemap.rb
213
- - lib/nanoc3/helpers.rb
214
- - lib/nanoc3/tasks/clean.rake
215
- - lib/nanoc3/tasks/clean.rb
216
- - lib/nanoc3/tasks/deploy/rsync.rake
217
- - lib/nanoc3/tasks/validate.rake
218
- - lib/nanoc3/tasks.rb
219
- - lib/nanoc3.rb
220
- - tasks/doc.rake
221
- - tasks/test.rake
222
- - test/base/core_ext/array_spec.rb
223
- - test/base/core_ext/hash_spec.rb
224
- - test/base/core_ext/pathname_spec.rb
225
- - test/base/core_ext/string_spec.rb
226
- - test/base/test_checksum_store.rb
227
- - test/base/test_code_snippet.rb
228
- - test/base/test_compiler.rb
229
- - test/base/test_compiler_dsl.rb
230
- - test/base/test_context.rb
231
- - test/base/test_data_source.rb
232
- - test/base/test_dependency_tracker.rb
233
- - test/base/test_directed_graph.rb
234
- - test/base/test_filter.rb
235
- - test/base/test_item.rb
236
- - test/base/test_item_rep.rb
237
- - test/base/test_layout.rb
238
- - test/base/test_memoization.rb
239
- - test/base/test_notification_center.rb
240
- - test/base/test_outdatedness_checker.rb
241
- - test/base/test_plugin.rb
242
- - test/base/test_rule.rb
243
- - test/base/test_rule_context.rb
244
- - test/base/test_site.rb
245
- - test/cli/commands/test_compile.rb
246
- - test/cli/commands/test_create_item.rb
247
- - test/cli/commands/test_create_layout.rb
248
- - test/cli/commands/test_create_site.rb
249
- - test/cli/commands/test_help.rb
250
- - test/cli/commands/test_info.rb
251
- - test/cli/commands/test_update.rb
252
- - test/cli/test_cli.rb
253
- - test/cli/test_error_handler.rb
254
- - test/cli/test_logger.rb
255
- - test/data_sources/test_filesystem.rb
256
- - test/data_sources/test_filesystem_unified.rb
257
- - test/data_sources/test_filesystem_verbose.rb
258
- - test/extra/core_ext/test_enumerable.rb
259
- - test/extra/core_ext/test_time.rb
260
- - test/extra/deployers/test_rsync.rb
261
- - test/extra/test_auto_compiler.rb
262
- - test/extra/test_file_proxy.rb
263
- - test/extra/test_vcs.rb
264
- - test/extra/validators/test_links.rb
265
- - test/extra/validators/test_w3c.rb
266
- - test/filters/test_asciidoc.rb
267
- - test/filters/test_bluecloth.rb
268
- - test/filters/test_coderay.rb
269
- - test/filters/test_colorize_syntax.rb
270
- - test/filters/test_erb.rb
271
- - test/filters/test_erubis.rb
272
- - test/filters/test_haml.rb
273
- - test/filters/test_kramdown.rb
274
- - test/filters/test_less.rb
275
- - test/filters/test_markaby.rb
276
- - test/filters/test_maruku.rb
277
- - test/filters/test_mustache.rb
278
- - test/filters/test_rainpress.rb
279
- - test/filters/test_rdiscount.rb
280
- - test/filters/test_rdoc.rb
281
- - test/filters/test_redcarpet.rb
282
- - test/filters/test_redcloth.rb
283
- - test/filters/test_relativize_paths.rb
284
- - test/filters/test_rubypants.rb
285
- - test/filters/test_sass.rb
286
- - test/filters/test_slim.rb
287
- - test/filters/test_typogruby.rb
288
- - test/filters/test_uglify_js.rb
289
- - test/gem_loader.rb
290
- - test/helper.rb
291
- - test/helpers/test_blogging.rb
292
- - test/helpers/test_breadcrumbs.rb
293
- - test/helpers/test_capturing.rb
294
- - test/helpers/test_filtering.rb
295
- - test/helpers/test_html_escape.rb
296
- - test/helpers/test_link_to.rb
297
- - test/helpers/test_rendering.rb
298
- - test/helpers/test_tagging.rb
299
- - test/helpers/test_text.rb
300
- - test/helpers/test_xml_sitemap.rb
301
- - test/tasks/test_clean.rb
302
- - nanoc3.gemspec
303
- - .gemtest
30
+ extra_rdoc_files: []
31
+ files: []
304
32
  homepage: http://nanoc.stoneship.org/
305
33
  licenses: []
306
- post_install_message: ! '------------------------------------------------------------------------------
307
-
308
- Thanks for installing nanoc 3.2! Here are some resources to help you get
309
-
310
- started:
311
-
312
-
313
- * The web site at <http://nanoc.stoneship.org/>
314
-
315
- * The tutorial at <http://nanoc.stoneship.org/docs/3-getting-started/>
316
-
317
- * The manual at <http://nanoc.stoneship.org/docs/4-basic-concepts/>
318
-
319
-
320
- If you have questions, issues or simply want to share ideas, join the
321
-
322
- discussion at <http://groups.google.com/group/nanoc> or stop by in the IRC
323
-
324
- channel on irc.freenode.net, channel #nanoc. See you there!
325
-
326
-
327
- Enjoy!
328
-
329
- ------------------------------------------------------------------------------
330
-
331
- '
332
- rdoc_options:
333
- - --main
334
- - README.md
34
+ post_install_message:
35
+ rdoc_options: []
335
36
  require_paths:
336
37
  - lib
337
38
  required_ruby_version: !ruby/object:Gem::Requirement
data/.gemtest DELETED
File without changes
data/ChangeLog DELETED
@@ -1,3 +0,0 @@
1
- For a list of all changes, please see the changelog on the project repository
2
- instead (http://projects.stoneship.org/hg/nanoc). For release notes, please
3
- see the NEWS file.
data/Gemfile DELETED
@@ -1,29 +0,0 @@
1
- source "http://rubygems.org"
2
-
3
- gemspec
4
-
5
- gem 'bluecloth'
6
- gem 'builder'
7
- gem 'coderay'
8
- gem 'erubis'
9
- gem 'haml'
10
- gem 'kramdown'
11
- gem 'less', '~> 2.0'
12
- gem 'markaby'
13
- gem 'maruku'
14
- gem 'mime-types'
15
- gem 'mustache'
16
- gem 'nokogiri'
17
- gem 'rack'
18
- gem 'rainpress'
19
- gem 'rdiscount'
20
- gem 'rdoc'
21
- gem 'redcarpet'
22
- gem 'RedCloth'
23
- gem 'rubypants'
24
- gem 'sass', '~> 3.1'
25
- gem 'slim'
26
- gem 'systemu'
27
- gem 'typogruby'
28
- gem 'uglifier'
29
- gem 'w3c_validators'
data/LICENSE DELETED
@@ -1,19 +0,0 @@
1
- Copyright (c) 2007-2012 Denis Defreyne and contributors
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy
4
- of this software and associated documentation files (the "Software"), to deal
5
- in the Software without restriction, including without limitation the rights
6
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- copies of the Software, and to permit persons to whom the Software is
8
- furnished to do so, subject to the following conditions:
9
-
10
- The above copyright notice and this permission notice shall be included in all
11
- copies or substantial portions of the Software.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
- SOFTWARE.
data/NEWS.md DELETED
@@ -1,449 +0,0 @@
1
- # nanoc news
2
-
3
- ## 3.2.4 (2012-01-09)
4
-
5
- * Fixed bug which would cause some reps not to be compiled when invoking nanoc programmatically
6
- * Made data source configuration location a bit more obvious
7
- * Fixed watch command under Windows
8
- * Made filesystem data source ignore UTF-8 BOM
9
- * Improved compatibility of colorize_syntax filter with older libxml versions
10
-
11
- ## 3.2.3 (2011-10-31)
12
-
13
- * Made syntax colorizer only strip trailing blank lines instead of all blanks
14
- * Improved Ruby 1.9.x compatibility
15
- * Made default rakefile require rubygems if necessary
16
- * Made filename/content argument of `Nanoc3::Item#initialize` mandatory
17
-
18
- ## 3.2.2 (2011-09-04)
19
-
20
- * Fixed command usage printing
21
- * Made relativize_paths filter handle Windows network paths [Ruben Verborgh]
22
- * Made watcher use correct configuration
23
- * Allowed code blocks to start with a non-language shebang line
24
-
25
- ## 3.2.1 (2011-07-27)
26
-
27
- * Made `@config` available in rules file
28
- * Fixed `#readpartial` issue on JRuby [Matt Keveney]
29
- * Fixed possible `@cache` name clash in memoization module
30
- * Fixed options with required arguments (such as `--port` and `--host`)
31
- * Fixed broken `#check_availability`
32
- * Fixed error handling in watch command
33
-
34
- ## 3.2 (2011-07-24)
35
-
36
- Base:
37
-
38
- * Sped up nanoc quite a bit
39
- * Added progress indicator for long-running filters
40
- * Made all source data, such as item attributes, frozen during compilation
41
- * Added --color option to force color on
42
- * Cleaned up internals, deprecating several parts and/or marking them as private in the progress
43
- * Allowed custom commands in commands/
44
-
45
- Extensions:
46
-
47
- * Added AsciiDoc filter
48
- * Added Redcarpet filter [Peter Aronoff]
49
- * Added Slim filter [Zaiste de Grengolada]
50
- * Added Typogruby filter
51
- * Added UglifyJS filter [Justin Hileman]
52
- * Added `:items` parameter for the XML site map [Justin Hileman]
53
- * Added support for params to ERB
54
- * Added `:default_colorizer` parameter to the `:colorize_syntax` filter
55
- * Allowed for passing arbitrary options to pygmentize [Matthias Vallentin]
56
- * Exposed RedCloth parameters in the filter [Vincent Driessen]
57
-
58
- ## 3.1.9 (2011-06-30)
59
-
60
- * Really fixed dependency generation between Sass partials this time
61
- * Updated Less filter to 2.0
62
- * Made colorize_syntax filter throw an error if pygmentize is not available
63
-
64
- ## 3.1.8 (2011-06-25)
65
-
66
- * Made link validator accept https: URLs
67
- * Fixed erroneous handling of layouts with names ending in index
68
- * Fixed dependency generation between Sass partials
69
- * Fixed errors related to thread requires
70
- * Fixed crash while handling load errors
71
- * Improved encoding handling while reading files
72
-
73
- ## 3.1.7 (2011-05-03)
74
-
75
- * Restored compatibility with Sass 3.1
76
-
77
- ## 3.1.6 (2010-11-21)
78
-
79
- * Fixed issues with incompatible encodings
80
-
81
- ## 3.1.5 (2010-08-24)
82
-
83
- * Improved `#render` documentation
84
- * Improved metadata section check so that e.g. raw diffs are handled properly
85
- * Deprecated using `Nanoc3::Site#initialize` with a non-`"."` argument
86
- * Added Ruby engine to version string
87
- * Allowed the `created_at` and `updated_at` attributes used in the `Blogging` helper to be `Date` instances
88
-
89
- ## 3.1.4 (2010-07-25)
90
-
91
- * Made INT and TERM signals always quit the CLI
92
- * Allowed relative imports in LESS
93
- * Made sure modification times are unchanged for identical recompiled items
94
- * Improved link validator error handling
95
- * Made pygmentize not output extra divs and pres
96
- * Allowed colorizers to be specified using symbols instead of strings
97
- * Added scss to the default list of text extensions
98
-
99
- ## 3.1.3 (2010-04-25)
100
-
101
- * Removed annoying win32console warning [Eric Sunshine]
102
- * Removed color codes when not writing to a terminal, or when writing to Windows’ console when win32console is not installed [Eric Sunshine]
103
- * Added .xhtml and .xml to list of text extensions
104
- * Improved support for relative Sass @imports [Chris Eppstein]
105
-
106
- ## 3.1.2 (2010-04-07)
107
-
108
- * Fixed bug which could cause incorrect output when compilation of an item is delayed due to an unmet dependency
109
-
110
- ## 3.1.1 (2010-04-05)
111
-
112
- * Sass `@import`s now work for files not managed by nanoc
113
- * Rake tasks now have their Unicode description decomposed if necessary
114
-
115
- ## 3.1 (2010-04-03)
116
-
117
- New:
118
-
119
- * An `Item#rep_named(name)` function for quickly getting a certain rep
120
- * An `Item#compiled_content` function for quickly getting compiled content
121
- * An `Item#path` function for quickly getting the path of an item rep
122
- * A new “+” wildcard in rule patterns that matches one or more characters
123
- * A `view` command that starts a web server in the output directory
124
- * A `debug` command that shows information about the items, reps and layouts
125
- * A `kramdown` filter ([kramdown site](http://kramdown.rubyforge.org/))
126
- * A diff between the previously compiled content and the last compiled content is now written to `output.diff` if the `enable_output_diff` site configuration attribute is true
127
- * Assigns, such as `@items`, `@layouts`, `@item`, … are accessible without `@`
128
- * Support for binary items
129
-
130
- Changed:
131
-
132
- * New sites now come with a stylesheet item instead of a `style.css` file in the output directory
133
- * The `deploy:rsync` task now use sensible default options
134
- * The `deploy:rsync` task now accepts a config environment variable
135
- * The `deploy:rsync` task now uses a lowercase `dry_run` environment variable
136
- * The `maruku` filter now accepts parameters
137
- * The `rainpress` filter now accepts parameters
138
- * The `filesystem` data source is now known as `filesystem_verbose`
139
- * Meta files and content files are now optional
140
- * The `filesystem_compact` and `filesystem_combined` data sources have been merged into a new `filesystem_unified` data source
141
- * The metadata section in `filesystem_unified` is now optional [Christopher Eppstein]
142
- * The `--server` autocompile option is now known as `--handler`
143
- * Assigns in filters are now available as instance variables and methods
144
- * The `#breadcrumbs_trail` function now allows missing parents
145
- * The `sass` filter now properly handles `@import` dependencies
146
-
147
- Deprecated:
148
-
149
- * `Nanoc3::FileProxy`; use one of the filename attributes instead
150
- * `ItemRep#content_at_snapshot`; use `#compiled_content` instead
151
- * The `last_fm`, `delicious` and `twitter` data sources; fetch online content into a cache by a rake task and load data from this cache instead
152
-
153
- ## 3.0.9 (2010-02-24)
154
-
155
- * Fixed 1.8.x parsing bug due to lack of parens which could cause “undefined method `to_iso8601_time` for #<String:0x…>” errors
156
-
157
- ## 3.0.8 (2010-02-24)
158
-
159
- * `#atom_tag_for` now works with base_urls that contain a path [Eric Sunshine]
160
- * Generated root URLs in `#atom_feed` now end with a slash [Eric Sunshine]
161
- * Autocompiler now recognises requests to index files
162
- * `Blogging` helper now allows created_at to be a Time instance
163
-
164
- ## 3.0.7 (2010-01-29)
165
-
166
- * Fixed bug which could cause layout rules not be matched in order
167
-
168
- ## 3.0.6 (2010-01-17)
169
-
170
- * Error checking in `filesystem_combined` has been improved [Brian Candler]
171
- * Generated HTML files now have a default encoding of UTF-8
172
- * Periods in identifiers for layouts now behave correctly
173
- * The `relativize_paths` filter now correctly handles “/” [Eric Sunshine]
174
-
175
- ## 3.0.5 (2010-01-12)
176
-
177
- * Restored pre-3.0.3 behaviour of periods in identifiers. By default, a file can have multiple extensions (e.g. `content/foo.html.erb` will have the identifier `/foo/`), but if `allow_periods_in_identifiers` in the site configuration is true, a file can have only one extension (e.g. `content/blog/stuff.entry.html` will have the identifier `/blog/stuff.entry/`).
178
-
179
- ## 3.0.4 (2010-01-07)
180
-
181
- * Fixed a bug which would cause the `filesystem_compact` data source to incorrectly determine the content filename, leading to weird “Expected 1 content file but found 3” errors [Eric Sunshine]
182
-
183
- ## 3.0.3 (2010-01-06)
184
-
185
- * The `Blogging` helper now properly handles item reps without paths
186
- * The `relativize_paths` filter now only operates inside tags
187
- * The autocompiler now handles escaped paths
188
- * The `LinkTo` and `Tagging` helpers now output escaped HTML
189
- * Fixed `played_at` attribute assignment in the `LastFM` data source for tracks playing now, and added a `now_playing` attribute [Nicky Peeters]
190
- * The `filesystem_*` data sources can now handle dots in identifiers
191
- * Required enumerator to make sure `#enum_with_index` always works
192
- * `Array#stringify_keys` now properly recurses
193
-
194
- ## 3.0.2 (2009-11-07)
195
-
196
- * Children-only identifier patterns no longer erroneously also match parent (e.g.` /foo/*/` no longer matches `/foo/`)
197
- * The `create_site` command no longer uses those ugly HTML entities
198
- * Install message now mentions the IRC channel
199
-
200
- ## 3.0.1 (2009-10-05)
201
-
202
- * The proper exception is now raised when no matching compilation rules can be found
203
- * The autocompile command no longer has a duplicate `--port` option
204
- * The `#url_for` and `#feed_url` methods now check the presence of the `base_url` site configuration attribute
205
- * Several outdated URLs are now up-to-date
206
- * Error handling has been improved in general
207
-
208
- ## 3.0 (2009-08-14)
209
-
210
- New:
211
-
212
- * Multiple data sources
213
- * Dependency tracking between items
214
- * Filters can now optionally take arguments
215
- * `#create_page` and `#create_layout` methods in data sources
216
- * A new way to specify compilation/routing rules using a Rules file
217
- * A `coderay` filter ([CodeRay site](http://coderay.rubychan.de/))
218
- * A `filesystem_compact` data source which uses less directories
219
-
220
- Changed:
221
-
222
- * Pages and textual assets are now known as “items”
223
-
224
- Removed:
225
-
226
- * Support for drafts
227
- * Support for binary assets
228
- * Support for templates
229
- * Everything that was deprecated in nanoc 2.x
230
- * `save_*`, `move_*` and `delete_*` methods in data sources
231
- * Processing instructions in metadata
232
-
233
- ## 2.2.2 (2009-05-18)
234
-
235
- * Removed `relativize_paths` filter; use `relativize_paths_in_html` or `relativize_paths_in_css` instead
236
- * Fixed bug which could cause nanoc to eat massive amounts of memory when an exception occurs
237
- * Fixed bug which would cause nanoc to complain about the open file limit being reached when using a large amount of assets
238
-
239
- ## 2.2.1 (2009-04-08)
240
-
241
- * Fixed bug which prevented `relative_path_to` from working
242
- * Split `relativize_paths` filter into two filter: `relativize_paths_in_html` and `relativize_paths_in_css`
243
- * Removed bundled mime-types library
244
-
245
- ## 2.2 (2009-04-06)
246
-
247
- New:
248
-
249
- * `--pages` and `--assets` compiler options
250
- * `--no-color` commandline option
251
- * `Filtering` helper
252
- * `#relative_path_to` function in `LinkTo` helper
253
- * `rainpress` filter ([Rainpress site](http://code.google.com/p/rainpress/))
254
- * `relativize_paths` filter
255
- * The current layout is now accessible through the `@layout` variable
256
- * Much more informative stack traces when something goes wrong
257
-
258
- Changed:
259
-
260
- * The commandline option parser is now a lot more reliable
261
- * `#atom_feed` now takes optional `:content_proc`, `:excerpt_proc` and `:articles` parameters
262
- * The compile command show non-written items (those with `skip_output: true`)
263
- * The compile command compiles everything by default
264
- * Added `--only-outdated` option to compile only outdated pages
265
-
266
- Removed:
267
-
268
- * deprecated extension-based code
269
-
270
- ## 2.1.6 (2009-02-28)
271
-
272
- * The `filesystem_combined` data source now supports empty metadata sections
273
- * The `rdoc` filter now works for both RDoc 1.x and 2.x
274
- * The autocompiler now serves a 500 when an exception occurs outside compilation
275
- * The autocompiler no longer serves index files when the request path does not end with a slash
276
- * The autocompiler now always serves asset content correctly
277
-
278
- ## 2.1.5 (2009-02-01)
279
-
280
- * Added Ruby 1.9 compatibility
281
- * The `filesystem` and `filesystem_combined` data sources now preserve custom extensions
282
-
283
- ## 2.1.4 (2008-11-15)
284
-
285
- * Fixed an issue where the autocompiler in Windows would serve broken assets
286
-
287
- ## 2.1.3 (2008-09-27)
288
-
289
- * The `haml` and `sass` filters now correctly take their options from assets
290
- * The autocompiler now serves index files instead of 404s
291
- * Layouts named “index” are now handled correctly
292
- * The `filesystem_combined` data source now properly handles assets
293
-
294
- ## 2.1.2 (2008-09-08)
295
-
296
- * The utocompiler now compiles assets as well
297
- * The `sass` filter now takes options (just like the `haml` filter)
298
- * Haml/Sass options are now taken from the page *rep* instead of the page
299
-
300
- ## 2.1.1 (2008-08-18)
301
-
302
- * Fixed issue which would cause files not to be required in the right order
303
-
304
- ## 2.1 (2008-08-17)
305
-
306
- This is only a short summary of all changes in 2.1. For details, see the
307
- [nanoc web site](http://nanoc.stoneship.org/). Especially the blog and the
308
- updated manual will be useful.
309
-
310
- New:
311
-
312
- * New `rdiscount` filter ([RDiscount site](http://github.com/rtomayko/rdiscount))
313
- * New `maruku` filter ([Maruku site](http://maruku.rubyforge.org/))
314
- * New `erubis` filter ([Erubis site](http://www.kuwata-lab.com/erubis/))
315
- * A better commandline frontend
316
- * A new filesystem data source named `filesystem_combined`
317
- * Routers, which decide where compiled pages should be written to
318
- * Page/layout mtimes can now be retrieved through `page.mtime`/`layout.mtime`
319
-
320
- Changed:
321
-
322
- * Already compiled pages will no longer be re-compiled unless outdated
323
- * Layout processors and filters have been merged
324
- * Layouts no longer rely on file extensions to determine the layout processor
325
- * Greatly improved source code documentation
326
- * Greatly improved unit test suite
327
-
328
- Removed:
329
-
330
- * Several filters have been removed and replaced by newer filters:
331
- * `eruby`: use `erb` or `erubis` instead
332
- * `markdown`: use `bluecloth`, `rdiscount` or `maruku` instead
333
- * `textile`: use `redcloth` instead
334
-
335
- ## 2.0.4 (2008-05-04)
336
-
337
- * Fixed `default.rb`’s `#html_escape`
338
- * Updated Haml filter and layout processor so that @page, @pages and @config are now available as instance variables instead of local variables
339
-
340
- ## 2.0.3 (2008-03-25)
341
-
342
- * The autocompiler now honors custom paths
343
- * The autocompiler now attempts to serve pages with the most appropriate MIME type, instead of always serving everything as `text/html`
344
-
345
- ## 2.0.2 (2008-01-26)
346
-
347
- * nanoc now requires Ruby 1.8.5 instead of 1.8.6
348
-
349
- ## 2.0.1 (2008-01-21)
350
-
351
- * Fixed a “too many open files” error that could appear during (auto)compiling
352
-
353
- ## 2.0 (2007-12-25)
354
-
355
- New:
356
-
357
- * Support for custom layout processors
358
- * Support for custom data sources
359
- * Database data source
360
- * An auto-compiler
361
- * Pages have `parent` and `children`
362
-
363
- Changed:
364
-
365
- * The source has been restructured and cleaned up a great deal
366
- * Filters are defined in a different way now
367
- * The `eruby` filter now uses ERB instead of Erubis
368
-
369
- Removed:
370
-
371
- * The `filters` property; use `filters_pre` instead
372
- * Support for Liquid
373
-
374
- ## 1.6.2 (2007-10-23)
375
-
376
- * Fixed an issue which prevented the content capturing plugin from working
377
-
378
- ## 1.6.1 (2007-10-14)
379
-
380
- * Removed a stray debug message
381
-
382
- ## 1.6 (2007-10-13)
383
-
384
- * Added support for post-layout filters
385
- * Added support for getting a File object for the page, so you can now e.g. easily get the modification time for a given page (`@page.file.mtime`)
386
- * Cleaned up the source code a lot
387
- * Removed deprecated asset-copying functionality
388
-
389
- ## 1.5 (2007-09-10)
390
-
391
- * Added support for custom filters
392
- * Improved Liquid support -- Liquid is now a first-class nanoc citizen
393
- * Deprecated assets -- use something like rsync instead
394
- * Added `eruby_engine` option, which can be `erb` or `erubis`
395
-
396
- ## 1.4 (2007-07-06)
397
-
398
- * nanoc now supports ERB (as well as Erubis); Erubis no longer is a dependency
399
- * `meta.yaml` can now have `haml_options` property, which is passed to Haml
400
- * Pages can now have a `filename` property, which defaults to `index` [Dennis Sutch]
401
- * Pages now know in what order they should be compiled, eliminating the need for custom page ordering [Dennis Sutch]
402
-
403
- ## 1.3.1 (2007-06-30)
404
-
405
- * The contents of the `assets` directory are now copied into the output directory specified in `config.yaml`
406
-
407
- ## 1.3 (2007-06-24)
408
-
409
- * The `@pages` array now also contains uncompiled pages
410
- * Pages with `skip_output` set to true will not be outputted
411
- * Added new filters
412
- * Textile/RedCloth
413
- * Sass
414
- * nanoc now warns before overwriting in `create_site`, `create_page` and `create_template` (but not in compile)
415
-
416
- ## 1.2 (2007-06-05)
417
-
418
- * Sites now have an `assets` directory, whose contents are copied to the `output` directory when compiling [Soryu]
419
- * Added support for non-eRuby layouts (Markaby, Haml, Liquid, …)
420
- * Added more filters (Markaby, Haml, Liquid, RDoc [Dmitry Bilunov])
421
- * Improved error reporting
422
- * Accessing page attributes using instance variables, and not through `@page`, is no longer possible
423
- * Page attributes can now be accessed using dot notation, i.e. `@page.title` as well as `@page[:title]`
424
-
425
- ## 1.1.3 (2007-05-18)
426
-
427
- * Fixed bug which would cause layoutless pages to be outputted incorrectly
428
-
429
- ## 1.1.2 (2007-05-17)
430
-
431
- * Backup files (files ending with a “~”) are now ignored
432
- * Fixed bug which would cause subpages not to be generated correctly
433
-
434
- ## 1.1 (2007-05-08)
435
-
436
- * Added support for nested layouts
437
- * Added coloured logging
438
- * `@page` now hold the page that is currently being processed
439
- * Index files are now called “content” files and are now named after the directory they are in [Colin Barrett]
440
- * It is now possible to access `@page` in the page’s content file
441
-
442
- ## 1.0.1 (2007-05-05)
443
-
444
- * Fixed a bug which would cause a “no such template” error to be displayed when the template existed but compiling it would raise an exception
445
- * Fixed bug which would cause pages not to be sorted by order before compiling
446
-
447
- ## 1.0 (2007-05-03)
448
-
449
- * Initial release