| Title | Edit Ideas Category Aggregator |
| Date | 24-Jan-2004 |
| JSPWiki version | |
| Submitter | FrancoisParlant |
| Idea Category | GenericIdea |
| Reference | AggregatePlugin and TopicalRecentChangesPlugin |
| Status | NewIdea |
24 jan 2004 - Ideas - Category aggregator
An interesting feature of MovableType is that you can create a page aggregating all entries of one category.- Is it possible to do the same with JSPWiki : aggregating all the page referring to one category ?
- Should we use simple loop of the InsertPagePlugin, (using the length parameter, for exemple, to only show a certain number of lines, followed by the "more ..." link toward the full page) ?
- Should we use a .jsp or a class ?
- Could it work with the CalendarTag : only showing the page referring to the category, since a certain date ?
See AggregatePlugin and TopicalRecentChangesPlugin, the intents expressed about are echoed there.