public
Rubygem
Description: A lightweight and flexible website management system.
Homepage: http://webby.rubyforge.org/
Clone URL: git://github.com/TwP/webby.git
Revising history and updating the manifest
TwP (author)
Mon Jun 02 08:50:43 -0700 2008
commit  81771dfb64a24caa5e01a65ef4b5702f5cdd344f
tree    606e7bbad14a5edf5f085dfe8b281f71d6ca9c7f
parent  576ab64c57cb14afae93f2bf5145fc8737dcb1fa
...
1
 
2
3
4
5
6
 
7
8
9
10
11
12
 
 
 
 
13
14
15
16
 
17
18
19
...
 
1
2
3
4
5
 
6
7
8
9
10
 
 
11
12
13
14
15
16
17
18
19
20
21
22
0
@@ -1,19 +1,22 @@
0
-== 0.8.3 / 2008-05-
0
+== 0.8.3 / 2008-06-02
0
 
0
 * 2 major enhancements
0
   - Added blogging support
0
   - Added S5 slide presentation support
0
-* 5 minor enhancements
0
+* 6 minor enhancements
0
   - Changed the arguments to the DB#find method
0
   - Added locals support for page templates
0
   - Updated atom feed generation template
0
   - Partials now support local variables when rendering
0
- - Added a custom Textile tag for syntax highlighting of source code
0
-* 4 bug fixes
0
+ - Can guard rendering results from processing by subsequent filters
0
+ (useful when rendering partials or embedding other pages)
0
+ - Support for "content_for" style captures [M@ McCray]
0
+* 5 bug fixes
0
   - Fixed reference to an non-existent Error class
0
   - Basepath filter now handles XML files properly
0
   - Removed the "--delete" flag from the rsync options [Denis Defreyne]
0
   - Fixed a nil cursor bug in the rendering filter stack
0
+ - Recursive find now works from the root content folder (bug 20281)
0
 
0
 == 0.8.2 / 2008-03-12
0
 
...
29
30
31
 
 
 
 
 
 
 
 
 
 
 
32
33
34
...
42
43
44
 
45
46
47
...
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
...
53
54
55
56
57
58
59
0
@@ -29,6 +29,17 @@ data/content/css/blueprint/screen.css
0
 data/content/css/coderay.css
0
 data/content/css/site.css
0
 data/content/index.txt
0
+data/content/s5/blank.gif
0
+data/content/s5/bodybg.gif
0
+data/content/s5/framing.css
0
+data/content/s5/iepngfix.htc
0
+data/content/s5/opera.css
0
+data/content/s5/outline.css
0
+data/content/s5/pretty.css
0
+data/content/s5/print.css
0
+data/content/s5/s5-core.css
0
+data/content/s5/slides.css
0
+data/content/s5/slides.js
0
 data/layouts/default.rhtml
0
 data/lib/breadcrumbs.rb
0
 data/tasks/blog.rake
0
@@ -42,6 +53,7 @@ data/tasks/validate.rake
0
 data/templates/_partial.erb
0
 data/templates/atom_feed.erb
0
 data/templates/page.erb
0
+data/templates/presentation.erb
0
 examples/presentation/Rakefile
0
 examples/presentation/content/_sample_code.txt
0
 examples/presentation/content/css/uv/twilight.css

Comments

    No one has commented yet.