aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://mildred.fr/ <mildred@web>2012-12-28 06:01:19 -0400
committeradmin <admin@branchable.com>2012-12-28 06:01:19 -0400
commitb320aa69af62e219e6bfcc72f148d722671bf6c8 (patch)
tree569696d14e4171e7c6d1ea5f0fd41a08b2c8ca83
parent86519b047e6fb96e4c5c5b22cb9619d120bf566e (diff)
downloadikiwiki-b320aa69af62e219e6bfcc72f148d722671bf6c8.tar
ikiwiki-b320aa69af62e219e6bfcc72f148d722671bf6c8.tar.gz
-rw-r--r--doc/todo/inline_directive_should_support_pagination.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/inline_directive_should_support_pagination.mdwn b/doc/todo/inline_directive_should_support_pagination.mdwn
new file mode 100644
index 000000000..eafe6ee11
--- /dev/null
+++ b/doc/todo/inline_directive_should_support_pagination.mdwn
@@ -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.