[pmwiki-users] Kind-of Blog 1.1 released

Patrick R. Michaud pmichaud at pobox.com
Wed Dec 14 09:59:23 CST 2005


On Wed, Dec 14, 2005 at 04:32:37PM +0100, sven saurwein wrote:
> Patrick R. Michaud wrote:
> >On Wed, Dec 14, 2005 at 04:08:46PM +0100, sven saurwein wrote:
> >
> >>(:pagelist 2005:) all pages with 2005 in there name, ie from the year 2005
> >>and so on...
> >
> >
> >Beware!  (:pagelist 2005:) is a list of all pages with 2005 in the name
> >or in the text.
> 
> sure u should limit the list to the dedicated blog group:
> (:pagelist group=GROUP 2005:)
> 
> and set some other option, for example:
> (:sort=-name:) revers chronological, work fine with KOBs naming scheme
> and excluding unwanted pages

So....

    (:pagelist group=BlogGroup order=-name 2005:)

This already exists in PmWiki.

I'm also thinking we can introduce a fullname= parameter with
wildcards, thus:

    (:pagelist fullname=BlogGroup.*2005* order=-name:)

gives all of the pages in BlogGroup with "2005" in the name, reverse
sorted by name.  Maybe we can come up with a better name besides
"fullname=", too.

Pm




More information about the pmwiki-users mailing list