Mercurial > cgi-bin > hgweb.cgi > tincan
diff doc/essential_characteristics.rst @ 60:682cd33e564c draft
Documentation (incomplete).
author | David Barts <n5jrn@me.com> |
---|---|
date | Sat, 08 Jun 2019 07:43:15 -0700 |
parents | |
children | fd8c558a89bb |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/essential_characteristics.rst Sat Jun 08 07:43:15 2019 -0700 @@ -0,0 +1,16 @@ +========================= +Essential Characteristics +========================= + +Peaceful Coexistence + A TinCan webapp is a Bottle webapp. You can also do things the Bottle + way… in the same webapp! Bottle-style webapps have access to the same + Chameleon templating engine that TinCan uses. + +No Configuration + Just make a tree appropriately-named files, and TinCan will figure it + all out. The file tree defines the routes, much like in a web server. + +Header Directives Can Get You a Lot + Need to have one controller associated with multiple views? TinCan + can do that! See the ``#python`` header directive. \ No newline at end of file