Blog Plugin

Gives FitNesse some blog-like behavior.
by Micah Martin

Download

blog.jar - This is all you need to install the plugin
blogPlugin.zip - The source code.


Installation

Make sure blog.jar is included in the classpath when FitNesse boots.
Add the floowing to plugins.properties
Responders = addBlogComment:com.objectmentor.fitnesse.AddBlogCommentResponder
WikiWidgets = com.objectmentor.fitnesse.BlogCommentFormWidget


Usage

This plugin provides a new wiki widget that is used like so:
!commentForm [taget page name]

When rendered the widget will show a form like the image below. When the form is submitted, content will be added to the current page as a collapsable section. Optionally, a alternative page can be specified as the target page where content will be saved.