URL naming ---------- /$LISTNAME/?before=$GIT_COMMIT -> HTML only /$LISTNAME/all.html?before=$GIT_COMMIT -> HTML only, includes replies /$LISTNAME/index.atom.xml -> Atom feed /$LISTNAME/all.atom.xml -> Atom feed, includes replies /$LISTNAME/mid/$MESSAGE_ID.html -> HTML content (short quotes) /$LISTNAME/mid/$MESSAGE_ID.txt -> raw original /$LISTNAME/full/$MESSAGE_ID.html -> HTML content (full quotes) We use file name suffixes on all of these (except /) so URLs may easily cached/memoized using a static file server.