X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=TODO;h=e0d8a30f2ff731c7f9a050c39fd5d7e1cc93baa4;hb=5d556c7949052d85c0de3931d5c13cf4a678aecf;hp=edbf11381c5c76388b3ea80a30a0c10c23ccb53f;hpb=76077f783df49173e4660ab14af81bea7d2e4eb6;p=webpac diff --git a/TODO b/TODO index edbf113..e0d8a30 100644 --- a/TODO +++ b/TODO @@ -35,13 +35,21 @@ This are notes about WWW interface: --------------------------------------------------------------------------- -Fix stupid things with HTML::Pager and HTML::Template. Since communication -between swish and HTML::Pager isn't as good as it should be, I must include -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 ++ 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)