]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/inline_directive_should_support_pagination.mdwn
Merge commit '546da9bac7135d7d1b02dce0c0eef2209d939fc6' into sipb
[ikiwiki.git] / doc / todo / inline_directive_should_support_pagination.mdwn
1 Ikiwiki should support pagination for index pages. Something like showing only 10 items on the first page, and then having the other items on the other pages.
2
3 Basically, the same page would be rendered multiple times:
4
5 - The index page: rendered normally, but item list is truncated to N items
6 - The separate pages: rendered with a slice of the item list containing N items (or less for the last page)
7
8 This I think breaks one major assumption: that source pages only generate one page in the output directory.