Sha256: 0688c995f52e8cb03d0b42746bd505a8b95afac752d525906a340c460c765195
Contents?: true
Size: 934 Bytes
Versions: 2
Compression:
Stored size: 934 Bytes
Contents
title: To Do format: Markdown --- | * Add a `test` rake task for verification of `Site` structure and content * Setting for number of entries to show on main blog page * Setting for specifying the site's `homepage`, use `:blog` for the blog, or a `page.slug` * Base blog folder setting ( defaults to `'.'` ) * Base page folder setting ( defaults to `'.'` ) * Abstract content types (page, post, media) * Cleanup error messages, application-wide ## Completed * Cleanup Tag list implementation * Application events to provide hooks for plugins * Check for existing files before writing over them on the command line * Abstract `TextFormatter`s * Plugins should allow creation of `TextFormatter`s * Feed support * Sort tags, pages, and posts when they are added to the `Site` collections (?) * Custom tags from plugins * Rendering plugin using `<%%= render :plugin=>'MY_PLUGIN' %>` -- Wound up looking like: <%%= MY_PLUGIN params %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bloggit-1.0.3 | test/fixtures/test.blog/pages/todo.page |
bloggit-1.0.7 | test/fixtures/test.blog/pages/todo.page |