Metadata-Version: 2.1
Name: zopyx.usersascontent
Version: 1.0a1
Summary: Plone users as content
Home-page: https://github.com/collective/zopyx.usersascontent
Author: Andreas Jung
Author-email: info@zopyx.com
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/zopyx.usersascontent
Project-URL: Source, https://github.com/collective/zopyx.usersascontent
Project-URL: Tracker, https://github.com/collective/zopyx.usersascontent/issues
Description: # zopyx.usersascontent
        
        This add-on provides a new content-types `PloneUser` for representing a user in
        Plone through a dedicated content-type.  The motivation for   this add-on is the
        need for maintaining user profiles a content in order to make them referencable
        from other content.
        
        The `PloneUser` provides the standard fields like fullname, email organization,
        a member picture etc. and a dedicated view.
        
        The add-on also contains some ideas borrowed from `collective.onlogin` with
        configurable redirections to a user's `PloneUser` object directly after the
        first login after registration or after each login.
        
        `zopyx.usersascountent` is designed as a lightweight alternative to Membrane & Co.
        
        The add-on provides a control panel `Users As Content`.
        
        ## Requirements:
        
        - Plone 6, Python 3.8+
        - (untested with Plone 5.2)
        
        ## Installation
        
        Install zopyx.usersascontent by adding it to your buildout:
        
            [buildout]
        
            ...
        
            eggs =
                zopyx.usersascontent
        
        
        and then running ``bin/buildout``
        
        
        ## Contribute
        
        - Issue Tracker: https://github.com/zopyx/zopyx.usersascontent/issues
        - Source Code: https://github.com/zopyx/zopyx.usersascontent
        
        
        ## License
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Andreas Jung, info@zopyx.com
        
        
        Changelog
        =========
        
        
        1.0a1 (unreleased)
        ------------------
        
        - Initial release.
          [zopyx]
        
Keywords: Python Plone CMS
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.8
Provides-Extra: test
