Metadata-Version: 1.0
Name: collective.js.jqsmartTruncation
Version: 1.0
Summary: This Package provides smart truncation.
Home-page: https://github.com/collective/collective.js.jqsmartTruncation
Author: Elio Schmutz
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: collective.js.jqsmartTruncation
        ===============================
        
        Truncate text into the width of his container with the JQuery plugin smart Truncation
        
        Usage
        -----
        
        - Add ``collective.js.jqsmartTruncation`` to your buildout configuration:
        
        ::
        
        [instance]
        eggs +=
        collective.js.jqsmartTruncation
        
        - Install the generic setup profile of the package
        
        - use ``smartTruncation()`` in your own package to truncate the text in the element:
        
        ::
        
        jq('span.title a').smartTruncation();
        
        Links
        =====
        
        - ``jQuery.smarttruncation``: http://polarblau.github.com/smarttruncation/
        - Main github project repository: https://github.com/collective/collective.js.jqsmartTruncation
        - Issue tracker: https://github.com/collective/collective.js.jqsmartTruncation/issues
        - Package on pypi: http://pypi.python.org/pypi/collective.js.jqsmartTruncation
        - Plug-In Site: http://plugins.jquery.com/project/smarttruncation
        
        
        Maintainer
        ==========
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_ company.
        
        Changelog
        =========
        
        
        1.0 (2012-05-07)
        ----------------
        
        - Updated Readme.
        [mathias.leimgruber]
        
        
        1.0a2 (2011-02-18)
        ------------------
        
        - Initial release
        
Keywords: jquery smartTruncation
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
