view doc/introduction.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 55828c01e38f
children 8867b3a5c4fa
line wrap: on
line source

************
Introduction
************

TinCan is a Python web framework, based on the `Bottle <http://bottlepy.org/>`_ micro-framework and
the `Chameleon <https://bottlepy.org/>`_ templating engine. TinCan is based on the "code-behind"
paradigm popularized by ASP.Net, convention over configuration, and clear
separation of presentation and back-end logic.