Dashboard > blojsom 3.0 > ... > Plugins > Wiki Plugin
  blojsom 3.0 Log In   View a printable version of the current page.  
  Wiki Plugin
Added by David Czarnecki, last edited by David Czarnecki on Jul 11, 2007
Labels: 
(None)

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.

Site running on a free Atlassian Confluence Open Source Project License granted to blojsom. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.4 Build:#809 Jun 12, 2007) - Bug/feature request - Contact Administrators