module documentation

An alternative Quixote demo. This version is contained in a single module and does not use PTL. The easiest way to run this demo is to use the simple HTTP server included with Quixote. For example: $ python -m quixote run --app modified_quix_demo.altdemo or $ uv run python -m quixote run --app modified_quix_demo.altdemo (you might need to do this from the tests directory). The server listens on localhost:8080 by default. Debug and error output will be sent to the terminal.

Class DemoSession No class docstring; 0/1 instance variable, 1/2 method documented
Class RootDirectory Undocumented
Function create_publisher Undocumented
Function format_link_list Undocumented
Function format_page Undocumented
Function format_request Undocumented
Constant SESSIONS_DIRECTORY Undocumented
def create_publisher() -> Publisher:

Undocumented

def format_link_list(targets: list[str]) -> htmltext:

Undocumented

def format_page(title: str, content: object) -> htmltext:

Undocumented

def format_request() -> htmltext:

Undocumented

SESSIONS_DIRECTORY =

Undocumented

Value
TemporaryDirectory(delete=True)