/[webpac2]/trunk/run.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /trunk/run.pl

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 936 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 12:14:03 2007 UTC (16 years, 5 months ago) by dpavlin
File length: 17363 byte(s)
Diff to previous 924
 r1413@llin:  dpavlin | 2007-10-31 13:13:58 +0100
 Add input name to all output filters


Revision 924 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 00:26:45 2007 UTC (16 years, 5 months ago) by dpavlin
File length: 17081 byte(s)
Diff to previous 921
 r1394@llin:  dpavlin | 2007-10-31 01:26:46 +0100
 add new (exported by default) function force_array
 used all over the place


Revision 921 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 23:32:58 2007 UTC (16 years, 5 months ago) by dpavlin
File length: 17341 byte(s)
Diff to previous 916
 r1389@llin:  dpavlin | 2007-10-31 00:31:54 +0100
 support multiple output modules


Revision 916 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 20:32:16 2007 UTC (16 years, 5 months ago) by dpavlin
File length: 17000 byte(s)
Diff to previous 887
 r1378@llin:  dpavlin | 2007-10-30 21:32:15 +0100
 add database => 'name of current database' to every
 output plugin


Revision 887 - (view) (annotate) - [select for diffs]
Modified Mon Sep 3 15:26:46 2007 UTC (16 years, 6 months ago) by dpavlin
File length: 17054 byte(s)
Diff to previous 884
 r1322@llin:  dpavlin | 2007-09-03 16:44:01 +0200
 - replace Data::Dumper usage with Data::Dump
 - rewrite WebPAC::Store to use Class::Accessor


Revision 884 - (view) (annotate) - [select for diffs]
Modified Thu Aug 23 20:57:00 2007 UTC (16 years, 7 months ago) by dpavlin
File length: 17395 byte(s)
Diff to previous 882
 r1316@llin:  dpavlin | 2007-08-23 22:57:13 +0200
 call finish for outputs


Revision 882 - (view) (annotate) - [select for diffs]
Modified Thu Aug 23 20:28:10 2007 UTC (16 years, 7 months ago) by dpavlin
File length: 17337 byte(s)
Diff to previous 868
 r1312@llin:  dpavlin | 2007-08-23 22:28:19 +0200
 added generic output handler to run.pl (if this design proves itself, I will
 port all output to it)


Revision 868 - (view) (annotate) - [select for diffs]
Modified Thu Jun 21 21:26:17 2007 UTC (16 years, 9 months ago) by dpavlin
File length: 16807 byte(s)
Diff to previous 866
 r1289@llin:  dpavlin | 2007-06-21 23:26:10 +0200
 * transfer input configuration hash as input_config to input module


Revision 866 - (view) (annotate) - [select for diffs]
Modified Thu Jun 21 12:53:41 2007 UTC (16 years, 9 months ago) by dpavlin
File length: 16780 byte(s)
Diff to previous 864
 r1285@llin:  dpavlin | 2007-06-21 14:53:43 +0200
 make indexers optional [2.30]


Revision 864 - (view) (annotate) - [select for diffs]
Modified Sun May 27 22:24:30 2007 UTC (16 years, 10 months ago) by dpavlin
File length: 16757 byte(s)
Diff to previous 863
 r1280@llin:  dpavlin | 2007-05-28 00:24:21 +0200
 various fixes to make save_delimiters_tamplates produce output file


Revision 863 - (view) (annotate) - [select for diffs]
Modified Sun May 27 22:24:28 2007 UTC (16 years, 10 months ago) by dpavlin
File length: 16741 byte(s)
Diff to previous 857
 r1279@llin:  dpavlin | 2007-05-28 00:15:04 +0200
 make --validate and --validate-delimiters independent from each other again


Revision 857 - (view) (annotate) - [select for diffs]
Modified Sun May 27 16:49:15 2007 UTC (16 years, 10 months ago) by dpavlin
File length: 16686 byte(s)
Diff to previous 856
implemented read_validate_file and read_validate_delimiters file, so you can
now change paths and data for each input (which run.pl does if you use
$database and/or $input variable substitution)


Revision 856 - (view) (annotate) - [select for diffs]
Modified Sun May 27 16:00:26 2007 UTC (16 years, 10 months ago) by dpavlin
File length: 16425 byte(s)
Diff to previous 851
added fill_in to create dynamic values and some tests


Revision 851 - (view) (annotate) - [select for diffs]
Modified Sun May 27 11:14:40 2007 UTC (16 years, 10 months ago) by dpavlin
File length: 16274 byte(s)
Diff to previous 850
 r1258@llin:  dpavlin | 2007-05-27 13:14:58 +0200
 Changed delimiter_templates arguments to be more intuitive,
 disable MARC generation when running delimiters validation
 (this is just disk overhead)


Revision 850 - (view) (annotate) - [select for diffs]
Modified Sun May 27 10:50:39 2007 UTC (16 years, 10 months ago) by dpavlin
File length: 16179 byte(s)
Diff to previous 849
 r1254@llin:  dpavlin | 2007-05-27 12:51:21 +0200
 typo


Revision 849 - (view) (annotate) - [select for diffs]
Modified Sun May 27 10:50:37 2007 UTC (16 years, 10 months ago) by dpavlin
File length: 16178 byte(s)
Diff to previous 845
 r1253@llin:  dpavlin | 2007-05-27 12:49:54 +0200
 added accumulated delimiters templates to hold all templates which are
 found in this run (and thus saved to --validate-delimiters file) while
 generating correct stats for each input


Revision 845 - (view) (annotate) - [select for diffs]
Modified Sun May 27 09:39:44 2007 UTC (16 years, 10 months ago) by dpavlin
File length: 16116 byte(s)
Diff to previous 837
bug fix


Revision 837 - (view) (annotate) - [select for diffs]
Modified Thu May 24 12:44:45 2007 UTC (16 years, 10 months ago) by dpavlin
File length: 16099 byte(s)
Diff to previous 834
 r1232@llin:  dpavlin | 2007-05-24 14:44:53 +0200
 added storing and retriving of delimiters templates to file and some basic tests


Revision 834 - (view) (annotate) - [select for diffs]
Modified Thu May 24 10:53:48 2007 UTC (16 years, 10 months ago) by dpavlin
File length: 15665 byte(s)
Diff to previous 833
 r1227@llin:  dpavlin | 2007-05-24 10:26:01 +0200
 generate humanly readable report or machine readable


Revision 833 - (view) (annotate) - [select for diffs]
Modified Wed May 23 20:04:13 2007 UTC (16 years, 10 months ago) by dpavlin
File length: 15650 byte(s)
Diff to previous 814
 r1225@llin:  dpavlin | 2007-05-23 22:04:17 +0200
 use delimiters from config.yml file and dump report to file


Revision 814 - (view) (annotate) - [select for diffs]
Modified Sun Apr 1 21:47:48 2007 UTC (17 years ago) by dpavlin
File length: 15491 byte(s)
Diff to previous 803
 r1185@llin:  dpavlin | 2007-04-01 23:47:05 +0200
  r1183@llin:  dpavlin | 2007-04-01 23:47:01 +0200
  propagate changes through documentation and actuall running code :-)
 


Revision 803 - (view) (annotate) - [select for diffs]
Modified Fri Mar 2 00:32:21 2007 UTC (17 years, 1 month ago) by dpavlin
File length: 15486 byte(s)
Diff to previous 790
added --[no-]marc-generate


Revision 790 - (view) (annotate) - [select for diffs]
Modified Wed Dec 13 10:08:27 2006 UTC (17 years, 3 months ago) by dpavlin
File length: 15218 byte(s)
Diff to previous 775
 r1154@llin:  dpavlin | 2006-12-13 11:13:28 +0100
 added -h option using Pod::Usage


Revision 775 - (view) (annotate) - [select for diffs]
Modified Sun Nov 5 12:28:37 2006 UTC (17 years, 4 months ago) by dpavlin
File length: 15115 byte(s)
Diff to previous 774
 r1130@llin:  dpavlin | 2006-11-05 13:29:36 +0100
 rotate log file on startup


Revision 774 - (view) (annotate) - [select for diffs]
Modified Fri Nov 3 20:56:21 2006 UTC (17 years, 4 months ago) by dpavlin
File length: 14845 byte(s)
Diff to previous 769
another swiping API change: input->dump is gone, replaced
with input->dump_ascii which is more understandable.
If you want to override default behaviour
(which is to use Data::Dump's dump in input->fetch_rec)
define dump_ascii in low-level WebPAC::Input:: API


Revision 769 - (view) (annotate) - [select for diffs]
Modified Fri Nov 3 20:21:09 2006 UTC (17 years, 4 months ago) by dpavlin
File length: 14839 byte(s)
Diff to previous 768
 r1119@llin:  dpavlin | 2006-11-03 21:21:35 +0100
 --validate will automatically turn on --stats and won't produce
 any output


Revision 768 - (view) (annotate) - [select for diffs]
Modified Fri Nov 3 19:41:28 2006 UTC (17 years, 4 months ago) by dpavlin
File length: 14782 byte(s)
Diff to previous 765
 r1117@llin:  dpavlin | 2006-11-03 20:42:24 +0100
 cleanup API a bit. validate_errors in now validate_rec [0.10]


Revision 765 - (view) (annotate) - [select for diffs]
Modified Wed Oct 25 21:01:51 2006 UTC (17 years, 5 months ago) by dpavlin
File length: 14785 byte(s)
Diff to previous 762
moved two more dump()s to closure, saving 2/3rd of memory and some CPU time on
output which is not needed without debug level


Revision 762 - (view) (annotate) - [select for diffs]
Modified Wed Oct 25 18:54:45 2006 UTC (17 years, 5 months ago) by dpavlin
File length: 14767 byte(s)
Diff to previous 755
use save_row and load_row to share data between lookups
and input->fetch, added some timing for loading of lookups
which revealed a big performance impact of one debug(dump())


Revision 755 - (view) (annotate) - [select for diffs]
Modified Sun Oct 8 20:28:17 2006 UTC (17 years, 5 months ago) by dpavlin
File length: 14448 byte(s)
Diff to previous 742
 r1097@llin:  dpavlin | 2006-10-08 22:24:54 +0200
 replaced generate_marc with universal have_rules [0.08]


Revision 742 - (view) (annotate) - [select for diffs]
Modified Sun Oct 8 00:38:10 2006 UTC (17 years, 5 months ago) by dpavlin
File length: 14397 byte(s)
Diff to previous 738
 r1076@llin:  dpavlin | 2006-10-08 02:31:04 +0200
 don't dump undef data_structure in debug log


Revision 738 - (view) (annotate) - [select for diffs]
Modified Thu Oct 5 14:46:38 2006 UTC (17 years, 5 months ago) by dpavlin
File length: 14388 byte(s)
Diff to previous 736
 r1069@llin:  dpavlin | 2006-10-05 16:43:16 +0200
 remove --marc-normalize and --marc-output and generate marc output only
 if normalize rules have marc directives


Revision 736 - (view) (annotate) - [select for diffs]
Modified Thu Oct 5 12:57:51 2006 UTC (17 years, 5 months ago) by dpavlin
File length: 14730 byte(s)
Diff to previous 732
 r1065@llin:  dpavlin | 2006-10-05 14:54:48 +0200
 actually we don't need *_load_ds, but _load_row for lookups


Revision 732 - (view) (annotate) - [select for diffs]
Modified Fri Sep 29 20:25:34 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 14572 byte(s)
Diff to previous 731
 r1057@llin:  dpavlin | 2006-09-29 22:23:05 +0200
 less chatty


Revision 731 - (view) (annotate) - [select for diffs]
Modified Fri Sep 29 20:18:39 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 14594 byte(s)
Diff to previous 713
 r1053@llin:  dpavlin | 2006-09-29 22:16:01 +0200
 moving to final peace of puzzle: run.pl which use new APIs


Revision 713 - (view) (annotate) - [select for diffs]
Modified Tue Sep 26 12:42:49 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 14278 byte(s)
Diff to previous 712
 r1020@llin:  dpavlin | 2006-09-26 14:40:34 +0200
 refactored WebPAC::Store


Revision 712 - (view) (annotate) - [select for diffs]
Modified Tue Sep 26 10:23:04 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 14240 byte(s)
Diff to previous 710
 r1018@llin:  dpavlin | 2006-09-26 12:20:52 +0200
 correct creation of lookups (by database and input)


Revision 710 - (view) (annotate) - [select for diffs]
Modified Mon Sep 25 18:58:43 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 14111 byte(s)
Diff to previous 707
 r1014@llin:  dpavlin | 2006-09-25 20:56:33 +0200
 save lookups using WebPAC::Store


Revision 707 - (view) (annotate) - [select for diffs]
Modified Mon Sep 25 15:26:12 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 13900 byte(s)
Diff to previous 706
 r1008@llin:  dpavlin | 2006-09-25 17:23:42 +0200
 lookup creation somewhat works


Revision 706 - (view) (annotate) - [select for diffs]
Modified Mon Sep 25 14:06:49 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 13440 byte(s)
Diff to previous 702
 r1006@llin:  dpavlin | 2006-09-25 16:04:39 +0200
 added have_lookup_create


Revision 702 - (view) (annotate) - [select for diffs]
Modified Mon Sep 25 13:08:17 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 13367 byte(s)
Diff to previous 699
 r998@llin:  dpavlin | 2006-09-25 15:06:05 +0200
 first cuts at depends


Revision 699 - (view) (annotate) - [select for diffs]
Modified Mon Sep 25 12:51:17 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 13195 byte(s)
Diff to previous 698
 r992@llin:  dpavlin | 2006-09-25 13:48:56 +0200
 tweaks


Revision 698 - (view) (annotate) - [select for diffs]
Modified Mon Sep 25 11:14:53 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 13073 byte(s)
Diff to previous 684
 r990@llin:  dpavlin | 2006-09-25 13:12:42 +0200
 new depends method to track dependencies, input in most places can be input name or
 hash with key 'name' which will be used as input (for exaple, from configuration file),
 database and input names will have correctly stripped quotes,
 begin removal of old lookup support


Revision 684 - (view) (annotate) - [select for diffs]
Modified Sun Sep 24 15:53:54 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 12871 byte(s)
Diff to previous 675
 r962@llin:  dpavlin | 2006-09-24 17:51:45 +0200
 first cut at using WebPAC::Config


Revision 675 - (view) (annotate) - [select for diffs]
Modified Wed Sep 13 17:32:49 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 13110 byte(s)
Diff to previous 674
fix warning


Revision 674 - (view) (annotate) - [select for diffs]
Modified Tue Sep 12 14:47:25 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 13089 byte(s)
Diff to previous 672
 r947@llin:  dpavlin | 2006-09-12 16:45:55 +0200
 fixed indexing with EstraierNative (it will be used for every database, not
 just first one), and create separate indexes for each database (we'll merge them at end)


Revision 672 - (view) (annotate) - [select for diffs]
Modified Mon Sep 11 20:26:01 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 12969 byte(s)
Diff to previous 671
work without report, too :-)


Revision 671 - (view) (annotate) - [select for diffs]
Modified Mon Sep 11 15:59:35 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 12996 byte(s)
Diff to previous 664
 r942@llin:  dpavlin | 2006-09-11 17:58:32 +0200
 generate reports (validation and stats) for each input in out/report/


Revision 664 - (view) (annotate) - [select for diffs]
Modified Mon Sep 11 11:57:18 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 12333 byte(s)
Diff to previous 657
 r928@llin:  dpavlin | 2006-09-09 20:24:06 +0200
 a try at implementing of validation reporter


Revision 657 - (view) (annotate) - [select for diffs]
Modified Fri Sep 8 14:33:03 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 12385 byte(s)
Diff to previous 653
get validation_errors


Revision 653 - (view) (annotate) - [select for diffs]
Modified Thu Sep 7 15:57:48 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 12329 byte(s)
Diff to previous 652
added reset_errors and all_errors to validator (real reporter is still pending),
rewriten validator tests


Revision 652 - (view) (annotate) - [select for diffs]
Modified Thu Sep 7 15:01:45 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 12418 byte(s)
Diff to previous 638
refactored internal WebPAC::Input::* API a bit, added dump_rec,
validate is now more clever and reports all errors from database at end


Revision 638 - (view) (annotate) - [select for diffs]
Modified Wed Sep 6 19:51:32 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 12175 byte(s)
Diff to previous 636
disable modification of records if --stats is in use


Revision 636 - (view) (annotate) - [select for diffs]
Modified Wed Sep 6 19:25:22 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 11998 byte(s)
Diff to previous 627
implement new modify_file format which is (hopefully) simplier than yaml and/or perl [2.27]
(yes, I know... It's a sin...)


Revision 627 - (view) (annotate) - [select for diffs]
Modified Tue Sep 5 15:14:14 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 11957 byte(s)
Diff to previous 619
 r884@llin:  dpavlin | 2006-09-05 17:13:36 +0200
 added preliminary support for perl native Hyper Estraier bindings


Revision 619 - (view) (annotate) - [select for diffs]
Modified Fri Aug 25 12:31:06 2006 UTC (17 years, 7 months ago) by dpavlin
File length: 11666 byte(s)
Diff to previous 613
 r867@llin:  dpavlin | 2006-08-25 14:32:05 +0200
 statistics now show data before modify_records


Revision 613 - (view) (annotate) - [select for diffs]
Modified Wed Aug 23 11:04:32 2006 UTC (17 years, 7 months ago) by dpavlin
File length: 11666 byte(s)
Diff to previous 611
 r857@llin:  dpavlin | 2006-08-23 13:04:58 +0200
 modify_records is now applied only once for each field to prevent looping of regexpes


Revision 611 - (view) (annotate) - [select for diffs]
Modified Wed Aug 23 10:04:08 2006 UTC (17 years, 7 months ago) by dpavlin
File length: 11666 byte(s)
Diff to previous 608
support local configuration files in conf/{hostname}.yml


Revision 608 - (view) (annotate) - [select for diffs]
Modified Tue Aug 1 16:47:40 2006 UTC (17 years, 8 months ago) by dpavlin
File length: 11473 byte(s)
Diff to previous 607
added --merge option which shuts down Hyper Estraier, merge databases which
have indexes and start estmaster again.


Revision 607 - (view) (annotate) - [select for diffs]
Modified Tue Aug 1 14:15:50 2006 UTC (17 years, 8 months ago) by dpavlin
File length: 10554 byte(s)
Diff to previous 606
added option --only-links which just re-create links in index (and fixed
link creation which was broken for quite some time)


Revision 606 - (view) (annotate) - [select for diffs]
Modified Tue Aug 1 13:59:47 2006 UTC (17 years, 8 months ago) by dpavlin
File length: 10300 byte(s)
Diff to previous 600
added --parallel option to utilize multiple CPUs in machine


Revision 600 - (view) (annotate) - [select for diffs]
Modified Thu Jul 13 21:31:32 2006 UTC (17 years, 8 months ago) by dpavlin
File length: 9575 byte(s)
Diff to previous 595
added modify_records


Revision 595 - (view) (annotate) - [select for diffs]
Modified Mon Jul 10 10:16:11 2006 UTC (17 years, 8 months ago) by dpavlin
File length: 9528 byte(s)
Diff to previous 588
 r827@llin:  dpavlin | 2006-07-10 12:17:16 +0200
 add config() and id() to WebPAC::Normalize


Revision 588 - (view) (annotate) - [select for diffs]
Modified Fri Jul 7 21:47:13 2006 UTC (17 years, 8 months ago) by dpavlin
File length: 9252 byte(s)
Diff to previous 585
 r815@llin:  dpavlin | 2006-07-07 23:19:04 +0200
 delete input->lookup so that 0.03 WebPAC::Lookup don't die on it


Revision 585 - (view) (annotate) - [select for diffs]
Modified Wed Jul 5 19:52:45 2006 UTC (17 years, 8 months ago) by dpavlin
File length: 9194 byte(s)
Diff to previous 581
 r810@llin:  dpavlin | 2006-07-05 21:53:01 +0200
 change of parametars to WebPAC::Input


Revision 581 - (view) (annotate) - [select for diffs]
Modified Tue Jul 4 11:36:12 2006 UTC (17 years, 8 months ago) by dpavlin
File length: 9127 byte(s)
Diff to previous 580
 r801@llin:  dpavlin | 2006-07-04 13:19:45 +0200
 use MARC::Normalize 0.11


Revision 580 - (view) (annotate) - [select for diffs]
Modified Tue Jul 4 11:36:03 2006 UTC (17 years, 8 months ago) by dpavlin
File length: 9122 byte(s)
Diff to previous 578
 r800@llin:  dpavlin | 2006-07-04 13:11:42 +0200
 marc_duplicate now creates duplicate MARC records


Revision 578 - (view) (annotate) - [select for diffs]
Modified Tue Jul 4 10:34:15 2006 UTC (17 years, 8 months ago) by dpavlin
File length: 8922 byte(s)
Diff to previous 576
 r796@llin:  dpavlin | 2006-07-04 12:34:13 +0200
 created WebPAC::Output::MARC and cleanup run.pl


Revision 576 - (view) (annotate) - [select for diffs]
Modified Mon Jul 3 22:12:13 2006 UTC (17 years, 8 months ago) by dpavlin
File length: 10274 byte(s)
Diff to previous 567
 r792@llin:  dpavlin | 2006-07-04 00:11:52 +0200
 improved marc log output


Revision 567 - (view) (annotate) - [select for diffs]
Modified Sun Jul 2 21:22:26 2006 UTC (17 years, 8 months ago) by dpavlin
File length: 10268 byte(s)
Diff to previous 564
much better output


Revision 564 - (view) (annotate) - [select for diffs]
Modified Sun Jul 2 20:14:21 2006 UTC (17 years, 8 months ago) by dpavlin
File length: 10203 byte(s)
Diff to previous 560
 r772@llin:  dpavlin | 2006-07-02 22:14:37 +0200
 rough implementation of marc_leader (not tested enough)


Revision 560 - (view) (annotate) - [select for diffs]
Modified Sun Jul 2 14:40:32 2006 UTC (17 years, 9 months ago) by dpavlin
File length: 9832 byte(s)
Diff to previous 559
make --debug incremental (e.g. use -d -d -d for debug level 3)


Revision 559 - (view) (annotate) - [select for diffs]
Modified Sun Jul 2 12:42:02 2006 UTC (17 years, 9 months ago) by dpavlin
File length: 9837 byte(s)
Diff to previous 558
added --dump-marc


Revision 558 - (view) (annotate) - [select for diffs]
Modified Sun Jul 2 10:27:06 2006 UTC (17 years, 9 months ago) by dpavlin
File length: 9518 byte(s)
Diff to previous 556
typo


Revision 556 - (view) (annotate) - [select for diffs]
Modified Sat Jul 1 20:29:09 2006 UTC (17 years, 9 months ago) by dpavlin
File length: 9517 byte(s)
Diff to previous 552
 r760@llin:  dpavlin | 2006-07-01 22:29:21 +0200
 added MARC::Lint to check generated MARC records and report warnings


Revision 552 - (view) (annotate) - [select for diffs]
Modified Fri Jun 30 20:43:18 2006 UTC (17 years, 9 months ago) by dpavlin
File length: 8747 byte(s)
Diff to previous 547
 r751@llin:  dpavlin | 2006-06-30 22:43:07 +0200
 added --marc-normalize to specify normalization.pl and --marc-output for
 (optional) output marc file


Revision 547 - (view) (annotate) - [select for diffs]
Modified Thu Jun 29 23:19:26 2006 UTC (17 years, 9 months ago) by dpavlin
File length: 8181 byte(s)
Diff to previous 546
 r742@llin:  dpavlin | 2006-06-30 01:21:24 +0200
 added marc_repetable_subfield and marc_indicators, renamed marc21 to marc [2.23]


Revision 546 - (view) (annotate) - [select for diffs]
Modified Thu Jun 29 22:53:21 2006 UTC (17 years, 9 months ago) by dpavlin
File length: 8183 byte(s)
Diff to previous 541
 r740@llin:  dpavlin | 2006-06-30 00:55:19 +0200
 fix warning


Revision 541 - (view) (annotate) - [select for diffs]
Modified Thu Jun 29 21:18:50 2006 UTC (17 years, 9 months ago) by dpavlin
File length: 8197 byte(s)
Diff to previous 540
 r730@llin:  dpavlin | 2006-06-29 21:33:48 +0200
 use MARC::Record 2.0 to support utf-8 encoding in MARC
 http://marcpm.sourceforge.net/


Revision 540 - (view) (annotate) - [select for diffs]
Modified Thu Jun 29 15:29:41 2006 UTC (17 years, 9 months ago) by dpavlin
File length: 8081 byte(s)
Diff to previous 539
 r726@llin:  dpavlin | 2006-06-29 17:31:13 +0200
 add marc21 to normalize and create MARC file from those data [2.22]


Revision 539 - (view) (annotate) - [select for diffs]
Modified Thu Jun 29 15:29:32 2006 UTC (17 years, 9 months ago) by dpavlin
File length: 7628 byte(s)
Diff to previous 536
 r725@llin:  dpavlin | 2006-06-29 15:48:38 +0200
 support arrays for normalize in config.yml [2.21]


Revision 536 - (view) (annotate) - [select for diffs]
Modified Mon Jun 26 16:39:51 2006 UTC (17 years, 9 months ago) by dpavlin
File length: 7270 byte(s)
Diff to previous 529
 r719@llin:  dpavlin | 2006-06-26 18:40:57 +0200
 big refacture: depriciate and remove all normalisation formats except .pl sets (but
 old code is still available in WebPAC::Lookup::Normalize because lookups use it) [2.20]


Revision 529 - (view) (annotate) - [select for diffs]
Modified Mon May 22 19:34:45 2006 UTC (17 years, 10 months ago) by dpavlin
File length: 8366 byte(s)
Diff to previous 523
 r706@llin:  dpavlin | 2006-05-22 21:39:37 +0200
 create links at end of indexing (using last indexer which might be wrong!)


Revision 523 - (view) (annotate) - [select for diffs]
Modified Sun May 21 19:29:26 2006 UTC (17 years, 10 months ago) by dpavlin
File length: 8221 byte(s)
Diff to previous 520
transfer all input variables to open_db in input module


Revision 520 - (view) (annotate) - [select for diffs]
Modified Thu May 18 13:48:58 2006 UTC (17 years, 10 months ago) by dpavlin
File length: 8172 byte(s)
Diff to previous 516
 r690@llin:  dpavlin | 2006-05-18 15:47:03 +0200
 make lookup optional


Revision 516 - (view) (annotate) - [select for diffs]
Modified Tue May 16 15:23:12 2006 UTC (17 years, 10 months ago) by dpavlin
File length: 8114 byte(s)
Diff to previous 512
 r682@llin:  dpavlin | 2006-05-16 17:27:02 +0200
 final touches on validation, added --validate to run.pl


Revision 512 - (view) (annotate) - [select for diffs]
Modified Mon May 15 18:27:15 2006 UTC (17 years, 10 months ago) by dpavlin
File length: 7664 byte(s)
Diff to previous 511
fixes


Revision 511 - (view) (annotate) - [select for diffs]
Modified Mon May 15 17:49:01 2006 UTC (17 years, 10 months ago) by dpavlin
File length: 7644 byte(s)
Diff to previous 510
even better output


Revision 510 - (view) (annotate) - [select for diffs]
Modified Mon May 15 17:38:22 2006 UTC (17 years, 10 months ago) by dpavlin
File length: 7589 byte(s)
Diff to previous 509
added input filter to --only


Revision 509 - (view) (annotate) - [select for diffs]
Modified Mon May 15 17:23:38 2006 UTC (17 years, 10 months ago) by dpavlin
File length: 7337 byte(s)
Diff to previous 508
disable indexing if --stats option is used, added delimiter line to begin of
output to log


Revision 508 - (view) (annotate) - [select for diffs]
Modified Mon May 15 13:32:18 2006 UTC (17 years, 10 months ago) by dpavlin
File length: 7093 byte(s)
Diff to previous 507
fix pod


Revision 507 - (view) (annotate) - [select for diffs]
Modified Mon May 15 13:15:01 2006 UTC (17 years, 10 months ago) by dpavlin
File length: 6946 byte(s)
Diff to previous 504
 r669@llin:  dpavlin | 2006-05-15 15:18:36 +0200
 added nicely formatted stats and --stats flag to run.pl


Revision 504 - (view) (annotate) - [select for diffs]
Modified Sun May 14 22:24:18 2006 UTC (17 years, 10 months ago) by dpavlin
File length: 6734 byte(s)
Diff to previous 493
don't mess with value of --clean


Revision 493 - (view) (annotate) - [select for diffs]
Modified Sun May 14 13:42:48 2006 UTC (17 years, 10 months ago) by dpavlin
File length: 6788 byte(s)
Diff to previous 492
 r646@llin:  dpavlin | 2006-05-14 15:45:57 +0200
 dump --force-set debug (not warn)


Revision 492 - (view) (annotate) - [select for diffs]
Modified Sun May 14 13:25:36 2006 UTC (17 years, 10 months ago) by dpavlin
File length: 6786 byte(s)
Diff to previous 434
 r644@llin:  dpavlin | 2006-05-14 15:29:07 +0200
 added --force-set and implemented usage of WebPAC::Normalize::Set if
 normalize->path ends in .pl [2.13]


Revision 434 - (view) (annotate) - [select for diffs]
Modified Mon Apr 17 16:50:53 2006 UTC (17 years, 11 months ago) by dpavlin
File length: 5899 byte(s)
Diff to previous 431
 r527@llin:  dpavlin | 2006-04-17 18:50:54 +0200
 call finish at end of indexing, force create if index_path doesn't exist


Revision 431 - (view) (annotate) - [select for diffs]
Modified Mon Apr 17 15:10:04 2006 UTC (17 years, 11 months ago) by dpavlin
File length: 5713 byte(s)
Diff to previous 430
 r520@llin:  dpavlin | 2006-04-17 17:09:51 +0200
 added support for KinoSearch [2.12]


Revision 430 - (view) (annotate) - [select for diffs]
Modified Mon Apr 17 15:09:54 2006 UTC (17 years, 11 months ago) by dpavlin
File length: 5434 byte(s)
Diff to previous 423
 r519@llin:  dpavlin | 2006-04-17 16:40:54 +0200
 make support for WebPAC::Output::Estraier optional


Revision 423 - (view) (annotate) - [select for diffs]
Modified Wed Mar 22 00:18:56 2006 UTC (18 years ago) by dpavlin
File length: 5037 byte(s)
Diff to previous 416
 r508@llin:  dpavlin | 2006-03-22 02:24:34 +0100
 renamed --one to --only (with legacy support for --one)


Revision 416 - (view) (annotate) - [select for diffs]
Modified Sun Feb 26 23:21:50 2006 UTC (18 years, 1 month ago) by dpavlin
File length: 4980 byte(s)
Diff to previous 401
 r494@llin:  dpavlin | 2006-02-27 00:22:59 +0100
 implemented recode option to input (for now, just for MARC)


Revision 401 - (view) (annotate) - [select for diffs]
Modified Sun Feb 19 16:36:42 2006 UTC (18 years, 1 month ago) by dpavlin
File length: 4949 byte(s)
Diff to previous 391
 r466@llin:  dpavlin | 2006-02-19 17:45:26 +0100
 create label from database name, move from Text::Iconv to Encode


Revision 391 - (view) (annotate) - [select for diffs]
Modified Sun Jan 22 14:27:50 2006 UTC (18 years, 2 months ago) by dpavlin
File length: 4903 byte(s)
Diff to previous 389
report lookup which is used


Revision 389 - (view) (annotate) - [select for diffs]
Modified Sun Jan 22 13:38:17 2006 UTC (18 years, 2 months ago) by dpavlin
File length: 4874 byte(s)
Diff to previous 335
 r443@llin:  dpavlin | 2006-01-22 14:41:18 +0100
 output of rec/s and elapsed time added


Revision 335 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 14:00:36 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 4720 byte(s)
Diff to previous 307
 r339@llin:  dpavlin | 2005-12-31 15:02:38 +0100
 added --one=database_name option to reindex just single database


Revision 307 - (view) (annotate) - [select for diffs]
Modified Tue Dec 20 00:03:04 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 4560 byte(s)
Diff to previous 301
moved clean into WebPAC::Output::Estraier, cleanup


Revision 301 - (view) (annotate) - [select for diffs]
Modified Mon Dec 19 21:26:04 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 4739 byte(s)
Diff to previous 291
 r322@athlon:  dpavlin | 2005-12-19 22:27:06 +0100
 make run.pl moderatly chatty (along with other modules), added command line options
 (try perldoc run.pl) new target index (to reindex all) and run (to index
 first 100 records of each database)


Revision 291 - (view) (annotate) - [select for diffs]
Modified Sun Dec 18 23:34:24 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 3811 byte(s)
Diff to previous 290
 r11789@llin:  dpavlin | 2005-12-19 06:29:24 +0100
 final tweaks, version bumping [2.00_6]


Revision 290 - (view) (annotate) - [select for diffs]
Modified Sun Dec 18 23:10:02 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 3832 byte(s)
Diff to previous 288
 r11787@llin:  dpavlin | 2005-12-19 06:10:47 +0100
 MARC indexing seems to work


Revision 288 - (view) (annotate) - [select for diffs]
Modified Sun Dec 18 22:16:39 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 3651 byte(s)
Diff to previous 287
 r11783@llin:  dpavlin | 2005-12-19 05:01:56 +0100
 fix


Revision 287 - (view) (annotate) - [select for diffs]
Modified Sun Dec 18 21:06:51 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 3655 byte(s)
Diff to previous 286
 r11779@llin:  dpavlin | 2005-12-19 04:07:22 +0100
 and fixes to make it work


Revision 286 - (view) (annotate) - [select for diffs]
Modified Sun Dec 18 21:06:46 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 3717 byte(s)
Diff to previous 285
 r11778@llin:  dpavlin | 2005-12-19 03:59:54 +0100
 move work on input


Revision 285 - (view) (annotate) - [select for diffs]
Modified Sun Dec 18 21:06:39 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 3358 byte(s)
Diff to previous 269
 r11777@llin:  dpavlin | 2005-12-19 00:02:47 +0100
 refactor Input::ISIS::* [0.02]


Revision 269 - (view) (annotate) - [select for diffs]
Modified Fri Dec 16 21:09:48 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 3357 byte(s)
Diff to previous 268
 r11743@llin:  dpavlin | 2005-12-17 02:09:53 +0100
 added YAML as normalization input format


Revision 268 - (view) (annotate) - [select for diffs]
Modified Fri Dec 16 21:09:42 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 3112 byte(s)
Diff to previous 255
 r11742@llin:  dpavlin | 2005-12-17 01:26:41 +0100
 cleanup


Revision 255 - (view) (annotate) - [select for diffs]
Modified Fri Dec 16 01:04:20 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 3135 byte(s)
Diff to previous 251
 r11716@llin:  dpavlin | 2005-12-16 05:04:26 +0100
 links to other databases allmost work


Revision 251 - (view) (annotate) - [select for diffs]
Modified Thu Dec 15 14:12:00 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 2621 byte(s)
Diff to previous 233
various updates to make lookups work (but they don't still)


Revision 233 - (view) (annotate) - [select for diffs]
Modified Tue Dec 6 16:40:18 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 2551 byte(s)
Diff to previous 221
 r243@athlon:  dpavlin | 2005-12-06 17:44:43 +0100
 support multiple inputs into same database and multiple databases [2.00_1]


Revision 221 - (view) (annotate) - [select for diffs]
Modified Mon Dec 5 17:48:23 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 2576 byte(s)
Diff to previous 217
 r11543@llin:  dpavlin | 2005-12-05 16:48:20 +0100
 added prefix


Revision 217 - (view) (annotate) - [select for diffs]
Modified Mon Dec 5 17:47:51 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 2533 byte(s)
Diff to previous 214
 r11536@llin:  dpavlin | 2005-12-05 15:29:47 +0100
 change on load_ds and save_ds which not accept ONLY hash (and optional
 database name if not specified when calling new WebPAC::Store)


Revision 214 - (view) (annotate) - [select for diffs]
Modified Mon Dec 5 17:47:29 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 2508 byte(s)
Diff to previous 213
 r11527@llin:  dpavlin | 2005-12-05 02:29:24 +0100
 unused var


Revision 213 - (view) (annotate) - [select for diffs]
Modified Mon Dec 5 17:47:23 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 2530 byte(s)
Diff to previous 210
 r11526@llin:  dpavlin | 2005-12-05 02:21:09 +0100
 index multiple input sources in one database


Revision 210 - (view) (annotate) - [select for diffs]
Modified Mon Dec 5 17:47:04 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 2713 byte(s)
Diff to previous 209
 r11519@llin:  dpavlin | 2005-12-05 00:20:06 +0100
 partial changes to support multiple databases


Revision 209 - (view) (annotate) - [select for diffs]
Modified Mon Dec 5 17:46:57 2005 UTC (18 years, 3 months ago) by dpavlin
File length: 2171 byte(s)
Diff to previous 141
 r11518@llin:  dpavlin | 2005-12-04 19:43:29 +0100
 renamed WebPAC::DB to WebPAC::Store


Revision 141 - (view) (annotate) - [select for diffs]
Modified Fri Nov 25 00:22:58 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2165 byte(s)
Diff to previous 127
 r9121@llin:  dpavlin | 2005-11-25 01:24:43 +0100
 read conf/config.yml which is same file that Webpacus use.


Revision 127 - (view) (annotate) - [select for diffs]
Modified Thu Nov 24 11:47:29 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 1936 byte(s)
Diff to previous 113
 r9091@llin:  dpavlin | 2005-11-24 12:49:05 +0100
 small tweaks


Revision 113 - (view) (annotate) - [select for diffs]
Modified Wed Nov 23 00:14:05 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 1931 byte(s)
Diff to previous 76
 r9064@llin:  dpavlin | 2005-11-23 01:15:24 +0100
 minor tweak for database routines, run.pl now iterates through all entries
 (to fix problem with stopping at first deleted entry)


Revision 76 - (view) (annotate) - [select for diffs]
Modified Sun Nov 20 20:32:46 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 1773 byte(s)
Diff to previous 74
 r8992@llin:  dpavlin | 2005-11-20 21:33:56 +0100
 minor tweaks


Revision 74 - (view) (annotate) - [select for diffs]
Added Sun Nov 20 20:13:39 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 1743 byte(s)
 r8988@llin:  dpavlin | 2005-11-20 20:46:12 +0100
 added real implementation for WebPAC::Output::Estraier along with run.pl
 script which run test indexing (which will in one point move to
 WebPAC::Simple or something like that)


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26