Metadata-Version: 1.1
Name: collective.liveblog
Version: 1.0a1
Summary: A liveblogging solution for Plone.
Home-page: https://github.com/simplesconsultoria/collective.liveblog
Author: Simples Consutoria
Author-email: produtos@simplesconsultoria.com.br
License: UNKNOWN
Description: ********
        Liveblog
        ********
        
        .. contents:: Table of Contents
        
        Life, the Universe, and Everything
        ==================================
        
        A liveblog is a blog post which is intended to provide a rolling textual coverage of an ongoing event.
        
        A liveblog is continuously updated with timestamped micro-updates which are placed above previous micro-updates.
        
        Typical use case is the following:
        
        - the publisher of a news site creates a liveblog
        - editors add micro-updates to the liveblog as the event goes on
        - visitors of the liveblog get micro-updates automatically via AJAX calls
        
        Mostly Harmless
        ===============
        
        .. image:: https://secure.travis-ci.org/collective/collective.liveblog.png?branch=master
            :alt: Travis CI badge
            :target: http://travis-ci.org/collective/collective.liveblog
        
        .. image:: https://coveralls.io/repos/collective/collective.liveblog/badge.png?branch=master
            :alt: Coveralls badge
            :target: https://coveralls.io/r/collective/collective.liveblog
        
        .. image:: https://pypip.in/d/collective.liveblog/badge.png
            :alt: Downloads
            :target: https://pypi.python.org/pypi/collective.liveblog/
        
        Todo list
        ---------
        
        - Do not load all micro-updates by default as the page could grow huge
        - Implement infinite scrolling
        - Prettify the prepend of micro-updates
        - Use fuzzy dates
        
        Got an idea? Found a bug? Let us know by `opening a support ticket`_.
        
        .. _`opening a support ticket`: https://github.com/collective/collective.liveblog/issues
        
        Don't Panic
        ===========
        
        Installation
        ------------
        
        To enable this package in a buildout-based installation:
        
        #. Edit your buildout.cfg and add add the following to it::
        
            [buildout]
            ...
            eggs =
                collective.liveblog
        
        After updating the configuration you need to run ''bin/buildout'', which will take care of updating your system.
        
        Go to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.
        
        Check the box next to ``collective.liveblog`` and click the 'Activate' button.
        
        .. Note::
            You may have to empty your browser cache and save your resource registries in order to see the effects of the product installation.
        
        Usage
        -----
        
        TBD
        
        Share and Enjoy
        ===============
        
        ``collective.liveblog`` would not have been possible without the contribution of the following people:
        
        - Héctor Velarde
        - `Brendan Mitchell`_ (icon)
        
        You can find an updated list of package contributors on `GitHub`_.
        
        Development sponsored by `Simples Consultoria`_.
        
        .. _`Brendan Mitchell`: http://www.theblogicon.com/
        .. _`GitHub`: https://github.com/collective/collective.liveblog/contributors
        .. _`Simples Consultoria`: http://www.simplesconsultoria.com.br/
        
        Changelog
        =========
        
        1.0a1 (2014-09-01)
        ------------------
        
        - Initial release.
        
Keywords: plone liveblogging dexterity
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Office/Business :: News/Diary
Classifier: Topic :: Software Development :: Libraries :: Python Modules
