/[Search-Estraier]/trunk/scripts/est-spider
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 /trunk/scripts/est-spider

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

revision 179 by dpavlin, Fri Aug 25 11:59:04 2006 UTC revision 180 by dpavlin, Sat Aug 26 22:30:13 2006 UTC
# Line 61  my $start_t = time(); Line 61  my $start_t = time();
61  my $filter;  my $filter;
62  foreach my $f (qw/pdftotext pstotext/) {  foreach my $f (qw/pdftotext pstotext/) {
63          my $w = which($f);          my $w = which($f);
64          if ($f) {          if ($w) {
65                  $filter->{$f} = $w;                  $filter->{$f} = $w;
66                  print STDERR "using $f filter at $w\n" if ($verbose);                  print STDERR "using $f filter at $w\n" if ($verbose);
67          }          }

Legend:
Removed from v.179  
changed lines
  Added in v.180

  ViewVC Help
Powered by ViewVC 1.1.26