[pmwiki-users] pagelist includes

Patrick R. Michaud pmichaud at pobox.com
Thu Jun 29 13:00:03 CDT 2006


On Wed, Jun 28, 2006 at 09:51:08AM -0700, Martin Fick wrote:
> --- "Patrick R. Michaud" <pmichaud at pobox.com> wrote:
> 
> > PmWiki defaults to a maximum of 50 includes.  This
> > is generally to avoid infinite-loop sorts of cases. 
> 
> 
> Any thoughts of modofying this behaviour to instead
> keep a stack of already included pages and preventing
> duplicates that way?  

There are times when there are multiple includes from
the same page -- we don't want to break those.  For
example:

    (:include SomePage#section1:)

    and later

    (:include SomePage#section2:)

Also, the RandomQuote cookbook recipe depends on being
able to do multiple includes from a single page.

Pm




More information about the pmwiki-users mailing list