]> sipb.mit.edu Git - wiki.git/blobdiff - doc/UsingZephyr
(no commit message)
[wiki.git] / doc / UsingZephyr
index b65a82f5f08846aa18b608ac9d3eee6f4212b1c3..36e77ec479df773a14146fad4da101e93c20e0f1 100644 (file)
@@ -12,6 +12,18 @@ The information in this wiki about Barnowl just barely touches the surface.  Mor
 
 Today the majority of Zephyr users use the barnowl client.  There are other clients as well (for example, Pidgin supports Zephyr).  The following sections will go into detail about how to install, use, and customize barnowl.
 
+=== Other Clients ===
+
+There are other clients besides Barnowl, however their use is not nearly as widespread.  Some of these include:
+
+* Owl (unmaintained, Barnowl evolved from this)[[BR]]
+* vt / jervt[[BR]]
+* zwgc (see TraditionalZephyr)[[BR]]
+* Pidgin[[BR]]
+* zephyr-mode for emacs[[BR]]
+
+Using Barnowl is recommended, as it is better supported and more documentation exists for it.
+
 === Using Barnowl ===
 
 To start barnowl, run the command {{{add barnowl; barnowl}}} at the prompt on any Athena machine or dialup, such as linerva.mit.edu.
@@ -80,7 +92,7 @@ If you spend enough time on Zephyr, you'll begin noticing some strange phrases a
 
 There are many other acronyms that are used; if you don't know what it means, try using the {{{whats foo}}} command at an Athena terminal.
 
-=== Startup ===https://sipb.mit.edu:444/doc/wiki/UsingZephyr
+=== Startup ===
 
 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:
 
@@ -179,17 +191,4 @@ C-a 0
 
 To detach a screen session (for example, if you want to log out), press C-a d.  Screen continues to run, but is no longer active.
 
-To reattach a screen session, run one of the following commands (as listed in the screen man page):
-
-'''{{{-d -r}}}'''   Reattach a session and if necessary detach it first.[[BR]]
-'''{{{-d -R}}}'''   Reattach a session and if necessary detach or even create it first.[[BR]]
-'''{{{-d -RR}}}'''  Reattach a session and if necessary detach or create it. Use the first session if more than one session is available.[[BR]]
-'''{{{-D -r}}}'''   Reattach a session. If necessary detach and logout remotely first.[[BR]]
-'''{{{-D -R}}}'''   Attach here and now.  In detail this means: If a session is running, then reattach.  If necessary detach and logout remotely first.  If it was not running create it and notify the user.[[BR]]
-'''{{{-D -RR}}}'''  Attach here and now. Whatever that means, just do it.[[BR]]
-'''{{{-x}}}'''      Attach to a not detached screen session. (Multi display mode).[[BR]]
-
-Note: It is always a good idea to check the status of your sessions by means of "screen -list".
-
-The -x option is preferable, since it means you don't need to reattach your screen elsewhere if it was previously attached.
-
+To reattach a screen session, run {{{screen -dR}}}.  There are other options available, run {{{man screen}}} to learn more about them.
\ No newline at end of file