{ "info": { "author": "RedTurtle Technology", "author_email": "sviluppoplone@redturtle.it", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 4.0", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "Introduction\n============\n\nThis product is a replacement of the basic Plone Event content type.\n\nIs the main part of the `monet.calendar.star`__ suite, but you can use it freely as indipendent product.\n\n__ http://plone.org/products/monet.calendar.star\n\nIt provides a lot of additional field, developed for the *City of Modena* public event management\nsystem.\nApart new content data, and an image field, you can now choose:\n\n* `Cadence` - weekdays where the event really happen\n* `Except` - specific days where the event *is not* available\n* `Including` - specific days where the event *is* available (apart from other filters)\n* ...other\n\n.. figure:: http://keul.it/images/plone/monet.calendar.event-0.3.0-01.png\n :alt: Part of the edit form\n\n Some of the new fields in the event editing form\n\nAlso, the \"*event type*\" field is now a closed list of values (see below for customization). \n\nConfiguration\n-------------\n\nFrom ZMI you need to customize the *event_types* property inside the *monet_calendar_event_properties*\nproperty sheet.\n\nFeatures\n--------\n\nUsed as it is, all the recurring information are no more that data inside the content. Please see\nthe `Monet Calendar suite`__ for knowing how to use it.\n\n__ http://plone.org/products/monet.calendar.star\n\nWarning\n-------\n\nThis product replace the Plone basic Event content type. You can still continue using old Events, but\nadditional fields will be available only for future contents.\n\nDependencies\n============\n\nFor \"Except\" days selection, `rt.calendarinandout`__ widget is needed\n\n__ http://pypi.python.org/pypi/rt.calendarinandout\n\nPlone 3.3 or better is needed.\n\nMigrating from older release\n============================\n\nIf you have a Plone site where you used and old version of ``monet.calendar.event`` (older than 0.4)\nyou probably need to add to your buildout the historical `monet.recurring_event`__ (0.7 or better.)\n\n__ http://pypi.python.org/pypi/monet.recurring_event/0.7.0\n\nCredits\n=======\n \nDeveloped with the support of:\n\n* `Rete Civica Mo-Net - Comune di Modena`__\n\n .. image:: http://www.comune.modena.it/grafica/logoComune/logoComunexweb.jpg \n :alt: Comune di Modena - logo\n\n* `Provincia di Ferrara`__\n\n .. image:: http://www.provincia.fe.it/Distribuzione/logo_provincia.png\n :alt: Provincia di Ferrara - logo\n\n* `Regione Emilia Romagna`__\n\nAll of them supports the `PloneGov initiative`__.\n\n__ http://www.comune.modena.it/\n__ http://www.provincia.fe.it/\n__ http://www.regione.emilia-romagna.it/\n__ http://www.plonegov.it/\n\nAuthors\n=======\n\nThis product was developed by RedTurtle Technology team.\n\n.. image:: http://www.redturtle.it/redturtle_banner.png\n :alt: RedTurtle Technology Site\n :target: http://www.redturtle.it/\n\nChangelog\n=========\n\n0.5.4 (2014-10-23)\n------------------\n\n- Both start and End date are now required if no \"including\" is provided [keul]\n- No not allow usage of including or except when start/end dates are not used [keul]\n\n0.5.3 (2014-09-18)\n------------------\n\n- Fix to italian translation: day-of-week in lowercase format [keul]\n\n0.5.2 (2014-05-16)\n------------------\n\n- Fixed module import issue that make iCal/vCal export to fail [keul]\n- Some Pyflakes cleanup [keul]\n\n0.5.1 (2014-03-24)\n------------------\n\n- Fixed GMT timezone error while converting DateTime object\n when calc start and end\n [keul]\n\n0.5.0 (2014-02-19)\n------------------\n\nPlone 4.3 compatibility while dropped Plone 3 support\n\n* images now stored on blob (plone.app.blob support).\n Also added the ``monetevent-blob-migration`` migration view\n [keul]\n* end date is always at the end of the day (near to the midnight)\n [keul]\n* start and end date are not required anymore; you can simply provide\n one or more \"Including\" dates [keul]\n\n0.4.3 (2012-04-17)\n------------------\n\n* removed the ATFieldProperty usage for \"title\" field [keul]\n\n0.4.2 (2012-04-13)\n------------------\n\n* supporting `plone.app.imaging`__ when present [keul]\n\n__ http://pypi.python.org/pypi/plone.app.imaging\n\n0.4.1 (2012-01-11)\n------------------\n\n* removed ``ATFieldProperty`` for ``description`` field [keul]\n\n0.4.0 (2011-12-06)\n------------------\n\n* removed deprecated compatibility code for Plone 3.2 [keul]\n* removed dependency from `monet.recurring_event`__,\n importing it's code in the ``base_recurring_event`` module [keul]\n* added a new ``Including`` field, for adding specific days\n where the event is held, ignoring all other filters [keul]\n* added a new ``EventDuration`` KeywordIndex that index all days\n where the event occurs [keul]\n* fixed the setter for the except field, must be always a list [mirco]\n* fixed the Plone 4 compatibility [mirco]\n* hide the viewlet plone.belowcontentbody into the event view template [mirco]\n\n__ http://pypi.python.org/pypi/monet.recurring_event\n\n0.3.3 (2011-08-09)\n------------------\n\n* moved vocabulary translation into monet.calendar.location package [mirco]\n\n0.3.2 (2011-07-29)\n------------------\n\n* removed languageIndipendent attribute from the field \"time\" [mirco]\n\n0.3.1 (2011-04-28)\n------------------\n\n* moved install extension method from install.py to setuphandler.py [mirco]\n\n0.3.0 (2011-03-18)\n------------------\n\n* first public release\n* added documentation [keul]\n\n0.2.0 (2011-02-07)\n------------------\n\n* Plone 4 compatibility [keul]\n* some code refactorging [keul]\n* egg clean-up [keul]\n* product has is own browserlayer and also register the monet.recurring_event ones [keul]\n* added egg dependency for monet.recurring_event [keul]\n* register the getEventType column and index [keul]\n\n0.1.3 (2010-10-19)\n------------------\n\n* event view modifications\n\n0.1.2 (2010-09-15)\n------------------\n\n* News translation [keul]\n\n0.1.1\n-----\n\n* Help text fields on the form #80 [fdelia]\n\n0.1.0\n-----\n\n* Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://plone.org/products/monet.calendar.star", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "monet.calendar.event", "package_url": "https://pypi.org/project/monet.calendar.event/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/monet.calendar.event/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://plone.org/products/monet.calendar.star" }, "release_url": "https://pypi.org/project/monet.calendar.event/0.5.4/", "requires_dist": null, "requires_python": null, "summary": "An advanced Event type for Plone with additional date fields and features like days exceptions and week days", "version": "0.5.4" }, "last_serial": 1347755, "releases": { "0.3.0": [ { "comment_text": "", "digests": { "md5": "1019f7c0913d53fb3a3f0f0096e8cfe4", "sha256": "8eef87890750bd1a32ba665f05cfe82ab30bd4742fc7547f62d2f10dea28a03b" }, "downloads": -1, "filename": "monet.calendar.event-0.3.0.tar.gz", "has_sig": false, "md5_digest": "1019f7c0913d53fb3a3f0f0096e8cfe4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26099, "upload_time": "2011-03-18T17:27:59", "url": "https://files.pythonhosted.org/packages/35/77/467f187302349ecf6095af4905007617db27022d9efe8e3898bb1a8baf2c/monet.calendar.event-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "9b79398c44582d50d1e99daf61cefefc", "sha256": "377ce31d7968d42257ecb3bfbc0a9ea30ad1e8ca967a25c4348df8aabd487b51" }, "downloads": -1, "filename": "monet.calendar.event-0.3.1.tar.gz", "has_sig": false, "md5_digest": "9b79398c44582d50d1e99daf61cefefc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26254, "upload_time": "2011-04-28T12:17:36", "url": "https://files.pythonhosted.org/packages/c6/3f/6fcbc8885d676bd71dfbeac1b30cbbc683ebf395b81ee1e823de259c2045/monet.calendar.event-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "1060fbd76f95e90750d3094e06018314", "sha256": "acba51369c837166ff86ddd775a81e6f57b25399a62c93dd95fe8468d3d849fa" }, "downloads": -1, "filename": "monet.calendar.event-0.3.2.tar.gz", "has_sig": false, "md5_digest": "1060fbd76f95e90750d3094e06018314", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26327, "upload_time": "2011-07-29T12:02:47", "url": "https://files.pythonhosted.org/packages/01/8a/b0a80ba217c9a849c9869a104c95cf429281a4a825a07d3f1edbcceef327/monet.calendar.event-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "4190edb73424580d03b6b1d17dd96869", "sha256": "56dadaa0ab61497e1b9bd96c1ce8516c4cf4abf703c0910514eccec19a7381e3" }, "downloads": -1, "filename": "monet.calendar.event-0.3.3.tar.gz", "has_sig": false, "md5_digest": "4190edb73424580d03b6b1d17dd96869", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26117, "upload_time": "2011-08-09T15:39:49", "url": "https://files.pythonhosted.org/packages/a8/9a/34d95449518487b46e4993ad22762f6e2607008925fc8454f749ac54a3ef/monet.calendar.event-0.3.3.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "ba336fdde31627220b3410ec14b50b8d", "sha256": "756f49b83aafe9789a1b77a2d7e1da9050044f70bc903e03956238cd64437159" }, "downloads": -1, "filename": "monet.calendar.event-0.4.0.tar.gz", "has_sig": false, "md5_digest": "ba336fdde31627220b3410ec14b50b8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31777, "upload_time": "2011-12-06T15:00:28", "url": "https://files.pythonhosted.org/packages/66/1c/8f8d90b509f0fc166bbe66be9da610e2fe50db758ad9a579fcf86853f651/monet.calendar.event-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "17a9e251d9098e4a57a055a383fe33d2", "sha256": "7b55bf889d63b96975aee75e95c384525f013449a70086caba67e6c791b728de" }, "downloads": -1, "filename": "monet.calendar.event-0.4.1.tar.gz", "has_sig": false, "md5_digest": "17a9e251d9098e4a57a055a383fe33d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31841, "upload_time": "2012-01-11T13:57:44", "url": "https://files.pythonhosted.org/packages/6f/9d/07fb288d39776e9309901ab6070af56827e2760b60e6061f8d2dabaf5d95/monet.calendar.event-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "113f6eb50c3a7c8999565e17e4de2cfb", "sha256": "2248867f09153437b4f656954232b2af53d75de00e53275d1809fb9ca7b0a8a0" }, "downloads": -1, "filename": "monet.calendar.event-0.4.2.tar.gz", "has_sig": false, "md5_digest": "113f6eb50c3a7c8999565e17e4de2cfb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31946, "upload_time": "2012-04-13T14:45:13", "url": "https://files.pythonhosted.org/packages/8a/5e/f519958e2e81d2a6f199a68ed065c6608a3753829139f9a6228897262d47/monet.calendar.event-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "2538895576133b29c585ce0a88c6f2cc", "sha256": "d854bd5ba81b79549ab2112051fc0f16f17b13375addab1289c183e140ca6554" }, "downloads": -1, "filename": "monet.calendar.event-0.4.3.tar.gz", "has_sig": false, "md5_digest": "2538895576133b29c585ce0a88c6f2cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31978, "upload_time": "2012-04-17T17:35:47", "url": "https://files.pythonhosted.org/packages/85/64/410f064f9b7313a8fae5a821f5c233a482ab8a556e799ca714eecfce366d/monet.calendar.event-0.4.3.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "4a27af2a913e892d022282cbf8627b4d", "sha256": "3461648229f3a1b996387af429cbeb5bb9bfb5a7edb58b92355555ce32362d48" }, "downloads": -1, "filename": "monet.calendar.event-0.5.0.zip", "has_sig": false, "md5_digest": "4a27af2a913e892d022282cbf8627b4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58529, "upload_time": "2014-02-19T15:05:43", "url": "https://files.pythonhosted.org/packages/30/5b/c9e179029765ccb8106219ade5b1b864c39f69c89c665ace3cadf4ea31be/monet.calendar.event-0.5.0.zip" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "c37464dc4bbbfa0ccef014dd43e07180", "sha256": "07b26a6c5c33c9ffb99e986226dd928be170d3ac9538d8dd83454f24172d15c8" }, "downloads": -1, "filename": "monet.calendar.event-0.5.1.zip", "has_sig": false, "md5_digest": "c37464dc4bbbfa0ccef014dd43e07180", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58700, "upload_time": "2014-03-24T07:56:17", "url": "https://files.pythonhosted.org/packages/92/c9/e0c89f027a3c25bca358b90ddf9bdbb4fb9d5fd72c2aad1e87766903d010/monet.calendar.event-0.5.1.zip" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "d6a2309b0f8a26e75861dc740ee0e1ff", "sha256": "41dc2774cd701b5e018e88bd840ae37174630aa407894996e217ee1cb5299670" }, "downloads": -1, "filename": "monet.calendar.event-0.5.2.zip", "has_sig": false, "md5_digest": "d6a2309b0f8a26e75861dc740ee0e1ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58289, "upload_time": "2014-05-16T08:58:47", "url": "https://files.pythonhosted.org/packages/1a/07/978758d601f015b0a385732991d632cd809cd78cedcbcc00cf5f2d73e974/monet.calendar.event-0.5.2.zip" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "6c87841b68311cf9de432b0c3e80f4fb", "sha256": "fb0e4a9531e98c4218d17cc7f01131352e30932145eaa98a84a4d5c0e0c252f6" }, "downloads": -1, "filename": "monet.calendar.event-0.5.3.zip", "has_sig": false, "md5_digest": "6c87841b68311cf9de432b0c3e80f4fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58398, "upload_time": "2014-09-18T15:50:15", "url": "https://files.pythonhosted.org/packages/6b/06/b55abbc39c376a315f4e6df1c5ec2454c0d884eacbb2fd3ca901bd053b86/monet.calendar.event-0.5.3.zip" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "d5b7ae0bbf35d8d44cd2a411231d70ff", "sha256": "0848842ede5ccc115b7f193240899eefe9aa16cdb337feffca37dffe3ad17428" }, "downloads": -1, "filename": "monet.calendar.event-0.5.4.zip", "has_sig": false, "md5_digest": "d5b7ae0bbf35d8d44cd2a411231d70ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58991, "upload_time": "2014-10-23T07:19:29", "url": "https://files.pythonhosted.org/packages/9d/2d/f76f7d86e559b38d82b475dd0a2d7b19174c032a54f66f2828944cc30878/monet.calendar.event-0.5.4.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d5b7ae0bbf35d8d44cd2a411231d70ff", "sha256": "0848842ede5ccc115b7f193240899eefe9aa16cdb337feffca37dffe3ad17428" }, "downloads": -1, "filename": "monet.calendar.event-0.5.4.zip", "has_sig": false, "md5_digest": "d5b7ae0bbf35d8d44cd2a411231d70ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58991, "upload_time": "2014-10-23T07:19:29", "url": "https://files.pythonhosted.org/packages/9d/2d/f76f7d86e559b38d82b475dd0a2d7b19174c032a54f66f2828944cc30878/monet.calendar.event-0.5.4.zip" } ] }