X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=TODO;h=39a3c26d9bfc4b7cb59f973318a373d58a211f43;hb=a4ef37c32a0961f92d3da96ec772d007fbdb95a3;hp=44b060df5cfbfbc7bdff681fcc36ce827dce10f3;hpb=1bf8f0aead511b61a877b1b87dc6ea94dd615e7c;p=webpac diff --git a/TODO b/TODO index 44b060d..39a3c26 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,7 @@ This that has to be done (or fixed) - allmost everything -* isis2xml.pl +* all2xml.pl - create swish configuration file "on the fly" - implement Makefile.PL and install modules in "proper" places. @@ -41,3 +41,21 @@ all fields in output every time, creating huge html comments when you want just hits (I could turn off die_on_bad_params in HTML::Template, but there should be better way...) +- statistics for each library + ++ put links on the titles on the short results page + ++ speedup inserting in index (done from 02:22:48 to 00:16:39, quite good :-) + +- implement "master" template in which all other pages will be included. + Good for integration of webpac into existing portal design + +- drop index tables which are not used anymore (at end of indexing) + e.g. webpac-hidra link_900 + ++ give useful error message when results are not found + +- add support for transcripts of a,o,u umlauts (ae ou ue) + a -> (a|ae) + +- remove dependency on HTML::Parser (HTML::Entities used in index_DBI_cache)