Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install collective.categories

How to install collective.categories

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install collective.categories
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
1.0 Available View build log
 
License
GPL
Lastest release
version 1.0 on Jan 9th, 2014

Introduction

Categories are not tags. Categories allowed for a broad grouping of post topics. They can be hierarchical but you should not have that much categories.

This addon add a field categories to all content types based on archetypes and in the portal_catalog to be able to do search based on categories.

Features

You can add categories to your content.

Pluggable backend. This addon by default use the same storage and widget as the tags keyword. But you can install and configure extra storage / widget.

Configure the backend using the registry configlet or in a profile as follow:

<record name="collective.categories.backend">
    <value>archetypes.linguakeywordwidget</value>
    <!-- or Products.ATVocabularyManager-->
</record>
Products.ATVocabularyManager

Using Products.ATVocabularyManager, you can add tree vocabularies for your categories. You have in this case to create a 'collective.categories' vocabulary in the configlet of the vocabulary manager

And if you add Products.LinguaPlone to ATVocabularyManager you can also make your vocabulary multilingual !

archetypes.linguakeyword

This backend add support to multilingual categories but use default Plone LinesField for storage.

If you use this backend you should check the skin directories order because they both override the script collectKeyword.py. 'linguakeywordwidget' skin directory should be before the 'collective_categories' one.

How to install

This addon can be installed has any other addons. please follow official documentation

You have two optional dependencies:

  • [Products.ATVocabularyManagaer]
  • [archetypes.linguakeywordwidget]

Credits

People

Changelog

1.0 (2013-01-11)
  • Initial release

Subscribe to package updates

Last updated Jan 9th, 2014

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.