about summary refs log tree commit homepage
path: root/Documentation/design_www.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/design_www.txt')
-rw-r--r--Documentation/design_www.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/design_www.txt b/Documentation/design_www.txt
new file mode 100644
index 00000000..f6ed26a7
--- /dev/null
+++ b/Documentation/design_www.txt
@@ -0,0 +1,12 @@
+URL naming
+----------
+
+/$LISTNAME/?before=$GIT_COMMIT                  -> HTML only
+/$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
+/$LISTNAME/mid/$MESSAGE_ID.txt                  -> raw text
+
+We use file name suffixes on all of these (except /) so URLs may easily
+cached/memoized using a static file server.