Marcus Rueckert wrote:

> 
> wgetting the wiki is the most stupid idea i have ever heard.
> there are so many highly dynamic pages in it. that you do us more bad
> than good. 

the real syntax is that:

wget \
--convert-links \
--page-requisites \
--html-extension \
--recursive \
--level=2 \
--reject "*edit*,*history*,*Special*,*oldid*" \
http://url/wiki/

Or in a short form

wget -k -p -E -r -l 2 -R
"*edit*,*history*,*Special*,*oldid*" http://url/wiki/

and how can we have a backup of the wiki elsewhere?

a much better way should be to have periodically this done
from the serveur itself and made available to any user.

there are a number of case where this is usefull, having no
net acces for example

jdd

-- 
http://www.dodin.net
http://dodin.org/galerie_photo_web/expo/index.html
http://lucien.dodin.net
http://fr.susewiki.org/index.php?title=Gérer_ses_photos

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to