Mercurial > hg > flowerbed
annotate flowerbed.txt @ 2:1f5233951a43
move some documentation around
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 23 Dec 2010 14:09:48 -0800 |
parents | |
children |
rev | line source |
---|---|
2
1f5233951a43
move some documentation around
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
1 Flowerbed is a web application that allows one to grow a flower from a |
1f5233951a43
move some documentation around
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
2 preselected group of WSGI apps. Flowerbed presents a nested ordered |
1f5233951a43
move some documentation around
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
3 list of web applications. You drag one of the preselected webapps to a |
1f5233951a43
move some documentation around
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
4 place on the list. This will add the webapp to configuration and the |
1f5233951a43
move some documentation around
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
5 website and give a default path descriminator (e.g. /blog for |
1f5233951a43
move some documentation around
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
6 bitsyblog). You should be able to download the configuration in either |
1f5233951a43
move some documentation around
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
7 JSON or ini format. In addition, you can download a complete flower |
1f5233951a43
move some documentation around
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
8 python package created from a template that will allow the whole site |
1f5233951a43
move some documentation around
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
9 to be installed and managed locally. |
1f5233951a43
move some documentation around
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
10 |
1f5233951a43
move some documentation around
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
11 See also: |
1f5233951a43
move some documentation around
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
12 |
1f5233951a43
move some documentation around
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
13 http://k0s.org/blog/20091227221009 |