(no commit message)
authorhttp://mildred.fr/ <mildred@web>
Fri, 28 Dec 2012 10:01:19 +0000 (06:01 -0400)
committeradmin <admin@branchable.com>
Fri, 28 Dec 2012 10:01:19 +0000 (06:01 -0400)
doc/todo/inline_directive_should_support_pagination.mdwn [new file with mode: 0644]

diff --git a/doc/todo/inline_directive_should_support_pagination.mdwn b/doc/todo/inline_directive_should_support_pagination.mdwn
new file mode 100644 (file)
index 0000000..eafe6ee
--- /dev/null
@@ -0,0 +1,8 @@
+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.
+
+Basically, the same page would be rendered multiple times:
+
+- The index page: rendered normally, but item list is truncated to N items
+- The separate pages: rendered with a slice of the item list containing N items (or less for the last page)
+
+This I think breaks one major assumption: that source pages only generate one page in the output directory.