Roller:RollerWikiPlugin Setup
Submitted by Matt Fleming on Mon, 2005-09-05 02:43.
Okay I think I finally have the RollerWikiPlugin setup.. I think I can even do emoticons now!
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:
- Open /WEB-INF/classes/roller.properties.
- Scroll down to Enabled plugins ... remember, order...
- As the first plugin, add org.roller.presentation.velocity.plugins.jspwiki.WikiPlugin \. On the next line don't forget to add the comma.
- Bounce the roller application.
- 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
