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