Mercurial > cgi-bin > hgweb.cgi > tincan
diff doc/introduction.rst @ 61:55828c01e38f draft
More documenting.
author | David Barts <n5jrn@me.com> |
---|---|
date | Sun, 09 Jun 2019 10:37:45 -0700 |
parents | 682cd33e564c |
children | 8867b3a5c4fa |
line wrap: on
line diff
--- a/doc/introduction.rst Sat Jun 08 07:43:15 2019 -0700 +++ b/doc/introduction.rst Sun Jun 09 10:37:45 2019 -0700 @@ -2,7 +2,7 @@ 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" +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.