The Embedded Website Workgroup
FAQ
Wiki
Previous section  |  This section  |  Next section
Previous question  |  This question  |  Next question

How do I mirror a wiki?
Christopher Brooks, 10 Oct 2011
Last updated: 10 Oct 2011

http://www.pmwiki.org/wiki/Cookbook/ExportHTML?from=Cookbook.PmWiki2HTML-usingWGET says:
wget -r -k -np -p -l 0 http://example.org/wiki
That page has other suggestions about how to get html.

However, we have authentication, so Look up the websitesessionKey cookie in your browser and then use it with wget:

wget -r -k -np -p -l 0 --no-cookies 
 --header "Cookie: websiteSessionKey=xxxxxxxxxxxxxxxxxxxx" 
 --reject "*action=print","*action=diff","*action=upload","*action=edit"
 http://website_long_name/group/wiki/ 
Previous section  |  This section  |  Next section
Previous question  |  This question  |  Next question
Contact 
©2002-2018 U.C. Regents