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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1064 - (hide annotations)
Tue Nov 27 21:02:15 2007 UTC (16 years, 5 months ago) by dpavlin
File MIME type: text/plain
File size: 383 byte(s)
local

1 dpavlin 773
2 dpavlin 807 if ( rec('200','a') ) {
3 dpavlin 773
4 dpavlin 1010 marc('035','6',
5     join_with('',
6     uc( config() ),
7     ' A',
8     rec('000')
9     )
10     );
11    
12 dpavlin 792 marc_indicators('245', 1, 0);
13    
14 dpavlin 805 marc('245','a',
15 dpavlin 1010 join_with(' / ',
16     join_with(' : ',
17     join_with(' = ',
18     rec('225','a'),
19     rec('225','d')
20     ),
21     rec('225','e')
22     ),
23     join_with(' ; ',
24     rec('225','f'),
25     rec('225','g')
26     ),
27     ),
28 dpavlin 758 );
29    
30 dpavlin 1064 marc('999','a',
31     rec('200','i1')
32     );
33    
34 dpavlin 773 }

  ViewVC Help
Powered by ViewVC 1.1.26