]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/design_www.txt
doc/design_www: shorten URLs as much as possible
[public-inbox.git] / Documentation / design_www.txt
1 URL naming
2 ----------
3
4 /$LISTNAME/?before=$GIT_COMMIT                  -> HTML only
5 /$LISTNAME/all.html?before=$GIT_COMMIT          -> HTML only, includes replies
6 /$LISTNAME/index.atom.xml                       -> Atom feed
7 /$LISTNAME/all.atom.xml                         -> Atom feed, includes replies
8 /$LISTNAME/m/$MESSAGE_ID.html                   -> HTML content (short quotes)
9 /$LISTNAME/m/$MESSAGE_ID.txt                    -> raw original
10 /$LISTNAME/f/$MESSAGE_ID.html                   -> HTML content (full quotes)
11 /$LISTNAME/t/$MESSAGE_ID.html                   -> HTML content of thread
12 /$LISTNAME/t/$MESSAGE_ID.mbox                   -> mbox content of thread
13
14 We use file name suffixes on all of these (except /) so URLs may easily
15 cached/memoized using a static file server.