From: Reini U. <ru...@x-...> - 2004-07-09 10:13:55
|
Paul Henry wrote: > Is there a way to take a snapshot of only a subset of pages? Right now I use: > Take [snapshot|phpwiki:?action=zip]. In latest CVS: Yes, with the pages and exclude arguments. <?plugin WikiFormMore action=zip editbox[]=array('name'=>"directory",'value'=>HTML_DUMP_DIR) checkbox[]=array('name'=>"include",'value'=>"all") editbox[]=array('name'=>"pages",'value'=>"*") editbox[]=array('name'=>"exclude",'value'=>"") ?> -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |