Metadata-Version: 2.1
Name: kitconcept.voltodemo
Version: 1.0.0a5
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
        
        Development
        -----------
        
        Requirements:
        
        - Python 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.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
