Static snapshots of XWiki spaces

Stephen Schaub stephen_schaub_88 at hotmail.com
Thu Dec 14 23:37:36 CET 2006


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!
http://www.windowsonecare.com/purchase/trial.aspx?sc_cid=wl_wlmail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xwiki.org/pipermail/users/attachments/20061214/6b8ea85f/attachment-0001.html 


More information about the users mailing list