about summary refs log tree commit homepage
path: root/Documentation/design_www.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/design_www.txt')
-rw-r--r--Documentation/design_www.txt5
1 files changed, 3 insertions, 2 deletions
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.