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

trunk/etc/config.yml revision 955 by dpavlin, Wed Jan 7 00:04:46 2009 UTC branches/zimbardo/etc/config.yml revision 1172 by dpavlin, Sun Jul 5 21:40:16 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 35  Line 37 
37    - pipe: 'Frey::Shell::sar/as_sponge|Frey::DBI::Sponge/to_database_as_markup'    - 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'    - 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'    - 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('day',date) as day from feed_items group by date_part('day',date) order by date_part('day',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"
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: ""
# Line 62  Line 67 
67  'Frey::Shell::Log':  'Frey::Shell::Log':
68    log_command: 'cat /var/log/{syslog,messages} /var/log/{kern,auth,daemon,mail,user}.log'    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  # local application
75  'Reblog::Schema':  'Reblog::Schema':
76  #  dsn: "DBI:mysql:database=reblog"  #  dsn: "DBI:mysql:database=reblog"

Legend:
Removed from v.955  
changed lines
  Added in v.1172

  ViewVC Help
Powered by ViewVC 1.1.26