Remove WITH_PAGINATION, only have a DEFAULT_PAGINATION setting

DEFAULT_PAGINATION can be set to False instead of using WITH_PAGINATION
This commit is contained in:
Kyle Fuller 2011-12-22 13:56:36 +00:00
commit 2be58aa51a
5 changed files with 10 additions and 11 deletions

View file

@ -160,9 +160,9 @@ Setting name (default value) what does it do?
`DEFAULT_ORPHANS` (0) The minimum number of articles allowed on the
last page. Use this when you don't want to
have a last page with very few articles.
`DEFAULT_PAGINATION` (5) The maximum number of articles to include on a
page, not including orphans.
`WITH_PAGINATION` (``False``) Activate pagination.
`DEFAULT_PAGINATION` (False) The maximum number of articles to include on a
page, not including orphans. False to disable
pagination.
================================================ =====================================================
Tag cloud