about summary refs log tree commit homepage
path: root/Documentation/design_www.txt
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-08-23 00:02:34 +0000
committerEric Wong <e@80x24.org>2015-08-23 00:02:50 +0000
commitf1747921cf00e251ea0d814d732fb8c9dc9e39cd (patch)
tree1376396b1474ed09f352f4e786a3e4eaada9100b /Documentation/design_www.txt
parent539f90b266ff9cf476234d87036157c008569835 (diff)
downloadpublic-inbox-f1747921cf00e251ea0d814d732fb8c9dc9e39cd.tar.gz
This improves compatibility and allows individual messages
to be concatenated into an existing mbox without further
modifications.  "git format-patch" does something similar
(but does not do "From " line escaping(!))
Diffstat (limited to 'Documentation/design_www.txt')
-rw-r--r--Documentation/design_www.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/design_www.txt b/Documentation/design_www.txt
index 92897043..55e9268c 100644
--- a/Documentation/design_www.txt
+++ b/Documentation/design_www.txt
@@ -10,7 +10,7 @@ URL naming
 
 ### Stable endpoints
 /$LISTNAME/m/$MESSAGE_ID.html                   -> HTML content (short quotes)
-/$LISTNAME/m/$MESSAGE_ID.txt                    -> raw original
+/$LISTNAME/m/$MESSAGE_ID.txt                    -> raw mbox
 /$LISTNAME/m/$MESSAGE_ID                        -> 301 to .html version
 /$LISTNAME/f/$MESSAGE_ID.html                   -> HTML content (full quotes)
 /$LISTNAME/f/$MESSAGE_ID                        -> 301 to .html version