On 22/11/11 11:32, ChiFli wrote:
> I have it installed.
> If i try the swish-filter test i get
> Document https://xxxxxx/wp-content/uploads/2011/11/testppt.ppt was not filtered.
Check that the file isn't actually a PPTX file that has been renamed to .ppt
You may be able to index slides with
FileFilter .pptx /usr/bin/unzip "-p \"%p\" ppt/slides/slide*.xml"
but I don't know if swish-e will make sense of the multiple return.
It certainly works for .docx:
FileFilter .docx /usr/bin/unzip "-p \"%p\" word/document.xml"
but then that only returns one file.
///Peter
_______________________________________________
Users mailing list
Users(at)not-real.lists.swish-e.org
http://lists.swish-e.org/listinfo/users
Received on Thu Nov 24 2011 - 14:58:14 GMT