Metadata-Version: 1.0
Name: plone.intelligenttext
Version: 2.0
Summary: Provides transforms from text/x-web-intelligent to text/html and vice versa.
Home-page: http://pypi.python.org/pypi/plone.intelligenttext
Author: Kai Diefenbach
Author-email: kai.diefenbach@iqpp.de
License: GPL
Description: plone.intelligenttext
        =====================
        
        Overview
        --------
        
        Provides transforms from text/x-web-intelligent to text/html and vice versa.
        
        Changelog
        =========
        
        2.0 - 2010-06-13
        ----------------
        
        - Package metadata cleanup.
          [hannosch]
        
        1.0.3 - 2009-04-09
        ------------------
        
        - Handle windows line endings.
          [elro]
        
        - URLs in html really should have the ampersand quoted.
          [elro]
        
        - Specify package dependencies.
          [hannosch]
        
        1.0.2 - 2008-07-17
        ------------------
        
        - When convertWebIntelligentPlainTextToHtml is called with an
          explicit tab_width we try to make an integer of that ('2' -> 2).
          When that fails we use the default of 4.
          [maurits]
        
        - Minor change in code path, really only to get 100 percent test
          coverage.
          [maurits]
        
        1.0.1 - 2007-12-04
        ------------------
        
        - Accept ip addresses as valid urls.
          [maurits]
        
        - Accept localhost as valid url.
          [maurits]
        
        - Recognize urls with port numbers as links.
          Fixes http://plone.org/products/poi/issues/156
          [maurits]
        
        - If there is a url in brackets, the link should not contain one
          of the brackets.
          Fixes http://plone.org/products/poi/issues/155 
          [maurits]
        
        - Fix error where ampersands in urls would get html escaped.
          Refs http://plone.org/products/poi/issues/101
          [maurits]
        
        - Accept input of None to our transforms.
          [maurits]
        
        - Add unit tests (mostly taken from Products.intelligenttext)
          [maurits]
        
        1.0
        ---
        
        - Released version 1.0
          [diefenbach]
        
        1.0b2
        -----
        
        - Some documentation cleanup.
          [hannosch]
        
        1.0-beta1
        ---------
        
        - move into plone namespace and integration to PloneTransforms and
          MimetypesRegistry
          [diefenbach]
        
        0.1
        ---
        
        - Initial development by Martin Aspeli (optilude@gmx.net). For further 
          informations see http://dev.plone.org/collective/browser/intelligenttext/
        
        - The transform was originally based on the url_to_hyperlink transform from
          Ploneboard by Plone Solutions and others.
        
        - Initial package structure.
          [zopeskel]
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
