Albatross is a lightweight web application server written in Python. It is easy to run and install using the Apache web server. It provides: * session management * templating * macros * (other stuff) = Installation = XXX = Terminology = This tutorial uses specific terms to describe the components of Albatross. == Session Types == Albatross supports a range of different session types which suit different styles of web applications. They are: * RandomSessionApp * RandomModularSessionApp * ModularSessionApp * (other ...App types) == Execution context == XXX