/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 712 - (show annotations)
Tue Sep 26 10:23:04 2006 UTC (17 years, 7 months ago) by dpavlin
File MIME type: text/plain
File size: 489 byte(s)
 r1018@llin:  dpavlin | 2006-09-26 12:20:52 +0200
 correct creation of lookups (by database and input)

1
2 marc('777','v',
3 lookup(
4 sub { 'ffkk/peri' . rec('000') },
5 'ffkk','peri',
6 sub { rec('11') }
7 ) ||
8 lookup(
9 sub { 'ffkk/peri' . rec('000') },
10 'ffkk','peri',
11 sub { first(rec(200,'a')) . ' ' . first(rec('200','e')) },
12 ) ||
13 lookup(
14 sub { "ffkk/peri" . rec('000') },
15 'ffkk','peri',
16 sub { rec(200,'a') },
17 sub { rec(900,'x') },
18 )
19 );
20
21 marc('900','x',
22 lookup(
23 sub { first(rec('200','a')) . ' ' . first(rec('200','b')) },
24 'ffps','libri',
25 sub { rec('245','a') },
26 )
27 );

  ViewVC Help
Powered by ViewVC 1.1.26