 | Plugin Availability
The Wiki plugin is available in the blojsom add-on bundle. This is a separate download from the blojsom.war file. |
Description
The Wiki plugin uses the Radeox
engine to allow you to write blog entries using the Radeox Wiki syntax. This is a shorthand markup for creating richer HTML entries without having to learn all of the particulars of HTML.
Installation and Setup
After downloading the blojsom add-on bundle, copy the blojsom-addon-plugins-{version}.jar, jakarta-oro-2.0.8.jar, and radeox-0.9 file into your /WEB-INF/lib directory.
In your global /WEB-INF/plugin.properties file, add the following line:
wiki=org.blojsom.plugin.wiki.WikiPlugin
You may then add "wiki" to one of the flavor-based plugin chains. These plugin chains can be found in the individual user's plugin.properties file. For example:
html.blojsom-plugin-chain=..., wiki, ...
In your individual blog.properties file, be sure to add .*wiki to the blog-file-extensions parameter value. The Wiki plugin uses .wiki to identify blog entries that should be passed through the plugin for processing, so be sure your entries end with this extension if you want this plugin to work correctly.
The Wiki plugin can also be run on entries not ending in a .wiki extension by using the metadata plugin before the Wiki plugin in one of the flavor-based plugin chains. The metadata key for the Wiki plugin would be specified as meta-run-wiki=y on a separate line in your blog entry text.