Export JSPWiki pages to HTML using Hula
This morning, I discovered Hula - a Java client API to the WikiRPCInterface. The nice feature I really like is that it allows you to export your wiki pages to static html. Here's how to set it up on your JSPWiki:
- Uncomment the XML RPC servlet-mappings in web.xml.
- Download Hula.
- Rename hula.zip to hula.jar and put it into JSPWiki's WEB-INF/lib.
- Copy apps/*.jsp to webapps/JSPWiki/.
- You can use my trimmed down version if you like, it only has hula.jar and the JSPs.
Now I can write all my AppFuse documentation on the wiki and bundle it with the downloads - very nice.
Posted by Thomas on December 15, 2003 at 10:52 AM MST #
Posted by Thomas on December 15, 2003 at 11:00 AM MST #
Posted by Mahlen Morris on January 01, 2004 at 06:47 PM MST #