]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: design_www note /full/ namespace for messages
authorEric Wong <e@80x24.org>
Sun, 6 Apr 2014 07:06:15 +0000 (07:06 +0000)
committerEric Wong <e@80x24.org>
Sun, 6 Apr 2014 07:06:15 +0000 (07:06 +0000)
We serve the short, abridge-quote version by default since
it is (unfortunately) common practice to over-quote on mailing lists.

Documentation/design_www.txt

index f6ed26a790b405b9f17e7358c76d013ca033046f..e33c889d1d7a93d14f2be2c6d56949c979584105 100644 (file)
@@ -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.