Mercurial > cgi-bin > hgweb.cgi > tincan
comparison doc/essential_characteristics.rst @ 62:fd8c558a89bb draft
Finished, but not finished proofreading.
author | David Barts <n5jrn@me.com> |
---|---|
date | Sun, 09 Jun 2019 14:16:17 -0700 |
parents | 682cd33e564c |
children | 8867b3a5c4fa |
comparison
equal
deleted
inserted
replaced
61:55828c01e38f | 62:fd8c558a89bb |
---|---|
11 Just make a tree appropriately-named files, and TinCan will figure it | 11 Just make a tree 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 the ``#python`` header directive. | 16 can do that! See ``#python`` in the :ref:`header-directives` section. |