On Fri, Mar 02, 2007 at 07:54:26AM -0600, Tegan Dowling wrote:
> > I'd like to use it like this:
> >
> > (:if enabled AuthPw:)
> > Your password provides access to:
> > (:if auth read Target 1:)
> > * [[Target 1]](:if auth read Target 2:)
> > * [[Target 2]](:if auth read Target 3:)
> > * [[Target 3]](:ifend:)
> 
> On the third hand, this is probably silly.  The markup to get the
> behavior that I want is plainly available already, in its
> not-terribly-onerous form above.  In deference to the principle of
> avoiding feature-creep, I'm content to let this go.

You might find it more readable as:

    (:if enabled AuthPw:)
    Your password provides access to:
    (:if auth read Target1:)* [[Target 1]]
    (:if auth read Target2:)* [[Target 2]]
    (:if auth read Target3:)* [[Target 3]]
    (:if:)

Pm

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to