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