--- trunk/etc/config.yml 2008/11/06 17:58:20 323 +++ trunk/etc/config.yml 2008/11/17 13:34:56 368 @@ -4,3 +4,23 @@ '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' + +# local application +'A3C::Schema': + dsn: 'dbi:Pg:dbname=a3c' +# dsn: 'dbi:SQLite:dbname=./var/a3c.sqlite'