Commit 3af87e68 authored by Julien Muchembled's avatar Julien Muchembled

PortalTransforms: disable 'markdown_to_html' & 'textile_to_html' tranforms

On Zope 2.8, MimeTypesRegistry does not these input formats and we don't need
them anyway.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41767 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bff9e408
......@@ -41,8 +41,8 @@ modules = [
'w3m_dump',
'python', # python source files, no dependancies
'identity', # identity transform, no dependancies
'markdown_to_html', # markdown, depends on http://surfnet.dl.sourceforge.net/sourceforge/python-markdown/markdown-1-5.py
'textile_to_html',# textile, depends on PyTextile http://dom.eav.free.fr/python/textile-mirror-2.0.10.tar.gz
#'markdown_to_html', # markdown, depends on http://surfnet.dl.sourceforge.net/sourceforge/python-markdown/markdown-1-5.py
#'textile_to_html',# textile, depends on PyTextile http://dom.eav.free.fr/python/textile-mirror-2.0.10.tar.gz
'web_intelligent_plain_text_to_html',
'html_to_web_intelligent_plain_text',
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment