Metadata-Version: 1.1
Name: collective.pamfixes
Version: 1.0
Summary: An add-on for Plone that patches the alternate languages viewlet in plone.app.multilingual to fix a bug in the generation of the relative URLs that are used for the rel="alternate" links on multilingual pages.
Home-page: https://github.com/collective/collective.pamfixes
Author: Zach Cashero
Author-email: zach@propertyshelf.com
License: GPL version 2
Download-URL: https://pypi.python.org/pypi/collective.pamfixes
Description: collective.pamfixes
        ===================
        
        This Plone add-on patches the ``AlternateLanguagesViewlet`` from plone.app.multilingual.
        The fix addresses `Issue #153 <https://github.com/plone/plone.app.multilingual/issues/153>`_
        which can generate broken or inccorect links for the ``rel="alternate"`` links of multilingual pages.
        This add-on registers an overriding viewlet with a fix to now generate the correct links.
        
        
        
        Contributors
        ============
        
        - Zach Cashero, zach@propertyshelf.com
        - Thomas Massmann, thomas.massmann@it-spir.it
        
        
        Changelog
        =========
        
        
        1.0 (2016-05-19)
        ----------------
        
        - Initial release.
          [zcashero]
        
        - Add support for Plone 4.1.x (p.a.m. 1.x), 4.2.x (p.a.m. 1.x), 4.3.x (p.a.m. 2.x) and Plone 5.x (p.a.m. 3.x).
          [tmassman]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
