title = "Ophelia example site"

This is the index page of the Ophelia example site located at http://www.thomas-lotze.de/software/ophelia/example/.

Take a look at the foo, foo/bar, and foo/baz pages as well as the asdf folder.

This hypothetical Apache2 configuration would publish the example site at its proper URL, .../Ophelia/ being the file system path to a copy of the Ophelia source:

Alias /software/ophelia/example .../Ophelia/doc/example/static
<Location "/software/ophelia/example">
    PythonInterpreter main_interpreter
    PythonPath "['.../Ophelia'] + sys.path"
    PythonOption template_root .../Ophelia/doc/example/ophelia_pages
    PythonOption site http://www.thomas-lotze.de/software/ophelia/example
    PythonFixupHandler ophelia.modpython
</Location>