public
Description: my blogging engine - sinatra + yaml
Homepage: http://yapok.org/
Clone URL: git://github.com/madx/honk.git
Click here to lend your support to: honk and make a donation at www.pledgie.com !
honk / CHANGELOG
100644 57 lines (45 sloc) 1.8 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
Honk 0.3
========
 
  IMPORTANT NOTICE:
  Honk 0.3 is NOT RETRO COMPATIBLE!
  Many things have changed and/or were rewritten. Please make sure that you
  update your config.rb with new parameters.
  Many things have been improved, look at the feature list below
  Re-read the README if needed
 
  New features:
  * New configuration system
  * Default values for Posts (timestamp, commentability, tags)
  * A reverse CAPTCHA to prevent spam
  * Description metadata
  * Various theme enhancements
  * Add a post-comment hook to execute arbitrary code upon comment posting
    (this is the comment_hook option)
 
  Bug fixes:
  * Huge refactoring
  * Sinatra 0.9.3 compatibility
 
Honk 0.2
========
 
  IMPORTANT NOTICE:
  There's no more formatter, use raw HTML, or your own tool to generate
  your blog posts. This should really speed up things!
 
  New features:
 
  * A small thor task to bootstrap a new blog (still need improvements though)
  * Add tilde expansion to the index
  * A nicer default stylesheet
  * Split layout files for easier customization
  * "Remember me" checkbox for the comments
  * Pagination and navigation (tags/rss/atom/archives)
    Pagination can be disabled by setting it to Infinity
  * Better error handling in production
  * Add an Expires header to the served stylesheets
 
  Bug fixes:
 
  * Fixed crash on comment submit in production environment
  * Fixed the HTML id collision in the comment form
  * Fixed date parsing bug
  * Fixed a problem with the optional website field
  * Fixed post contents weirdnesses in the feeds
  * /_reload is now /_sync, and works :P
  * maybe (=obviously) more...
 
Honk is now licensed under the terms of the MIT license, please see the
LICENSE file for details.
 
Honk is now tested with Bacon [http://github.com/chneukirchen/bacon]