pagination
Pagination of Flex MVC Frameworks
Yes, I realize the title makes absolutely no sense, but really, you should be used to that by now.
Pagination (Node) has a new release (6.x-1.2), and you can read all about the fun additions there.
Drupal Pagination
I've put my Pagination (Node) module up on drupal, and am looking to tackle two issues/features associated with it.
1 based paging
Currently, drupal pagination is 0 based, in that the URL will show "?page=1" for the link to page 2, "?page=2" for page 3, and etc. In the greater scheme of life, liberty, apple pie, and hockey, it's a pretty minor point, but it seems odd that the paging scheme ends up being "incorrect".
Pagination (Drupal Module)
Pagination (Node) allows the main content of arbitrary node types (Page, Story, etc...) to be paginated according to one of three methods:
Method 1: Content is paginated by a selectable "words per page" count.
Method 2: Content is paginated by manual breaks, inserted by the content creator.
Method 3: Content is paginated by manual breaks, based on <h3> tags.

