/[Frey]/trunk/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 /trunk/etc/config.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1042 - (show annotations)
Sun Mar 8 16:42:29 2009 UTC (15 years, 1 month ago) by dpavlin
File size: 3730 byte(s)
added atom blog about Moose
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 # blogs
26 - uri: 'http://blog.urth.org/atom.xml'
27
28 'Frey::Pipe':
29 - pipe: 'Frey::Feed/as_data?uri=https://blog.rot13.org/index.xml|Frey::View::Dumper/as_markup'
30 - pipe: 'Frey::DelIcioUs/as_data|Frey::View::Dumper/as_markup'
31 - 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'
32 - pipe: 'Frey::DelIcioUs/as_data|Frey::View::JSON/as_markup'
33 - pipe: 'Frey::DelIcioUs/as_sponge|Frey::View::Exhibit::JSON/as_markup'
34 - pipe: 'Frey::DelIcioUs/as_sponge|Frey::View::Exhibit/as_data|Frey::View::Dumper/as_markup'
35 - pipe: 'Frey::DelIcioUs/as_sponge|Frey::View::Exhibit/as_data|Frey::View::JSON/as_markup'
36 - pipe: 'Frey::Shell::sar/as_sponge|Frey::jQuery::flot/as_markup'
37 - pipe: 'Frey::Shell::sar/as_sponge|Frey::DBI::Sponge/to_database_as_markup'
38 - pipe: 'Frey::Feed::Sponge/as_sponge|Frey::DBI::Sponge/to_database_as_markup'
39 - pipe: 'Frey::Shell::Log/as_sponge?log_command=cat /var/log/syslog|Frey::DBI::Sponge/to_database_as_markup'
40 - pipe: "Frey::DBI/as_sponge?dsn=DBI:Pg:dbname=frey&query=select count(*),date_part('hour',date) as hour from feed_items group by date_part('hour',date) order by date_part('hour',date) asc|Frey::CSS::Area/as_markup"
41 - pipe: "Frey::DBI/as_sponge?dsn=DBI:Pg:dbname=frey&query=select pg_relation_size(oid),relname as size from pg_class where relkind = 'r' and relname not like 'pg_%' order by size desc|Frey::CSS::Area/as_markup"
42 - pipe: "Frey::DBI/as_sponge?dsn=DBI:mysql:database=reblog;host=127.0.0.1;port=13306&query=select count(*),extract(year_month from timestamp) from items group by extract(year_month from timestamp)|Frey::CSS::Area/as_markup"
43 - pipe: "Frey::DBI/as_sponge?dsn=DBI:mysql:database=reblog;host=127.0.0.1;port=13306&query=select extract(year_month from timestamp),count(*) from items group by extract(year_month from timestamp)|Frey::jQuery::flot/as_markup"
44
45 'Frey::View::NoPager':
46 sort: ""
47 # - score: ""
48 # - date: "@mdate NUMD"
49 # - size: "@size NUMD"
50 estraier:
51 url: 'http://localhost:1978/node/cpan'
52 user: 'admin'
53 passwd: 'admin'
54 croak_on_error: 1
55 depth: 2
56 attr_regex:
57 source: 's!/rest/cpan/CPAN!CPAN!g'
58 '@uri': 's!file://data/!http://localhost/rest/estseek/pod.cgi?file=!'
59 '@mdate': 's!(\d{4}-\d{2}-\d{2})T(\d\d:\d\d:\d\d)+.*!$1 $2!'
60
61 'Frey::Web::FLVPlayer':
62 player_swf: 'http://flv-player.net/medias/player_flv_maxi.swf'
63
64 'Frey::HTML::Designer':
65 uri: http://www.claunia.com/qemu/
66
67 'Frey::Shell::Log':
68 log_command: 'cat /var/log/{syslog,messages} /var/log/{kern,auth,daemon,mail,user}.log'
69
70 'Frey::ScrapBook':
71 scrapbook_path: '/home/dpavlin/private/ScrapBook'
72
73
74 # local application
75 'Reblog::Schema':
76 # dsn: "DBI:mysql:database=reblog"
77 dsn: "DBI:mysql:database=reblog;host=127.0.0.1;port=13306"
78
79 'A3C::Schema':
80 dsn: 'dbi:Pg:dbname=a3c'
81 # dsn: 'dbi:SQLite:dbname=./var/a3c.sqlite'
82
83 'Strix::Schema':
84 dsn: 'dbi:Pg:dbname=new'
85 # dsn: 'dbi:SQLite:dbname=./var/strix.sqlite'

  ViewVC Help
Powered by ViewVC 1.1.26