Thank you so much.  $WikiLibDirs is exactly what I need to solve my problem.<div><br></div><div>Here's the new line in my farmconfig.php:</div><div><br></div><div>     $WikiLibDirs = array(&$WikiDir,new PageStore('$FarmD/wikilib.d/{$FullName}'),new PageStore('$FarmD/wiki.d/{$FullName}'));</div>
<div><br></div><div>In my root wiki I preface the common pages with 'Root...' e.g. RootMasterPlotter.PageStructure.  For the child sites in subdirectories, I include the content into the page with (:include 
RootMasterPlotter.PageStructure).</div><div><br></div><div>This lets me quickly clone a new subsite from the root master.  In the cloned child site I delete the 'Root'-prefaced files because they are redundant: the 'Root'-prefaced pages should only ever exist in the root wiki.d.</div>
<div><br></div><div>I prefer subfolders to organize my many story development projects, rather than clump everything into one directory.</div><div><br></div><div>Cheers,</div><div>Andrew</div><div><br><div class="gmail_quote">
On 15 July 2012 18:59, tamouse mailing lists <span dir="ltr"><<a href="mailto:tamouse.lists@gmail.com" target="_blank">tamouse.lists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Sun, Jul 15, 2012 at 4:35 AM, fergicide <<a href="mailto:fergicide@gmail.com">fergicide@gmail.com</a>> wrote:<br>
> Hi Folks.<br>
><br>
> One issue I'm constantly running into (and haven't solved) is trying to pull<br>
> in wiki content from other sites.<br>
><br>
> For example, here's my farm structure:<br>
><br>
> ...rootwiki<br>
> ......story1<br>
> ......story2<br>
> ......story3<br>
><br>
> When I create a new 'story' sub site, I copy the root wiki.d folder (which<br>
> is basically my story sites template) to the new subfolder and go from<br>
> there.<br>
><br>
> My problem is, for these story sites I have pages that ideally would pull in<br>
> part of their content from the rootwiki site, to avoid duplication and<br>
> ensure changes to the rootwiki page automatically reflect in the child<br>
> sites.<br>
><br>
> Ideally I could use (:include wikiroot:grouppage.page:) where wikiroot is<br>
> defined in farmmap.txt and points to the root wiki, or something like that,<br>
> but of course :include: only works at the site level.  I don't want to use<br>
> an iframe via HTML.<br>
><br>
> Have I overlooked an existing solution?<br>
><br>
> Many thanks for any ideas.<br>
><br>
> Cheers,<br>
> Andrew, longtime pmwiki user.<br>
><br>
><br>
</div></div>> _______________________________________________<br>
> pmwiki-users mailing list<br>
> <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
> <a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
><br>
<br>
Off the cuff here, but what if you bundled the rootwiki's pages in<br>
your story wikis' $WikiLibDirs array? I do this for pages I might<br>
create in recipes using the method defined in<br>
<a href="http://www.pmwiki.org/wiki/Cookbook/ModuleGuidelines" target="_blank">http://www.pmwiki.org/wiki/Cookbook/ModuleGuidelines</a>. I don't see any<br>
reason why *any* wiki page path couldn't be included in that. The<br>
problem with that is if you modify one of those pages in one of the<br>
story wikis, changes from rootwiki won't show up as the edited page is<br>
now in the story wiki's wiki.d directory.<br>
<br>
Another question: why create a whole new wiki for each story? Why not<br>
make each story a group in rootwiki?<br>
</blockquote></div><br></div>