/[webpac-proto]/common.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /common.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Sun Jun 16 14:37:43 2002 UTC revision 1.2 by dpavlin, Sun Jun 16 15:26:13 2002 UTC
# Line 1  Line 1 
1  #!/usr/bin/perl -w  #!/usr/bin/perl -w
2    
3    #package common;
4    
5  use strict;  use strict;
6    
7    $common::install_dir="/local/index";
8    $common::mpsindex="/local/mps-5.3/bin/mpsindex -l 9 -b";
9    $common::isis_data="/var/autofs/misc/isis_data/";
10    #$common::isis_data="/mnt/20020606/Isis/Data/"; # doma
11    
12    $common::mps_header="V 5 3
13    L hr-HR
14    F 700+ 1 Autor
15    F 200+ 2 Naslov
16    F 210 3 Izdavanje
17    F 225 4 Nakladnička cjelina
18    F 300+ 5 Napomene
19    F 330 6 Sadržaj
20    F 464 7 Analitički radovi
21    F 610 8 Ključne riječi
22    F 675 9 UDK
23    F 686 10 CC
24    F 990 11 Signatura
25    F 991 12 Inventarni broj
26    F 10 13 ISBN
27    ";
28    
29    
30  #--------------------------------------------------------------------  #--------------------------------------------------------------------
31  #  #
32  # mps_expand(nr,"space separated string");  # mps_expand(nr,"space separated string");

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26