Page 1 of 1

Indexing .rtf files

Posted: Tue Jan 22, 2002 3:47 pm
by sduncan
We purchased Webinator and the PDF/DOC extension and I am running an index on a site that has .rtf documents as well. I added .rtf to the list of file extensions and rewalked the site, but it seems that these files are not seen.

Am I missing something or does the system only understand word/wordperfect files but not rtf files?

Indexing .rtf files

Posted: Tue Jan 22, 2002 3:56 pm
by mark
The files should be seen and show up under "List/Edit URLs" at least, unless they are excluded by some other setting. To handle RTF content you need to make a small addition to the dowalk script. That extension is not handled specially there. In the <a name=doplugin> function find the line like
<case "doc"><dofilt opt="-fmsw" dt="MSWord"><return>
add a line below it like
<case "rtf"><dofilt opt="-fother" dt="RTF"><return>