#lang scribble/manual @(require (for-label (except-in scheme/base path?) scheme/contract)) @title{PLTwitter} @author{@(author+email "Jay McCarthy" "jay@plt-scheme.org")} This package contains a demo of how to do something like Twitter in PLT using @schememodname[web-server/servlet-env] and @schememodname[web-server/templates]. You are intended to look at the source code and try running it on your machine.