/[webpac2]/trunk/vhost/ecas/cambridge.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/vhost/ecas/cambridge.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1263 - (show annotations)
Tue Jul 28 23:23:19 2009 UTC (14 years, 9 months ago) by mglavica
File MIME type: text/plain
File size: 532 byte(s)
files for e-journals catalog

1 my $issn_key =
2 rec('F');
3
4 my $issn = get( $issn_key );
5
6 if ( $issn ) {
7 # warn "nije novi";
8 } else {
9
10 $issn = rec('F');
11
12 set( $issn_key => $issn );
13
14
15 search( 'title', rec('D') );
16 search( 'abbtitle', rec('E') );
17 search( 'issn',
18 join_with(' ; ',
19 $issn,
20 rec('G')
21 )
22 );
23 search( 'publisher', 'Cambridge' );
24 search( 'url', 'http://journals.cambridge.org/' . lc ( rec('A') ) );
25 search( 'urlp', 'http://journals.cambridge.org/' . lc ( rec('A') ) );
26 search( 'collection',
27 config('input description')
28 )
29
30 }

  ViewVC Help
Powered by ViewVC 1.1.26