--- trunk/etc/config.yml 2008/10/31 22:55:08 219 +++ trunk/etc/config.yml 2008/11/19 02:08:18 442 @@ -1,6 +1,28 @@ 'Test::Mock': config: 'loaded' -DelIciUs: +'Frey::DelIcioUs': username: test password: test + +'Frey::Server': + port: 16001 + +'Frey::Feed': + # GeoRSS example + - uri: 'http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&output=georss&msid=100049269352981339433.00045ac7a8303812d8698' + # Atom feed + - uri: 'http://labs.kraih.com/blog/atom.xml' + # RSS feed + - uri: 'http://blog.rot13.org/index.xml' + +'Frey::Pipe': + - pipe: 'Frey::Feed/data+uri=http://blog.rot13.org/index.xml|Frey::Dumper/markup' + - pipe: 'Frey::DelIcioUs/data|Frey::Dumper/markup' + - 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' + - pipe: 'Frey::DelIcioUs/data|Frey::JSON/markup' + +# local application +'A3C::Schema': + dsn: 'dbi:Pg:dbname=a3c' +# dsn: 'dbi:SQLite:dbname=./var/a3c.sqlite'