I thought I would share a tip for downloading a static HTML snapshot of an XWiki space. I've had pretty good success using wget:
 
wget -E -r -k -p --no-parent http://myserver/xwiki/bin/view/MySpace/
 
When this is done, wget produces the following directory structure:
 
\myserver
   \xwiki
      \bin
          \download
              \MySpace
                    (attachments placed here)
          \view
              \MySpace
                     (wiki documents here - look for index.html)
      \skins
         \default
 
This works pretty well, except wget doesn't get all of the necessary skin images and css files. So, I copy from the xwiki installation directory: skins\default\* to the downloaded \myserver\xwiki\skins\default folder, and things usually work pretty well.
 
Hope this is useful to others.
 
Stephen Schaub


All-in-one security and maintenance for your PC.  Get a free 90-day trial! Learn more!