 |
The Roller Textile plugin
Applies to Roller 3.0 release
Here's what you'll need to do to configure the Textile plugin in Roller:
Add Textile plugin to your Roller properties override file
Follow the instructions in the Roller Installation Guide (Step 8) that explain how to create your own property override file. Add the Textile page plugin to the list of page plugines defined by the variable page.plugins. For example, here's what the page.plugins property would look like with all the built-in Roller plugins plus the Textile plugin (at the end):
# Weblog entry plugins
plugins.page=\
org.apache.roller.ui.rendering.plugins.ConvertLineBreaksPlugin \
,org.apache.roller.ui.rendering.plugins.TopicTagPlugin \
,org.apache.roller.ui.rendering.plugins.ObfuscateEmailPlugin \
,org.apache.roller.ui.rendering.plugins.SmileysPlugin \
,net.java.dev.roller.plugins.weblogentry.textile.TextilePlugin
Extract the Textile jars into the Roller WEB-INF/lib directory
- Download the = textile-plugin-X.Y.tar.gz= file and extract the files.
- Copy all of the jar files extracted into the Roller
WEB-INF/lib directory
Start up Roller
Once you've installed and configured the optional plugins, you'll should find the new plugin in the list of plugins on the Roller Weblog Editor (New Entry) page and on the Weblog Preferences Settings page.
|