]> sipb.mit.edu Git - wiki.git/commitdiff
Fix BarnOwl capitalization
authorAnders Kaseorg <andersk@mit.edu>
Fri, 31 Jan 2014 04:13:26 +0000 (23:13 -0500)
committerAnders Kaseorg <andersk@mit.edu>
Fri, 31 Jan 2014 04:13:26 +0000 (23:13 -0500)
doc/zcrypt.mdwn
projects/ideas.mdwn

index b4e4545ec34129da0320c9798ae10dae957c03fd..4b744e456123d2272f870b754032c9cf1b4ed0ea 100644 (file)
@@ -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).
 
index b2d29ae6e341113110158dab77a9d12e23bac7ed..2433d3a25f316484f78036d62f3c77312902a343 100644 (file)
@@ -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 &mdash; 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 &mdash; no changes needed to core).
 
 _Contact: geofft_