Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change 
notification.

The "AboutPlugins" page has been changed by LewisJohnMcgibbney:
http://wiki.apache.org/nutch/AboutPlugins?action=diff&rev1=9&rev2=10

   * 
[[http://svn.apache.org/viewcvs.cgi/nutch/trunk/src/java/org/apache/nutch/analysis/NutchAnalyzer.java?view=markup|NutchAnalyzer]]
 -- An extension point that provides some language specific analyzers (see 
MultiLingualSupport proposal). ''Since it is in development stage, it is not in 
released javadoc''.
  
  
- Updated to [[http://nutch.apache.org/apidocs-1.1/index.html | Nutch apidocs 
version 1.1]]
+ Updated to [[http://nutch.apache.org/apidocs-1.4/index.html | Nutch apidocs 
version 1.4]]
  
  == Source Files ==
  
@@ -23, +23 @@

  
   * A plugin.xml file that tells nutch about the plugin.
   * A build.xml file that tells ant how to build the plugin.
+  * A ivy.xml file that describes any dependencies required by teh plugin. 
These are subsequently managed by Apache Ivy.
   * The source code of the plugin.
  
  == Getting Nutch to Use a Plugin ==
  
- In order to get Nutch to use a given plugin, you need to edit your 
conf/nutch-site.xml file and add the name of the plugin to the list of 
plugin.includes.
+ In order to get Nutch to use a given plugin, you need to edit your 
conf/nutch-site.xml file and add the name of the plugin to the list of 
plugin.includes. Additionally we are required to add the various build 
configurations to 
[[http://svn.apache.org/viewvc/nutch/trunk/src/plugin/build.xml?view=markup|build.xml]]
 in the plugin directory.
  
  == Using a Plugin From The Command Line ==
  

Reply via email to