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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 994 by dpavlin, Sun Jan 11 12:10:46 2009 UTC revision 1042 by dpavlin, Sun Mar 8 16:42:29 2009 UTC
# Line 22  Line 22 
22    - uri: 'http://raspored.hrt.hr/format/rss.xml?mreza=3'    - uri: 'http://raspored.hrt.hr/format/rss.xml?mreza=3'
23    # Make: television    # Make: television
24    - uri: 'http://blog.makezine.com/archive/make_television/index.xml'    - uri: 'http://blog.makezine.com/archive/make_television/index.xml'
25      # blogs
26      - uri: 'http://blog.urth.org/atom.xml'
27    
28  'Frey::Pipe':  'Frey::Pipe':
29    - pipe: 'Frey::Feed/as_data?uri=https://blog.rot13.org/index.xml|Frey::View::Dumper/as_markup'    - pipe: 'Frey::Feed/as_data?uri=https://blog.rot13.org/index.xml|Frey::View::Dumper/as_markup'
# Line 37  Line 39 
39    - pipe: 'Frey::Shell::Log/as_sponge?log_command=cat /var/log/syslog|Frey::DBI::Sponge/to_database_as_markup'    - 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"    - 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"    - 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':  'Frey::View::NoPager':
46    sort: ""    sort: ""

Legend:
Removed from v.994  
changed lines
  Added in v.1042

  ViewVC Help
Powered by ViewVC 1.1.26