Metadata-Version: 1.1
Name: plonesocial.network
Version: 0.5.0rc1
Summary: Personal profile + follow/unfollow functionality for the Plonesocial suite
Home-page: http://github.com/cosent/plonesocial.network
Author: Guido Stevens
Author-email: guido.stevens@cosent.net
License: gpl
Description: .. image:: https://secure.travis-ci.org/cosent/plonesocial.network.png
            :target: http://travis-ci.org/cosent/plonesocial.network
        
        Introduction
        ============
        
        Plonesocial.network is part of the `plonesocial suite`_.
        
        This package provides a building block for Plone integrators who want to create a custom social business solution in Plone.
        
        If you're an end-user looking for a pre-integrated solution, you should install `plonesocial.suite`_ instead.
        
        Credits
        -------
        
        |Cosent|_
        
        This package is maintained by Cosent_.
        
        .. _Cosent: http://cosent.nl
        .. |Cosent| image:: http://cosent.nl/images/logo-external.png 
                            :alt: Cosent
        
        plonesocial.network
        ===================
        
        Plonesocial.network provides user profiles with follow/unfollow functionality.
        It intercepts and overrides the default Plone ``author.cpt`` profile page.
        If `plonesocial.activitystream`_ is installed, it will show status updates on the profile page.
        
        Additionally, plonesocial.network provides ``@@following`` and ``@@followers`` views
        that enable exploration of the social graph.
        
        Core rendering logic is factored into two content providers, ``maxiprofile_provider``
        and ``miniprofile_provider``. This enables and promotes code re-use across different views.
        
        All browser views are anchored on the Site Root, so technically there's no user context
        in the form of a Member folder required.
        
        For a full social networking stack, install `plonesocial.suite`_.
        
        bugs
        ----
        
        Uninstalling either `plonesocial.microblog`_ or plonesocial_network removes both utilities, deleting all data.
        
        Roadmap
        -------
        
        An extensive roadmap_ for the plonesocial suite is available on github.
        
        .. _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.suite: https://github.com/cosent/plonesocial.suite
        .. _roadmap: https://github.com/cosent/plonesocial.suite/wiki
        
        
        Contributors
        ============
        
        Guido Stevens, Author
        
        Leonardo J. Caballero G.
        Thomas Desvenain
        Maarten Kling
        
        Changelog
        =========
        
        0.5.0 (2013-07-04)
        ------------------
        
        * update docs [gyst]
        
        0.4.3 (2013-04-29)
        ------------------
        
        * Plone 4.3 compatibility [tdesvenain]
        * Dutch translation [maartenkling]
        
        0.4.2 (2012-11-26)
        ------------------
        
        * add Dutch translation [maartenkling]
        * translate follow/unfollow buttons [maartenkling]
        * update changelog, release [gyst]
        * provide a virtualenv-enabled Travis buildout that can be debugged on a dev box [gyst]
        * pep8 fixes [gyst]
        * Updated Spanish l10n and Master manual template [macagua]
        * Added locales and i18n extract script [macagua]
        * Added more improvements about i18n support [macagua]
        * Updated contributors file [macagua]
        * Updated changelog [macagua]
        * fix pyflakes by moving monkey into __init__ [gyst]
        * ignore dist [gyst]
        * pep8/pyflakes [hvelarde]
        * update Travis CI configuration to include pep8/pyflakes testing [hvelarde]
        * update location of extended configuration as the plonetest repo was moved to GitHub [hvelarde]
        * update list of ignored objects [hvelarde]
        * cleanup, bump version [gyst]
        * add Travis CI configuration [hvelarde]
        * fix rst formatting [gyst]
        
        0.4.1 (2012-10-09)
        ------------------
        
        * oops. merge. [gyst]
        * ignore dist [gyst]
        * small fixes [gyst]
        * fix inline form submission handling [gyst]
        * add profile navigation [gyst]
        
        0.4 (2012-10-09)
        ----------------
        
        Initial release.
        
        * update docs [gyst]
        * fix dependency [gyst]
        * reindent for better pep8 [gyst]
        * finish following/followers views [gyst]
        * extract maxiprofile provider [gyst]
        * base skel for following/followers view [gyst]
        * provide clear [gyst]
        * more styling [gyst]
        * intercept /author and redirect to /@@profile [gyst]
        * follow/unfollow buttons [gyst]
        * s/followees/following/ [gyst]
        * document weird uninstall behaviour [gyst]
        * show plonesocial.activitystream, if installed [gyst]
        * provide consistency with plonesocial.activitystream [gyst]
        * GS name [gyst]
        * base profile [gyst]
        * a monkey that works, thx enfold [gyst]
        * monkeypatch image sizes -- doesnt work :-( [gyst]
        * fix setup.py [gyst]
        * base skel for traversable profile view [gyst]
        * doc [gyst]
        * core follow/unfollow social graph API [gyst]
        * provide noop tool install [gyst]
        * remove src indirection [gyst]
        * initial checkin from zopeskel [gyst]
        
        
Keywords: plone,zope,socbiz,plonesocial
Platform: UNKNOWN
Classifier: Programming Language :: Python
