Mercurial > hg > flowerbed
comparison README.txt @ 3:6f78e34b2e18
correctly move documentation
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Thu, 23 Dec 2010 14:11:42 -0800 |
| parents | 1f5233951a43 |
| children |
comparison
equal
deleted
inserted
replaced
| 2:1f5233951a43 | 3:6f78e34b2e18 |
|---|---|
| 1 flowerbed | 1 flowerbed |
| 2 ---------- | 2 ---------- |
| 3 | 3 |
| 4 website creator and WSGI lab | 4 website creator and WSGI lab |
| 5 | 5 |
| 6 -- | |
| 7 | 6 |
| 8 http://k0s.org/#!/usr/bin/env paster | 7 Flowerbed is a web application that allows one to grow a flower from a |
| 8 preselected group of WSGI apps. Flowerbed presents a nested ordered | |
| 9 list of web applications. You drag one of the preselected webapps to a | |
| 10 place on the list. This will add the webapp to configuration and the | |
| 11 website and give a default path descriminator (e.g. /blog for | |
| 12 bitsyblog). You should be able to download the configuration in either | |
| 13 JSON or ini format. In addition, you can download a complete flower | |
| 14 python package created from a template that will allow the whole site | |
| 15 to be installed and managed locally. | |
| 9 | 16 |
| 10 [DEFAULT] | 17 See also: |
| 11 debug = true | |
| 12 email_to = jhammel@mozilla.com | |
| 13 smtp_server = localhost | |
| 14 error_email_from = paste@localhost | |
| 15 | 18 |
| 16 [server:main] | 19 http://k0s.org/blog/20091227221009 |
| 17 use = egg:Paste#http | |
| 18 host = 0.0.0.0 | |
| 19 port = 17676 | |
| 20 | 20 |
| 21 [composite:main] | 21 ---- |
| 22 use = egg:Paste#urlmap | |
| 23 / = flowerbed | |
| 24 | 22 |
| 25 set debug = false | 23 http://k0s.org/ |
| 26 | |
| 27 [app:flowerbed] | |
| 28 paste.app_factory = flowerbed.factory:factory | |
| 29 flowerbed.name = world |
