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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1266 - (hide annotations)
Tue Aug 11 12:17:04 2009 UTC (14 years, 9 months ago) by mglavica
File MIME type: text/plain
File size: 279 byte(s)
work on e-journals catalog

1 mglavica 1266
2     search( 'title', rec('B') );
3     search( 'issn',
4     join_with(' ; ',
5     rec('G'),
6     rec('H'),
7     ),
8     );
9     search( 'publisher', rec('F') );
10     search( 'url', rec('E') );
11     search( 'urlp', rec('E') );
12     search( 'keyword', rec('I') );
13     search( 'collection',
14     config('input description')
15     );

  ViewVC Help
Powered by ViewVC 1.1.26