From: Anders Kaseorg Date: Fri, 31 Jan 2014 04:13:26 +0000 (-0500) Subject: Fix BarnOwl capitalization X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/ba41a2dd0ce4e04b0029d5d95f96aae38091babc?ds=sidebyside Fix BarnOwl capitalization --- diff --git a/doc/zcrypt.mdwn b/doc/zcrypt.mdwn index b4e4545..4b744e4 100644 --- a/doc/zcrypt.mdwn +++ b/doc/zcrypt.mdwn @@ -17,7 +17,7 @@ The last line creates the key, which should be a random byte string of at least ## Subbing to a `zcrypt`ed zephyr class -This may vary between clients. For traditional zephyr clients, you should sub as usual (in Barnowl, run `:sub classname`, or edit your `.zephyr.subs` file, then run `:loadsubs` in Barnowl). +This may vary between clients. For traditional zephyr clients, you should sub as usual (in BarnOwl, run `:sub classname`, or edit your `.zephyr.subs` file, then run `:loadsubs` in BarnOwl). You should also have been told a key path. In the example above, that would be `/mit/user/Public/zcrypt/label/key.zcrypt` (where `user` is your Athena username). diff --git a/projects/ideas.mdwn b/projects/ideas.mdwn index b2d29ae..2433d3a 100644 --- a/projects/ideas.mdwn +++ b/projects/ideas.mdwn @@ -273,7 +273,7 @@ _Contact: zhangc, kasittig_ ## Zephyr Client Hints -Some time ago I wrote [a spec for zephyr client hints](http://geofft.mit.edu/p/zephyr-client-hints.txt), optional extensions that zephyr clients can easily implement to add nifty stuff like typing indicators and [preventing zwgc from starting more than once per user](http://debathena.mit.edu/trac/ticket/206) and such. I got lazy before actually implementing these specs, but I believe they'd be relatively easy extensions to both zwgc and barnowl (in their respective extension languages, even — no changes needed to core). +Some time ago I wrote [a spec for zephyr client hints](http://geofft.mit.edu/p/zephyr-client-hints.txt), optional extensions that zephyr clients can easily implement to add nifty stuff like typing indicators and [preventing zwgc from starting more than once per user](http://debathena.mit.edu/trac/ticket/206) and such. I got lazy before actually implementing these specs, but I believe they'd be relatively easy extensions to both zwgc and BarnOwl (in their respective extension languages, even — no changes needed to core). _Contact: geofft_