Metadata-Version: 2.1
Name: kitconcept.voltodemo
Version: 1.3
Summary: UNKNOWN
Home-page: https://github.com/kitconcept/kitconcept.voltodemo
Author: kitconcept GmbH
Author-email: info@kitconcept.com
License: GPL version 2
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
           This text does not appear on pypi or github. It is a comment.
        
        ==============================================================================
        kitconcept.voltodemo
        ==============================================================================
        
        .. image:: https://kitconcept.com/logo.svg
           :alt: kitconcept
           :target: https://kitconcept.com/
        
        
        .. image:: https://secure.travis-ci.org/collective/kitconcept.voltodemo.png
            :target: http://travis-ci.org/collective/kitconcept.voltodemo
        
        kitconcept.voltodemo is a helper package to setup a Plone site ready to use
        with Volto. Drop it in your buildout and then install it. It is used in Volto
        itself for testing it.
        
        
        Usage
        -----
        
        https://github.com/plone/volto/blob/master/api/base.cfg#L13
        
        and along with plonesite recipe:
        
        https://github.com/plone/volto/blob/master/api/base.cfg#L13
        
        Demo home page
        --------------
        
        It features a hack to make the Plone site Volto tiles enabled with some demo
        content.
        
        Volto Editor
        -------------
        
        It enables the Volto tiles behavior on the ``Document`` content type by
        default, enabling Volto editor for that content type.
        
        Disabled content types
        ----------------------
        
        It disables (fti) of some default content types since they are not ready or
        full working yet on Volto side. So, ``Collections``, ``Link`` and ``Events``
        are disabled.
        
        CORS profile
        ------------
        
        A quick helper for enable CORS for development config is also provided in the
        ``kitconcept.voltodemo`` module. So you can call::
        
          <include package="kitconcept.voltodemo.cors" />
        
        from you ZCML while developing.
        
        Development
        -----------
        
        Requirements:
        
        - Python 3/2.7
        - Virtualenv
        
        Setup::
        
          make
        
        Run Static Code Analysis::
        
          make code-Analysis
        
        Run Unit / Integration Tests::
        
          make test
        
        Run Robot Framework based acceptance tests::
        
          make test-acceptance
        
        
        Contributors
        ============
        
        - kitconcept GmbH, info@kitconcept.com
        
        
        Changelog
        =========
        
        
        1.3 (2019-08-30)
        ----------------
        
        - Re-add the collection to be available.
          [sneridagh]
        
        
        1.2.0 (2019-08-30)
        ------------------
        
        - UnPin p.restapi, because of conflicts, meh
          [sneridagh]
        
        
        1.1.3 (2019-08-30)
        ------------------
        
        - Pin p.restapi version.
          [sneridagh]
        
        
        1.1.2 (2019-08-28)
        ------------------
        
        - Update the text with more agnostic numbers.
          [sneridagh]
        
        
        1.1.1 (2019-06-09)
        ------------------
        
        - Update version numbers
          [sneridagh]
        
        
        1.1.0 (2019-05-04)
        ------------------
        
        - Documentation.
          [sneridagh]
        
        - Clean up package, Python 3, tests.
          [sneridagh]
        
        
        1.0.1 (2019-04-18)
        ------------------
        
        - Fix small typos and link ranges
          [sneridagh]
        
        
        1.0.0 (2019-04-18)
        ------------------
        
        - Amend the text on the home page.
          [sneridagh]
        
        - Releasing 1.0.0
          [sneridagh]
        
        
        1.0.0a17 (2019-04-16)
        ---------------------
        
        - Add collective.folderishtypes
          [sneridagh]
        
        
        1.0.0a16 (2019-04-16)
        ---------------------
        
        - Renamed optional cors configuration module, install restapi from scratch.
          [sneridagh]
        
        
        1.0.0a15 (2019-04-15)
        ---------------------
        
        - Add optional module with CORS ZCML.
          [sneridagh]
        
        
        1.0.0a14 (2019-04-15)
        ---------------------
        
        - Update to Python3 and Plone 5.2
          [sneridagh]
        
        
        1.0.0a13 (2019-03-25)
        ---------------------
        
        - Update versions on homepage.
          [sneridagh]
        
        
        1.0.0a12 (2019-03-15)
        ---------------------
        
        - Update versions on homepage.
          [sneridagh]
        
        
        1.0.0a11 (2019-03-01)
        ---------------------
        
        - Remove PAS plugin hack since in Volto 1.6.0 it is not required anymore.
          [sneridagh]
        
        
        1.0.0a10 (2019-02-20)
        ---------------------
        
        - Add a *inner* admin user to overcome the limitation on using Zope users.
          [sneridagh]
        
        
        1.0.0a9 (2019-02-19)
        --------------------
        
        - Adding the PAS plugin to workaround the images/files pull from HTML.
          [sneridagh]
        
        - Remove Event, Link and Collection type.
          [sneridagh]
        
        1.0.0a8 (2019-02-17)
        --------------------
        
        - Updated front page.
          [sneridagh]
        
        
        1.0.0a7 (2019-02-16)
        --------------------
        
        - Remove from the main nav non folderish items.
          [sneridagh]
        
        
        1.0.0a6 (2019-02-15)
        --------------------
        
        - Enable editing on the Plone Site with Volto Editor :)
          [sneridagh]
        
        
        1.0.0a5 (2019-02-12)
        --------------------
        
        - Remove CORS, since we put it on the buildout
          [sneridagh]
        
        
        1.0.0a4 (2019-02-12)
        --------------------
        
        - Remove Homepage content type
        - Add default tiles to portal the proper way
        - Add title
        - Add CORS default config
          [sneridagh]
        
        
        1.0.0a3 (2019-02-12)
        --------------------
        
        - Fix it as json loads spects strings...
          [sneridagh]
        
        1.0.0a2 (2019-02-12)
        --------------------
        
        - Fix not set value on site serializer.
          [sneridagh]
        
        
        1.0.0a1 (2019-02-12)
        --------------------
        
        - Initial release.
          [kitconcept]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.1
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
