public
Description: A lightweight and flexible website management system.
Homepage: http://webby.rubyforge.org/
Clone URL: git://github.com/TwP/webby.git
Search Repo:
updating manifest
TwP (author)
Thu Mar 27 16:21:51 -0700 2008
commit  8b3fc65b4ce274621fb2d6d5b3035cdc7b2ebebf
tree    f45abc827ddf4e08ec906d4c48bc056d10569ab0
parent  365a4330b4b856691a7c72e0fd5bd2c4788d7ab1
...
31
32
33
 
 
34
35
36
...
55
56
57
 
 
58
59
60
...
96
97
98
99
100
101
102
...
31
32
33
34
35
36
37
38
...
57
58
59
60
61
62
63
64
...
100
101
102
 
103
104
105
0
@@ -31,6 +31,8 @@
0
 data/content/index.txt
0
 data/layouts/default.rhtml
0
 data/lib/breadcrumbs.rb
0
+data/tasks/blog.rake
0
+data/tasks/build.rake
0
 data/tasks/create.rake
0
 data/tasks/deploy.rake
0
 data/tasks/growl.rake
0
@@ -55,6 +57,8 @@
0
 examples/webby/content/tips_and_tricks/index.txt
0
 examples/webby/content/tutorial/index.txt
0
 examples/webby/layouts/default.rhtml
0
+examples/webby/tasks/blog.rake
0
+examples/webby/tasks/build.rake
0
 examples/webby/tasks/create.rake
0
 examples/webby/tasks/deploy.rake
0
 examples/webby/tasks/growl.rake
0
@@ -96,7 +100,6 @@
0
 lib/webby/stelan/paginator.rb
0
 lib/webby/stelan/spawner.rb
0
 lib/webby/utils.rb
0
-lib/webby/webby_task.rb
0
 spec/spec.opts
0
 spec/spec_helper.rb
0
 spec/webby/resources/file_spec.rb

Comments

    No one has commented yet.