/[webpac2]/trunk/t/conf/test.yml
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 /trunk/t/conf/test.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 701 - (hide annotations)
Mon Sep 25 12:51:47 2006 UTC (17 years, 9 months ago) by dpavlin
File size: 1173 byte(s)
 r994@llin:  dpavlin | 2006-09-25 14:49:05 +0200
 refactore support for multiple normalize files in each lookup

1 dpavlin 682 --- #YAML:1.0
2     # DO NOT USE TABS FOR INDENTATION OR label/value SEPARATION!!!
3    
4     webpac:
5     inputs:
6     isis: 'WebPAC::Input::ISIS'
7     marc: 'WebPAC::Input::MARC'
8    
9     databases:
10     foo:
11     name: 'foo name'
12     input:
13 dpavlin 686 - name: 'foo-input1'
14     type: isis
15     path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
16     encoding: 'cp852'
17     #limit: 10
18     normalize:
19     path: 'conf/normalize/foo.pl'
20     - name: 'foo-input2'
21     type: isis
22     path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
23     encoding: 'cp852'
24     #limit: 10
25     normalize:
26 dpavlin 701 - path: 'conf/normalize/bar.pl'
27     - path: 'conf/normalize/baz.pl'
28 dpavlin 682
29     bar:
30     name: 'bar name'
31     input:
32 dpavlin 686 name: 'bar-input'
33 dpavlin 682 type: isis
34     path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
35     encoding: 'cp852'
36     #limit: 10
37     normalize:
38     path: 'conf/normalize/bar.pl'
39    
40     baz:
41     name: 'baz name'
42     input:
43 dpavlin 686 name: 'baz-input'
44 dpavlin 682 type: isis
45     path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
46     encoding: 'cp852'
47     #limit: 10
48     normalize:
49     path: 'conf/normalize/baz.pl'

  ViewVC Help
Powered by ViewVC 1.1.26