* Reads GUID from filename
commit8ca51cb2a6683c0ff8012629eec77593d36df580
authorM@ McCray <darthapo@gmail.com>
Tue, 1 Jul 2008 18:21:32 +0000 (1 13:21 -0500)
committerM@ McCray <darthapo@gmail.com>
Tue, 1 Jul 2008 18:21:32 +0000 (1 13:21 -0500)
tree5db6b2f7d8ba1a679251a63144f4d9d9f6d19bef
parentb07341bc525e72e73fba706fb3b13d1a8eaaa634
* Reads GUID from filename
* Reads Time from yaml block
* Support text filter :none -- Which does nothing, passes the text right through
* Support subscript notation that won't throw an error: page['i_dont_exist'] # => nil
* Initial find_by_tag support
17 files changed:
Todo.taskpaper [new file with mode: 0644]
lib/bloggit.rb
lib/bloggit/page.rb
lib/bloggit/post.rb
lib/bloggit/site.rb
lib/bloggit/template.rb
lib/bloggit/text_formatter.rb
test/fixtures/template.html.erb [new file with mode: 0644]
test/fixtures/test.blog/pages/todo.page
test/fixtures/test.blog/posts/2004.03.07_to-boldly-go.post
test/fixtures/test.blog/posts/2007.03.25_sure-whatever.post
test/fixtures/test.blog/posts/2007.03.27_rdoc-anyone.post
test/fixtures/test.blog/posts/2010.12.07_35-already.post
test/unit/page_test.rb
test/unit/post_test.rb
test/unit/site_test.rb
test/unit/template_test.rb