Add support for paginated posts, allowing authors to split up long works across a series of pages. The primary page would be the standard post url. Successive pages would be at `post-url/2/index.html`, etc. The atom feed will still show the full un-broken post. A unified post will live at `post-url/all/index.html` containing a print-friendly, un-broken version of the post.
Adding paginated posts would allow authors to split up long works across a series of pages. ### The proposition - The primary page would be the standard post url. - Successive pages would be at `post-url/2/index.html`, etc. - The atom feed will still show the full un-broken post. - A unified post will live at `post-url/all/index.html` containing a print-friendly, un-broken version of the post. - Pagination at the bottom will like to each page followed by a link to `post-url/all/`. - Posts will have `paginate: true` in their YAML header to enable this feature. - Posts will be broken up by html comments like `<!--page-->`. - The un-broken post will add visual page divisions, probably an `<hr>`. - There will be a way to direct read-later services (like Instapaper) to the un-broken post page. ### A note on abuse While this feature could be used for evil (and often is on large magazine websites) I trust Octopress users to respect their audience and use this feature appropriately.