FYI... For anyone upgrading from a version of Roller that used this
plugin before 2.3.

After modifying jspwiki.properties for the new PageProvider, the URLs
are wrong.  It renders http://raibledesigns.com/Wiki.jsp... instead of
http://raibledesigns.com/wiki/Wiki.jsp...

I had to add the following to jspwiki.properties to fix the problem.

jspwiki.referenceStyle=absolute

This is correct in the download from java.net.

Thanks,

Matt

On 6/24/06, Matt Raible <[EMAIL PROTECTED]> wrote:
I have the following in my roller-custom.properties, but for some
reason, the JSPWiki plugin isn't showing up.  Any ideas?

plugins.page=\
org.apache.roller.presentation.velocity.plugins.convertbreaks.ConvertLineBreaksPlugin
\
,org.apache.roller.presentation.velocity.plugins.topictag.TopicTagPlugin \
,org.apache.roller.presentation.velocity.plugins.search.WikipediaLinkPlugin \
,org.apache.roller.presentation.velocity.plugins.search.GoogleLinkPlugin \
,org.apache.roller.presentation.velocity.plugins.textile.TextilePlugin \
,org.apache.roller.presentation.velocity.plugins.acronyms.AcronymsPlugin \
,org.apache.roller.presentation.velocity.plugins.bookmarks.BookmarkPlugin \
,org.apache.roller.presentation.velocity.plugins.email.ObfuscateEmailPlugin \
,org.apache.roller.presentation.velocity.plugins.smileys.SmileysPlugin \
,org.apache.roller.presentation.velocity.plugins.readmore.ReadMorePlugin \
,org.apache.roller.presentation.velocity.plugins.jspwiki.WikiPlugin

After looking at the roller_3.0 branch, it looks like this isn't
there.  I'm guessing I have to download the source from java.net?

...

So I did that, upload it to my site, and changed the last line above to:

,net.java.roller.pageplugins.jspwiki.WikiPlugin

What a pain... ;-)

Matt

Reply via email to