/offlineimap/head: changeset 342

This commit is contained in:
jgoerzen 2003-01-08 21:48:41 +01:00
parent c666632af2
commit caacad8b43

View File

@ -11,7 +11,7 @@
<refentryinfo> <refentryinfo>
<address><email>jgoerzen@complete.org</email></address> <address><email>jgoerzen@complete.org</email></address>
<author><firstname>John</firstname><surname>Goerzen</surname></author> <author><firstname>John</firstname><surname>Goerzen</surname></author>
<date> $Date: 2003-01-08 08:40:39 -0600 (Wed, 08 Jan 2003) $ </date> <date> $Date: 2003-01-08 08:48:41 -0600 (Wed, 08 Jan 2003) $ </date>
</refentryinfo> </refentryinfo>
<refmeta> <refmeta>
@ -373,7 +373,7 @@ cd offlineimap-x.y.z</ProgramListing>
in this section.</para> in this section.</para>
<refsect2> <refsect2>
<title>Tk.Blinkenlights</title> <title>Tk.Blinkenlights</title>
<para>This is an interface designed to be sleek, fun to watch, and <para>Tk.Blinkenlights is an interface designed to be sleek, fun to watch, and
informative of the overall picture of what &OfflineIMAP; informative of the overall picture of what &OfflineIMAP;
is doing. I consider it to be the best general-purpose interface in is doing. I consider it to be the best general-purpose interface in
&OfflineIMAP;. &OfflineIMAP;.
@ -401,76 +401,76 @@ cd offlineimap-x.y.z</ProgramListing>
<variablelist><title>Blinkenlights Colors</title> <variablelist><title>Blinkenlights Colors</title>
<varlistentry> <varlistentry>
<term>Black</term> <term>Black</term>
<para>indicates that this light's thread has terminated; it will light up <listitem><para>indicates that this light's thread has terminated; it will light up
again later when new threads start up. So, black indicates no again later when new threads start up. So, black indicates no
activity. activity.
</para> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Red (Meaning 1)</term> <term>Red (Meaning 1)</term>
<para>is the color of the main program's thread, which basically does <listitem><para>is the color of the main program's thread, which basically does
nothing but monitor the others. It might remind you of HAL 9000 in nothing but monitor the others. It might remind you of HAL 9000 in
<citation>2001</citation>. <citation>2001</citation>.
</para> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Gray</term> <term>Gray</term>
<para>indicates that the thread is establishing a new connection to the IMAP <listitem><para>indicates that the thread is establishing a new connection to the IMAP
server. server.
</para> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Purple</term> <term>Purple</term>
<para>is the color of an account synchronization thread that is monitoring <listitem><para>is the color of an account synchronization thread that is monitoring
the progress of the folders in that account (not generating any I/O). the progress of the folders in that account (not generating any I/O).
</para> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Cyan</term> <term>Cyan</term>
<para>indicates that the thread is syncing a folder. <listitem><para>indicates that the thread is syncing a folder.
</para> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Green</term> <term>Green</term>
<para>means that a folder's message list is being loaded. <listitem><para>means that a folder's message list is being loaded.
</para> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Blue</term> <term>Blue</term>
<para>is the color of a message synchronization controller thread. <listitem><para>is the color of a message synchronization controller thread.
</para> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Orange</term> <term>Orange</term>
<para>indicates that an actual message is being copied. <listitem><para>indicates that an actual message is being copied.
(We use fuschia for fake messages.) (We use fuschia for fake messages.)
</para> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Red (meaning 2)</term> <term>Red (meaning 2)</term>
<para>indicates that a message is being deleted. <listitem><para>indicates that a message is being deleted.
</para> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Yellow / bright orange</term> <term>Yellow / bright orange</term>
<para>indicates that message flags are being added. <listitem><para>indicates that message flags are being added.
</para> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Pink / bright red</term> <term>Pink / bright red</term>
<para>indicates that message flags are being removed. <listitem><para>indicates that message flags are being removed.
</para> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Red / Black Flashing</term> <term>Red / Black Flashing</term>
<para>corresponds to the countdown timer that runs between <listitem><para>corresponds to the countdown timer that runs between
synchronizations. synchronizations.
</para> </para></listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
<para>The name of this interfaces derives from a bit of computer <para>The name of this interfaces derives from a bit of computer
history. Eric Raymond's <citation>Jargon File</citation> defines history. Eric Raymond's <citation>Jargon File</citation> defines
<term>blinkenlights</term>, in part, as: <firstterm>blinkenlights</firstterm>, in part, as:
</para> </para>
<blockquote> <blockquote>
<para>Front-panel diagnostic <para>Front-panel diagnostic
@ -513,7 +513,7 @@ cd offlineimap-x.y.z</ProgramListing>
<refsect2> <refsect2>
<title>Tk.VerboseUI</title> <title>Tk.VerboseUI</title>
<para> <para>
This interface (formerly known as Tk.TkUI) is a graphical interface Tk.VerboseUI (formerly known as Tk.TkUI) is a graphical interface
that presents a variable-sized window. In the window, each that presents a variable-sized window. In the window, each
currently-executing thread has a section where its name and current currently-executing thread has a section where its name and current
status are displayed. This interface is best suited to people running status are displayed. This interface is best suited to people running
@ -526,7 +526,7 @@ cd offlineimap-x.y.z</ProgramListing>
<refsect2> <refsect2>
<title>TTY.TTYUI</title> <title>TTY.TTYUI</title>
<para> <para>
This interface is for people running in basic, non-color terminals. It TTY.TTYUI interface is for people running in basic, non-color terminals. It
prints out basic status messages and is generally friendly to use on a console prints out basic status messages and is generally friendly to use on a console
or xterm. or xterm.
</para> </para>
@ -535,7 +535,7 @@ cd offlineimap-x.y.z</ProgramListing>
<refsect2> <refsect2>
<title>Noninteractive.Basic</title> <title>Noninteractive.Basic</title>
<para> <para>
This interface is designed for situations in which &OfflineIMAP; Noninteractive.Basic is designed for situations in which &OfflineIMAP;
will be run non-attended and the status of its execution will be will be run non-attended and the status of its execution will be
logged. You might use it, for instance, to have the system run logged. You might use it, for instance, to have the system run
automatically and automatically and
@ -548,7 +548,7 @@ cd offlineimap-x.y.z</ProgramListing>
<refsect2> <refsect2>
<title>Noninteractive.Quiet</title> <title>Noninteractive.Quiet</title>
<para> <para>
This interface is designed for non-attended running in situations Noninteractive.Quiet is designed for non-attended running in situations
where normal status messages are not desired. It will output nothing where normal status messages are not desired. It will output nothing
except errors and serious warnings. Like Noninteractive.Basic, except errors and serious warnings. Like Noninteractive.Basic,
this user interface this user interface