about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-09 23:48:17 +0000
committerEric Wong <e@80x24.org>2014-04-09 23:48:17 +0000
commit9ffcf73f1e3a195430a4b819a649b2cc8cb10ce0 (patch)
tree727ceb3b0fdb7cd6fb72206d82687fdbaeeb84ce
parentd850bde272affdae7f6d45bc27bdbf7455761300 (diff)
downloadpublic-inbox-9ffcf73f1e3a195430a4b819a649b2cc8cb10ce0.tar.gz
Message-IDs are extremely long already, so try to keep them short here.
-rw-r--r--Documentation/design_www.txt8
1 files changed, 5 insertions, 3 deletions
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.