From 9ffcf73f1e3a195430a4b819a649b2cc8cb10ce0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 9 Apr 2014 23:48:17 +0000 Subject: doc/design_www: shorten URLs as much as possible Message-IDs are extremely long already, so try to keep them short here. --- Documentation/design_www.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Documentation') 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. -- cgit v1.2.3-24-ge0c7