Mercurial > cgi-bin > hgweb.cgi > tincan
comparison doc/introduction.rst @ 60:682cd33e564c draft
Documentation (incomplete).
author | David Barts <n5jrn@me.com> |
---|---|
date | Sat, 08 Jun 2019 07:43:15 -0700 |
parents | |
children | 55828c01e38f |
comparison
equal
deleted
inserted
replaced
59:60907204a265 | 60:682cd33e564c |
---|---|
1 ************ | |
2 Introduction | |
3 ************ | |
4 | |
5 TinCan is a Python web framework, based on the Bottle micro-framework and | |
6 the Chameleon templating engine. TinCan is based on the "code-behind" | |
7 paradigm popularized by ASP.Net, convention over configuration, and clear | |
8 separation of presentation and back-end logic. |