public
Description: RSS/Atom feeds aggregator, powered by Ramaze. Using Sequel for ORM.
Homepage: http://planet.zhekov.net/
Clone URL: git://github.com/zh/tamanegi.git
Click here to lend your support to: tamanegi and make a donation at www.pledgie.com !
tamanegi / config.rb
100644 15 lines (14 sloc) 0.282 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Configuration.for('app') {
  version '0.0.9'
  title 'Tamanegi - The state of the Onion'
  base_url 'http://localhost:7000'
  author {
    name 'Aggregated Feed'
  }
  one_page 20
  rss_page 20
  giveup 10
  bootstrap true
  cache_items false
  sup_id 'change__me'
}