{ "info": { "author": "Kevin Gill", "author_email": "kevin@movieextras.ie", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "Introduction\n============\n\nLicence: GNU General Public License\n\nThis module provides a tagging tool for plone 4. The idea is that logged-in \nusers can tag items that they are interested in, and find them again later.\n\nRequirements\n------------\n\n * Plone 4\n * A browser with javascript support\n * jquery 1.4.3 or later\n\nInstallation\n------------\n\nAdd collective.personaltags to your buildout eggs.::\n\n eggs=\\\n ...\n collective.personaltags\n\nRun buildout, restart plone.\n\nGo to \"Site Setup -> Add-ons\".\n\nInstall the product \"Track content using personal tags\".\n\nConfiguration\n-------------\n\nThe tool comes with an implementation of the back-end storage called demo. This\nis chosen by default.\n\nYou can select the portal_types to limit the tool to via an \"Add-on Configuration\"\nscreen (configlet).\n\nYou can configure system wide standard tag names.\n\nAdd a 'Personal Tags' portlet to the site so that the user can see their tags.\n\nYou can configure the number of tags to display. The rest are hidden.\n\nUsage\n-----\n\nThe tool provides a tag selector bar on each page. Enter the tags you want. \nTags are delimited by spaces.\n\nJQuery auto-complete will hint with names of existing tags.\n\nRemoval\n-------\n\nThe tool does not un-install the storage. You should do this manually if you \nare completely uninstalling the tool.\n\nIt is in the site-root and called \"personaltags\".\n\nLimits of the Demo Manager\n--------------------------\n\nThe demo manager was build to demonstrate the tool in Plone. My usage is\nwith an SQLAlchemy backend, so the work on the demo storage is incomplete.\n\nThere is no recognition of events such as zope.app.container.interfaces.IObjectRemovedEvent.\n\n\n\nChangelog\n=========\n\n1.0devdev (unreleased)\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/", "keywords": "Plone,Plone4", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.personaltags", "package_url": "https://pypi.org/project/collective.personaltags/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.personaltags/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.plone.org/svn/collective/" }, "release_url": "https://pypi.org/project/collective.personaltags/1.0/", "requires_dist": null, "requires_python": null, "summary": "Track content using personal tags", "version": "1.0" }, "last_serial": 787997, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "123b2c58ed48704e202572d1843d9bab", "sha256": "76656e4a39018c7c77fe796de13ff0921bc416e1d6643d446351d575947702b0" }, "downloads": -1, "filename": "collective.personaltags-1.0.tar.gz", "has_sig": false, "md5_digest": "123b2c58ed48704e202572d1843d9bab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35818, "upload_time": "2011-03-10T12:15:50", "url": "https://files.pythonhosted.org/packages/f8/cc/bf69b681677ac67bfd0f23405715bbff3501d9e3fdcc901f75e1394c393d/collective.personaltags-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "123b2c58ed48704e202572d1843d9bab", "sha256": "76656e4a39018c7c77fe796de13ff0921bc416e1d6643d446351d575947702b0" }, "downloads": -1, "filename": "collective.personaltags-1.0.tar.gz", "has_sig": false, "md5_digest": "123b2c58ed48704e202572d1843d9bab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35818, "upload_time": "2011-03-10T12:15:50", "url": "https://files.pythonhosted.org/packages/f8/cc/bf69b681677ac67bfd0f23405715bbff3501d9e3fdcc901f75e1394c393d/collective.personaltags-1.0.tar.gz" } ] }