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

Diff of /trunk/conf/normalize/ff-arti.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 758 by dpavlin, Wed Oct 25 11:02:36 2006 UTC revision 807 by dpavlin, Sun Apr 1 12:26:25 2007 UTC
# Line 50  marc_compose('245', Line 50  marc_compose('245',
50                  rec('203','e') ? ' : '  :                  rec('203','e') ? ' : '  :
51                  rec('203','f') ? ' / '  :                  rec('203','f') ? ' / '  :
52                                   '.',                                   '.',
53                          rec('203','a')                          join_with('. ',
54                                    rec('203','a')
55                            )
56          ),          ),
57          'h', rec('203','b'),          'h', rec('203','b'),
58          'b',          'b',
59                  join_with(' ; ',          join_with(' ; ',
60                          rec('203','k'),                  rec('203','k'),
61                  ),          ),
62          'b', rec('203','d'),          'b',
63            join_with(' = ',
64                    rec('203','d'),
65            ),
66          'b',          'b',
67                  join_with(' : ',          join_with(' : ',
68                          rec('203','e'),                  rec('203','e'),
69                  ),          ),
70          'c',          'c',
71                  join_with(' ; ',          join_with(' ; ',
72                          rec('203','f'),                  rec('203','f'),
73                  ),          ),
74          '+', prefix('. ', rec('203','c') ),          '+', prefix('. ', rec('203','c') ),
75  );  );
76    

Legend:
Removed from v.758  
changed lines
  Added in v.807

  ViewVC Help
Powered by ViewVC 1.1.26