/[webpac2]/trunk/conf/lookup/ffkk-arti.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

Diff of /trunk/conf/lookup/ffkk-arti.pl

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

revision 686 by dpavlin, Sun Sep 24 17:25:04 2006 UTC revision 709 by dpavlin, Mon Sep 25 16:07:20 2006 UTC
# Line 8  marc('777','v', Line 8  marc('777','v',
8          lookup(          lookup(
9                  sub { 'ffkk/perl' . rec('000') },                  sub { 'ffkk/perl' . rec('000') },
10                  'ffkk','peri',                  'ffkk','peri',
11                  sub { rec(200,'a') . rec('200','e') },                  sub { first(rec(200,'a')) . ' ' . first(rec('200','e')) },
12          ) ||          ) ||
13          lookup(          lookup(
14                  sub { "ffkk/perl" . rec('000') },                  sub { "ffkk/perl" . rec('000') },
# Line 20  marc('777','v', Line 20  marc('777','v',
20    
21  marc('900','x',  marc('900','x',
22          lookup(          lookup(
23                  sub { rec('200','a') . ' ' . rec('200','b') },                  sub { first(rec('200','a')) . ' ' . first(rec('200','b')) },
24                  'ffps','libri',                  'ffps','libri',
25                  sub { rec('245','a') },                  sub { rec('245','a') },
26          )          )

Legend:
Removed from v.686  
changed lines
  Added in v.709

  ViewVC Help
Powered by ViewVC 1.1.26