/[webpac2]/trunk/conf/isi/isi2sorted.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/conf/isi/isi2sorted.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1200 - (show annotations)
Thu May 28 18:01:40 2009 UTC (14 years, 11 months ago) by mglavica
File MIME type: text/plain
File size: 230 byte(s)
local mv

1 sorted('au',
2 prefix( rec('UT') . ' | ',
3 rec('AU')
4 )
5 );
6
7
8
9 sorted('cr',
10 suffix(
11 ' | ' . rec('UT') . ' | ' . join_with(' ; ', rec('AU')) . ' | ' . join_with(' ; ', rec('SO')) . ' | ' . rec('PY'),
12 rec('CR','full')
13 )
14 );
15

  ViewVC Help
Powered by ViewVC 1.1.26