/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 926 - (show annotations)
Mon Jan 5 22:10:59 2009 UTC (15 years, 3 months ago) by dpavlin
Original Path: trunk/etc/config.yml
File size: 2441 byte(s)
introduce Sponge in Frey::Types to present tabular data [0.25]
1 'Test::Mock':
2 config: 'loaded'
3
4 'Frey::DelIcioUs':
5 username: test
6 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 # HTV1, HTV2
21 - uri: 'http://raspored.hrt.hr/format/rss.xml?mreza=2'
22 - uri: 'http://raspored.hrt.hr/format/rss.xml?mreza=3'
23 # Make: television
24 - uri: 'http://blog.makezine.com/archive/make_television/index.xml'
25
26 'Frey::Pipe':
27 - pipe: 'Frey::Feed/as_data+uri=https://blog.rot13.org/index.xml|Frey::View::Dumper/as_markup'
28 - pipe: 'Frey::DelIcioUs/as_data|Frey::View::Dumper/as_markup'
29 - 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'
30 - pipe: 'Frey::DelIcioUs/as_data|Frey::View::JSON/as_markup'
31 - pipe: 'Frey::DelIcioUs/as_sponge|Frey::View::Exhibit/as_data'
32 - pipe: 'Frey::DelIcioUs/as_sponge|Frey::View::Exhibit/as_data|Frey::View::Dumper/as_markup'
33 - pipe: 'Frey::DelIcioUs/as_sponge|Frey::View::Exhibit/as_data|Frey::View::JSON/as_markup'
34 - pipe: 'Frey::Shell::sar/as_sponge|Frey::jQuery::flot/as_markup'
35
36 'Frey::View::NoPager':
37 sort: ""
38 # - score: ""
39 # - date: "@mdate NUMD"
40 # - size: "@size NUMD"
41 estraier:
42 url: 'http://localhost:1978/node/cpan'
43 user: 'admin'
44 passwd: 'admin'
45 croak_on_error: 1
46 depth: 2
47 attr_regex:
48 source: 's!/rest/cpan/CPAN!CPAN!g'
49 '@uri': 's!file://data/!http://localhost/rest/estseek/pod.cgi?file=!'
50 '@mdate': 's!(\d{4}-\d{2}-\d{2})T(\d\d:\d\d:\d\d)+.*!$1 $2!'
51
52 'Frey::Web::FLVPlayer':
53 player_swf: 'http://flv-player.net/medias/player_flv_maxi.swf'
54
55 'Frey::HTML::Designer':
56 uri: http://www.claunia.com/qemu/
57
58 'Frey::Shell::Log':
59 log_command: 'cat /var/log/{syslog,messages} /var/log/{kern,auth,daemon,mail,user}.log'
60
61 # local application
62 'Reblog::Schema':
63 # dsn: "DBI:mysql:database=reblog"
64 dsn: "DBI:mysql:database=reblog;host=127.0.0.1;port=13306"
65
66 'A3C::Schema':
67 dsn: 'dbi:Pg:dbname=a3c'
68 # dsn: 'dbi:SQLite:dbname=./var/a3c.sqlite'
69
70 'Strix::Schema':
71 dsn: 'dbi:Pg:dbname=new'
72 # dsn: 'dbi:SQLite:dbname=./var/strix.sqlite'

  ViewVC Help
Powered by ViewVC 1.1.26