[pmwiki-users] Category - Links not to include
Petko Yotov
5ko at free.fr
Mon May 7 17:41:46 CDT 2007
On Tuesday 08 May 2007 00:03, Kathryn Andersen wrote:
> b) You could specifically include only pages which contain "[[!" in them
>
> (:pagelist link={*$FullName} list=normal -"[[!":)
First, it should be "[[!" and not -"[[!" ("minus" means excluded).
Senond, this will cause pmwiki to open for reading every single page (file) in
the pagelist to make sure there is such string, and if there are many pages,
it may be quite slow (running at 100% CPU). To optimize pagelists, as of
today, one would prefer using only the information stored at the .pageindex
file, and that is the patameters name=, group=, link= and (+ or -) single
words and limit searches for quoted expressions or PageTextVariables.
Cheers,
Petko
More information about the pmwiki-users
mailing list