Metadata-Version: 1.1
Name: cs.linguaplone.links
Version: 1.2
Summary: A viewlet to write links at HTML <head> tag with links to translations
Home-page: http://code.codesyntax.com/private/cs.linguaplone.links/
Author: Mikel Larreategi
Author-email: mlarreategi@codesyntax.com
License: GPL
Description: Introduction
        ============
        
        This products supports explicit annotations for web pages rendering same content in
        different languages as suggested by Google here:
        
          http://googlewebmastercentral.blogspot.com/2010/09/unifying-content-under-multilingual.html 
        
          http://googlewebmastercentral.blogspot.com/2011/12/new-markup-for-multilingual-content.html
        
        It just adds a viewlet with the links to all translated pages of the page you are viewing. You
        won't see anything on your site, it's just a markup for crawlers.
        
        Changelog
        =========
        
        1.1 (2012/05/22)
        ------------------
        
        - Show the viewlet just for ITranslatable objects and remove the nasty bare except
          [erral]
        
        1.0.1 (2011/12/12)
        --------------------
        
        - Fix bug for Site Root and other objects that do not have getTranslation method [erral]
        
        
        1.0 (2011/12/12)
        -------------------
        
        - Initial release [erral]
        
Keywords: plone linguaplone i18n links
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
