/[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 682 - (hide annotations)
Sun Sep 24 15:28:54 2006 UTC (17 years, 8 months ago) by dpavlin
File size: 900 byte(s)
 r958@llin:  dpavlin | 2006-09-24 17:26:37 +0200
 added $config->get and $config->webpac

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     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    
21     bar:
22     name: 'bar name'
23     input:
24     name: 'bar-input1'
25     type: isis
26     path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
27     encoding: 'cp852'
28     #limit: 10
29     normalize:
30     path: 'conf/normalize/bar.pl'
31    
32     baz:
33     name: 'baz name'
34     input:
35     name: 'baz-input1'
36     type: isis
37     path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
38     encoding: 'cp852'
39     #limit: 10
40     normalize:
41     path: 'conf/normalize/baz.pl'

  ViewVC Help
Powered by ViewVC 1.1.26