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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 377 - (show annotations)
Mon Nov 17 17:55:50 2008 UTC (15 years, 4 months ago) by dpavlin
Original Path: trunk/etc/config.yml
File size: 814 byte(s)
implement ? as optional first delimiter to make it look more like URLs
and display pipe on top of output. Parametars can now embed spaces
(needed for SQL queries for example)
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
19 'Frey::Pipe':
20 - pipe: 'Frey::Feed/data+uri=https://blog.rot13.org/index.xml|Frey::Dumper/markup'
21 - pipe: 'Frey::DelIcioUs/data|Frey::Dumper/markup'
22 - pipe: 'Frey::DelIcioUs/sponge|Frey::SQL/data?query=select description,href,tag,extended,time from sponge order by time desc limit 10|Frey::Dumper/markup'
23
24 # local application
25 'A3C::Schema':
26 dsn: 'dbi:Pg:dbname=a3c'
27 # dsn: 'dbi:SQLite:dbname=./var/a3c.sqlite'

  ViewVC Help
Powered by ViewVC 1.1.26