Metadata-Version: 1.1
Name: plonesocial.suite
Version: 0.4
Summary: Pre-integrated social business suite for Plone
Home-page: http://github.com/cosent/plonesocial.suite
Author: Guido Stevens
Author-email: guido.stevens@cosent.net
License: gpl
Description: .. contents::
        
        Introduction
        ============
        
        Plonesocial.suite is an integrated set of social business add-ons for Plone.
        
        plonesocial.suite provides a full microblogging solution, 
        including activity streams, user profiles and follow/unfollow functionality.
        
        This package is targeted at end-users and integrators.
        
        plonesocial.suite
        =================
        
        This is the integration package for all the various plonesocial.* packages
        into a single consistent user experience that's easy to install.
        
        
        Installation
        ============
        
        Add the plonesocial.suite egg to your buildout::
        
            [instance]
            eggs = Plone
                   plonesocial.suite
        
        Run the buildout.
        
        Install "Plonesocial Suite" via the Quickinstaller.
        
        If you need some demo content to play with, you can run the
        "Plonesocial Suite (demo)" profile from GenericSetup.   
        
        
        Plonesocial
        ===========
        
        Plonesocial consists of:
        
        `plonesocial.suite`_
         An out-of-the-box social business experience integrating all of the plonesocial.* packages.
         If you're an end user, this is what you're looking for.
         It installs and integrates all of the following components automatically.
        
        `plonesocial.microblog`_
         Status updates.
        
        `plonesocial.activitystream`_
         Lists content changes, discussion replies, and status updates.
        
        `plonesocial.network`_
         Follow/unfollow of users.
        
        plonesocial.like
         Favoriting of content. Planned.
        
        `plonesocial.buildout`_
         Developer buildout. Not a Python package. Intended for Plonesocial developers only.
        
        .. _plonesocial.suite: https://github.com/cosent/plonesocial.suite
        .. _plonesocial.microblog: https://github.com/cosent/plonesocial.microblog
        .. _plonesocial.activitystream: https://github.com/cosent/plonesocial.activitystream
        .. _plonesocial.network: https://github.com/cosent/plonesocial.network
        .. _plonesocial.buildout: https://github.com/cosent/plonesocial.buildout
        
        
        Contributors
        ============
        
        Guido Stevens, Author
        
        0.4 (2012-10-09)
        ----------------
        
        This release integrates plonesocial.network.
        
        * update docs [gyst]
        * fix dependency [gyst]
        * reindent for better pep8 [gyst]
        * enable plone.app.discussion by default for Documents, Events and News Items [gyst]
        * flush_queue is now public [gyst]
        * setup demo graph [gyst]
        * demo users + microblog updates [gyst]
        * link plonesocial.network [gyst]
        * integrate plonesocial.network [gyst]
        * GS name and plonesocial.network [gyst]
        * version bump to 0.4 [gyst]
        
        
        0.3 (2012-05-21)
        ----------------
        
        * update changelog [gyst]
        * renamed portletmanager [gyst]
        * fix test setup [gyst]
        * nicer Add-on profile name [gyst]
        * bump version [gyst]
        
        0.2 (2012-05-04)
        ----------------
        
        * activity stream view is renamed [gyst]
        * automate view and portlet assignments [gyst]
        * get rid of src dir indirection [gyst]
        * undo "extract standalone view from plonesocial.activitystream" - manual merge of multiple changes [gyst]
        * update documentation [gyst]
        * hide stream viewlet, show only in dedicated standalone view by default [gyst]
        * cleanup extraction and declare dependencies [gyst]
        * extract standalone view from plonesocial.activitystream [gyst]
        
        0.1dev (Unreleased)
        -------------------
        
        * initial checkin from ZopeSkel [gyst]
        
        
Keywords: plone socbiz social microblogging
Platform: UNKNOWN
Classifier: Programming Language :: Python
