about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-31 11:33:49 +0000
committerEric Wong <e@80x24.org>2019-02-01 01:49:39 +0000
commit13d83f3b0c4a80c99c3c14fc81206e72cda8583a (patch)
tree94bf3e494b7e6b162c63c8b6e3b0680532981601 /Documentation
parentb685f6000df71f2cba1f0fd0735f3fd70fd832a1 (diff)
downloadpublic-inbox-13d83f3b0c4a80c99c3c14fc81206e72cda8583a.tar.gz
diffstat <-> ^diff anchors work within the same attachment or
message while in HTML views which display multiple messages.
Diffstat (limited to 'Documentation')
-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