<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Petko Yotov wrote:
<blockquote cite="mid:200907121816.40009.5ko@5ko.fr" type="cite">
  <pre wrap="">On Sunday 12 July 2009 17:30:48 Ed W wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">The reason this matters is that I am using a different on disk pattern
for filenames, and so while the default wiki doesn't care about the
different between [[PmWiki Philosophy]] and [[PmWikiPhilosphy]], my
system does and at present the docs are significantly broken because of
the inconsistent use of both
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Maybe you could enable your own custom disk patterns on WikiGroups other than 
PmWiki/ ? Like, for example :

if( !preg_match("/^(PmWiki|Site|SiteAdmin)[\\.\\/]/", $pagename) ){
  $MakePageNamePatterns = array( 
    /* your own patterns */
  );
}

This way, the links in those groups should still work as they do in the 
default installation, and all your other pages should be fine too.

Only cross-group links between the two versions may be more difficult, but are 
they very frequent? (In which case, a couple of InterMap definitions could be 
helpful.)
  </pre>
</blockquote>
<br>
That's certainly an excellent suggestion whcih I will probably follow
anyway!&nbsp; <br>
<br>
However, I think it's still worth persuing and fixing the original issue<br>
<br>
Ed W<br>
</body>
</html>