Skip navigation.
Home

Roller:RollerWikiPlugin Setup

Okay I think I finally have the RollerWikiPlugin setup.. I think I can even do emoticons now! Eye-wink The directions are not all that great in that they don't tell you how to enable the plugin in the first place.. Here's how:

  1. Open /WEB-INF/classes/roller.properties.
  2. Scroll down to Enabled plugins ... remember, order...
  3. As the first plugin, add org.roller.presentation.velocity.plugins.jspwiki.WikiPlugin \. On the next line don't forget to add the comma.
  4. Bounce the roller application.
  5. Open up the administration GUI--> Website Tab--> Settings--> Check JSPWiki Syntax--> Click Update Website Settings Button.

#----------------------------------
# Enabled plugins ... remember, order does matter!!
# Weblog entry editor plugins (all are off by default). plugins.page=\
org.roller.presentation.velocity.plugins.jspwiki.WikiPlugin\
,org.roller.presentation.velocity.plugins.topictag.TopicTagPlugin\
,org.roller.presentation.velocity.plugins.textile.TextilePlugin\
,org.roller.presentation.velocity.plugins.acronyms.AcronymsPlugin\
,org.roller.presentation.velocity.plugins.bookmarks.BookmarkPlugin\
,org.roller.presentation.velocity.plugins.email.ObfuscateEmailPlugin\
,org.roller.presentation.velocity.plugins.smileys.SmileysPlugin\
,org.roller.presentation.velocity.plugins.readmore.ReadMorePlugin