Merge branch 'nigiri'
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 14 Apr 2010 11:58:10 +0000 (11:58 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 14 Apr 2010 11:58:10 +0000 (11:58 +0000)
Conflicts:

zebra/README

1  2 
lib/ZOOM/IRSpy.pm
lib/ZOOM/IRSpy/Utils.pm
zebra/README

@@@ -18,12 -18,13 +18,14 @@@ use ZOOM::IRSpy::Connection
  use ZOOM::IRSpy::Stats;
  use ZOOM::IRSpy::Utils qw(cql_target render_record
                          irspy_xpath_context irspy_make_identifier
 -                        irspy_record2identifier);
 +                        irspy_record2identifier calc_reliability_stats
 +                        modify_xml_document);
  
  our @ISA = qw();
- our $VERSION = '1.01';
+ our $VERSION = '1.02';
  our $irspy_to_zeerex_xsl = dirname(__FILE__) . '/../../xsl/irspy2zeerex.xsl';
+ our $debug = 0;
+ our $xslt_max_depth = 250;
  
  
  # Enumeration for callback functions to return
Simple merge
diff --cc zebra/README
@@@ -103,6 -107,8 +107,7 @@@ or
  tar xzf records-2007-04-18.tar.gz
  zebraidx-2.0 init
  zebraidx-2.0 update zeerex.xml
- #zebraidx-2.0 update records-2010-04-06
+ zebraidx-2.0 update record-2010-04-06
  zebraidx-2.0 commit
  zebrasrv-2.0 -f yazserver.xml
 -