buttonTrust
 

TRUST Partners and Researchers who attend TRUST conferences
FAQ
Information about the Wiki facility
Previous section  |  This section  |  Next section
Previous question  |  This question  |  Next question

How do I mirror a wiki?
Christopher Brooks, 23 Sep 2007
Last updated: 23 Feb 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
You are not logged in 
© 2005-2012 Trust