{ "info": { "author": "Martin Aspeli", "author_email": "optilude@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\ncollective.gtags provides Google Code style tagging for Plone. There is a\ncontrol panel that lets administrators define a vocabulary of tags, where tags\nmay have a \"category\" prefix. For example, \"Department-IT\" and \"Department-HR\"\nwould both be tags in the \"Department\" category. A tag \"Important\" has no\ncategory.\n\nThe administrator may further decide whether users should be allowed to pick\nnon-standard tags globally (if also enabled on a per-type basis), and list\ncategories as required and/or unique.\n\nzope.schema field\n-----------------\n\nThis is implemented via a custom zope.schema style field:\n`collective.gtags.field.Tags`. This is a sub-class of zope.schema.Set, with\ncustom validation. It will only work once the package is installed, since it\ndepends on the ITagSettings utility installed with this package to properly\nfunction.\n\nThe field is accompanied by a default z3c.form widget, which uses jQuery and\nthe jQuery autocomplete widget to provide the user interface.\n\nSee `tagging.txt` in the package for a detailed doctest of the basic tags\nfunctionality.\n\nBehavior\n--------\n\nTo use this field, you can either use the `Tags` field directly in your own\nschema, or use the `collective.gtags.behaviors.ITags` behavior in a Dexterity\ntype or other type that supports `plone.behavior`. This behavior will place\na tags field in the \"Categorization\" field set and store tags in the Subject\nDublin Core metadata field, thus taking the place of the standard 'keywords'\nfield.\n\nAcknowledgements\n----------------\n\nDevelopment of this package was sponsored by Deloitte Australia\n(http://deloitte.com.au).\n\nChangelog\n=========\n\n1.0b2 - 2009-07-12\n------------------\n\n* Catch up with changes in plone.registry's API.\n [optilude]\n\n1.0b1 - June 23rd 2009\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://pypi.python.org/pypi/collective.gtags", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.gtags", "package_url": "https://pypi.org/project/collective.gtags/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.gtags/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/collective.gtags" }, "release_url": "https://pypi.org/project/collective.gtags/1.0b2/", "requires_dist": null, "requires_python": null, "summary": "Google Code like tagging for Plone", "version": "1.0b2" }, "last_serial": 787840, "releases": { "1.0b1": [ { "comment_text": "", "digests": { "md5": "7c26000645bd0fbc2193495174fa4734", "sha256": "c6beb123d7060752c19997b791284bcc6bf67ea3b9d84f6986ef45e215b343e1" }, "downloads": -1, "filename": "collective.gtags-1.0b1.tar.gz", "has_sig": false, "md5_digest": "7c26000645bd0fbc2193495174fa4734", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19742, "upload_time": "2009-06-23T15:00:20", "url": "https://files.pythonhosted.org/packages/09/ff/dfa2141ebd9ccece2ea626dc86c27ea2abe5d9175283e6590049a0c3441c/collective.gtags-1.0b1.tar.gz" } ], "1.0b2": [ { "comment_text": "", "digests": { "md5": "0de3c973abe5f33052fd1e64c2dfa6c0", "sha256": "8f96cb0d7e088625fd3f8d067717d815704044fb68a031d85b85daa27c2f4c71" }, "downloads": -1, "filename": "collective.gtags-1.0b2.tar.gz", "has_sig": false, "md5_digest": "0de3c973abe5f33052fd1e64c2dfa6c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19722, "upload_time": "2009-07-12T10:39:00", "url": "https://files.pythonhosted.org/packages/70/98/c975274b91de4039729a1b72bdfbb1093cfcc57b513869de542920da13ab/collective.gtags-1.0b2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0de3c973abe5f33052fd1e64c2dfa6c0", "sha256": "8f96cb0d7e088625fd3f8d067717d815704044fb68a031d85b85daa27c2f4c71" }, "downloads": -1, "filename": "collective.gtags-1.0b2.tar.gz", "has_sig": false, "md5_digest": "0de3c973abe5f33052fd1e64c2dfa6c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19722, "upload_time": "2009-07-12T10:39:00", "url": "https://files.pythonhosted.org/packages/70/98/c975274b91de4039729a1b72bdfbb1093cfcc57b513869de542920da13ab/collective.gtags-1.0b2.tar.gz" } ] }