# HG changeset patch # User Jeff Hammel # Date 1293321689 28800 # Node ID 550dede362d52b93ae703a1f12eed15ede59c66d # Parent 592271f548169fc7a04c4d6543fdce7370e61321 example flowerbed markup diff -r 592271f54816 -r 550dede362d5 flowerbed.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/flowerbed.html Sat Dec 25 16:01:29 2010 -0800 @@ -0,0 +1,110 @@ + + +flowerbed + + + + + +
+ Your site +
    +
  1. +
    + config +
    + conditions +
    + +
    +
    +
    +
    factory
    +
    %(self)s
    +
    +
    +
    +
  2. +
  3. +
    + json + +
    + conditions +
    +
    path
    /json
    +
    + +
    + +
    + options +
    +
    factory
    +
    %(self)s
    +
    +
    +
    +
  4. +
  5. + +
  6. +
+ + + + diff -r 592271f54816 -r 550dede362d5 flowerbed.ini --- a/flowerbed.ini Thu Dec 23 14:18:15 2010 -0800 +++ b/flowerbed.ini Sat Dec 25 16:01:29 2010 -0800 @@ -1,8 +1,15 @@ [:app] -apps = site +apps = config json -[site:app] +[config:app] factory = flowerbed.web:Configurator -[site:options] -factory = %(self)s \ No newline at end of file +[config:options] +factory = %(self)s + +[json:app] +factory = /wsgiblob.web:JSONhandler +path = /json + +[json:options] +factory = %(self)s