Track content using personal tags
Project description
Introduction
Licence: GNU General Public License
This module provides a tagging tool for plone 4. The idea is that logged-in users can tag items that they are interested in, and find them again later.
Requirements
Plone 4
A browser with javascript support
jquery 1.4.3 or later
Installation
Add collective.personaltags to your buildout eggs.:
eggs=\ ... collective.personaltags
Run buildout, restart plone.
Go to “Site Setup -> Add-ons”.
Install the product “Track content using personal tags”.
Configuration
The tool comes with an implementation of the back-end storage called demo. This is chosen by default.
You can select the portal_types to limit the tool to via an “Add-on Configuration” screen (configlet).
You can configure system wide standard tag names.
Add a ‘Personal Tags’ portlet to the site so that the user can see their tags.
You can configure the number of tags to display. The rest are hidden.
Usage
The tool provides a tag selector bar on each page. Enter the tags you want. Tags are delimited by spaces.
JQuery auto-complete will hint with names of existing tags.
Removal
The tool does not un-install the storage. You should do this manually if you are completely uninstalling the tool.
It is in the site-root and called “personaltags”.
Limits of the Demo Manager
The demo manager was build to demonstrate the tool in Plone. My usage is with an SQLAlchemy backend, so the work on the demo storage is incomplete.
There is no recognition of events such as zope.app.container.interfaces.IObjectRemovedEvent.
Changelog
1.0devdev (unreleased)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for collective.personaltags-1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76656e4a39018c7c77fe796de13ff0921bc416e1d6643d446351d575947702b0 |
|
MD5 | 123b2c58ed48704e202572d1843d9bab |
|
BLAKE2b-256 | f8ccbf69b681677ac67bfd0f23405715bbff3501d9e3fdcc901f75e1394c393d |