]> Sergey Matveev's repositories - public-inbox.git/commitdiff
TODO: remove cookies for colors
authorEric Wong <e@80x24.org>
Fri, 17 Jun 2016 00:45:25 +0000 (00:45 +0000)
committerEric Wong <e@80x24.org>
Fri, 17 Jun 2016 00:45:33 +0000 (00:45 +0000)
It would be too much of a burden for caching system when
user-supplied CSS is more powerful.

Documentation/design_www.txt
TODO

index 6ca4a952adbf3176d3e2cd2a9b21e564c8df39f1..704f81774335864f9593e8f36d4577e5bb3492f9 100644 (file)
@@ -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
 
 * 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
 
 * 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
        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)
 -----------------------------------
 
 CSS classes (for user-supplied CSS)
 -----------------------------------
diff --git a/TODO b/TODO
index c784d15499373b882d3d2636e81fda99b9659c90..0d6f1a078b360f237188ea7b9e76453f80664be3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,8 +4,6 @@ TODO items for public-inbox
 
 * mailmap support (same as git) for remapping expired email addresses
 
 
 * mailmap support (same as git) for remapping expired email addresses
 
-* Optional cookies in WWW interface for user-configurable colors
-
 * WWW: Hybrid flat view + thread skeleton (requires Xapian)
 
 * POP3 server, since some webmail providers support external POP3:
 * WWW: Hybrid flat view + thread skeleton (requires Xapian)
 
 * POP3 server, since some webmail providers support external POP3: