Re: [pmwiki-users] wildcards in pagelist link= option

2008-11-04 Thread St�phane Heckel

"Patrick R. Michaud" wrote :

> At http://www.pmwiki.org/wiki/Test/WildcardLinkSyntax I've
> drafted a proposed syntax to handle a variety of wildcarded
> link= options, both for links going *to* a set of pages and
> for links coming *from* a set of pages, and the inverse sets.

Hi Patrick & team,

Is there any possibility to have multiple categories in pagelist ?
I would need the "AND" option  link=CategA&CategB
Any workaround ?

Thanks

SH 




___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


Re: [pmwiki-users] wildcards in pagelist link= option

2007-11-13 Thread sti
Patrick R. Michaud wrote:
> At http://www.pmwiki.org/wiki/Test/WildcardLinkSyntax I've
> drafted a proposed syntax to handle a variety of wildcarded
> link= options, both for links going *to* a set of pages and
> for links coming *from* a set of pages, and the inverse sets.
> 
Ooh! I like. I was just wondering how to test for unused Categories. The
nolinkfrom= option would be perfect for my needs.

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


[pmwiki-users] wildcards in pagelist link= option

2007-11-12 Thread Patrick R. Michaud
At present the link= option only works with a single page
argument, thus to find all of the pages with links to
Category.XYZ, we use:

(:pagelist link=Category.XYZ :)

A long-requested feature is to have the ability to
use wildcard patterns as options to the link= parameter.
For example, to find all pages with links to Category pages
other than Category.XYZ:

(:pagelist link=Category.*,-Category.XYZ :)

At http://www.pmwiki.org/wiki/Test/WildcardLinkSyntax I've
drafted a proposed syntax to handle a variety of wildcarded
link= options, both for links going *to* a set of pages and
for links coming *from* a set of pages, and the inverse sets.

The new syntax would also be able to locate arbitrary sets of
"wanted" and "orphan" pages, without the need for a separate
"status=" option (although we might add status= as a shortcut).

Comments and discussion welcome.

Pm

___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users