annotate doc/introduction.rst @ 70:a78c74c73d98
draft
Get rid of bogus "None" messages in the standard error pages.
author |
David Barts <n5jrn@me.com> |
date |
Mon, 15 Jul 2019 13:13:46 -0700 |
parents |
8867b3a5c4fa |
children |
|
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
|
63
|
6 the `Chameleon <https://pypi.org/project/Chameleon/>`_ templating engine. TinCan is based on the "code-behind"
|
|
7 paradigm popularized by ASP.Net, convention over configuration, and
|
60
|
8 separation of presentation and back-end logic.
|