X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=TODO;h=8b9f4e8408e008622a620886fca34d718d47ec4a;hb=3e8094d433d72a801741f5fe51d994bb02a1f601;hp=749ccca89de63134f2dba716bdd6ff77f8e28794;hpb=5f0c0661af69d2259a2a77e76796c485c9142855;p=webpac2 diff --git a/TODO b/TODO index 749ccca..8b9f4e8 100644 --- a/TODO +++ b/TODO @@ -30,14 +30,46 @@ + modify_records regexpes now match just first occurence (repeat to get second...) + fix WebPAC::Output::MARC encoding troubles + generate reports (validation and stats) for each input -- rewrite lookup support to use WebPAC::Normalize ++ rewrite lookup support to use WebPAC::Normalize [2.28] ++ marc_leader shouldn't really be included in hash returned by data_structure ++ add checks for search directive in normalization to parser ++ lookup to another input file ++ support splitting of config yml to multiple files ++ add set and get to create in-memory lookup ++ support marc_remove('*') ++ fix-length fields (<100) support [2.29] ++ work without indexers installed or enabled [2.30] ++ simpliest possible conf/llin.yml as example ++ WebPAC::Output::JSON to produce data for Simile's exhibit ++ leader from WebPAC::Input::MARC is now available as rec('leader') ++ show i1 and i2 in statistcs specially (sorted first) ++ ISBN support in normalize ++ marc_template (WebPAC v1 in a command) [2.31] ++ marc_template must use marc_indicators data ++ indicator(field,nr) nr=1|2 for MARC input -> rec(field,'i1') or rec(field,'i2') ++ validator don't accept 0 as valid subfield ++ subroutines gets mungled in normalization files [2.33] ++ fix marc_template hadling of field value 0 ++ csv/excel output conf/normalize/csv_ff-peri.pl [2.34] ++ fix input/excel encoding problems ++ use UTF-8 as internal encoding ++ dump stats into var/stats.yml ++ WebPAC::Output::SWISH for indexing with swish-e [2.35] ++ output modules can now define add_row as opposed to add to get input row before normalization ++ WebPAC::Output::DBI to dump row from normalize into database (so each input record can create multiple rows) ++ implement attribute labels in webpac2.cgi +- WebPAC::Input::Excel iso-8859-1 encoding problem +- fix encoding for swish-e and/or webpac2.cgi +- HTML::FillInForm for html template of form [2.36] +- store display fields and use them in webpac.cgi +- marc_clone to copy records/fields/indicators from input marc +- rewrite WebPAC::Input to be based on Module::Pluggable or Moose +- check usage of config in normalize file (database, input name?) +- load_ds/save_ds should use on-disk hash to preserve inodes +- validate should ignore modify_file - add option to specify output marc path in config.yml -- marc_leader shouldn't really be included in hash returned by data_structure -- add checks for search directive in normalization to parser -- support splitting of config yml to multiple files - add dBase input format - remove delimiters characters from index and query entered - delete unused files in database directories - scoring for various fields in input/*.xml - marclint - validate 035$9 as valid -- lookup to another input file