Metadata-Version: 1.0
Name: js.jquery_timeago
Version: 1.3.0
Summary: Fanstatic packaging of jQuery timeago plugin
Home-page: https://github.com/dnozay/js.jquery_timeago
Author: Damien Nozay
Author-email: damien.nozay@gmail.com
License: BSD
Description: js.jquery_timeago
        *****************
        
        Introduction
        ============
        
        This library packages `jQuery timeago plugin`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`jQuery timeago plugin`: http://timeago.yarp.com/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.jquery_timeago``) are published to some URL.
        
        
        How to use?
        ===========
        
        
        You can import ``timeago`` from ``js.jquery_timeago`` and ``need`` it where you want
        these resources to be included on a page::
        
          >>> from js.jquery_timeago import timeago
          >>> timeago.need()
        
        
        CHANGES
        *******
        
        1.3.0
        =====
        
        - Initial release.
        
Platform: UNKNOWN
