about summary refs log tree commit homepage
path: root/Documentation/design_www.txt
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-06 07:06:15 +0000
committerEric Wong <e@80x24.org>2014-04-06 07:06:15 +0000
commitbc205de3d5472c67208440d34089cc5bd6792278 (patch)
tree57726abc2b9aed2416aac53c082b95dd018d33d9 /Documentation/design_www.txt
parent2067f6539769d4add80adacd6179832ed389f538 (diff)
downloadpublic-inbox-bc205de3d5472c67208440d34089cc5bd6792278.tar.gz
We serve the short, abridge-quote version by default since
it is (unfortunately) common practice to over-quote on mailing lists.
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.