From: Eric Wong Date: Sun, 6 Apr 2014 07:06:15 +0000 (+0000) Subject: doc: design_www note /full/ namespace for messages X-Git-Tag: v1.0.0~1303 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=bc205de3d5472c67208440d34089cc5bd6792278 doc: design_www note /full/ namespace for messages We serve the short, abridge-quote version by default since it is (unfortunately) common practice to over-quote on mailing lists. --- diff --git a/Documentation/design_www.txt b/Documentation/design_www.txt index f6ed26a7..e33c889d 100644 --- a/Documentation/design_www.txt +++ b/Documentation/design_www.txt @@ -5,8 +5,9 @@ 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 -/$LISTNAME/mid/$MESSAGE_ID.txt -> raw text +/$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.