From: Michael S. <sta...@us...> - 2005-10-06 21:23:28
|
Update of /cvsroot/archive-access/archive-access/projects/nutch/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20474/xdocs Modified Files: faq.fml gettingstarted.xml index.xml Log Message: Fix up wera references. Point to archive-access. Index: index.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/xdocs/index.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** index.xml 16 Aug 2005 03:28:44 -0000 1.11 --- index.xml 6 Oct 2005 21:23:17 -0000 1.12 *************** *** 25,36 **** <subsection name="Initial alpha release 0.2.1 07/27/2005"> <p>Announcing the initial coordinated alpha release of NutchWAX and ! <a href="http://nwa.nb.no/wera/">WERA</a>. WERA is an archive viewer application that gives an Internet Archive <a href="http://www.archive.org/web/web.php">Wayback Machine</a>-like ! access to web archive collections. WERA is ! part of the <a href="http://nwa.nb.no/">NWA Toolset</a> and is ! available at the NWA site (See ! <a href="gettingstarted.html">Getting started...</a> for download ! and install instructions). There are no release notes accompanying these releases. Rather, see the <a href="https://sourceforge.net/tracker/?group_id=118427&atid=681137">RFE</a> and <a href="https://sourceforge.net/tracker/?group_id=118427&atid=681140">Bug</a> --- 25,32 ---- <subsection name="Initial alpha release 0.2.1 07/27/2005"> <p>Announcing the initial coordinated alpha release of NutchWAX and ! <a href="/projects/wera/">wera</a>. Wera is an archive viewer application that gives an Internet Archive <a href="http://www.archive.org/web/web.php">Wayback Machine</a>-like ! access to web archive collections. There are no release notes accompanying these releases. Rather, see the <a href="https://sourceforge.net/tracker/?group_id=118427&atid=681137">RFE</a> and <a href="https://sourceforge.net/tracker/?group_id=118427&atid=681140">Bug</a> *************** *** 38,47 **** currently outstanding. </p> - <p>Checkout <a href="http://wbsearch.archive.org/wera">wera-demo</a> - (and the - <a href="http://wbsearch02.archive.org:8080/nutchwax">nutchwax-demo</a> - instance its using) for a sometimes demo going against an index of a - million pages made of 3 crawls of of the May 2005 British National - Election.</p> </subsection> </section> --- 34,37 ---- Index: faq.fml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/xdocs/faq.fml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** faq.fml 6 Oct 2005 19:14:47 -0000 1.9 --- faq.fml 6 Oct 2005 21:23:17 -0000 1.10 *************** *** 11,15 **** <a href="http://www.archive.org/web/web.php">Wayback Machine</a> or with the freely available ! <a href="http://nwa.nb.no/wera/">WERA</a> application, you have a complete access tool for SMALL web archive collections (There are known issues running against large collections). --- 11,15 ---- <a href="http://www.archive.org/web/web.php">Wayback Machine</a> or with the freely available ! <a href="/projects/wera/">wera</a> application, you have a complete access tool for SMALL web archive collections (There are known issues running against large collections). Index: gettingstarted.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/xdocs/gettingstarted.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** gettingstarted.xml 1 Sep 2005 20:58:24 -0000 1.9 --- gettingstarted.xml 6 Oct 2005 21:23:17 -0000 1.10 *************** *** 47,67 **** </subsection> ! <subsection name="WERA"> <p>You'll notice that clicking on a NutchWAX search result takes you nowhere. This is because NutchWAX by default has no means of rendoring the search hit out of the web archive collection. ! <a href="http://nwa.nb.no/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 that is part of ! the <a href="http://nwa.nb.no/">NWA Toolset</a>. ! See the <a href="http://nwa.nb.no/wera/">WERA</a> for how to install. ! It comes with a nice java-based installer that will run whether or ! not X is installed. 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> (There is also a hardcoding of ! path to arcs in <code>wera/lib/seal/nutch.inc</code> that you'll ! have to manually edit). </p> </subsection> --- 47,63 ---- </subsection> ! <subsection name="wera"> <p>You'll notice that clicking on a NutchWAX search result takes you 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> |