[Erp5-report] r41767 jm - /erp5/trunk/products/PortalTransforms/transforms/__init__.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Dec 24 18:56:48 CET 2010
Author: jm
Date: Fri Dec 24 18:56:48 2010
New Revision: 41767
URL: http://svn.erp5.org?rev=41767&view=rev
Log:
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.
Modified:
erp5/trunk/products/PortalTransforms/transforms/__init__.py
Modified: erp5/trunk/products/PortalTransforms/transforms/__init__.py
URL: http://svn.erp5.org/erp5/trunk/products/PortalTransforms/transforms/__init__.py?rev=41767&r1=41766&r2=41767&view=diff
==============================================================================
--- erp5/trunk/products/PortalTransforms/transforms/__init__.py [utf8] (original)
+++ erp5/trunk/products/PortalTransforms/transforms/__init__.py [utf8] Fri Dec 24 18:56:48 2010
@@ -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',
]
More information about the Erp5-report
mailing list