[pmwiki-users] pagelist and pages beginning with Index
DaveG
pmwiki at solidgone.com
Fri Oct 16 11:22:13 CDT 2009
On 10/16/2009 10:01 AM, Eric Grange wrote:
> As for the SearchPatterns, I'm using the french localization recipe,
> which includes some $SearchPatterns indeed, and one them is:
>
> $SearchPatterns['default'][] = '!\\.Index!';
>
> is this line correct? (I'm not sure what the SearchPatterns does
> exactly, so I didn't touch that part).
Well, it's correct... but that's the line which is basically saying
"exclude all Index pages". Try commenting it out, by putting a # in
front of the line:
# $SearchPatterns['default'][] = '!\\.Index!';
I'm not sure what purpose the line serves in the context of the
localization recipe though, so commenting out may now include pages that
the localization recipe expects to be excluded.
~ ~ Dave
More information about the pmwiki-users
mailing list