]> sipb.mit.edu Git - wiki.git/commitdiff
(no commit message)
authorJessica Hamrick <jhamrick@mit.edu>
Sun, 14 Sep 2008 19:24:54 +0000 (14:24 -0500)
committerTrac <sipb-www@mit.edu>
Sun, 1 Feb 2009 07:24:48 +0000 (02:24 -0500)
doc/UsingZephyr

index d0041ca592996f2ada92222e79ee5942f987efa5..20b22050b2c6c08a94601f6b0196e628295cd341 100644 (file)
@@ -64,19 +64,25 @@ For more documentation on the built-in commands and keybindings, you can press h
 
 === Classes and Instances ===
 
 
 === Classes and Instances ===
 
-Generall the most interesting discussion on Zephyr, however, happens on so-called Zephyr ''classes''. A class is a bit like a chat room in other IM systems. Anyone can send a zephyr to a class, and anyone who is subscribed to that class will receive it. There is no security on classes -- anyone who knows the name of a class can subscribe, and there is no way to determine who is subscribed to a given class.
+Generally the most interesting discussion on Zephyr, however, happens on so-called Zephyr ''classes''. A class is a bit like a chat room in other IM systems. Anyone can send a zephyr to a class, and anyone who is subscribed to that class will receive it. There is no security on classes -- anyone who knows the name of a class can subscribe, and there is no way to determine who is subscribed to a given class.
 
 To subscribe to a class, use the subscribe command:
 
 
 To subscribe to a class, use the subscribe command:
 
-{{{:subscribe CLASSNAME * *}}}
+{{{
+:subscribe CLASSNAME * *
+}}}
 
 To send a zephyr to a class, use the zwrite command with the -c option:
 
 
 To send a zephyr to a class, use the zwrite command with the -c option:
 
-{{{:zwrite -c CLASSNAME}}}
+{{{
+:zwrite -c CLASSNAME
+}}}
 
 Zephyrs to classes usually have an instance attached. An instance is a short \93topic\94 or \93subject\94 that indicates the context of a zephyr. Different instances are often used to multiplex multiple conversations on a high-traffic class. You can specify an instance with the -i option to zwrite:
 
 
 Zephyrs to classes usually have an instance attached. An instance is a short \93topic\94 or \93subject\94 that indicates the context of a zephyr. Different instances are often used to multiplex multiple conversations on a high-traffic class. You can specify an instance with the -i option to zwrite:
 
-{{{:zwrite -c CLASSNAME -i INSTANCE}}}
+{{{
+:zwrite -c CLASSNAME -i INSTANCE
+}}}
 
 A message without an instance specified will default to the instance \93personal\94
 
 
 A message without an instance specified will default to the instance \93personal\94
 
@@ -114,7 +120,9 @@ There are many other acronyms that are used; if you don't know what it means, tr
 
 There might be some options that you want to be consistent from session to session; you don't want to have to set the same variables each time.  You can fix this by adding the commands to your "startup" file, for example, {{{.owl/startup}}}.  This can be done from within Barnowl, by using the {{{startup}}} command:
 
 
 There might be some options that you want to be consistent from session to session; you don't want to have to set the same variables each time.  You can fix this by adding the commands to your "startup" file, for example, {{{.owl/startup}}}.  This can be done from within Barnowl, by using the {{{startup}}} command:
 
-{{{:startup set foo bar}}}
+{{{
+:startup set foo bar
+}}}
 
 Where {{{foo}}} is the variable you want to set, and {{{bar}}} is the value.  You do not necessarily have to use the {{{set}}} command, either, any command you can type in Barnowl can be added to the startup file.
 
 
 Where {{{foo}}} is the variable you want to set, and {{{bar}}} is the value.  You do not necessarily have to use the {{{set}}} command, either, any command you can type in Barnowl can be added to the startup file.
 
@@ -124,14 +132,14 @@ It is handy to be able to log your conversations so you can refer back to them l
 
 {{{
 set classlogging on
 
 {{{
 set classlogging on
-set classlogpath ~/Private/zlog/class
+set classlogpath ~/path/to/class/log
 }}}
 
 And to log personals:
 
 {{{
 set logging on
 }}}
 
 And to log personals:
 
 {{{
 set logging on
-set logpath ~/Private/zlog/people
+set logpath ~/path/to/people/log
 }}}
 
 === Colors ===
 }}}
 
 === Colors ===
@@ -144,7 +152,9 @@ Colors may vary from machine to machine, as different terminal profiles may have
 
 Some people like to customize their Barnowl by color-coding classes.  This makes it easier to tell different classes apart (and minimize mixing).  Barnowl has some already existing filters, for example, {{{personal}}} (for incoming personals), {{{out}}} (for outgoing personals), and {{{ping}}} (for pings).  To assign a color to a filter, add the following to your startup file:
 
 
 Some people like to customize their Barnowl by color-coding classes.  This makes it easier to tell different classes apart (and minimize mixing).  Barnowl has some already existing filters, for example, {{{personal}}} (for incoming personals), {{{out}}} (for outgoing personals), and {{{ping}}} (for pings).  To assign a color to a filter, add the following to your startup file:
 
-{{{filter personal -c green}}}
+{{{
+filter personal -c green
+}}}
 
 What if you want to color-code your class, or a friends class?  You can create and color filters with:
 
 
 What if you want to color-code your class, or a friends class?  You can create and color filters with: