diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2014-02-14 13:42:37 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-02-14 13:42:37 -0400 |
commit | 51bc4e7eb2a80a6625b7e97284e33061945bfc0a (patch) | |
tree | 3da659c9c4f7c6c0ccf77e2d7b0579dccf48fa0c | |
parent | 1156f95b9251f6da1dfb1368fdeb95784dce9d2b (diff) | |
download | ikiwiki-51bc4e7eb2a80a6625b7e97284e33061945bfc0a.tar ikiwiki-51bc4e7eb2a80a6625b7e97284e33061945bfc0a.tar.gz |
implemented
-rw-r--r-- | doc/bugs/do_not_let_big_brother_spy_on_our_users_on_login.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/do_not_let_big_brother_spy_on_our_users_on_login.mdwn b/doc/bugs/do_not_let_big_brother_spy_on_our_users_on_login.mdwn index b29241b4e..6fc1bf585 100644 --- a/doc/bugs/do_not_let_big_brother_spy_on_our_users_on_login.mdwn +++ b/doc/bugs/do_not_let_big_brother_spy_on_our_users_on_login.mdwn @@ -44,14 +44,27 @@ A simple fix would be to ship those icons with ikiwiki and serve them locally, b >> input box. I might implement that option anyway - on websites mainly used >> by technologists, the OpenID selector is a bit of a waste of time. >> +>>> Not done yet. -s +>> >> One way to have recognisable icons would be to ship DFSG imitations of >> the "real" logos in the underlay. Between gnome-online-accounts and >> Empathy, we can probably find most of them (mostly or perhaps all done by >> Jakub Steiner). >> +>>> [[!template id=gitbranch branch=smcv/ready/openid author="[[smcv]]"]] +>>> [[!tag patch]] +>>> Here's a git branch. I deleted the shut-down ClaimID and MyOpenID providers, +>>> used icons from GNOME Online Accounts and Wordpress where available, and +>>> drew my own for the rest. +>>> [See it in use here](http://blueview.hosted.pseudorandom.co.uk/ikiwiki.cgi?do=prefs) +>>> -s +>> >> If people want the "real" logos, we could have some code to make IkiWiki >> download the favicons into transient underlay (which I think is >> higher-priority?), or into a higher-priority underlay if necessary, >> during the wiki build, so they'll be served from the wiki's own server. >> +>>> Not done yet. I'm not sure whether I'm going to bother, but I'd review +>>> someone else's implementation. -s +>> >> --[[smcv]] |