Metadata-Version: 2.0
Name: webstack-django-endless-pagination
Version: 2.0.2
Summary: Django Endless Pagination can be used to provide
    Twitter-style or Digg-style pagination
Home-page: http://github.com/webstack/django-endless-pagination
Author: Francesco Banconi
Author-email: francesco.banconi@gmail.com
License: MIT
Keywords: django pagination ajax
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7

Django Endless Pagination can be used to provide Twitter-style or
Digg-style pagination, with optional Ajax support and other features
like multiple or lazy pagination.

The initial idea, which has guided the development of this application,
is to allow pagination of web contents in `very few steps
<http://django-endless-pagination.readthedocs.org/en/latest/start.html>`_.

**Documentation** is `available online
<http://django-endless-pagination.readthedocs.org/>`_, or in the docs
directory of the project.

To file **bugs and requests**, please use
https://github.com/frankban/django-endless-pagination/issues.

The **source code** for this app is hosted at
https://github.com/frankban/django-endless-pagination.


