From f2951e9fda1bfb67c54835b3636bd98d99c2e757 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri, 11 Dec 2009 12:24:35 +0000 Subject: [PATCH] add a policy to use w3m_dump for text/plain output. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31236 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_core/ToolTemplateItem/portal_transforms.xml | 11 ++++++++++- product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/ToolTemplateItem/portal_transforms.xml b/product/ERP5/bootstrap/erp5_core/ToolTemplateItem/portal_transforms.xml index bdaa910199..fe52ece5d1 100644 --- a/product/ERP5/bootstrap/erp5_core/ToolTemplateItem/portal_transforms.xml +++ b/product/ERP5/bootstrap/erp5_core/ToolTemplateItem/portal_transforms.xml @@ -543,7 +543,16 @@ <item> <key> <string>data</string> </key> <value> - <dictionary/> + <dictionary> + <item> + <key> <string>text/plain</string> </key> + <value> + <tuple> + <string>w3m_dump</string> + </tuple> + </value> + </item> + </dictionary> </value> </item> </dictionary> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index a99308100b..a900d0b24d 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1398 \ No newline at end of file +1399 \ No newline at end of file -- 2.30.9