Metadata-Version: 1.1
Name: DocumentTemplate
Version: 2.13.6
Summary: Document Templating Markup Language (DTML)
Home-page: http://pypi.python.org/pypi/DocumentTemplate
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: Overview
        ========
        
        This package implements the original Document Templating Markup Language
        (DTML). It uses custom SGML tags to implement simple programmatic features,
        such as variable replacement, conditional logic and loops.
        
        Inside Zope environments page templates and TAL have superseded DTML for most
        use cases.
        
        Changelog
        =========
        
        2.13.6 (2020-02-12)
        -------------------
        
        - de-fang ``sql_quote`` even more as quoting is too database-specific.
          (`#48 <https://github.com/zopefoundation/DocumentTemplate/issues/48>`_)
        
        
        2.13.5 (2020-01-31)
        -------------------
        
        - Escape more characters in ``sql_quote``.  Taken over from PloneHotfix20200121.
        
        
        2.13.4 (2017-02-15)
        -------------------
        
        - Switch TreeTag to use JSON to encode tree state.
        
        
        2.13.3 (2016-11-29)
        -------------------
        
        - Ensure html_quote is being applied to content with null characters.
        
        
        2.13.2 (2011-12-12)
        -------------------
        
        - Restrict the available functions in `DocumentTemplate.sequence` to public
          API's of `zope.sequencesort`.
        
        
        2.13.1 (2010-07-15)
        -------------------
        
        - LP #143273: Enable the dtml-var modifiers url_quote, url_unquote,
          url_quote_plus and url_unquote_plus to handle unicode strings.
        
        
        2.13.0 (2010-06-19)
        -------------------
        
        - Released as separate package.
        
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
