From: Michael S. <sta...@us...> - 2005-10-22 01:46:29
|
Update of /cvsroot/archive-access/archive-access/projects/nutch/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22248/xdocs Modified Files: gettingstarted.xml Log Message: * xdocs/gettingstarted.xml Update install instructions. Index: gettingstarted.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/xdocs/gettingstarted.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** gettingstarted.xml 6 Oct 2005 21:23:17 -0000 1.10 --- gettingstarted.xml 22 Oct 2005 01:46:21 -0000 1.11 *************** *** 31,35 **** This will build an index for you in <code>${HOME}/nutch-data</code> (-n says do not run the deduplication step -- necessary if you are using nutchwax ! with wera -- and the '-c' is the name of the collection the indexed content will belong to). </p> --- 31,35 ---- This will build an index for you in <code>${HOME}/nutch-data</code> (-n says do not run the deduplication step -- necessary if you are using nutchwax ! with WERA -- and the '-c' is the name of the collection the indexed content will belong to). </p> *************** *** 51,63 **** nowhere. This is because NutchWAX by default has no means of rendoring the search hit out of the web archive collection. ! <a href="/projects/wera/">WERA</a> is an application that can do this for you. WERA is like the Internet Archive <a href="http://www.archive.org/web/web.php">Wayback Machine</a> except it also supports full text search (courtesy of NutchWAX). It is a php application for searching and browsing WACs. ! See the <a href="/projects/wera/">wera</a> for how to install. ! Be aware that your php install must include the ! xml module -- check phpinfo output -- and that configuration is kept ! in <code>wera/lib/config.inc</code>. </p> </subsection> --- 51,60 ---- nowhere. This is because NutchWAX by default has no means of rendoring the search hit out of the web archive collection. ! <a href="http://archive-access.sourceforge.net/projects/wera/">WERA</a> is an application that can do this for you. WERA is like the Internet Archive <a href="http://www.archive.org/web/web.php">Wayback Machine</a> except it also supports full text search (courtesy of NutchWAX). It is a php application for searching and browsing WACs. ! See the <a href="http://archive-access.sourceforge.net/projects/wera/">WERA</a> for how to install. </p> </subsection> |