about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-19 10:37:28 +0000
committerEric Wong <e@80x24.org>2014-04-19 10:37:28 +0000
commit93310d10f0d74554f36537639b2abd9903da3620 (patch)
treea0471ec4353d4fa0b64cfe7761042af6c3ae81b3 /Documentation
parent24edcaa76e03ddfba58bf0074d89e693de6eddb4 (diff)
downloadpublic-inbox-93310d10f0d74554f36537639b2abd9903da3620.tar.gz
This allows WWW readers to slowly page through the entire history
of the mailing list.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/design_www.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/design_www.txt b/Documentation/design_www.txt
index 6e67d829..0f63fdf2 100644
--- a/Documentation/design_www.txt
+++ b/Documentation/design_www.txt
@@ -1,7 +1,7 @@
 URL naming
 ----------
 
-/$LISTNAME/?before=$GIT_COMMIT                  -> HTML only
+/$LISTNAME/?r=$GIT_COMMIT                       -> HTML only
 /$LISTNAME/index.atom.xml                       -> Atom feed
 /$LISTNAME/all.atom.xml                         -> Atom feed, includes replies
 /$LISTNAME/m/$MESSAGE_ID.html                   -> HTML content (short quotes)