>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


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to