Metadata-Version: 1.1
Name: wagtailsocialfeed
Version: 0.4.0
Summary: A Wagtail module that provides pages and content blocks to show social media feeds
Home-page: https://github.com/LUKKIEN/wagtailsocialfeed
Author: Tim Leguijt
Author-email: info@leguijtict.nl
License: BSD
Description: ===============================
        Wagtail Social Feed
        ===============================
        
        
        .. image:: https://img.shields.io/pypi/v/wagtailsocialfeed.svg
                :target: https://pypi.python.org/pypi/wagtailsocialfeed
        
        .. image:: https://readthedocs.org/projects/wagtailsocialfeed/badge/?version=latest
                :target: https://wagtailsocialfeed.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://travis-ci.org/LUKKIEN/wagtailsocialfeed.svg?branch=master
            :target: https://travis-ci.org/LUKKIEN/wagtailsocialfeed
        
        .. image:: https://codecov.io/gh/LUKKIEN/wagtailsocialfeed/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/LUKKIEN/wagtailsocialfeed
        
        
        A Wagtail module that provides pages and content blocks to show social media feeds
        
        * Documentation: https://wagtailsocialfeed.readthedocs.io.
        
        
        Features
        ========
        
        * A wagtail settings sections to configure social media sources
        * Social feed moderate view
        * Social feed content block
        * Social feed Page type
        
        .. image:: http://i.imgur.com/BOXiAh6.png
           :width: 728 px
        
        Implementations
        ---------------
        The following social media sources are supported:
        
        * Twitter
        * Facebook
        * Instagram
        
        
        =========
        CHANGELOG
        =========
        
        0.4.0 (16-08-2017)
        ==================
        + Dropped support for Wagtail 1.6, 1.7
        + Added support for Wagtail 1.9, 1.10 and 1.11
        
        0.3.0 (28-10-2016)
        ==================
        + Added dimensions when returning the attached Twitter Image
        + Fixes Facebook support: initially developed on `2.1` while the GraphAPI assumes `2.8`.
        + Added Facebook field configuration
        + Added Twitter options via default config
        
        0.2.0 (06-10-2016)
        ==================
        + Added Facebook support
        + Added ability to mix all the feeds; just leave feedconfig empty in `SocialFeedPage` or `SocialFeedBlock`.
        + Made all returned data avaiable in `FeedItem` objects, even if it is not stored explicitly.
        
        0.1.0 (27-09-2016)
        ==================
        + Fixed PyPI long_description format error
        + Fixed value_for_form error in FeedChooserBlock
        
        0.1.dev4 (27-09-2016)
        =====================
        + Made looping over multiple result pages more DRY
        + Improved moderate page title
        + Fixed AttributeError in FeedChooserBlock.value_for_form
        
        0.1.dev3 (11-09-2016)
        =====================
        + Updated license model to BSD
        
        0.1.dev2 (04-09-2016)
        =====================
        + Added block type 'SocialFeedBlock'
        + Added SocialFeedModerateMenu which live detects configuration changes
        + Added FeedItem to consolidate the item/post structure
        + Added search functionality to the Feed objects
        + Dropped Wagtail 1.5 support in favour of using the IntegerBlock
        
        0.1.dev1 (01-09-2016)
        =====================
        + First implementation
        
Keywords: wagtailsocialfeed
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
