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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1251 - (show annotations)
Mon Jul 27 13:33:31 2009 UTC (14 years, 10 months ago) by mglavica
File MIME type: text/plain
File size: 280 byte(s)
e-journals catalog configuration files

1
2 search( 'title', rec('A') );
3 search( 'issn',
4 join_with(' ; ',
5 rec('F'),
6 rec('G')
7 )
8 );
9 search( 'publisher', rec('D') );
10 search( 'urlf', rec('C') );
11 search( 'language', rec('E') );
12 search( 'keyword', rec('H') );
13 search( 'collection',
14 config('input description')
15 )

  ViewVC Help
Powered by ViewVC 1.1.26