]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/design_www.txt
searchview: show full (&x=t) messages in ascending chronlogical order
[public-inbox.git] / Documentation / design_www.txt
index 67a90931f84e2405ba9e0ca3dab433685fe703ae..704f81774335864f9593e8f36d4577e5bb3492f9 100644 (file)
@@ -25,7 +25,7 @@ URL and anchor naming
 
 /$INBOX/$MESSAGE_ID                    -> 301 to /$INBOX/$MESSAGE_ID/
 /$INBOX/$MESSAGE_ID/raw                -> raw mbox
-/$INBOX/$MESSAGE_ID/R/                 -> HTML reply instructions
+/$INBOX/$MESSAGE_ID/#R                 -> HTML reply instructions
 
 # Covering up a pre-1.0 design mistake:
 /$INBOX/$MESSAGE_ID/f/                 -> 301 to /$INBOX/$MESSAGE_ID/
@@ -78,8 +78,7 @@ browsers default to.
 
 * No setting colors or font sizes, power to users to decide those.
   We will include and document <span class=?> to support colors
-  for user-supplied CSS, and may support client-supplied CSS
-  via cookie.
+  for user-supplied CSS.
 
 * Only one font type: fixed.  This is for accessibility, we must
   not blow certain elements out-of-proportion with different
@@ -105,7 +104,7 @@ browsers default to.
        http://thejh.net/misc/website-terminal-copy-paste
 
   However, we will try to make it easy for users to supply their
-  own colors and perhaps offer color options over cookies.
+  own colors via user-side CSS.
 
 CSS classes (for user-supplied CSS)
 -----------------------------------