You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by pk...@apache.org on 2006/03/30 09:04:55 UTC

svn commit: r390012 - /lucene/nutch/branches/branch-0.7/src/site/src/documentation/content/xdocs/tutorial8.xml

Author: pkosiorowski
Date: Wed Mar 29 23:04:53 2006
New Revision: 390012

URL: http://svn.apache.org/viewcvs?rev=390012&view=rev
Log:
DmozParser package name fixed

Modified:
    lucene/nutch/branches/branch-0.7/src/site/src/documentation/content/xdocs/tutorial8.xml

Modified: lucene/nutch/branches/branch-0.7/src/site/src/documentation/content/xdocs/tutorial8.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/branches/branch-0.7/src/site/src/documentation/content/xdocs/tutorial8.xml?rev=390012&r1=390011&r2=390012&view=diff
==============================================================================
--- lucene/nutch/branches/branch-0.7/src/site/src/documentation/content/xdocs/tutorial8.xml (original)
+++ lucene/nutch/branches/branch-0.7/src/site/src/documentation/content/xdocs/tutorial8.xml Wed Mar 29 23:04:53 2006
@@ -185,7 +185,7 @@
 around 1000 URLs:</p>
 
 <source>mkdir dmoz
-bin/nutch org.apache.nutch.crawl.DmozParser content.rdf.u8 -subset 5000 &gt; dmoz/urls</source>
+bin/nutch org.apache.nutch.tools.DmozParser content.rdf.u8 -subset 5000 &gt; dmoz/urls</source>
 
 <p>The parser also takes a few minutes, as it must parse the full
 file.  Finally, we initialize the crawl db with the selected urls.</p>