annotate flowerbed.txt @ 31:840d60377c88 default tip

py3
author Jeff Hammel <k0scist@gmail.com>
date Tue, 03 Nov 2020 10:15:11 -0800
parents 3c9e8c9816df
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ec815b7cb142 initial commit of wsgintegrate
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
1 Flowerbed is a web application that allows one to grow a flower from a
ec815b7cb142 initial commit of wsgintegrate
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
2 preselected group of WSGI apps. Flowerbed presents a nested ordered
ec815b7cb142 initial commit of wsgintegrate
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
3 list of web applications. You drag one of the preselected webapps to a
ec815b7cb142 initial commit of wsgintegrate
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
4 place on the list. This will add the web app to configuration and the
ec815b7cb142 initial commit of wsgintegrate
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
5 website and give a default path descriminator (e.g. /blog for
ec815b7cb142 initial commit of wsgintegrate
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
6 bitsyblog). You should be able to download the configuration in either
ec815b7cb142 initial commit of wsgintegrate
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
7 JSON or ini format. In addition, you can download a complete flower
ec815b7cb142 initial commit of wsgintegrate
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
8 python package created from a template that will allow the whole site
25
3c9e8c9816df text, minor
Jeff Hammel <k0scist@gmail.com>
parents: 0
diff changeset
9 to be installed and managed locally.
0
ec815b7cb142 initial commit of wsgintegrate
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
10
25
3c9e8c9816df text, minor
Jeff Hammel <k0scist@gmail.com>
parents: 0
diff changeset
11 See also: http://k0s.org/blog/20091227221009