Mercurial > cgi-bin > hgweb.cgi > tincan
comparison doc/essential_characteristics.rst @ 63:8867b3a5c4fa draft
Some minor fixes.
author | David Barts <n5jrn@me.com> |
---|---|
date | Thu, 20 Jun 2019 21:52:30 -0700 |
parents | fd8c558a89bb |
children |
comparison
equal
deleted
inserted
replaced
62:fd8c558a89bb | 63:8867b3a5c4fa |
---|---|
6 A TinCan webapp is a Bottle webapp. You can also do things the Bottle | 6 A TinCan webapp is a Bottle webapp. You can also do things the Bottle |
7 way… in the same webapp! Bottle-style webapps have access to the same | 7 way… in the same webapp! Bottle-style webapps have access to the same |
8 Chameleon templating engine that TinCan uses. | 8 Chameleon templating engine that TinCan uses. |
9 | 9 |
10 No Configuration | 10 No Configuration |
11 Just make a tree appropriately-named files, and TinCan will figure it | 11 Just make a tree of appropriately-named files, and TinCan will figure it |
12 all out. The file tree defines the routes, much like in a web server. | 12 all out. The file tree defines the routes, much like in a web server. |
13 | 13 |
14 Header Directives Can Get You a Lot | 14 Header Directives Can Get You a Lot |
15 Need to have one controller associated with multiple views? TinCan | 15 Need to have one controller associated with multiple views? TinCan |
16 can do that! See ``#python`` in the :ref:`header-directives` section. | 16 can do that! See ``#python`` in the :ref:`header-directives` section. |