Reini Urban wrote:
> 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'=>"")
> ?>
>
Oops, I changed the API lately:
<?plugin WikiFormRich action=zip
checkbox[] name=include value="all"
editbox[] name=directory value=DEFAULT_DUMP_DIR
editbox[] name=pages value=*
editbox[] name=exclude value="" ?>
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/
|