Thursday December 11, 2003
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 in Java
at Dec 11 2003, 11:52:03 AM MST
3 Comments
Search This Site
Recent Entries
- Wine Tasting in Napa Valley
- How to build a Shot-Ski
- Bus Project Update
- Farewell to the 2011-2012 Ski Season
- Cruising around the Western Caribbean
- Spring Break!
- A Spectacular Trip to Stockholm and Madrid
- Comparing Web Frameworks and HTML5 with Play Scala at Jfokus 2012
- Play Framework 2.0 with Peter Hilton at Jfokus
- Secure JSON Services with Play Scala and SecureSocial
Posted by Thomas on December 15, 2003 at 04:52 AM MST #
Posted by Thomas on December 15, 2003 at 05:00 AM MST #
Posted by Mahlen Morris on January 01, 2004 at 12:47 PM MST #