Metadata-Version: 1.1
Name: ztfy.thesaurus
Version: 0.2.11
Summary: ZTFY thesaurus management package
Home-page: http://www.ztfy.org
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
Description: ======================
        ztfy.thesaurus package
        ======================
        
        .. contents::
        
        What is ztfy.thesaurus ?
        ========================
        
        ztfy.thesaurus is a quite small package used to handle content's indexation
        through the help of a structured and controlled vocabulary's thesaurus, which is
        like a big hierarchic dictionary of terms linked together.
        
        Several XML standards have emerged to handle such thesauri ; this package is mainly based
        on a custom format but can import and export data in formats like SKOS (RDF) and SuperDoc.
        
        
        How to use ztfy.thesaurus ?
        ===========================
        A set of ztfy.thesaurus usages are given as doctests in ztfy/thesaurus/doctests/README.txt
        
        
        - Thierry Florac <tflorac@ulthar.net>
        
        
        HISTORY
        =======
        
        0.2.11
        ------
         - use IntIds "register" method instead of "getId" to prevent errors while re-indexing contents containing
           unregistered terms
        
        0.2.10
        ------
         - change thesaurus term indexed value(s) to allow modification of term's label without interfering with
           indexes contents
         - remove double entries from terms search JSON-RPC methods when entered text matches a term and (at least)
           one of it's synonyms
         - correctly encode "&" character in term's dialog opening URL
         - make "/" character forbidden in term's label
        
        0.2.9
        -----
         - fanstatic resources cleanup
        
        0.2.8
        -----
         - use last interfaces, classes and interfaces from ZTFY.base and ZTFY.skin packages instead
           of ZTFY.blog
        
        0.2.7.2
        -------
         - updated javascript code to correctly handle expansion of terms tree
        
        0.2.7.1
        -------
         - updated locales
        
        0.2.7
        -----
         - updated loading and merge for better handling of custom thesaurus formats
         - changed tree "getChildNodes" method for first-level terms
        
        0.2.6
        -----
         - small updates (with updated doctests!) in extracts management
         - added marker interface for generic thesaurus views
         - added feature in terms tree view to automatically deploy tree until a given searched term
         - added option on multi-selection terms input widget to disable action of backspace key
         - imports cleanup
        
        0.2.5
        -----
         - update term's generic/usage reverse links in term's creation form
         - use caption instead of label in terms selection form
        
        0.2.4
        -----
         - add attribute on terms list input widget which allows to display an entire list of terms which can
           be selected from a thesaurus
         - added controls and error messages when changing term's label to allow correct catalog update
           and avoid duplicates
        
        0.2.3
        -----
         - added search engine inside terms tree to get synonyms which are not part of the terms tree
         - update terms generic/specifics and usage/used_for associations when importing a thesaurus
         - don't reinitialize extracts to an empty set when a term is no more associated to a generic
         - corrected SKOS loader synonyms associations management
        
        0.2.2
        -----
         - add new thesaurus add form to create a new thesaurus without importing any data
         - remove security proxy when comparing two terms
         - use new ZTFY.skin edit form "CALLBACK" API
         - remove archived terms from selection search results
        
        0.2.1
        -----
         - activate AJAX cache when loading I18n translations strings
        
        0.2.0
        -----
         - use ZTFY.skin data API
         - make resources compatible with Fanstatic "bottom" option
        
        0.1.4
        -----
         - convert roles edit form to dialog
        
        0.1.3
        -----
         - removed useless add forms title
         - imports cleanup
        
        0.1.2
        -----
         - updated templates for ZTFY.skin >= 0.4.0
         - changed icons class
        
        0.1.1
        -----
         - updated doctests
         - corrected packaging
        
        0.1.0
        -----
         - first release
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
