<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>collective.gtags</name>
<shortdesc>Google Code like tagging for Plone</shortdesc>
<description>Introduction
============

collective.gtags provides Google Code style tagging for Plone. There is a
control panel that lets administrators define a vocabulary of tags, where tags
may have a "category" prefix. For example, "Department-IT" and "Department-HR"
would both be tags in the "Department" category. A tag "Important" has no
category.

The administrator may further decide whether users should be allowed to pick
non-standard tags globally (if also enabled on a per-type basis), and list
categories as required and/or unique.

zope.schema field
-----------------

This is implemented via a custom zope.schema style field:
`collective.gtags.field.Tags`. This is a sub-class of zope.schema.Set, with
custom validation. It will only work once the package is installed, since it
depends on the ITagSettings utility installed with this package to properly
function.

The field is accompanied by a default z3c.form widget, which uses jQuery and
the jQuery autocomplete widget to provide the user interface.

See `tagging.txt` in the package for a detailed doctest of the basic tags
functionality.

Behavior
--------

To use this field, you can either use the `Tags` field directly in your own
schema, or use the `collective.gtags.behaviors.ITags` behavior in a Dexterity
type or other type that supports `plone.behavior`. This behavior will place
a tags field in the "Categorization" field set and store tags in the Subject
Dublin Core metadata field, thus taking the place of the standard 'keywords'
field.

Acknowledgements
----------------

Development of this package was sponsored by Deloitte Australia
(http://deloitte.com.au).

Changelog
=========

1.0b2 - 2009-07-12
------------------

* Catch up with changes in plone.registry's API.
  [optilude]

1.0b1 - June 23rd 2009
----------------------

* Initial release</description>
<homepage rdf:resource="http://pypi.python.org/pypi/collective.gtags" />
<maintainer><foaf:Person><foaf:name>Martin Aspeli</foaf:name>
<foaf:mbox_sha1sum>e9d69205eabc8d3443d474f8c6a26446c2541eb9</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0b2</revision></Version></release>
</Project></rdf:RDF>