Metadata-Version: 2.1
Name: kitconcept.richpage
Version: 1.1.0
Summary: Folderish page with rich content
Home-page: https://pypi.python.org/pypi/kitconcept.richpage
Author: kitconcept GmbH
Author-email: info@kitconcept.com
License: GPL version 2
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.2
Classifier: Framework :: Plone :: 5.1
Classifier: Framework :: Plone :: 5.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Dist: plone.api
Requires-Dist: Products.GenericSetup (>=1.8.2)
Requires-Dist: setuptools
Requires-Dist: z3c.jbot
Requires-Dist: collective.dexteritytextindexer
Provides-Extra: test
Requires-Dist: plone.app.testing ; extra == 'test'
Requires-Dist: plone.app.contenttypes ; extra == 'test'
Requires-Dist: plone.app.robotframework ; extra == 'test'

.. 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.richpage
==============================================================================

.. image:: https://travis-ci.org/kitconcept/kitconcept.richpage.svg?branch=master
    :target: https://travis-ci.org/kitconcept/kitconcept.richpage

.. image:: https://img.shields.io/pypi/status/kitconcept.richpage.svg
    :target: https://pypi.python.org/pypi/kitconcept.richpage/
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/v/kitconcept.richpage.svg
    :target: https://pypi.python.org/pypi/kitconcept.richpage/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/l/kitconcept.richpage.svg
    :target: https://pypi.python.org/pypi/kitconcept.richpage/
    :alt: License

|

.. image:: https://raw.githubusercontent.com/kitconcept/kitconcept.richpage/master/kitconcept.png
   :alt: kitconcept
   :target: https://kitconcept.com/

|

kitconcept.richpage is a Plone add-on product with a "folderish" RichPage
content object.
A RichPage can contain the following content:

- Text
- Image
- Audio
- Video
- File
- Slideshow
- Google Maps

This package does only contain the bare content types.
You currently have to build your own front-end for this.
We recommend to use plone-react for this.

Features
--------

- Can be bullet points


Examples
--------

This add-on can be seen in action at the following sites:
- Is there a page on the internet where everybody can see the features?


Documentation
-------------

Full documentation for end users can be found in the "docs" folder, and is also available online at http://docs.plone.org/foo/bar


Translations
------------

This product has been translated into

- German


Installation
------------

Install kitconcept.richpage by adding it to your buildout::

    [buildout]

    ...

    eggs =
        kitconcept.richpage


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/kitconcept/kitconcept.richpage/issues
- Source Code: https://github.com/kitconcept/kitconcept.richpage


Support
-------

If you are having issues, please let us know.
Send an email to info@kitconcept.com.

License
-------

The project is licensed under the GPLv2.


Contributors
============

- kitconcept GmbH, info@kitconcept.com


Changelog
=========


1.1.0 (2020-02-20)
------------------

- Python 3 compatibility.
  [rodfersou]

- Plone 5.2 compatibility.
  [rodfersou]


1.0.0 (2018-06-05)
------------------

- Initial release.
  [tisto]


