Mercurial > hg > flowerbed
comparison flowerbed.ini @ 5:550dede362d5 default tip
example flowerbed markup
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Sat, 25 Dec 2010 16:01:29 -0800 |
| parents | 592271f54816 |
| children |
comparison
equal
deleted
inserted
replaced
| 4:592271f54816 | 5:550dede362d5 |
|---|---|
| 1 [:app] | 1 [:app] |
| 2 apps = site | 2 apps = config json |
| 3 | 3 |
| 4 [site:app] | 4 [config:app] |
| 5 factory = flowerbed.web:Configurator | 5 factory = flowerbed.web:Configurator |
| 6 | 6 |
| 7 [site:options] | 7 [config:options] |
| 8 factory = %(self)s | 8 factory = %(self)s |
| 9 | |
| 10 [json:app] | |
| 11 factory = /wsgiblob.web:JSONhandler | |
| 12 path = /json | |
| 13 | |
| 14 [json:options] | |
| 15 factory = %(self)s |
