/[Frey]/branches/zimbardo/etc/config.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

Diff of /branches/zimbardo/etc/config.yml

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

revision 219 by dpavlin, Fri Oct 31 22:55:08 2008 UTC revision 784 by dpavlin, Tue Dec 9 20:31:44 2008 UTC
# Line 1  Line 1 
1  'Test::Mock':  'Test::Mock':
2      config: 'loaded'      config: 'loaded'
3    
4  DelIciUs:  'Frey::DelIcioUs':
5    username: test    username: test
6    password: test    password: test
7    
8    'Frey::Server':
9      port: 16001
10    
11    'Frey::Feed':
12      # GeoRSS example
13      - uri: 'http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&output=georss&msid=100049269352981339433.00045ac7a8303812d8698'
14      # Atom feed
15      - uri: 'http://labs.kraih.com/blog/atom.xml'
16      # RSS feed
17      - uri: 'https://blog.rot13.org/index.xml'
18      # SlideShare
19      - uri: 'http://www.slideshare.net/rss/user/dpavlin/favorites'
20    
21    'Frey::Pipe':
22      - pipe: 'Frey::Feed/as_data+uri=https://blog.rot13.org/index.xml|Frey::View::Dumper/as_markup'
23      - pipe: 'Frey::DelIcioUs/as_data|Frey::View::Dumper/as_markup'
24      - pipe: 'Frey::DelIcioUs/as_sponge|Frey::SQL/as_data?query=select description,href,tag,extended,time from sponge order by time desc limit 10|Frey::View::Dumper/as_markup'
25      - pipe: 'Frey::DelIcioUs/as_data|Frey::View::JSON/as_markup'
26      - pipe: 'Frey::DelIcioUs/as_sponge|Frey::View::Exhibit/as_data'
27      - pipe: 'Frey::DelIcioUs/as_sponge|Frey::View::Exhibit/as_data|Frey::View::Dumper/as_markup'
28      - pipe: 'Frey::DelIcioUs/as_sponge|Frey::View::Exhibit/as_data|Frey::View::JSON/as_markup'
29    
30    'Frey::View::NoPager':
31      sort:
32        - score: ""
33        - date: "@mdate NUMD"
34        - size: "@size NUMD"
35      estraier:
36        url: 'http://localhost:1978/node/cpan'
37        user: 'admin'
38        passwd: 'admin'
39        croak_on_error: 1
40        depth: 2
41        attr_regex:
42          source: 's!/rest/cpan/CPAN!CPAN!g'
43          '@uri': 's!file://data/!http://localhost/rest/estseek/pod.cgi?file=!'
44          '@mdate': 's!(\d{4}-\d{2}-\d{2})T(\d\d:\d\d:\d\d)+.*!$1 $2!'
45    
46    'Frey::HTML::Designer':
47      uri: http://www.claunia.com/qemu/
48    
49    # local application
50    'Reblog::Schema':
51    #  dsn: "DBI:mysql:database=reblog"
52      dsn: "DBI:mysql:database=reblog;host=127.0.0.1;port=13306"
53    
54    'A3C::Schema':
55      dsn: 'dbi:Pg:dbname=a3c'
56    #  dsn: 'dbi:SQLite:dbname=./var/a3c.sqlite'
57    
58    'Strix::Schema':
59      dsn: 'dbi:Pg:dbname=new'
60    #  dsn: 'dbi:SQLite:dbname=./var/strix.sqlite'

Legend:
Removed from v.219  
changed lines
  Added in v.784

  ViewVC Help
Powered by ViewVC 1.1.26