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

Annotation of /trunk/conf/normalize/json.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 890 - (hide annotations)
Thu Sep 6 19:12:31 2007 UTC (16 years, 7 months ago) by dpavlin
File MIME type: text/plain
File size: 979 byte(s)
local

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

  ViewVC Help
Powered by ViewVC 1.1.26