- Timestamp:
- Sep 22, 2002, 3:20:00 PM (22 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 5a6e6b9
- Parents:
- f9c43ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/intro.txt
r61d27fb rbde7714 1 2 $Id$ 3 4 5 Owl is a tty, curses-based zephyr client. This is a quick guide to 6 learning how to use it. 7 8 ==================== 9 OVERVIEW OF FEATURES 10 ==================== 11 o) As a tty client it can be run over telnet, rlogin or text ssh sessions 12 13 o) It uses a perl configuration file for setting preferences and 14 formatting messages 15 16 o) emacs style editing of messages 17 18 o) It is easy to use and runs without a configfile. 19 20 o) There will future support for AIM and ICQ 21 22 o) There will be future support for advanced sorting of messages 23 24 =============== 25 GETTING STARTED 26 =============== 1 ======================== 2 Quick Guide To Using Owl 3 ======================== 4 5 ======================= 6 Section 1: INTRODUCTION 7 ======================= 8 9 Owl is a tty, curses-based instant messaging client. This is a quick 10 guide to learning how to use it. Currently it supports only zephyr, 11 but other messaging protocols, including AIM and Jabber, are on the 12 way. Some major features of owl include: 13 14 o) As a tty client it can be run over telnet, rlogin or text ssh 15 sessions 16 17 o) It uses a perl configuration file for setting preferences and 18 formatting messages 19 20 o) Emacs style editing of messages 21 22 o) It is easy to use and runs without a configfile. 23 24 o) Advanced sorting and coloring of messages 25 26 ========================== 27 Section 2: GETTING STARTED 28 ========================== 29 27 30 Owl will run happily without a configfile, so to get started just run 28 it. Owl will take over the terminal window it's started in. 29 30 The Screen 31 ---------- 32 There are three main parts to the screen. The large top portion of 33 the screen is where zephyrs are displayed. The status bar separates 34 this area from the one below and displays some status information. 35 The space below that is used to type in messages and is also used by 36 owl to give warnings and information to the user. 31 the program. Owl will take over the terminal window it's started in, 32 so you may wish to have another terminal around at the same time. 33 34 On Athena you can find owl in the ktools locker. So to run it you can 35 type: 36 37 add ktools 38 owl 39 40 at the Athena% prompt. If you wish to run the latest beta release of 41 owl type 'owl-beta' instead of 'owl'. 42 43 The Screen Layout 44 ----------------- 45 There are three main parts to the owl screen. The large top portion 46 of the screen is where zephyrs are displayed. The status bar 47 separates this area from the one below and displays some status 48 information. The space below that is used to type in messages and is 49 also used by owl to give warnings and information to the user. 50 51 On Line Help 52 ------------ 53 Owl has a full on line help system. Pressing the 'h' key will bring 54 up the basic help screen. Further help can be obtained using the help 55 command. 37 56 38 57 Sending a Zephyr 39 58 ---------------- 40 To send a zephyr to yourself hitthe 'z' key. This will start a59 To send a zephyr to yourself press the 'z' key. This will start a 41 60 zwrite command, which you can finish by typing the name of the user 42 61 you wish to send to, followed by enter. Begin typing your message. 43 62 You will notice that most emacs-style editing is available. When you 44 are ready to send t ype Control-D. If you wish to cancel type45 Control-C.46 47 If instead of a user you wish to send to class/instance simply supply48 -c and -i arguments to the zwrite command.63 are ready to send the message type Control-D or a dot ('.') on a line 64 by itself. If instead you wish to cancel the message type Control-C. 65 66 If you wish to send to a class/instance pair simply supply -c and -i 67 arguments to the zwrite command as you normally would. 49 68 50 69 Manipulating Messages … … 52 71 When there are one or more zephyrs in the message window, one of them 53 72 will be the 'current' message. Owl will indicate which one it is with 54 an arrow t o the left of the message. The following keys will move you55 between messages 73 an arrow that looks like this: -> . The following keys will move you 74 to different messages: 56 75 57 76 n move to the next non-deleted message … … 61 80 < move to the first message 62 81 > move to the last message 82 C-v page down 83 M-v page up 63 84 right scroll the screen to the right 64 85 left scroll the screen to the left 65 86 P move to the next personal message 66 87 M-P move to the previous personal message 67 T Mark all 'trash' messages for deletion68 88 69 89 When you are ready to delete a message you can mark it for deletion 70 90 and a 'D' will appear to the left of the message. Messages will not 71 actually be removed until you perform an expunge. 91 actually be removed until you perform an expunge. The following keys 92 are used to delete, undelete and expunge messages: 72 93 73 94 d mark a message for deletion 74 95 u unmark a message for deletion 75 96 x expunge deleted messages 76 T mark all automated messages for deletion 97 T mark all 'trash' messages for deletion 98 M-D mark all messages in the view for deletion 99 M-u unmark all messages in the view for deletion 77 100 78 101 If you would like to respond to a zephyr sent to you there is a reply 79 shortcut. This will reply to a personal zephyr, or if the zephyr is 80 sent to a zephyr class it will reply to the zephyr class. 81 82 r reply to a zephyr 83 84 You can scroll within the current message using: 102 shortcut. 103 104 r Reply. Personal zephyrs get a personal reply, 105 class/instance zephyrs get a public reply. 106 R Reply to sender. Always replies personally 107 to the user. 108 M-r Reply but allow editing of the command line. 109 M-R Reply to sender but allow editing of the 110 command line. 111 112 In the event that the current message is too large to fit on the 113 screen, you can scroll within the message using the following keys: 85 114 86 115 SPACE page down … … 89 118 BACKSPACE line up 90 119 91 The pointer will change to indicate that the message is not starting92 at the first line.120 The message pointer will change to indicate that the message is not 121 starting at the first line. 93 122 94 123 Two other keys that relate to the current message: … … 102 131 Some other funcions that can be performed with a single keystroke: 103 132 104 A toggle zaway 105 h print the help screen 133 A toggle zaway on or off 106 134 C-l refresh and resize the screen 107 135 C-z suspend … … 110 138 ------------ 111 139 Owl has a command mode where you can enter more detailed commands for 112 owl to process. To enter command mode:140 owl to process. To enter command press the color (':') key: 113 141 114 142 : begin command mode … … 116 144 Owl will give you a command prompt and you can begin typing your 117 145 command. Type Enter to execute the command, Control-C to cancel. 118 Currently support commands are: 119 120 quit , exit exit owl 121 zwrite send a zephyr 122 reply reply to the current zephyr 123 set set a variable 124 print print a variable 125 zlog [in|out] send a login or logout message 126 version print the owl version number 127 subscribe subscribe to a class, instance, recipient 128 unsubscribe unsubscribe from a class, instance, recipient 129 unsuball unsubscribe from all messagse 130 getsubs print a list of current subscriptions 131 zlocate locate a user 132 info print detailed information about a message 133 help print the help screen 134 next move to the next message 135 prev move to the previous message 136 next-notdel move to the next non-deleted message 137 prev-notdel move to the previous not-deleted message 138 expunge expunge messages marked for deletion 139 first move to the first message 140 last move to the last message 141 resize resize owl to the current window 142 suspend suspend owl 143 exec run a shell command 144 zaway [on|off|<msg>] Turn zaway on, off, or set the message 145 load-subs load subscriptions from a file 146 status print info about owl status 147 about print info about owl 146 There are many commands. The basic commands are listed on the basic 147 help screen (by pressing 'h'). If you'd like a list of all commands 148 you can use the command "show commands". To get detailed information 149 on the syntax and use of a command you can use the command 'help 150 <command>' as in: 151 152 help zwrite 148 153 149 154 Variables 150 155 --------- 151 The 'set' and 'print' commands let set and print the values of owl 152 variables. The currently supported variables are these: 153 154 Variables: 155 name settings default meaning 156 --------------- -------- ------- ------- 157 appendtosepbar <string> string to append to the end of the sepbar 158 bell on,off on enable / disable the terminal bell 159 burningears on,off off [NOT YET IMPLEMENTED] beep on messages matching patterns 160 classlogging on,off off turn class logging on or off 161 classpath <path> ~/zlog/class 162 path for logging class zephyrs 163 debug on,off on whether debugging is enabled 164 debug_file <path> /var/tmp/owldebug 165 path for logging debug messages when debugging is enabled 166 disable-ctrl-d on,off off don't send zephyrs on C-d 167 168 displayoutgoing on,off on display outgoing messages 169 logging on,off off turn personal logging on or off 170 loginsubs on,off on load logins from .anyone on startup 171 logpath <path> ~/zlog/people 172 path for logging personal zephyrs 173 personalbell on,off off ring the terminal bell when personal messages are receive 174 rxping on,off off display received pings 175 shutdownlogout on,off on send a logout message when owl exits 176 startuplogin on,off on send a login message when owl starts 177 summarymode on,off off [NOT YET IMPLEMENTED] 178 txping on,off on send pings 179 typewinsize int > 0 8 number of lines in the typing window 180 webbrowser none,netscape,galeon netscape web browser to use to launch URLs 181 zaway_msg <string> "I'm sorry..." 182 current zaway msg for responding to zephyrs when away 183 zaway_msg_default <string> "I'm sorry..." 184 default zaway msg for responding to zephyrs when away 185 zsig <string> zephyr signature 186 zsigproc <path> <null> name of a program to run that will generate zsigs 187 188 189 ================ 190 THE CONFIG FILE 191 ================ 156 157 Owl has a number of internal variables that can be used to change the 158 behavior the program. The 'print' command will let you view the value 159 of a variable and the 'set' commmand will let you set the value of a 160 variable. For example: 161 162 set personalbell on 163 164 will set the value of the variable 'personalbell' to on. The command: 165 166 print personalbell 167 168 will show you the current value. The 'print' command with no 169 arguments will show you the value of all variables. A list of all 170 variables is available on the basic help screen, or by using the 171 command "show variables". The command "show variable <variablename>" 172 will show you detailed information about a variable and how to use it. 173 As in: 174 175 show variable personalbell 176 177 ============================= 178 Section 3: FILTERS AND COLORS 179 ============================= 180 181 182 183 ========================== 184 Section 4: THE CONFIG FILE 185 ========================== 192 186 193 187 *** WARNING: This interface may change substantially in the near future *** … … 227 221 228 222 229 =================== 230 FURTHER INFORMATION 231 =================== 223 ============================== 224 Section 5: FURTHER INFORMATION 225 ============================== 226 227 $Id$
Note: See TracChangeset
for help on using the changeset viewer.