/[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 903 - (show annotations)
Wed Oct 10 21:00:48 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 1296 byte(s)
local configuration

1 tag('label',
2 rec('035','6')
3 );
4
5 tag('ISSN',
6 rec('022','a')
7 );
8
9 #tag('Jezik',
10 # rec('041','a')
11 #);
12
13 tag('Zemlja',
14 rec('044','a')
15 );
16
17 tag('UDK',
18 rec('080','a')
19 );
20
21 #tag('APA CC',
22 # rec('084','a')
23 #);
24
25 tag('Autori',
26 join_with(' ; ',
27 rec('100','a'),
28 join_with(' ; ',
29 rec('700','a')
30 )
31 )
32 );
33
34 tag('Naslov',
35 join_with('',
36 rec('245','a'),
37 join_with('',
38 rec('245','b'),
39 rec('245','c')
40 )
41 )
42 );
43
44 tag('Ucestalost',
45 rec('310','a')
46 );
47
48 tag('Brojcani podaci',
49 rec('362','a')
50 );
51
52 #tag('Nakladnicka cjelina',
53 # rec('440','a')
54 #);
55
56 #tag('Izdanje',
57 # rec('250','a')
58 #);
59
60 #tag('Impresum',
61 # join_with('',
62 # rec('260','a'),
63 # join_with('',
64 # rec('260','b'),
65 # rec('260','c')
66 # )
67 # )
68 #);
69
70
71 tag('Mjesto izdavanja',
72 regex('s/[,;:] $//',
73 rec('260','a')
74 )
75 );
76
77 tag('Izdavac',
78 regex('s/[,;:] $//',
79 rec('260','b')
80 )
81 );
82
83 tag('Godina',
84 rec('260','c')
85 );
86
87 #tag('Materijalni opis',
88 # join_with('',
89 # rec('300','a'),
90 # join_with('',
91 # rec('300','b'),
92 # rec('300','c')
93 # )
94 # )
95 #);
96
97 tag('Dimenzije',
98 rec('300','c')
99 );
100
101 #tag('Napomena',
102 # rec('505','a')
103 #);
104
105 tag('Predmetnice',
106 rec('653','a')
107 );
108
109 tag('Urednici',
110 rec('700','a')
111 );
112
113 tag('Ustanove',
114 rec('710','a')
115 );
116
117 #tag('Signatura',
118 # rec('852','a')
119 #);
120 #
121 #tag('Inv.Br',
122 # rec('876','a')
123 #);
124 #
125 tag('Fond',
126 rec('992','a')
127 );

  ViewVC Help
Powered by ViewVC 1.1.26