Mercurial > cgi-bin > hgweb.cgi > tincan
annotate doc/introduction.rst @ 61:55828c01e38f draft
More documenting.
author | David Barts <n5jrn@me.com> |
---|---|
date | Sun, 09 Jun 2019 10:37:45 -0700 |
parents | 682cd33e564c |
children | 8867b3a5c4fa |
rev | line source |
---|---|
60 | 1 ************ |
2 Introduction | |
3 ************ | |
4 | |
61 | 5 TinCan is a Python web framework, based on the `Bottle <http://bottlepy.org/>`_ micro-framework and |
6 the `Chameleon <https://bottlepy.org/>`_ templating engine. TinCan is based on the "code-behind" | |
60 | 7 paradigm popularized by ASP.Net, convention over configuration, and clear |
8 separation of presentation and back-end logic. |