]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc/design_www: shorten URLs as much as possible
authorEric Wong <e@80x24.org>
Wed, 9 Apr 2014 23:48:17 +0000 (23:48 +0000)
committerEric Wong <e@80x24.org>
Wed, 9 Apr 2014 23:48:17 +0000 (23:48 +0000)
Message-IDs are extremely long already, so try to keep them short here.

Documentation/design_www.txt

index e33c889d1d7a93d14f2be2c6d56949c979584105..d0677d50c82cb1bff7990ef06a1d2473d63c4b64 100644 (file)
@@ -5,9 +5,11 @@ 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 (short quotes)
-/$LISTNAME/mid/$MESSAGE_ID.txt                  -> raw original
-/$LISTNAME/full/$MESSAGE_ID.html                -> HTML content (full quotes)
+/$LISTNAME/m/$MESSAGE_ID.html                   -> HTML content (short quotes)
+/$LISTNAME/m/$MESSAGE_ID.txt                    -> raw original
+/$LISTNAME/f/$MESSAGE_ID.html                   -> HTML content (full quotes)
+/$LISTNAME/t/$MESSAGE_ID.html                   -> HTML content of thread
+/$LISTNAME/t/$MESSAGE_ID.mbox                   -> mbox content of thread
 
 We use file name suffixes on all of these (except /) so URLs may easily
 cached/memoized using a static file server.