{ "info": { "author": "Mustapha Benali", "author_email": "mustapha@headnet.dk", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 5.0", "Framework :: Plone :: 5.1", "Framework :: Zope2", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "=========================\ncollective.autopublishing\n=========================\n\nOverview\n========\n\n.. image:: https://travis-ci.org/collective/collective.autopublishing.svg?branch=master\n :target: https://travis-ci.org/collective/collective.autopublishing\n\nPublishes or retracts Plone content items depending on the effective and expiration dates.\n\nThis package depends on collective.timedevents to supply zope3-style events with specific intervals.\n\nSetup\n=====\n\nThe module supplies an event handler. In your own module you have to register this handler for an event, for instance one of the time-based events from collective.timedevents.\n\nExample: ::\n\n