From: Michael S. <sta...@us...> - 2005-10-21 15:44:26
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/articles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14942/src/articles Modified Files: releasenotes.xml Log Message: * src/articles/releasenotes.xml An edit. Index: releasenotes.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/articles/releasenotes.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** releasenotes.xml 21 Oct 2005 13:33:04 -0000 1.3 --- releasenotes.xml 21 Oct 2005 15:44:17 -0000 1.4 *************** *** 13,18 **** <abstract> ! <para>Improved exacturl handling, error handling and encoding issues. ! Bug fixes.</para> </abstract> --- 13,18 ---- <abstract> ! <para>Improved <emphasis>exacturl</emphasis> handling, error handling and ! encoding issues. Bug fixes.</para> </abstract> *************** *** 21,33 **** <sect3> ! <title>No canonization of URLS</title> ! <para>Currently, .no canonization of url is done in Wera. If a link ! points to an url that is indexed with a different form (e.g ! http://www.nb.no instead of http://nb.no), Wera will not find this in the index and therefore will report: <emphasis>Sorry, no documents with the given uri were found.</emphasis> See <ulink ! url="http://sourceforge.net/tracker/index.php?func=detail&aid=1312202&group_id=118427&atid=681137">bugtracker ! issue</ulink>.</para> </sect3> --- 21,33 ---- <sect3> ! <title>No canonicalization of URLS</title> ! <para>Currently, no canonization of URLs is done in WERA. If a link ! points to an URL that is indexed with a different form (e.g ! http://www.nb.no instead of http://nb.no), WERA will not find this in the index and therefore will report: <emphasis>Sorry, no documents with the given uri were found.</emphasis> See <ulink ! url="http://sourceforge.net/tracker/index.php?func=detail&aid=1312202&group_id=118427&atid=681137">[1312202] exacturl needs to ! canonicalize</ulink>.</para> </sect3> *************** *** 35,46 **** <title>Redirects not handled</title> ! <para>Wera does nothing to handle redirects. The result, depending on the nature of the redirect, will be either that the actual resource is ! not displayedat all in Wera or that a redirect to live web is executed ! within the Wera view without any information to the user See bugtracker issues <ulink ! url="http://sourceforge.net/tracker/index.php?func=detail&aid=1312200&group_id=118427&atid=681137">1312200</ulink> and <ulink ! url="http://sourceforge.net/tracker/index.php?func=detail&aid=1312214&group_id=118427&atid=681137">1312214</ulink>.</para> </sect3> --- 35,46 ---- <title>Redirects not handled</title> ! <para>WERA does nothing to handle redirects. The result, depending on the nature of the redirect, will be either that the actual resource is ! not displayed at all in WERA or that a redirect to live web is executed ! within the WERA view without any information to the user See bugtracker issues <ulink ! url="http://sourceforge.net/tracker/index.php?func=detail&aid=1312200&group_id=118427&atid=681137">[1312200] Pages at end of redirects not found</ulink> and <ulink ! url="http://sourceforge.net/tracker/index.php?func=detail&aid=1312214&group_id=118427&atid=681137">[1312214] More redirects to live web</ulink>.</para> </sect3> *************** *** 59,66 **** <title>Exacturl handling</title> ! <para>The handling of exacturl searches has been improved considerably ! on both Wera and NutchWax side. Wera uses the exacturl search ! functionality extensively both for counting versions of a given url ! and to determine the mapping between a given url/timestamp and its Arc name and offset.</para> </sect3> --- 59,67 ---- <title>Exacturl handling</title> ! <para>The handling of <emphasis>exacturl</emphasis> searches has been ! improved considerably ! on both WERA and NutchWax side. WERA uses the exacturl search ! functionality extensively both for counting versions of a given URL ! and to determine the mapping between a given URL/timestamp and its Arc name and offset.</para> </sect3> *************** *** 69,73 **** <title>Error handling</title> ! <para>Wera's error messages has been imporved. Instead of printing cryptical PHP warnings and errors it prints more meaningful error messages enabling to user to understand what is wrong.</para> --- 70,74 ---- <title>Error handling</title> ! <para>WERA's error messages has been imporved. Instead of printing cryptical PHP warnings and errors it prints more meaningful error messages enabling to user to understand what is wrong.</para> *************** *** 78,82 **** <para>There were major problems with querying with non-ISO8859 ! characters. To solve this issue changes were made to both Wera and NutchWax.</para> </sect3> --- 79,83 ---- <para>There were major problems with querying with non-ISO8859 ! characters. To solve this issue changes were made to both WERA and NutchWax.</para> </sect3> *************** *** 85,89 **** <title>Encoding issues when vieving archived pages</title> ! <para>Wera now sets the encoding in the header of a given web page prior to sending the page to the users browser. The encoding sent is the encoding detected by NutchWax at index time.</para> --- 86,90 ---- <title>Encoding issues when vieving archived pages</title> ! <para>WERA now sets the encoding in the header of a given web page prior to sending the page to the users browser. The encoding sent is the encoding detected by NutchWax at index time.</para> *************** *** 121,125 **** <para>When no X installed the Java based installer should fall back to ! console mode. Some reports of problems with this. If so, install wera manually. See manual.</para> --- 122,126 ---- <para>When no X installed the Java based installer should fall back to ! console mode. Some reports of problems with this. If so, install WERA manually. See manual.</para> *************** *** 157,159 **** </sect2> </sect1> ! </article> \ No newline at end of file --- 158,160 ---- </sect2> </sect1> ! </article> |