public
Rubygem
Description: A lightweight and flexible website management system.
Homepage: http://webby.rubyforge.org/
Clone URL: git://github.com/TwP/webby.git
Adding the blog templates.
TwP (author)
Tue Jun 03 07:40:52 -0700 2008
commit  db8beddbfb5cce5eef4702342338cd578eb1b51c
tree    911b9599f74bda3e406edd1db06dd5d3f8fba5ac
parent  c6e184d74b4f6597c5672cd3b84601a9e5af4650
...
1
 
2
3
4
 
 
5
6
7
...
 
1
2
3
4
5
6
7
8
9
0
@@ -1,7 +1,9 @@
0
-== 0.9.0 / 2008-06-
0
+== 0.8.4 / 2008-06-03
0
 
0
 * 1 minor improvement
0
   - Global defaults for HAML and SASS [Dag Odenhall]
0
+* 1 bug fix
0
+ - Added the blog templates to the package
0
 
0
 == 0.8.3 / 2008-06-02
0
 
...
52
53
54
 
 
 
55
56
57
...
52
53
54
55
56
57
58
59
60
0
@@ -52,6 +52,9 @@ data/tasks/setup.rb
0
 data/tasks/validate.rake
0
 data/templates/_partial.erb
0
 data/templates/atom_feed.erb
0
+data/templates/blog/month.erb
0
+data/templates/blog/post.erb
0
+data/templates/blog/year.erb
0
 data/templates/page.erb
0
 data/templates/presentation.erb
0
 examples/presentation/Rakefile
...
15
16
17
18
 
19
20
21
...
32
33
34
35
36
37
38
39
40
41
...
15
16
17
 
18
19
20
21
...
32
33
34
 
 
 
 
35
36
37
0
@@ -15,7 +15,7 @@ PROJ.url = 'http://webby.rubyforge.org/'
0
 PROJ.description = paragraphs_of('README.txt', 3).join("\n\n")
0
 PROJ.rubyforge.name = 'webby'
0
 PROJ.version = Webby::VERSION
0
-PROJ.release_name = 'TODO'
0
+PROJ.release_name = 'Forgetful Foobar'
0
 
0
 PROJ.ruby_opts = %w[-W0]
0
 PROJ.exclude << %w(^examples/[^/]+/output ^tasks/archive ^tags$)
0
@@ -32,10 +32,6 @@ PROJ.ann.email[:server] = 'smtp.gmail.com'
0
 PROJ.ann.email[:port] = 587
0
 
0
 PROJ.ann.text = <<-ANN
0
-== FUN FACT
0
-
0
-TODO
0
-
0
 == POST SCRIPT
0
 
0
 Visit the Webby forum to chat with other Webby-Heads:
...
18
19
20
21
 
22
23
24
...
18
19
20
 
21
22
23
24
0
@@ -18,7 +18,7 @@ Logging::Appender.stdout.layout = Logging::Layouts::Pattern.new(
0
 module Webby
0
 
0
   # :stopdoc:
0
- VERSION = '0.9.0' # :nodoc:
0
+ VERSION = '0.8.4' # :nodoc:
0
   LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
0
   PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
0
   # :startdoc:

Comments

    No one has commented yet.