Index of /www001/src/ports/www/py-cherrypy/work/CherryPy-3.0.1/cherrypy/tutorial

      Name                    Last modified       Size  Description

[DIR] Parent Directory 20-Feb-2007 19:31 - [   ] __init__.py 19-Feb-2007 15:51 0k [   ] bonus-sqlobject.py 19-Feb-2007 15:51 6k [TXT] custom_error.html 19-Feb-2007 15:51 1k [   ] pdf_file.pdf 19-Feb-2007 15:51 84k [   ] tut01_helloworld.py 19-Feb-2007 15:51 1k [   ] tut02_expose_methods.py 19-Feb-2007 15:51 1k [   ] tut03_get_and_post.py 19-Feb-2007 15:51 1k [   ] tut04_complex_site.py 19-Feb-2007 15:51 3k [   ] tut05_derived_object..> 19-Feb-2007 15:51 2k [   ] tut06_default_method.py 19-Feb-2007 15:51 2k [   ] tut07_sessions.py 19-Feb-2007 15:51 1k [   ] tut08_generators_and..> 19-Feb-2007 15:51 1k [   ] tut09_files.py 19-Feb-2007 15:51 3k [   ] tut10_http_errors.py 19-Feb-2007 15:51 3k [   ] tutorial.conf 19-Feb-2007 15:51 1k

CherryPy Tutorials
------------------------------------------------------------------------

This is a series of tutorials explaining how to develop dynamic web
applications using CherryPy. A couple of notes:

  - Each of these tutorials builds on the ones before it. If you're
    new to CherryPy, we recommend you start with 01_helloworld.py and
    work your way upwards. :)

  - In most of these tutorials, you will notice that all output is done
    by returning normal Python strings, often using simple Python
    variable substitution. In most real-world applications, you will
    probably want to use a separate template package (like Cheetah,
    CherryTemplate or XML/XSL).