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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 885 - (show annotations)
Thu Aug 23 22:18:07 2007 UTC (16 years, 8 months ago) by dpavlin
File MIME type: text/plain
File size: 922 byte(s)
added label which is required by Exhibit

1 tag('label',
2 rec('035','6')
3 );
4
5 tag('Jezik',
6 rec('041','a')
7 );
8
9 tag('UDK',
10 rec('080','a')
11 );
12
13 tag('APA CC',
14 rec('084','a')
15 );
16
17 tag('Autori',
18 join_with(' ; ',
19 rec('100','a'),
20 join_with(' ; ',
21 rec('700','a')
22 )
23 )
24 );
25
26 tag('Naslov',
27 join_with('',
28 rec('245','a'),
29 join_with('',
30 rec('245','b'),
31 rec('245','c')
32 )
33 )
34 );
35
36 tag('Nakladnièka cjalina',
37 rec('440','a')
38 );
39
40 tag('Izdanje',
41 rec('250','a')
42 );
43
44 tag('Impresum',
45 join_with('',
46 rec('260','a'),
47 join_with('',
48 rec('260','b'),
49 rec('260','c')
50 )
51 )
52 );
53
54 search('Mjesto izdavanja',
55 rec('260','a')
56 );
57
58 search('Izdavaè',
59 rec('260','b')
60 );
61
62 search('Godina',
63 rec('260','c')
64 );
65
66 tag('Materijalni opis',
67 join_with('',
68 rec('300','a'),
69 join_with('',
70 rec('300','b'),
71 rec('300','c')
72 )
73 )
74 );
75
76 tag('Napomena',
77 rec('505','a')
78 );
79
80 tag('Predmetnice',
81 rec('653','a')
82 );
83
84 tag('Signatura',
85 rec('852','a')
86 );
87
88 tag('Inv.Br',
89 rec('876','a')
90 )

  ViewVC Help
Powered by ViewVC 1.1.26