/[webpac]/trunk2/lib/WebPAC/jsFind.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk2/lib/WebPAC/jsFind.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 539 by dpavlin, Sat Oct 9 21:47:42 2004 UTC revision 540 by dpavlin, Sun Oct 24 14:51:53 2004 UTC
# Line 4  use warnings; Line 4  use warnings;
4  use strict;  use strict;
5    
6  use Carp;  use Carp;
7  use jsFind 0.04;  use jsFind 0.06;
8  use Log::Log4perl qw(get_logger :levels);  use Log::Log4perl qw(get_logger :levels);
9    
10  =head1 NAME  =head1 NAME
# Line 166  sub close { Line 166  sub close {
166                    
167                  $log->debug("saving index '$index_name' xml files to '$path'");                  $log->debug("saving index '$index_name' xml files to '$path'");
168    
169                  $self->tree($index_name)->to_jsfind($path,'ISO-8859-2','UTF-8');                  $self->tree($index_name)->to_jsfind(
170                            dir => $path,
171                            data_codepage => 'ISO-8859-2',
172                            index_codepage => 'UTF-8'
173                    );
174    
175                  if ($log->is_debug()) {                  if ($log->is_debug()) {
176                          my $dot_file = $index_name.".dot";                          my $dot_file = $index_name.".dot";

Legend:
Removed from v.539  
changed lines
  Added in v.540

  ViewVC Help
Powered by ViewVC 1.1.26