about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-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.