webby 0.9.3-x86-mswin32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (229) hide show
  1. data/History.txt +206 -0
  2. data/Manifest.txt +228 -0
  3. data/README.txt +92 -0
  4. data/Rakefile +49 -0
  5. data/bin/webby +41 -0
  6. data/bin/webby-gen +41 -0
  7. data/examples/blog/Sitefile +7 -0
  8. data/examples/blog/tasks/blog.rake +72 -0
  9. data/examples/blog/templates/atom_feed.erb +40 -0
  10. data/examples/blog/templates/blog/month.erb +22 -0
  11. data/examples/blog/templates/blog/post.erb +16 -0
  12. data/examples/blog/templates/blog/year.erb +22 -0
  13. data/examples/presentation/Sitefile +10 -0
  14. data/examples/presentation/content/css/uv/twilight.css +137 -0
  15. data/examples/presentation/content/presentation/_sample_code.txt +10 -0
  16. data/examples/presentation/content/presentation/index.txt +63 -0
  17. data/examples/presentation/content/presentation/s5/blank.gif +0 -0
  18. data/examples/presentation/content/presentation/s5/bodybg.gif +0 -0
  19. data/examples/presentation/content/presentation/s5/framing.css +23 -0
  20. data/examples/presentation/content/presentation/s5/iepngfix.htc +42 -0
  21. data/examples/presentation/content/presentation/s5/opera.css +7 -0
  22. data/examples/presentation/content/presentation/s5/outline.css +15 -0
  23. data/examples/presentation/content/presentation/s5/pretty.css +86 -0
  24. data/examples/presentation/content/presentation/s5/print.css +25 -0
  25. data/examples/presentation/content/presentation/s5/s5-core.css +9 -0
  26. data/examples/presentation/content/presentation/s5/slides.css +3 -0
  27. data/examples/presentation/content/presentation/s5/slides.js +553 -0
  28. data/examples/presentation/layouts/presentation.txt +43 -0
  29. data/examples/presentation/templates/_code_partial.erb +13 -0
  30. data/examples/presentation/templates/presentation.erb +40 -0
  31. data/examples/tumblog/Sitefile +9 -0
  32. data/examples/tumblog/content/css/tumblog.css +308 -0
  33. data/examples/tumblog/content/images/tumblog/permalink.gif +0 -0
  34. data/examples/tumblog/content/images/tumblog/rss.gif +0 -0
  35. data/examples/tumblog/content/tumblog/200806/the-noble-chicken/index.txt +12 -0
  36. data/examples/tumblog/content/tumblog/200807/historical-perspectives-on-the-classic-chicken-joke/index.txt +12 -0
  37. data/examples/tumblog/content/tumblog/200807/mad-city-chickens/index.txt +10 -0
  38. data/examples/tumblog/content/tumblog/200807/the-wisdom-of-the-dutch/index.txt +11 -0
  39. data/examples/tumblog/content/tumblog/200807/up-a-tree/index.txt +13 -0
  40. data/examples/tumblog/content/tumblog/index.txt +37 -0
  41. data/examples/tumblog/content/tumblog/rss.txt +37 -0
  42. data/examples/tumblog/layouts/tumblog/default.txt +44 -0
  43. data/examples/tumblog/layouts/tumblog/post.txt +15 -0
  44. data/examples/tumblog/lib/tumblog_helper.rb +32 -0
  45. data/examples/tumblog/tasks/tumblog.rake +30 -0
  46. data/examples/tumblog/templates/atom_feed.erb +40 -0
  47. data/examples/tumblog/templates/tumblog/conversation.erb +12 -0
  48. data/examples/tumblog/templates/tumblog/link.erb +10 -0
  49. data/examples/tumblog/templates/tumblog/photo.erb +13 -0
  50. data/examples/tumblog/templates/tumblog/post.erb +12 -0
  51. data/examples/tumblog/templates/tumblog/quote.erb +11 -0
  52. data/examples/webby/Sitefile +19 -0
  53. data/examples/webby/content/communicate/index.txt +28 -0
  54. data/examples/webby/content/css/background.gif +0 -0
  55. data/examples/webby/content/css/blueprint/print.css +76 -0
  56. data/examples/webby/content/css/blueprint/screen.css +696 -0
  57. data/examples/webby/content/css/coderay.css +96 -0
  58. data/examples/webby/content/css/site.css +196 -0
  59. data/examples/webby/content/css/uv/twilight.css +137 -0
  60. data/examples/webby/content/index.txt +37 -0
  61. data/examples/webby/content/learn/index.txt +28 -0
  62. data/examples/webby/content/reference/index.txt +204 -0
  63. data/examples/webby/content/release-notes/index.txt +21 -0
  64. data/examples/webby/content/release-notes/rel-0-9-0/index.txt +74 -0
  65. data/examples/webby/content/release-notes/rel-0-9-1/index.txt +93 -0
  66. data/examples/webby/content/release-notes/rel-0-9-2/index.txt +14 -0
  67. data/examples/webby/content/release-notes/rel-0-9-3/index.txt +49 -0
  68. data/examples/webby/content/robots.txt +6 -0
  69. data/examples/webby/content/script/jquery.corner.js +152 -0
  70. data/examples/webby/content/script/jquery.js +31 -0
  71. data/examples/webby/content/sitemap.txt +31 -0
  72. data/examples/webby/content/tips_and_tricks/index.txt +97 -0
  73. data/examples/webby/content/tutorial/index.txt +135 -0
  74. data/examples/webby/content/user-manual/index.txt +419 -0
  75. data/examples/webby/layouts/default.txt +49 -0
  76. data/examples/webby/templates/page.erb +10 -0
  77. data/examples/website/Sitefile +7 -0
  78. data/examples/website/content/css/blueprint/License.txt +21 -0
  79. data/examples/website/content/css/blueprint/Readme.txt +100 -0
  80. data/examples/website/content/css/blueprint/compressed/print.css +76 -0
  81. data/examples/website/content/css/blueprint/compressed/screen.css +696 -0
  82. data/examples/website/content/css/blueprint/lib/forms.css +45 -0
  83. data/examples/website/content/css/blueprint/lib/grid.css +193 -0
  84. data/examples/website/content/css/blueprint/lib/grid.png +0 -0
  85. data/examples/website/content/css/blueprint/lib/ie.css +30 -0
  86. data/examples/website/content/css/blueprint/lib/reset.css +39 -0
  87. data/examples/website/content/css/blueprint/lib/typography.css +116 -0
  88. data/examples/website/content/css/blueprint/plugins/buttons/Readme +31 -0
  89. data/examples/website/content/css/blueprint/plugins/buttons/buttons.css +97 -0
  90. data/examples/website/content/css/blueprint/plugins/buttons/icons/cross.png +0 -0
  91. data/examples/website/content/css/blueprint/plugins/buttons/icons/key.png +0 -0
  92. data/examples/website/content/css/blueprint/plugins/buttons/icons/tick.png +0 -0
  93. data/examples/website/content/css/blueprint/plugins/css-classes/Readme +14 -0
  94. data/examples/website/content/css/blueprint/plugins/css-classes/css-classes.css +24 -0
  95. data/examples/website/content/css/blueprint/plugins/fancy-type/Readme +22 -0
  96. data/examples/website/content/css/blueprint/plugins/fancy-type/fancy-type-compressed.css +5 -0
  97. data/examples/website/content/css/blueprint/plugins/fancy-type/fancy-type.css +74 -0
  98. data/examples/website/content/css/blueprint/print.css +68 -0
  99. data/examples/website/content/css/blueprint/screen.css +22 -0
  100. data/examples/website/content/css/coderay.css +111 -0
  101. data/examples/website/content/css/site.css +67 -0
  102. data/examples/website/content/index.txt +19 -0
  103. data/examples/website/layouts/default.txt +58 -0
  104. data/examples/website/lib/breadcrumbs.rb +28 -0
  105. data/examples/website/templates/_partial.erb +10 -0
  106. data/examples/website/templates/page.erb +18 -0
  107. data/lib/webby.rb +221 -0
  108. data/lib/webby/apps.rb +12 -0
  109. data/lib/webby/apps/generator.rb +276 -0
  110. data/lib/webby/apps/main.rb +255 -0
  111. data/lib/webby/auto_builder.rb +157 -0
  112. data/lib/webby/builder.rb +180 -0
  113. data/lib/webby/core_ext/enumerable.rb +11 -0
  114. data/lib/webby/core_ext/hash.rb +28 -0
  115. data/lib/webby/core_ext/kernel.rb +26 -0
  116. data/lib/webby/core_ext/string.rb +163 -0
  117. data/lib/webby/core_ext/time.rb +9 -0
  118. data/lib/webby/filters.rb +83 -0
  119. data/lib/webby/filters/basepath.rb +97 -0
  120. data/lib/webby/filters/erb.rb +9 -0
  121. data/lib/webby/filters/haml.rb +18 -0
  122. data/lib/webby/filters/markdown.rb +16 -0
  123. data/lib/webby/filters/outline.rb +309 -0
  124. data/lib/webby/filters/sass.rb +17 -0
  125. data/lib/webby/filters/slides.rb +56 -0
  126. data/lib/webby/filters/textile.rb +16 -0
  127. data/lib/webby/filters/tidy.rb +76 -0
  128. data/lib/webby/filters/wiki_words.rb +14 -0
  129. data/lib/webby/helpers.rb +30 -0
  130. data/lib/webby/helpers/capture_helper.rb +141 -0
  131. data/lib/webby/helpers/coderay_helper.rb +69 -0
  132. data/lib/webby/helpers/graphviz_helper.rb +136 -0
  133. data/lib/webby/helpers/tag_helper.rb +65 -0
  134. data/lib/webby/helpers/tex_img_helper.rb +133 -0
  135. data/lib/webby/helpers/ultraviolet_helper.rb +63 -0
  136. data/lib/webby/helpers/url_helper.rb +241 -0
  137. data/lib/webby/journal.rb +126 -0
  138. data/lib/webby/link_validator.rb +152 -0
  139. data/lib/webby/renderer.rb +386 -0
  140. data/lib/webby/resources.rb +136 -0
  141. data/lib/webby/resources/db.rb +251 -0
  142. data/lib/webby/resources/layout.rb +54 -0
  143. data/lib/webby/resources/meta_file.rb +211 -0
  144. data/lib/webby/resources/page.rb +81 -0
  145. data/lib/webby/resources/partial.rb +85 -0
  146. data/lib/webby/resources/resource.rb +201 -0
  147. data/lib/webby/resources/static.rb +36 -0
  148. data/lib/webby/stelan/mktemp.rb +135 -0
  149. data/lib/webby/stelan/paginator.rb +165 -0
  150. data/lib/webby/stelan/spawner.rb +339 -0
  151. data/lib/webby/tasks/build.rake +27 -0
  152. data/lib/webby/tasks/create.rake +22 -0
  153. data/lib/webby/tasks/deploy.rake +22 -0
  154. data/lib/webby/tasks/growl.rake +16 -0
  155. data/lib/webby/tasks/validate.rake +19 -0
  156. data/spec/core_ext/hash_spec.rb +47 -0
  157. data/spec/core_ext/string_spec.rb +110 -0
  158. data/spec/core_ext/time_spec.rb +19 -0
  159. data/spec/data/hooligans/bad_meta_data_1.txt +34 -0
  160. data/spec/data/hooligans/bad_meta_data_2.txt +34 -0
  161. data/spec/data/outline/basic.out +81 -0
  162. data/spec/data/outline/basic.txt +25 -0
  163. data/spec/data/outline/no_clobber.out +86 -0
  164. data/spec/data/outline/numbering.out +81 -0
  165. data/spec/data/outline/numbering_only.out +21 -0
  166. data/spec/data/outline/toc_range_1.out +66 -0
  167. data/spec/data/outline/toc_range_2.out +55 -0
  168. data/spec/data/outline/toc_style.out +81 -0
  169. data/spec/data/site/Sitefile +9 -0
  170. data/spec/data/site/content/_partial.txt +10 -0
  171. data/spec/data/site/content/css/coderay.css +111 -0
  172. data/spec/data/site/content/css/site.css +67 -0
  173. data/spec/data/site/content/css/tumblog.css +308 -0
  174. data/spec/data/site/content/images/tumblog/permalink.gif +0 -0
  175. data/spec/data/site/content/images/tumblog/rss.gif +0 -0
  176. data/spec/data/site/content/index.txt +19 -0
  177. data/spec/data/site/content/photos.txt +21 -0
  178. data/spec/data/site/content/tumblog/200806/the-noble-chicken/index.txt +12 -0
  179. data/spec/data/site/content/tumblog/200807/historical-perspectives-on-the-classic-chicken-joke/index.txt +12 -0
  180. data/spec/data/site/content/tumblog/200807/mad-city-chickens/index.txt +10 -0
  181. data/spec/data/site/content/tumblog/200807/the-wisdom-of-the-dutch/index.txt +11 -0
  182. data/spec/data/site/content/tumblog/200807/up-a-tree/index.txt +13 -0
  183. data/spec/data/site/content/tumblog/index.txt +37 -0
  184. data/spec/data/site/content/tumblog/rss.txt +37 -0
  185. data/spec/data/site/layouts/default.txt +58 -0
  186. data/spec/data/site/layouts/tumblog/default.txt +44 -0
  187. data/spec/data/site/layouts/tumblog/post.txt +15 -0
  188. data/spec/data/site/lib/breadcrumbs.rb +28 -0
  189. data/spec/data/site/lib/tumblog_helper.rb +32 -0
  190. data/spec/data/site/tasks/tumblog.rake +30 -0
  191. data/spec/data/site/templates/_partial.erb +10 -0
  192. data/spec/data/site/templates/atom_feed.erb +40 -0
  193. data/spec/data/site/templates/page.erb +18 -0
  194. data/spec/data/site/templates/presentation.erb +40 -0
  195. data/spec/data/site/templates/tumblog/conversation.erb +12 -0
  196. data/spec/data/site/templates/tumblog/link.erb +10 -0
  197. data/spec/data/site/templates/tumblog/photo.erb +13 -0
  198. data/spec/data/site/templates/tumblog/post.erb +12 -0
  199. data/spec/data/site/templates/tumblog/quote.erb +11 -0
  200. data/spec/spec.opts +1 -0
  201. data/spec/spec_helper.rb +51 -0
  202. data/spec/webby/apps/generator_spec.rb +116 -0
  203. data/spec/webby/apps/main_spec.rb +88 -0
  204. data/spec/webby/filters/basepath_spec.rb +167 -0
  205. data/spec/webby/filters/outline_spec.rb +92 -0
  206. data/spec/webby/filters/textile_spec.rb +20 -0
  207. data/spec/webby/helpers/capture_helper_spec.rb +56 -0
  208. data/spec/webby/renderer_spec.rb +139 -0
  209. data/spec/webby/resources/db_spec.rb +250 -0
  210. data/spec/webby/resources/layout_spec.rb +83 -0
  211. data/spec/webby/resources/meta_file_spec.rb +171 -0
  212. data/spec/webby/resources/page_spec.rb +111 -0
  213. data/spec/webby/resources/partial_spec.rb +58 -0
  214. data/spec/webby/resources/resource_spec.rb +219 -0
  215. data/spec/webby/resources/static_spec.rb +49 -0
  216. data/spec/webby/resources_spec.rb +69 -0
  217. data/tasks/ann.rake +81 -0
  218. data/tasks/bones.rake +21 -0
  219. data/tasks/gem.rake +187 -0
  220. data/tasks/git.rake +41 -0
  221. data/tasks/manifest.rake +48 -0
  222. data/tasks/notes.rake +28 -0
  223. data/tasks/post_load.rake +39 -0
  224. data/tasks/rdoc.rake +51 -0
  225. data/tasks/rubyforge.rake +55 -0
  226. data/tasks/setup.rb +268 -0
  227. data/tasks/spec.rake +55 -0
  228. data/tasks/website.rake +38 -0
  229. metadata +365 -0
@@ -0,0 +1,206 @@
1
+ == 0.9.3 / 2008-10-08
2
+
3
+ * 4 minor enhancements
4
+ - Added a "wikiwords" filter to process [[text]] as links to other pages
5
+ (thanks to Paul)
6
+ - Added colorization to the output text (facets gem required)
7
+ - Replaced the Heel webserver with webrick
8
+ - Special windows version with windows line endings in generated files
9
+ * 2 bug fixes
10
+ - Fixed a bug on Windows where line endings were messing with meta-data
11
+ - The paginator was not linking correctly back to the first page from
12
+ subsequent pages in a list
13
+
14
+ == 0.9.2 / 2008-09-11
15
+
16
+ * 1 bug fix
17
+ - Layouts were not being found if more than one layout was in a directory
18
+ in the layouts folder
19
+
20
+ == 0.9.1 / 2008-09-10
21
+
22
+ * 1 major enhancement
23
+ - multiple output files can be generated from a single page
24
+ * 2 minor enhancements
25
+ - simplified the handling of meta-data at the top of files
26
+ - pagination now honors the "page per directory" flag
27
+ * 2 bug fixes
28
+ - filename extensions were not being preserved when creating a new page
29
+ - webby now works properly with rake 0.8.2
30
+
31
+ == 0.9.0 / 2008-08-25
32
+
33
+ * 2 major enhancements
34
+ - The "rake" command line tool has been replaced by the "webby"
35
+ command line tool for day to day site tasks
36
+ - Now using the "rdiscount" gem for markdown syntax
37
+ * 4 minor enhancements
38
+ - Layouts can exist in subdirectories of the layouts folder
39
+ - Addition of a "tumblog" template
40
+ - Addition of a sitemap file (Ana Nelson)
41
+ - Updated to version 6.4.2 of ImageMagick for tex2img conversions
42
+ * 5 bug fixes
43
+ - Better error message when an unkonwn filter is given
44
+ - Table of contents generation bug
45
+ - Failing to clean out the "content_for" cache when doing a
46
+ multi-page render
47
+ - Explicitly loading the RedCloth gem
48
+ - Handling exceptions from system calls on the Windows platform
49
+
50
+ == 0.8.4 / 2008-06-03
51
+
52
+ * 1 minor improvement
53
+ - Global defaults for HAML and SASS [Dag Odenhall]
54
+ * 1 bug fix
55
+ - Added the blog templates to the package
56
+
57
+ == 0.8.3 / 2008-06-02
58
+
59
+ * 2 major enhancements
60
+ - Added blogging support
61
+ - Added S5 slide presentation support
62
+ * 6 minor enhancements
63
+ - Changed the arguments to the DB#find method
64
+ - Added locals support for page templates
65
+ - Updated atom feed generation template
66
+ - Partials now support local variables when rendering
67
+ - Can guard rendering results from processing by subsequent filters
68
+ (useful when rendering partials or embedding other pages)
69
+ - Support for "content_for" style captures [M@ McCray]
70
+ * 5 bug fixes
71
+ - Fixed reference to an non-existent Error class
72
+ - Basepath filter now handles XML files properly
73
+ - Removed the "--delete" flag from the rsync options [Denis Defreyne]
74
+ - Fixed a nil cursor bug in the rendering filter stack
75
+ - Recursive find now works from the root content folder (bug 20281)
76
+
77
+ == 0.8.2 / 2008-03-12
78
+
79
+ * 2 bug fixes
80
+ - Fixed an error when paginating on an index page
81
+ - Fixed an error where leading and trailing whitespace was being
82
+ stripped from syntax highlighted code blocks
83
+
84
+ == 0.8.1 / 2008-03-09
85
+
86
+ * 2 major enhancement
87
+ - Added support for UltraViolet syntax highlighting
88
+ (code provided by Guillaume Carbonneau)
89
+ - Added rake tasks to validate the hyperlinks for the HTML files
90
+ in the output directory
91
+ * 2 minor enhancements
92
+ - Improved error handling and reporting during the build process
93
+ - Added site defaults for the helpers (coderay, graphviv, latex,
94
+ etc.)
95
+ * 1 bug fix
96
+ - Fixed an error with the prev / next calls in the paginator and
97
+ rendering links to those pages
98
+
99
+ == 0.8.0 / 2008-02-28
100
+
101
+ * 3 major enhancements
102
+ - Added support for partials
103
+ - Refactored the coderay and graphviz filters into helper methods
104
+ accessible from ERB
105
+ - Added support for embedding LaTeX mathematical equations
106
+ * 3 minor enhancements
107
+ - Added a template file for creating Atom feeds
108
+ - The SITE configuration is available in pages and layouts as
109
+ the @config variable
110
+ - Can specify the port the Heel webserver starts on using the
111
+ SITE.heel_port option in the Rakefile
112
+ * 2 bug fixes
113
+ - When creating pages in directory mode the full page path was
114
+ not being created
115
+ - Read only files were being created in the output folder
116
+ preventing them from being overwritten if changed
117
+
118
+ == 0.7.4 / 2008-02-15
119
+
120
+ * 3 minor enhancements
121
+ - Added "limit" and "sort_by" options to the pages find method
122
+ - Removed dependency on RedCloth for outline generation
123
+ - Added some more options for outline generation, numbering, and
124
+ table of contents generation
125
+ * 1 bug fix
126
+ - Fixed incompatibility with the new logging library
127
+
128
+ == 0.7.3 / 2008-02-05
129
+
130
+ * 2 bug fixes
131
+ - The setup.rb task now requires rubygems in case it is not in the
132
+ user's rubyopt
133
+ - Fixed file line endings on Windows when creating a new site
134
+
135
+ == 0.7.2 / 2008-02-02
136
+
137
+ * 4 minor enhancements
138
+ - Created a URI base path rewriter filter
139
+ - Create an outline filter for generating table of contents
140
+ - Pages can be created as files or as directories
141
+ - The @pages find method now recurses into sub-directories
142
+ * 3 bug fixes
143
+ - Fixed a bug in the graphviz filter where the wrong map ID was
144
+ being generated
145
+ - Now passing the binding of the Renderer to the HAML filter
146
+ (this makes the @page, @pages availabe in HAML pages)
147
+ - The created_at attribute was not being created as a YAML
148
+ time object
149
+
150
+ == 0.7.1 / 2008-01-03
151
+
152
+ * 2 bug fixes
153
+ - No longer appending a '.' to files without an extension (like .htaccess)
154
+ (patch supplied by Stephen Duncan)
155
+ - Fixed a "No such file or directory" error when creating pages
156
+ from templates
157
+
158
+ == 0.7.0 / 2008-01-01
159
+
160
+ * 1 major enhancement
161
+ - Refactored how the filters are handled (thanks Bruce Williams)
162
+ * 2 minor enhancements
163
+ - Added helper methods for URL and anchor generation
164
+ - Added rake task to delete the generated website
165
+ * 2 bug fixes
166
+ - Fixed a bug arising from the order of the logger creation
167
+ - Removed the file extension form the page defaults
168
+ (should be set in the layout or the page itself)
169
+
170
+ == 0.6.0 / 2007-12-04
171
+
172
+ * Added support for embedded graphviz images and image maps
173
+ * Tidy can be used as a filter to format HTML and check for errors
174
+ * Simplified coderay when used with textile
175
+
176
+ == 0.5.1 / 2007-11-29
177
+
178
+ * Growl notifications now work on Leopard / Tiger
179
+ * Fixed a few things for compatibility with Ruby 1.9
180
+
181
+ == 0.5.0 / 2007-11-26
182
+
183
+ * Launching heel now works on Windows boxen
184
+ * Now using "logging" gem to output build status
185
+ * Updated find routine for the pages DB
186
+ * First whack at pagination support
187
+
188
+ == 0.4.0 / 2007-09-18
189
+
190
+ * Updated the Blueprint CSS stylesheets to version 0.5
191
+ * Updating documentation and comments
192
+
193
+ == 0.3.0 / 2007-09-17
194
+
195
+ * Added support for CodeRay syntax highlighting
196
+
197
+ == 0.2.0 / 2007-08-28
198
+
199
+ * Updated rake tasks for website deployment
200
+ * Can use 'heel' and 'launchy' for viewing websites
201
+ * Webby executable can update rake tasks for existing websites
202
+ * Added more rdoc documentation to classes
203
+
204
+ == 0.1.0 / 2007-08-22
205
+
206
+ * Birthday!
@@ -0,0 +1,228 @@
1
+ History.txt
2
+ Manifest.txt
3
+ README.txt
4
+ Rakefile
5
+ bin/webby
6
+ bin/webby-gen
7
+ examples/blog/Sitefile
8
+ examples/blog/tasks/blog.rake
9
+ examples/blog/templates/atom_feed.erb
10
+ examples/blog/templates/blog/month.erb
11
+ examples/blog/templates/blog/post.erb
12
+ examples/blog/templates/blog/year.erb
13
+ examples/presentation/Sitefile
14
+ examples/presentation/content/css/uv/twilight.css
15
+ examples/presentation/content/presentation/_sample_code.txt
16
+ examples/presentation/content/presentation/index.txt
17
+ examples/presentation/content/presentation/s5/blank.gif
18
+ examples/presentation/content/presentation/s5/bodybg.gif
19
+ examples/presentation/content/presentation/s5/framing.css
20
+ examples/presentation/content/presentation/s5/iepngfix.htc
21
+ examples/presentation/content/presentation/s5/opera.css
22
+ examples/presentation/content/presentation/s5/outline.css
23
+ examples/presentation/content/presentation/s5/pretty.css
24
+ examples/presentation/content/presentation/s5/print.css
25
+ examples/presentation/content/presentation/s5/s5-core.css
26
+ examples/presentation/content/presentation/s5/slides.css
27
+ examples/presentation/content/presentation/s5/slides.js
28
+ examples/presentation/layouts/presentation.txt
29
+ examples/presentation/templates/_code_partial.erb
30
+ examples/presentation/templates/presentation.erb
31
+ examples/tumblog/Sitefile
32
+ examples/tumblog/content/css/tumblog.css
33
+ examples/tumblog/content/images/tumblog/permalink.gif
34
+ examples/tumblog/content/images/tumblog/rss.gif
35
+ examples/tumblog/content/tumblog/200806/the-noble-chicken/index.txt
36
+ examples/tumblog/content/tumblog/200807/historical-perspectives-on-the-classic-chicken-joke/index.txt
37
+ examples/tumblog/content/tumblog/200807/mad-city-chickens/index.txt
38
+ examples/tumblog/content/tumblog/200807/the-wisdom-of-the-dutch/index.txt
39
+ examples/tumblog/content/tumblog/200807/up-a-tree/index.txt
40
+ examples/tumblog/content/tumblog/index.txt
41
+ examples/tumblog/content/tumblog/rss.txt
42
+ examples/tumblog/layouts/tumblog/default.txt
43
+ examples/tumblog/layouts/tumblog/post.txt
44
+ examples/tumblog/lib/tumblog_helper.rb
45
+ examples/tumblog/tasks/tumblog.rake
46
+ examples/tumblog/templates/atom_feed.erb
47
+ examples/tumblog/templates/tumblog/conversation.erb
48
+ examples/tumblog/templates/tumblog/link.erb
49
+ examples/tumblog/templates/tumblog/photo.erb
50
+ examples/tumblog/templates/tumblog/post.erb
51
+ examples/tumblog/templates/tumblog/quote.erb
52
+ examples/webby/Sitefile
53
+ examples/webby/content/communicate/index.txt
54
+ examples/webby/content/css/background.gif
55
+ examples/webby/content/css/blueprint/print.css
56
+ examples/webby/content/css/blueprint/screen.css
57
+ examples/webby/content/css/coderay.css
58
+ examples/webby/content/css/site.css
59
+ examples/webby/content/css/uv/twilight.css
60
+ examples/webby/content/index.txt
61
+ examples/webby/content/learn/index.txt
62
+ examples/webby/content/reference/index.txt
63
+ examples/webby/content/release-notes/index.txt
64
+ examples/webby/content/release-notes/rel-0-9-0/index.txt
65
+ examples/webby/content/release-notes/rel-0-9-1/index.txt
66
+ examples/webby/content/release-notes/rel-0-9-2/index.txt
67
+ examples/webby/content/release-notes/rel-0-9-3/index.txt
68
+ examples/webby/content/robots.txt
69
+ examples/webby/content/script/jquery.corner.js
70
+ examples/webby/content/script/jquery.js
71
+ examples/webby/content/sitemap.txt
72
+ examples/webby/content/tips_and_tricks/index.txt
73
+ examples/webby/content/tutorial/index.txt
74
+ examples/webby/content/user-manual/index.txt
75
+ examples/webby/layouts/default.txt
76
+ examples/webby/templates/page.erb
77
+ examples/website/Sitefile
78
+ examples/website/content/css/blueprint/License.txt
79
+ examples/website/content/css/blueprint/Readme.txt
80
+ examples/website/content/css/blueprint/compressed/print.css
81
+ examples/website/content/css/blueprint/compressed/screen.css
82
+ examples/website/content/css/blueprint/lib/forms.css
83
+ examples/website/content/css/blueprint/lib/grid.css
84
+ examples/website/content/css/blueprint/lib/grid.png
85
+ examples/website/content/css/blueprint/lib/ie.css
86
+ examples/website/content/css/blueprint/lib/reset.css
87
+ examples/website/content/css/blueprint/lib/typography.css
88
+ examples/website/content/css/blueprint/plugins/buttons/Readme
89
+ examples/website/content/css/blueprint/plugins/buttons/buttons.css
90
+ examples/website/content/css/blueprint/plugins/buttons/icons/cross.png
91
+ examples/website/content/css/blueprint/plugins/buttons/icons/key.png
92
+ examples/website/content/css/blueprint/plugins/buttons/icons/tick.png
93
+ examples/website/content/css/blueprint/plugins/css-classes/Readme
94
+ examples/website/content/css/blueprint/plugins/css-classes/css-classes.css
95
+ examples/website/content/css/blueprint/plugins/fancy-type/Readme
96
+ examples/website/content/css/blueprint/plugins/fancy-type/fancy-type-compressed.css
97
+ examples/website/content/css/blueprint/plugins/fancy-type/fancy-type.css
98
+ examples/website/content/css/blueprint/print.css
99
+ examples/website/content/css/blueprint/screen.css
100
+ examples/website/content/css/coderay.css
101
+ examples/website/content/css/site.css
102
+ examples/website/content/index.txt
103
+ examples/website/layouts/default.txt
104
+ examples/website/lib/breadcrumbs.rb
105
+ examples/website/templates/_partial.erb
106
+ examples/website/templates/page.erb
107
+ lib/webby.rb
108
+ lib/webby/apps.rb
109
+ lib/webby/apps/generator.rb
110
+ lib/webby/apps/main.rb
111
+ lib/webby/auto_builder.rb
112
+ lib/webby/builder.rb
113
+ lib/webby/core_ext/enumerable.rb
114
+ lib/webby/core_ext/hash.rb
115
+ lib/webby/core_ext/kernel.rb
116
+ lib/webby/core_ext/string.rb
117
+ lib/webby/core_ext/time.rb
118
+ lib/webby/filters.rb
119
+ lib/webby/filters/basepath.rb
120
+ lib/webby/filters/erb.rb
121
+ lib/webby/filters/haml.rb
122
+ lib/webby/filters/markdown.rb
123
+ lib/webby/filters/outline.rb
124
+ lib/webby/filters/sass.rb
125
+ lib/webby/filters/slides.rb
126
+ lib/webby/filters/textile.rb
127
+ lib/webby/filters/tidy.rb
128
+ lib/webby/filters/wiki_words.rb
129
+ lib/webby/helpers.rb
130
+ lib/webby/helpers/capture_helper.rb
131
+ lib/webby/helpers/coderay_helper.rb
132
+ lib/webby/helpers/graphviz_helper.rb
133
+ lib/webby/helpers/tag_helper.rb
134
+ lib/webby/helpers/tex_img_helper.rb
135
+ lib/webby/helpers/ultraviolet_helper.rb
136
+ lib/webby/helpers/url_helper.rb
137
+ lib/webby/journal.rb
138
+ lib/webby/link_validator.rb
139
+ lib/webby/renderer.rb
140
+ lib/webby/resources.rb
141
+ lib/webby/resources/db.rb
142
+ lib/webby/resources/layout.rb
143
+ lib/webby/resources/meta_file.rb
144
+ lib/webby/resources/page.rb
145
+ lib/webby/resources/partial.rb
146
+ lib/webby/resources/resource.rb
147
+ lib/webby/resources/static.rb
148
+ lib/webby/stelan/mktemp.rb
149
+ lib/webby/stelan/paginator.rb
150
+ lib/webby/stelan/spawner.rb
151
+ lib/webby/tasks/build.rake
152
+ lib/webby/tasks/create.rake
153
+ lib/webby/tasks/deploy.rake
154
+ lib/webby/tasks/growl.rake
155
+ lib/webby/tasks/validate.rake
156
+ spec/core_ext/hash_spec.rb
157
+ spec/core_ext/string_spec.rb
158
+ spec/core_ext/time_spec.rb
159
+ spec/data/hooligans/bad_meta_data_1.txt
160
+ spec/data/hooligans/bad_meta_data_2.txt
161
+ spec/data/outline/basic.out
162
+ spec/data/outline/basic.txt
163
+ spec/data/outline/no_clobber.out
164
+ spec/data/outline/numbering.out
165
+ spec/data/outline/numbering_only.out
166
+ spec/data/outline/toc_range_1.out
167
+ spec/data/outline/toc_range_2.out
168
+ spec/data/outline/toc_style.out
169
+ spec/data/site/Sitefile
170
+ spec/data/site/content/_partial.txt
171
+ spec/data/site/content/css/coderay.css
172
+ spec/data/site/content/css/site.css
173
+ spec/data/site/content/css/tumblog.css
174
+ spec/data/site/content/images/tumblog/permalink.gif
175
+ spec/data/site/content/images/tumblog/rss.gif
176
+ spec/data/site/content/index.txt
177
+ spec/data/site/content/photos.txt
178
+ spec/data/site/content/tumblog/200806/the-noble-chicken/index.txt
179
+ spec/data/site/content/tumblog/200807/historical-perspectives-on-the-classic-chicken-joke/index.txt
180
+ spec/data/site/content/tumblog/200807/mad-city-chickens/index.txt
181
+ spec/data/site/content/tumblog/200807/the-wisdom-of-the-dutch/index.txt
182
+ spec/data/site/content/tumblog/200807/up-a-tree/index.txt
183
+ spec/data/site/content/tumblog/index.txt
184
+ spec/data/site/content/tumblog/rss.txt
185
+ spec/data/site/layouts/default.txt
186
+ spec/data/site/layouts/tumblog/default.txt
187
+ spec/data/site/layouts/tumblog/post.txt
188
+ spec/data/site/lib/breadcrumbs.rb
189
+ spec/data/site/lib/tumblog_helper.rb
190
+ spec/data/site/tasks/tumblog.rake
191
+ spec/data/site/templates/_partial.erb
192
+ spec/data/site/templates/atom_feed.erb
193
+ spec/data/site/templates/page.erb
194
+ spec/data/site/templates/presentation.erb
195
+ spec/data/site/templates/tumblog/conversation.erb
196
+ spec/data/site/templates/tumblog/link.erb
197
+ spec/data/site/templates/tumblog/photo.erb
198
+ spec/data/site/templates/tumblog/post.erb
199
+ spec/data/site/templates/tumblog/quote.erb
200
+ spec/spec.opts
201
+ spec/spec_helper.rb
202
+ spec/webby/apps/generator_spec.rb
203
+ spec/webby/apps/main_spec.rb
204
+ spec/webby/filters/basepath_spec.rb
205
+ spec/webby/filters/outline_spec.rb
206
+ spec/webby/filters/textile_spec.rb
207
+ spec/webby/helpers/capture_helper_spec.rb
208
+ spec/webby/renderer_spec.rb
209
+ spec/webby/resources/db_spec.rb
210
+ spec/webby/resources/layout_spec.rb
211
+ spec/webby/resources/meta_file_spec.rb
212
+ spec/webby/resources/page_spec.rb
213
+ spec/webby/resources/partial_spec.rb
214
+ spec/webby/resources/resource_spec.rb
215
+ spec/webby/resources/static_spec.rb
216
+ spec/webby/resources_spec.rb
217
+ tasks/ann.rake
218
+ tasks/bones.rake
219
+ tasks/gem.rake
220
+ tasks/git.rake
221
+ tasks/manifest.rake
222
+ tasks/notes.rake
223
+ tasks/post_load.rake
224
+ tasks/rdoc.rake
225
+ tasks/rubyforge.rake
226
+ tasks/setup.rb
227
+ tasks/spec.rake
228
+ tasks/website.rake
@@ -0,0 +1,92 @@
1
+ Webby
2
+
3
+ * {Homepage}[http://webby.rubyforge.org/]
4
+ * {Rubyforge Project}[http://rubyforge.org/projects/webby]
5
+ * email tim dot pease at gmail dot com
6
+
7
+ == DESCRIPTION:
8
+
9
+ *Webby* is a fantastic little website management system. It would be called a _content management system_ if it were a bigger kid. But, it's just a runt with a special knack for transforming text. And that's really all it does - manages the legwork of turning text into something else, an *ASCII Alchemist* if you will.
10
+
11
+ Webby works by combining the contents of a *page* with a *layout* to produce HTML. The layout contains everything common to all the pages - HTML headers, navigation menu, footer, etc. - and the page contains just the information for that page. You can use your favorite markup language to write your pages; Webby supports quite a few.
12
+
13
+ Install Webby and try it out!
14
+
15
+ == FEATURES:
16
+
17
+ * choose your templating language: *ERB*, *Textile*, *Markdown*, *HAML*, *SASS*
18
+ * support for "UltraViolet":http://ultraviolet.rubyforge.org/ and "CodeRay":http://coderay.rubychan.de/ syntax highlighting
19
+ * embeddable DOT scripts for "Graphviz":http://www.graphviz.org/ graphs
20
+ * "LaTeX":http://www.latex-project.org/ snippets for mathematical formulas
21
+ * automatically clean up generated content using "Tidy":http://tidy.sourceforge.net/
22
+ * quick and speedy - only builds pages that have changed
23
+ * deploy anywhere - it's just HTML, no special server stuff required
24
+ * happy "rake":http://docs.rubyrake.org/ tasks for deploying your website to a server
25
+ * build new pages from templates for quicker blog posts and news items
26
+
27
+ But Wait! There's More!
28
+
29
+ Webby has a great _autobuild_ feature that continuously generates HTML whenever the *pages* or *layouts* change. The HTML is served up via "heel":http://copiousfreetime.rubyforge.org/heel/, a static file webserver based on mongrel. Whenever you change a page, you can immediately see those changes without having to run any commands.
30
+
31
+ $ webby autobuild
32
+ [10:21:26] INFO: starting autobuild (Ctrl-C to stop)
33
+ [10:21:26] INFO: creating output/index.html
34
+ [10:22:57] INFO: creating output/index.html
35
+
36
+ Webby is not limited to producing HTML. By no means! Do you ever get tired of repeating the same color code *#D3C4A2* in your CSS files? Webby can help. Need some customized JavaScript for your website. Webby can help. Anytime you find yourself repeating the same bit of text over and over, then you should be using Webby.
37
+
38
+ == INSTALL:
39
+
40
+ gem install webby
41
+
42
+ == EXAMPLE:
43
+
44
+ $ webby-gen website my_site
45
+ creating my_site
46
+
47
+ $ cd my_site
48
+
49
+ $ webby create:page 'new page'
50
+ creating content/new-page.txt
51
+
52
+ $ webby create:page 'another/new page'
53
+ creating content/another/new-page.txt
54
+
55
+ $ webby autobuild
56
+ [10:21:26] INFO: starting autobuild (Ctrl-C to stop)
57
+ [10:21:26] INFO: creating output/index.html
58
+ [10:21:26] INFO: creating output/new-page.html
59
+ [10:21:26] INFO: creating output/another/new-page.html
60
+
61
+ == REQUIREMENTS:
62
+
63
+ * directory_watcher
64
+ * heel
65
+ * hpricot
66
+ * logging
67
+ * rake
68
+ * rspec
69
+
70
+ == LICENSE:
71
+
72
+ MIT License
73
+ Copyright (c) 2007 - 2008
74
+
75
+ Permission is hereby granted, free of charge, to any person obtaining
76
+ a copy of this software and associated documentation files (the
77
+ 'Software'), to deal in the Software without restriction, including
78
+ without limitation the rights to use, copy, modify, merge, publish,
79
+ distribute, sub-license, and/or sell copies of the Software, and to
80
+ permit persons to whom the Software is furnished to do so, subject to
81
+ the following conditions:
82
+
83
+ The above copyright notice and this permission notice shall be
84
+ included in all copies or substantial portions of the Software.
85
+
86
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
87
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
88
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
89
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
90
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
91
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
92
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.