activated RTF converter for full-text index
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1630 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
fa6290753c
commit
59a7039d36
1 changed files with 5 additions and 0 deletions
|
@ -364,6 +364,11 @@
|
|||
name="application/msword"
|
||||
factory="cybertools.text.doc.DocTransform" />
|
||||
|
||||
<adapter for="loops.interfaces.IFile"
|
||||
provides="cybertools.text.interfaces.ITextTransform"
|
||||
name="text/rtf"
|
||||
factory="cybertools.text.rtf.RtfTransform" />
|
||||
|
||||
<adapter for="loops.interfaces.IFile"
|
||||
provides="cybertools.text.interfaces.ITextTransform"
|
||||
name="application/vnd.ms-powerpoint"
|
||||
|
|
Loading…
Add table
Reference in a new issue