[pmwiki-users] action = copy?

Peter & Melodye Bowers pbowers at pobox.com
Wed Feb 20 00:05:22 CST 2008


>Is there functionality in PmWiki that allows one to copy a page without
>access to the wiki.d directory?

If you have Cookbook/WikiSh installed (with $EnableWikiShWritePage and
$EnableWikiShCreatePage at a minimum) you can use this MX to copy from
readonly page A to page B

{(cp ClosedGroup.A OpenGroup.B)}

If you wanted to copy the entire group (i.e., have an entire group as a
"template" for groups you want to create) you could do this:

{(cp ClosedGroup.* OpenGroup)}

-Peter




More information about the pmwiki-users mailing list