From: Eric Wong Date: Wed, 9 Apr 2014 23:48:17 +0000 (+0000) Subject: doc/design_www: shorten URLs as much as possible X-Git-Tag: v1.0.0~1285 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=9ffcf73f1e3a195430a4b819a649b2cc8cb10ce0 doc/design_www: shorten URLs as much as possible Message-IDs are extremely long already, so try to keep them short here. --- diff --git a/Documentation/design_www.txt b/Documentation/design_www.txt index e33c889d..d0677d50 100644 --- a/Documentation/design_www.txt +++ b/Documentation/design_www.txt @@ -5,9 +5,11 @@ URL naming /$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) +/$LISTNAME/m/$MESSAGE_ID.html -> HTML content (short quotes) +/$LISTNAME/m/$MESSAGE_ID.txt -> raw original +/$LISTNAME/f/$MESSAGE_ID.html -> HTML content (full quotes) +/$LISTNAME/t/$MESSAGE_ID.html -> HTML content of thread +/$LISTNAME/t/$MESSAGE_ID.mbox -> mbox content of thread We use file name suffixes on all of these (except /) so URLs may easily cached/memoized using a static file server.