]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/design_www.txt
www: support $MESSAGE_ID/R/ endpoint for replies
[public-inbox.git] / Documentation / design_www.txt
index 760152333e651b916db7d62ae5d70c486da39cf8..1be4d18e28e1602dc0ae8d13032560fec3c25cb2 100644 (file)
@@ -15,6 +15,7 @@ URL naming
 /$LISTNAME/$MESSAGE_ID                    -> 301 to /$LISTNAME/$MESSAGE_ID
 /$LISTNAME/$MESSAGE_ID/raw                -> raw mbox
 /$LISTNAME/$MESSAGE_ID/f/                 -> HTML content (full quotes)
+/$LISTNAME/$MESSAGE_ID/R/                 -> HTML reply instructions
 
 ### Legacy endpoints (may be ambiguous given Message-IDs with similar suffixes)
 /$LISTNAME/m/$MESSAGE_ID/                 -> 301 to /$LISTNAME/$MESSAGE_ID/
@@ -25,6 +26,8 @@ URL naming
 
 /$LISTNAME/atom.xml [2]                   -> identical to /$LISTNAME/new.atom
 
+Additionally, we support "git clone" pointed to http://$HOST/$LISTNAME
+
 FIXME: we must refactor/cleanup/add tests for most of our CGI before
 adding more endpoints and features.