Metadata-Version: 1.0
Name: js.socialshareprivacy
Version: 1.5
Summary: Fanstatic packaging of jquery.socialshareprivacy
Home-page: UNKNOWN
Author: Fanstatic Developers
Author-email: fanstatic@googlegroups.com
License: BSD
Description: js.socialshareprivacy
        *********************
        
        Introduction
        ============
        
        This library packages the jquery plugin 
        `jquery.socialshareprivacy`_ for `fanstatic`_. The Library allows you
        to integrate facebook, twitter and google+ in a privacy friendly
        way.
        
        Information about using the plugin are contained in
        js/socialshareprivacy/resources/index.html.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`jquery.socialshareprivacy`: http://www.heise.de/extras/socialshareprivacy/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.socialshareprivacy``) are published to some URL.
        
        For bug reports, feature requests, or patches, please refer to https://bitbucket.org/csenger/js.socialshareprivacy.
        
        
        How to use?
        ===========
        
        
        You can import ``socialshareprivacy`` from ``js.socialshareprivacy`` 
        and ``need`` it where you want these resources to be included on 
        a page::
        
          >>> from js.socialshareprivacy import socialshareprivacy
          >>> socialshareprivacy.need()
        
        
        CHANGES
        *******
        
        
        1.5 (2014-02-13)
        ================
        
        - Version bump (see http://www.heise.de/extras/socialshareprivacy/#changelog)
        
        
        1.3-2 (2013-11-05)
        ==================
        
        - Use SSL to access assets. (nidi)
        
        
        1.3-1 (2013-02-20)
        ==================
        
        - Parse cookies with JavaScript, not JSON. (phihag)
        
        
        1.3
        ===
        
        - Initial release. (csenger)
        
Platform: UNKNOWN
