X-Git-Url: http://git.rot13.org/?p=webpac;a=blobdiff_plain;f=TODO;h=e0d8a30f2ff731c7f9a050c39fd5d7e1cc93baa4;hp=66d9b938aee72a3a28a0bd703b5dc34afed97b02;hb=HEAD;hpb=345a5fb8bb16876309c38b790f47cb55cc10e0eb diff --git a/TODO b/TODO index 66d9b93..e0d8a30 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. @@ -35,3 +35,21 @@ This are notes about WWW interface: --------------------------------------------------------------------------- +- 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)