annotate examples/webpy/README.txt @ 542:1912af29ac70
trunk
Exclude broken Cheetah benchmark by default, include SimpleTAL instead.
author |
cmlenz |
date |
Thu, 28 Jun 2007 18:05:39 +0000 |
parents |
8165d6e3b703 |
children |
|
rev |
line source |
267
|
1 Sample application that demonstrates the use of Genshi templates in web.py
|
|
2 (http://webpy.org/).
|
|
3
|
|
4 Try introducing errors (not just XML well-formedness errors, those are boring)
|
|
5 in the template, and you'll see a nice error screen with pretty good
|
|
6 information about the exact error.
|