Mercurial > genshi > mirror
annotate examples/webpy/README.txt @ 414:5cd03affab4a trunk
Fix typo in upgrade notes.
author | cmlenz |
---|---|
date | Mon, 12 Mar 2007 12:28:27 +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. |