[Pmwiki-users] pmwiki-0.6.21 released with experimental WikiFarm support

John Rankin john.rankin
Tue Jun 1 15:44:45 CDT 2004


On Saturday, 29 May 2004 2:45 AM, Patrick R. Michaud <pmichaud at pobox.com> wrote:

>It also could be that the wikifarm code in 0.6.21 simplifies the 
>implementation of the Cookbook wikifarm script, so that creating new 
>fields via a wiki page and the other things that the Cookbook version
>does could be seen as "extensions" to the wikifarm capabilities built in 
>to 0.6.21.  (Perhaps a "WikiCoOp"?)   I'll be quite happy to help
>in any merging of the two approaches, but because this would likely
>require extra time and effort from John and/or Donald, I think the
>choice to start down that path is properly left to them.  Until then,
>I just try to make sure that changes to the core PmWiki base
>don't unduly interfere with existing installations and Cookbook
>recipes.
>
>Pm
>
The Cookbook wikifarm recipe contains the following function:

function GetFieldWikiLibDir($field) {

  if ($field == '') return "wikilib.d";

  return "wikifarm/wikilib.d";

}

I think for now, this is the only thing that has to change for the 
Cookbook recipe to work with PmWiki farms. The return "wikilib.d";
needs to return the location of the Pm farm's wikilib.d.

So: what should this read?

With luck, I might be able to test it this weekend.


-- 
JR
--
John Rankin





More information about the pmwiki-users mailing list