Metadata-Version: 1.0
Name: z3c.language.negotiator
Version: 1.0.0
Summary: Zope3 i18n language negotiator.
Home-page: http://cheeseshop.python.org/pypi/z3c.language.negotiator
Author: Roger Ineichen and the Zope Community
Author-email: zope3-dev@zope.org
License: ZPL 2.1
Description: This package provides a persistent INegotiator utility implementation.
        
        
        =======
        CHANGES
        =======
        
        1.0.0 (2007-01-21)
        ------------------
        
        - Removed the two vocabulary AvailableTranslationDomainLanguagesVocabulary
        and AvailableTranslationDomainLanguagesVocabularyForZ3C which depend on the
        zope.app.i18n implementation. Note this vocabulary are not persistent and
        if you will need it, let's implement this in another package. This allow us
        to skip all dependencies to zope.app.i18n
        
        - Moved zope.language.negotiator to it's namespace package
        
Keywords: zope3 z3c i18n language negotiator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
