GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: A lightweight and flexible website management system.
Homepage: http://webby.rubyforge.org/
Clone URL: git://github.com/TwP/webby.git
Tim Pease (author)
Thu Feb 14 21:38:19 -0800 2008
commit  d9886a17936082020ff61c7baf54706f7ab3bdd3
tree    bdab05497d45b894d7fec653abd19e2f1a755c08
parent  9430ebf39161e9ebc748c75bf73770a60346a759
webby / History.txt
100644 85 lines (61 sloc) 2.49 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
== 0.7.4 / 2008-
 
* 1 minor enhancement
  - Added "limit" and "sort_by" options to the pages find method
 
== 0.7.3 / 2008-02-05
 
* 2 bug fixes
  - The setup.rb task now requires rubygems in case it is not in the
    user's rubyopt
  - Fixed file line endings on Windows when creating a new site
 
== 0.7.2 / 2008-02-02
 
* 4 minor enhancements
  - Created a URI base path rewriter filter
  - Create an outline filter for generating table of contents
  - Pages can be created as files or as directories
  - The @pages find method now recurses into sub-directories
* 3 bug fixes
  - Fixed a bug in the graphviz filter where the wrong map ID was
    being generated
  - Now passing the binding of the Renderer to the HAML filter
    (this makes the @page, @pages availabe in HAML pages)
  - The created_at attribute was not being created as a YAML
    time object
 
== 0.7.1 / 2008-01-03
 
* 2 bug fixes
  - No longer appending a '.' to files without an extension (like .htaccess)
    (patch supplied by Stephen Duncan)
  - Fixed a "No such file or directory" error when creating pages
    from templates
 
== 0.7.0 / 2008-01-01
 
* 1 major enhancement
  - Refactored how the filters are handled (thanks Bruce Williams)
* 2 minor enhancements
  - Added helper methods for URL and anchor generation
  - Added rake task to delete the generated website
* 2 bug fixes
  - Fixed a bug arising from the order of the logger creation
  - Removed the file extension form the page defaults
    (should be set in the layout or the page itself)
 
== 0.6.0 / 2007-12-04
 
* Added support for embedded graphviz images and image maps
* Tidy can be used as a filter to format HTML and check for errors
* Simplified coderay when used with textile
 
== 0.5.1 / 2007-11-29
 
* Growl notifications now work on Leopard / Tiger
* Fixed a few things for compatibility with Ruby 1.9
 
== 0.5.0 / 2007-11-26
 
* Launching heel now works on Windows boxen
* Now using "logging" gem to output build status
* Updated find routine for the pages DB
* First whack at pagination support
 
== 0.4.0 / 2007-09-18
 
* Updated the Blueprint CSS stylesheets to version 0.5
* Updating documentation and comments
 
== 0.3.0 / 2007-09-17
 
* Added support for CodeRay syntax highlighting
 
== 0.2.0 / 2007-08-28
 
* Updated rake tasks for website deployment
* Can use 'heel' and 'launchy' for viewing websites
* Webby executable can update rake tasks for existing websites
* Added more rdoc documentation to classes
 
== 0.1.0 / 2007-08-22
 
* Birthday!