{ "info": { "author": "Ingeniweb", "author_email": "support@ingeniweb.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Zope2", "Framework :: Zope3", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=====================\niw.subscriber package\n=====================\n.. contents::\n\nWhat is iw.subscriber ?\n=======================\n\nThis package allow Plone users to subscribe to contents. Then they will be\nnotified on all creation/modification on this contents.\n\nHow to use iw.subscriber ?\n==========================\n\nYou need a clock server. Add something like this to your zope.conf::\n\n \n # path_to_plone_site is the real path to your plone site\n method /path_to_plone_site/iw_subscriber_tick\n period 60\n user admin\n password xxx\n # You need your *real* host here\n host www.example.com\n \n\nOr if you have a Virtual Host::\n\n \n # path with a VirtualHost. same as apache.\n method /VirtualHostBase/http/www.example.com:80/portal/VirtualHostRoot/iw_subscriber_tick\n period 60\n user admin\n password xxx\n \n\nbuildout configuration\n======================\n\nIf you use buildout, you just need to add the clock server part in the\nzope-conf-additional section of your plone.recipe.zope2instance.\n\nIn addition you can use the iw.recipe.sendmail to send mails via zope.sendmail\n(an asynchronous mail queue system).\n\nHere is a simple example::\n\n [buildout]\n parts=\n zopeinstance\n mailer\n\n [zopeinstance]\n recipe=plone.recipe.zope2instance\n ...\n zope-conf-additional=\n \n method /portal/iw_subscriber_tick\n period 60\n user admin\n password xxx\n \n\n [mailer]\n recipe=iw.recipe.sendmail\n zope2location=${zopeinstance:location}\n host=smtp.example.com", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://ingeniweb.svn.sourceforge.net/svnroot/ingeniweb/iw.subscriber", "keywords": "zope plone", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "iw.subscriber", "package_url": "https://pypi.org/project/iw.subscriber/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/iw.subscriber/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://ingeniweb.svn.sourceforge.net/svnroot/ingeniweb/iw.subscriber" }, "release_url": "https://pypi.org/project/iw.subscriber/0.4.2/", "requires_dist": null, "requires_python": null, "summary": "This package allow Plone users to subscribe to contents. Then they will be notified on all creation/modification on this contents.", "version": "0.4.2" }, "last_serial": 755459, "releases": { "0.1": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e207ca6870e22771e24999fc3a663c5d", "sha256": "9fb64e0cb9eae7249d315f230a54c99d7317f4788b6b861b7ce31410c6cfa025" }, "downloads": -1, "filename": "iw.subscriber-0.1.1-py2.4.egg", "has_sig": false, "md5_digest": "e207ca6870e22771e24999fc3a663c5d", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 65539, "upload_time": "2008-02-06T11:28:15", "url": "https://files.pythonhosted.org/packages/d0/9e/034e4470a4d65b14e29d6582ca625c90ceedb08d912df15bfab1926cef5e/iw.subscriber-0.1.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "846b87aa990719fbe6adb14d81bdad26", "sha256": "31aa559738403b214c74e37b9a3eef362cc87f13e605c0a3a2aa3d0e71f98411" }, "downloads": -1, "filename": "iw.subscriber-0.1.1.tar.gz", "has_sig": false, "md5_digest": "846b87aa990719fbe6adb14d81bdad26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22377, "upload_time": "2008-02-06T11:28:14", "url": "https://files.pythonhosted.org/packages/e7/d7/9236a6a9319f0fcf3fc6b6bca94de330f03868944949fd17e118492c5b19/iw.subscriber-0.1.1.tar.gz" } ], "0.1.1dev-r7298": [], "0.1.1dev-r7307": [], "0.1.2dev-r7307": [], "0.1.2dev-r7319": [], "0.1.2dev-r7321": [], "0.1dev-r7258": [], "0.3": [], "0.4.2": [] }, "urls": [] }