{ "info": { "author": "Kees Hink", "author_email": "hink@gw20e.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "Introduction\n============\n\nThis product adds a viewlet which allows users to rate the usefulness of a\ncontent item.\n\nIt also registers an Event which can be used in Plone's Content Rules so that\nan e-mail can be sent immediately after a rating has been submitted.\n\nFeatures\n========\n\n- Viewlet (below content) presents a form with the question \n \"Was this information useful?\":\n\n * Clicking \"Yes\" immediately submits\n * Clicking \"No\" shows a comment field and submit button\n- By default, enabled for \"Document\" types, others selectable.\n- Can be overridden (enabled and disabled) for all content types.\n- Enables immediate e-mail notification, with the rating value (\"Yes\" or \"No\")\n and rating comment (in the case of \"No\") as e-mail variables.\n\nInstallation\n============\n\nTo your `buildout.cfg`, add::\n \n eggs =\n ...\n collective.wasthisuseful\n\nAfter that, just install via the \"Add-on\" controlpanel.\n\nUsage\n=====\n\nEnable e-mail notification\n--------------------------\n\nCreate a content rule which has \"Usefulness rated\" as a trigger. As the rule's\naction, select \"Send e-mail\". In the e-mail message, you can use\n`${usefulness_comment}` and `${usefulness_value}` as variables (in addition to\nthe usual `${url}` and `${title}`.\n\nSelect enabled types\n--------------------\n\nThe \"WasThisUseful-settings\" form enables you to select on which content types\nthe viewlet is available. You can reach is via the Plone control panel (\"Site \nsetup\") or directly via `@@wasthisuseful-settings`.\n\nEnabling and disabling specific folders\n---------------------------------------\n\nYou can override the \"enabled types\" behaviour by going to\nthe \"Usefulness ratings\" tab. On folderish objects, you can disable rating for\nthe folderish object and its children. \n\n You can even do this for content items that are not in the \"enabled types\"\n list.\n\nWhether an object has ratings enabled is decided in the following order:\n 1. Has the object itself been set to enabled / disabled (using the\n \"Usefulness ratings\" tab)? If so, use that setting.\n 2. Has the object's direct parent been set to enabled / disabled (using the\n \"Usefulness ratings\" tab)? If so, use that setting.\n 3. Is the object of a type that has been enabled on the\n \"WasThisUseful-settings\" controlpanel?\n\nTo do\n=====\n\n- Event IUsefulnessEvent seems only to be fired for non-folderish items\n- Show warning when viewing settings of item that is default view (like Topic\n `aggregator` in News Folder).\n- Show number of ratings\n- Integrate with collective.contentratings_\n- Translate rating value (\"Yes\"/\"No\") in content rule e-mail\n\n.. _collective.contentratings: http://pypi.python.org/pypi/plone.contentratings\n\nChangelog\n=========\n\n1.0 (2012-06-13)\n----------------\nStable release\n\n0.3 (unreleased)\n----------------\n\n- Depend on plone.app.registry in setup.py\n- Only show wasthisuseful viewlet in views marked with IViewView\n- Added Dutch translation\n- Minor template/css changes in add this viewlet\n\n0.2 (2011-11-15)\n----------------\n\n- Add permission `wasthisuseful: Manage ratings` for controlpanel\n- Allow to disable ratings for folders (and the children in them)\n- Make settings on folder take precedende over enabled types\n\n0.1dvldev (2011-11-04)\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://svn.plone.org/svn/collective/collective.wasthisuseful", "keywords": "plone rating useful e-mail", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.wasthisuseful", "package_url": "https://pypi.org/project/collective.wasthisuseful/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.wasthisuseful/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.plone.org/svn/collective/collective.wasthisuseful" }, "release_url": "https://pypi.org/project/collective.wasthisuseful/1.0/", "requires_dist": null, "requires_python": null, "summary": "Simple yes/no usefulness rating for Plone content, enables e-mail notification", "version": "1.0" }, "last_serial": 788275, "releases": { "0.1dvl": [], "0.2": [ { "comment_text": "", "digests": { "md5": "9f64990b5fa4017ac32800b02a57bb69", "sha256": "0cfd40569d42fae91593b3f09e29685964af8b49aa75b0de177a199ca0b9a3d6" }, "downloads": -1, "filename": "collective.wasthisuseful-0.2.tar.gz", "has_sig": false, "md5_digest": "9f64990b5fa4017ac32800b02a57bb69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21551, "upload_time": "2011-11-15T11:15:33", "url": "https://files.pythonhosted.org/packages/e8/62/06db4ae4cadc3622658704461ef273c18298d145fbad3c6299c767ff2d7e/collective.wasthisuseful-0.2.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "a2c1a2a6eda5f802aae574185b1bd64b", "sha256": "f96243c23da3024bc0ed451b07021acb3110904dce0174b4c9b6c8327ca0a76f" }, "downloads": -1, "filename": "collective.wasthisuseful-1.0.zip", "has_sig": false, "md5_digest": "a2c1a2a6eda5f802aae574185b1bd64b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44330, "upload_time": "2012-06-13T15:44:52", "url": "https://files.pythonhosted.org/packages/40/81/633237e4f65d2c50cbae23f7740b373b38355131c7b8c0d97e5654c4db0d/collective.wasthisuseful-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a2c1a2a6eda5f802aae574185b1bd64b", "sha256": "f96243c23da3024bc0ed451b07021acb3110904dce0174b4c9b6c8327ca0a76f" }, "downloads": -1, "filename": "collective.wasthisuseful-1.0.zip", "has_sig": false, "md5_digest": "a2c1a2a6eda5f802aae574185b1bd64b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44330, "upload_time": "2012-06-13T15:44:52", "url": "https://files.pythonhosted.org/packages/40/81/633237e4f65d2c50cbae23f7740b373b38355131c7b8c0d97e5654c4db0d/collective.wasthisuseful-1.0.zip" } ] }