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, 4 insertions, 1 deletions
diff --git a/Documentation/design_www.txt b/Documentation/design_www.txt
index c7d7fcbc..cd715b2a 100644
--- a/Documentation/design_www.txt
+++ b/Documentation/design_www.txt
@@ -6,12 +6,15 @@ URL and anchor naming
 /$INBOX/new.atom                       -> Atom feed
 
 #### Optional, relies on Search::Xapian
-/$INBOX/$MESSAGE_ID/t/                 -> HTML content of thread
+/$INBOX/$MESSAGE_ID/t/                 -> HTML content of thread (nested)
+/$INBOX/$MESSAGE_ID/T/                 -> HTML content of thread (flat)
         anchors:
         #u          location of $MESSAGE_ID in URL
         #m<SHA-1>   per-message links, where <SHA-1> is of the Message-ID
                     of each message (stable)
         #s<NUM>     relative numeric position of message in thread (unstable)
+        #i<...>     diffstat location for patch emails
+        #Z?<...>    per-file diff header location for patch emails
 
 /$INBOX/$MESSAGE_ID/t.atom             -> Atom feed for thread
 /$INBOX/$MESSAGE_ID/t.mbox.gz          -> gzipped mbox of thread