/[webpac2]/branches/Sack/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

Contents of /branches/Sack/vhost/ecas/springer.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1310 - (show annotations)
Mon Sep 21 19:04:14 2009 UTC (14 years, 9 months ago) by dpavlin
File MIME type: text/plain
File size: 279 byte(s)
branch for refactoring of WebPAC::Input::* modules for Sack

1
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