Metadata-Version: 1.0
Name: collective.blueprint.translationlinker
Version: 1.0
Summary: UNKNOWN
Home-page: http://svn.plone.org/svn/collective/collective.blueprint.translationlinker
Author: Florian Schulze
Author-email: florian.schulze@gmx.net
License: GPL
Description: 
        
        A transmogrifier blueprint to create links between content items to mark them
        as Products.LinguaPlone translations of each other.
        
        Variables in the blueprint include:
        
        `_canonicalTranslation`
        Boolean saying whether the item is the canonical translation.
        
        `_translationOf`
        Path to the canonical object.
        
        `language`
        The default field of translatable content containing the language code
        of the language of the object.
        
        
        Changelog
        =========
        
        1.0 - 2008-09-17
        ----------------
        
        * Initial release and implementation.
        [fschulze, hannosch]
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
