hi all,

I was trying to install textile plugin in v3.1, but the doc in java.net's wiki seems out-of-date http://wiki.java.net/bin/view/Javanet/TextilePlugin. so I tried to recompile from source code and get it working fine now.

for those who need textile plugin, I would like to share my experience here.

meanwhile, this textile4j-1.20.jar does not support table syntax. this project seems inactive and has been stopped for a long time. I hope I can contribute the code to get it working better. (e.g. supports TABLE and Code syntax), i wish I can blog exactly like doing wiki on confluence. bcos, I do have notes keeping on both Roller and Confluence.

P.S. for MacOSX user, MarsEdit(with textile preview) + textileplugin+ roller blog server are the BEST MATCH. really cool!

I love it . thanks for all roller developers and gurus.

Pls update the documentation. thanks

------------------------
Correction for v3.1
------------------------
1) Download and recompile 3.1 from source code *

/apache-roller-src-3.1$ant all
/apache-roller-src-3.1/contrib$ant build-contrib

2) a roller-contrib.jar will be generated at:
/apache-roller-src-3.1/build/lib/roller-contrib.jar

3) copy this roller-contrib.jar to ./apache-roller-3.1/webapp/roller/WEB-INF/lib/roller-contrib.jar


4) configure your $TOMCAT_HOME/common/classes/roller-custom.properties
# 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 \
,org.apache.roller.ui.rendering.plugins.TextilePlugin






Reply via email to