[EMAIL PROTECTED] wrote:
> Hi
>   The following is the requirement . We are using the Trac Wiki as a
> kind of knowledge management system ( for lack of a better word ).
>
>    Basically all the developers write new  items in the wiki . I would
> like to do the following :
>
> Set up a wiki page that contains all the recent items that have been
> posted by a group . This will help people to come to this page and
> then browse from there.

Are you aware of the RecentChanges macro?

    """Lists all pages that have recently been modified, grouping them 
by the
    day they were last modified.

    This macro accepts two parameters. The first is a prefix string: if
    provided, only pages with names that start with the prefix are 
included in
    the resulting list. If this parameter is omitted, all pages are listed.

    The second parameter is a number for limiting the number of pages 
returned.
    For example, specifying a limit of 5 will result in only the five most
    recently changed pages to be included in the list.
    """

-- Christian

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to