diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/introduction.rst	Sat Jun 08 07:43:15 2019 -0700
@@ -0,0 +1,8 @@
+************
+Introduction
+************
+
+TinCan is a Python web framework, based on the Bottle micro-framework and
+the Chameleon 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.