You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Stefan Groschupf <sg...@media-style.com> on 2005/12/26 14:50:01 UTC

Fwd: bug in Nutch wiki - FAQ


>
>
> I'm sending this to you because you are active on the nutch-users
> list and I am too lazy to subscribe at this particular moment. Please
> pass on / act as you see fit. Wiki itself seems "immutable" at least
> to the likes of me.
>
> -Jeff
>
>
> ===== currently
>
> By default the [WWW] "file plugin" is disabled. nutch-site.xml needs
> to be modified to allow this plugin. Add an entry like this:
>
> <property>
>   <name>plugin.includes</name>
>   <value>protocol-file|protocol-http|parse-(text|html)|index-basic| 
> query-(basic|site|url)</value>
> </property>
>
> ==== probably should be
>
> <property>
>   <name>plugin.includes</name>
>   <value>nutch-extension-points|protocol-file|protocol-http|parse- 
> (text|html)|index-basic|query-(basic|site|url)</value>
> </property>
>