Metadata-Version: 2.0
Name: cpskin.localfood
Version: 1.0.3
Summary: Local food implementation for IA Web
Home-page: https://pypi.python.org/pypi/cpskin.localfood
Author: Martin Peeters
Author-email: martin.peeters@affinitic.be
License: GPL version 2
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
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
Requires-Dist: plone.api
Requires-Dist: Products.GenericSetup (>=1.8.2)
Requires-Dist: setuptools
Requires-Dist: z3c.jbot
Requires-Dist: plone.app.dexterity
Requires-Dist: plone.app.referenceablebehavior
Requires-Dist: plone.app.relationfield
Requires-Dist: plone.app.lockingbehavior
Requires-Dist: cpskin.core
Requires-Dist: collective.behavior.richdescription
Provides-Extra: test
Requires-Dist: plone.app.testing; extra == 'test'
Requires-Dist: plone.testing; extra == 'test'
Requires-Dist: plone.app.robotframework[debug]; 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.

================
cpskin.localfood
================


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

Install cpskin.localfood by adding it to your buildout::

    [buildout]

    ...

    eggs =
        cpskin.localfood


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/collective/cpskin.localfood/issues
- Source Code: https://github.com/collective/cpskin.localfood
- Documentation: https://docs.plone.org/foo/bar


License
-------

The project is licensed under the GPLv2.


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

- Martin Peeters [Affinitic], Original Author


Changelog
=========


1.0.3 (2018-09-06)
------------------

- Use collection image scale in priority in faceted-cards
  [ndemonte]


1.0.2 (2018-04-23)
------------------

- Send mail when new professional match found
  [ndemonte, mpeeters]

- Remove the `contact_by` field
  [mpeeters]


1.0.1 (2018-04-19)
------------------

- Change the cut for pictures on projects and community gardens
  [mpeeters]

- Display the organization logo on faceted view
  [mpeeters]


1.0a10 (2018-04-16)
-------------------

- Fix render of the form and cleanup
  [mpeeters]


1.0a9 (2018-04-16)
------------------

- Do not give access to anonymous users to susbscription form
  [mpeeters]


1.0a8 (2018-04-15)
------------------

- Add missing french translations
  [mpeeters]


1.0a7 (2018-04-15)
------------------

- Add a view with the map for the homepage
  [mpeeters]

- Add professionals views (subscription and matchmaking)
  [ndemonte, mpeeters]


1.0a6 (2018-04-12)
------------------

- Add more field to the `IContactCard` behavior
  [mpeeters]

- Change add permission and add the IContactCard behavior to content types
  [mpeeters]

- Add producer/buyer matchmaking, validation & product selection
  [ndemonte]


1.0a5 (2018-04-10)
------------------

- Fix an Acquisition problem
  [mpeeters]


1.0a4 (2018-04-08)
------------------

- Extend the addable types for homepage view
  [mpeeters]

- Add the documents and images to the community garden view
  [mpeeters]

- Add an overlay for project images
  [mpeeters]

- Add a behavior and viewlet for labels
  [mpeeters]

- Add a behavior and viewlet for contact cards
  [mpeeters]

- Update faceted card view
  [mpeeters]

- Include collective.behavior.richdescription for faceted descriptions
  [mpeeters]

- Community Garden must be folderish and update allowed types
  [mpeeters]


1.0a3 (2018-04-04)
------------------

- Add custom views for projects and community gardens
  [mpeeters]


1.0a2 (2018-04-04)
------------------

- Add the rich text behavior to `Community Garden` and `Project` content types
  [mpeeters]


1.0a1 (2018-03-30)
------------------

- Initial release.
  [mpeeters, ndemonte]


