/[webpac2]/trunk/conf/normalize/minimal.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/normalize/minimal.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 807 - (show annotations)
Sun Apr 1 12:26:25 2007 UTC (17 years, 1 month ago) by dpavlin
File MIME type: text/plain
File size: 312 byte(s)
local

1
2 if ( rec('200','a') ) {
3
4 marc('035','6',
5 join_with('',
6 config(),
7 '-L-',
8 rec('000')
9 )
10 );
11
12
13 marc('020','a',
14 rec('10')
15 );
16
17
18 marc('022','a',
19 rec('11','a')
20 );
21
22
23 marc_indicators('245', 1, 0);
24
25 marc('245','a',
26 rec('200','a')
27 );
28
29 marc('260','c',
30 rec('210','d')
31
32 );
33
34 marc('686','a',
35 first(rec('686'))
36 );
37
38 }

  ViewVC Help
Powered by ViewVC 1.1.26