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

Annotation of /branches/Sack/conf/dipl/isi2sorted.pl

Parent Directory Parent Directory | Revision Log Revision Log


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

1 mglavica 1199 sorted('au',
2     prefix( rec('UT') . ' | ',
3     rec('AU')
4     )
5 mglavica 1193 );
6 mglavica 1199
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    

Properties

Name Value
svn:mergeinfo

  ViewVC Help
Powered by ViewVC 1.1.26