Mercurial > cgi-bin > hgweb.cgi > tincan
comparison doc/introduction.rst @ 63:8867b3a5c4fa draft
Some minor fixes.
author | David Barts <n5jrn@me.com> |
---|---|
date | Thu, 20 Jun 2019 21:52:30 -0700 |
parents | 55828c01e38f |
children |
comparison
equal
deleted
inserted
replaced
62:fd8c558a89bb | 63:8867b3a5c4fa |
---|---|
1 ************ | 1 ************ |
2 Introduction | 2 Introduction |
3 ************ | 3 ************ |
4 | 4 |
5 TinCan is a Python web framework, based on the `Bottle <http://bottlepy.org/>`_ micro-framework and | 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" | 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 clear | 7 paradigm popularized by ASP.Net, convention over configuration, and |
8 separation of presentation and back-end logic. | 8 separation of presentation and back-end logic. |