[pmwiki-users] I want to know if it is normal
Hladůvka Jiří
mail at revida.sk
Wed Feb 7 10:04:15 CST 2007
SMETS Stephane BKS-IT napsal(a):
> Hello all
> I'am working on pagelist and I see this :
> (adapted to a markup you can run on pmwiki.org because my site is an intranet)
>
> I want to filter the pagelist result based on page's name.
>
> First case : all files beginnig with Ba and not beginning with Back
> This is the markup
> (:pagelist group=Cookbook name=Ba* -Back* :)
>
This means to list pages that which name starts with Ba except those
where in the text words starting with Back* occure
You should write
(:pagelist group=Cookbook name=Ba*,-Back* :)
> This is the result on pmwiki.org :
>
> Cookbook <http://www.pmwiki.org/wiki/Cookbook/Cookbook> /
> BackgroundImages <http://www.pmwiki.org/wiki/Cookbook/BackgroundImages> How to add background images to divisions, tables & cells
> Backlinks <http://www.pmwiki.org/wiki/Cookbook/Backlinks> List pages with links to a target
> BackupPages <http://www.pmwiki.org/wiki/Cookbook/BackupPages>
> BarthelmeSkin <http://www.pmwiki.org/wiki/Cookbook/BarthelmeSkin>
>
> As you see the exclusion filter doesn't run
>
>
> Second case double include filter I want to have the files beginning with the A and files beginning with the letter B
>
> (:pagelist group=Cookbook name=A* B* :)
>
>
The same as above
> The result is empty.... To be quite sure, the result for
> (:pagelist group=Cookbook name=A* :)
> (:pagelist group=Cookbook name=B* :)
>
> is the list of A Cookbook and the list of B cookbook
>
> Is this normal? On my wiki, I want to have a pagelist like this
> (:pagelist group=Cookbook name=*{=$Year}{=$Month} *Disks *Backups :) ...
>
> If all of this is normal I need 3 pagelist not only one, and it is not the same (sort the output,...)
>
> Thanks for the ideas.
> Stéphane Smets
>
>
>
Regards,
Jiri
More information about the pmwiki-users
mailing list