]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/design_www.txt
doc: add design documentation for WWW interface
[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/mid/$MESSAGE_ID.html                 -> HTML content
9 /$LISTNAME/mid/$MESSAGE_ID.txt                  -> raw text
10
11 We use file name suffixes on all of these (except /) so URLs may easily
12 cached/memoized using a static file server.