/[swish]/trunk/spider/progspider
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/spider/progspider

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

revision 66 by dpavlin, Wed Mar 17 12:19:42 2004 UTC revision 68 by dpavlin, Thu Mar 18 11:14:49 2004 UTC
# Line 86  sub file { Line 86  sub file {
86                  foreach my $page (split(/\f/,$pages)) {                  foreach my $page (split(/\f/,$pages)) {
87                          my $pre_tmp = $pre_html;                          my $pre_tmp = $pre_html;
88                          $pre_tmp =~ s/##page_nr##/$page_nr<\/title>/s;                          $pre_tmp =~ s/##page_nr##/$page_nr<\/title>/s;
89                          dump_contents($pre_tmp . $page . $post_html,time(), $path);                          dump_contents($pre_tmp . $page . $post_html,time(), $path) if ($page !~ m/^\s*$/s);
90                          $page_nr++;                          $page_nr++;
91                  }                  }
92    

Legend:
Removed from v.66  
changed lines
  Added in v.68

  ViewVC Help
Powered by ViewVC 1.1.26