 | 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 /WEB-INF/classes/blojsom-plugins.xml file, add the following:
<bean id="wiki" class="org.blojsom.plugin.wiki.WikiPlugin" init-method="init" destroy-method="destroy"/>
You may then add "wiki" to one of the flavor-based plugin chains.
The Wiki plugin uses .wiki in the post slug to identify blog entries that should be passed through the plugin for processing.
The Wiki plugin can also be run on entries not ending in a .wiki extension by using the Meta 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.