Metadata-Version: 2.1
Name: j01.pager
Version: 1.0.1
Summary: JQuery and j01.jsonrpc based pagination for Zope 3
Home-page: http://pypi.python.org/pypi/j01.pager
Author: Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
Description: This package provides a JQuery and j01.jsonrpc based pagination concept for
        Zope3.
        
        
        =======
        CHANGES
        =======
        
        1.0.1 (2026-06-02)
        ------------------
        
        - updated zcml example in MyPager docstring to <p01:jsonrpc>
          (removes the last z3c.jsonrpc reference in the package; no parsed
          code change, purely documentation cleanup)
        
        
        1.0.0 (2025-06-10)
        ------------------
        
        - python 2.7 migration
        
        - removed z3c.jsonrpc dependency
        
        
        0.6.0 (2018-10-3)
        ------------------
        
        - feature: implemented custom traverser not hidding errors in views as
          LookupErrors. You need to include the configure.zcml for enable the traverser.
          Earlier version did not provide a configure.zcml.
        
        
        0.5.3 (2017-12-27)
        ------------------
        
        - bugfix: improved pager width calculation
        
        
        0.5.2 (2017-11-02)
        ------------------
        
        - broken pypi release process
        
        
        0.5.1 (2017-11-02)
        ------------------
        
        - feature: adjust pager javascript and support responsive pagination by default
        
        - feature: move css styles to less file with configurable varaibles. This makes
          it simple for adjust the padding and font sizes etc.
        
        
        0.5.0 (2012-11-16)
        ------------------
        
        - initial release
        
Keywords: J01 XHR ajax z3c pagination JSON-RPC JQuery Zope3
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
Description-Content-Type: text/x-rst
Provides-Extra: test
