Skip to content

collective/collective.venue

Repository files navigation

collective.venue

This package provides an Dexterity content type for Venue with geolocation support for use with events or any other location specific content.

Features

Event Venue Settings Control panel.

The 'Event Venue Settings' control panel

The Event Venue Settings control panel.


Event location behavior called collective.venue.default_venue.

The 'Event location' Behavior

The Event location Behavior.

Using the 'Event location' Behavior into the Document content type

Using the Event location Behavior into the Document content type.


Event organizer behavior called collective.venue.default_organizer.

The 'Event organizer' Behavior

The Event organizer Behavior.

Using the 'Event organizer' Behavior into the Document content type

Using the Event organizer Behavior into the Document content type.


Dexterity content type called Venue with geolocation support.

Dexterity content type called 'Venue' with geolocation support

Dexterity content type called Venue with geolocation support.


Venue Display Tile for Plone Classic UI.

Translations

This product has been translated into:

  • German
  • Italian
  • Spanish

Installation

If you installed Plone with Cookieplone, you can install collective.venue add-on from a source control system such as GitHub.

Add a line with collective.venue in the backend/requirements.txt file.

collective.venue

Next add the add-on to zcml_package_includes in the file backend/instance.yaml so that its configuration will load.

default_context:
    zcml_package_includes: project_title, collective.venue

Finally, add the package's source to the mx.ini file.

[collective.venue]
url = https://github.com/collective/collective.venue.git
pushurl = git@github.com:collective/collective.venue.git
branch = master

To actually download and install the new add-on, run the following command.

make backend-build

Now restart the backend.


If you installed Plone with buildout, you can install collective.venue add-on by adding it to your buildout eggs list like so:

[buildout]

...

eggs =
    collective.venue

and then running bin/buildout

Now restart the instance.

Contribute

Support

If you are having issues, please let us know at our issue tracker.

License

The project is licensed under the GPLv2.

About

Dexterity venue type for use with events.

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.GPL
Unknown
LICENSE.rst

Stars

Watchers

Forks

Packages

 
 
 

Contributors