Skip to content

spanish/ftw.tagging

 
 

Repository files navigation

Overview

ftw.tagging extends Plone content types with a tags field using schemaextender. Further it's possible to define tag roots to restrict tags to a part of the site.

A tag cloud portlet is provided that shows a tag cloud for the current tag root.

As an example, ftw.tagging is used by ftw.blog for tagging blog entries.

Install

  • Add ftw.tagging to your buildout configuration:
[instance]
eggs =
  ftw.tagging
  • Run buildout
  • Install ftw.tagging in portal_setup

Usage

Implement tagging interfaces for your content types. If no tag root is set, Plone-root will also be your tag-root.

<class class="path.to.my.class">
    <implements interface="ftw.tagging.interfaces.tagging.ITaggable" />
</class>
<class class=".blog.Blog">
    <implements interface="ftw.tagging.interfaces.tagging.ITagRoot" />
</class>

You can show the tag-cloud by adding the tag-cloud portlet provided by this package.

Compatibility

Runs with Plone 4.0, 4.1, 4.2 or 4.3.

Links

Copyright

This package is copyright by 4teamwork.

ftw.tagging is licensed under GNU General Public License, version 2.

githalytics.com

About

Tagging add-on for Plone

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • CSS 0.2%