3. Setting Options

(Reading News) Prev | Index | Next (Feeds)


Olive provides an in-app interface for setting most of the options which control its behavior. This is the Options Panel.

3.1 The Options Panel

The Options Panel is invoked with 'C-o', and it looks like this:

    .[Options]------------------------.
    |                                 |
    |  [X] Show story list status     |
    |  [ ] Skip unread on prev/next   |
    |  [ ] Keep stories until read    |
    |  [X] Global story paging        |
    |  [ ] Hide titlebar              |
    |  [ ] Confirm on exit            |
    |                                 |
    | [15] Poll wait (in minutes)     |
    | [30] Fetch timeout (in secs)    |
    |                                 |
    | [firefox -remo$] Link command   |
    |                                 |
    |                        < Save > |
    |                                 |
    '---------------------------------'

Use the Tab key to move focus between options.

3.2 Checklist Options

Use the up/down arrow keys to move between the items of the checklist and the Enter key to toggle items on or off.

3.2.1 'Show story list status'

This option controls whether the Status Line displays story count information when Olive is idle. If checked, it will enable a display as per Section 2.4.1. If unchecked, nothing will be displayed except the transient messages caused by various activities.

3.2.2 'Skip unread on prev/next'

This option controls whether previously-read stories will be skipped when the previous/next story keys ('[' and ']' by default) are used. If checked, Olive will seek to the next unread story (or the end of the list) in the given direction. If unchecked, prev/next always go to the previous and next stories from the current location in the list, regardless of read/unread state.

3.2.3 'Keep stories until read

By default Olive removes stories from the Story List when they "fall off" the feed they came from. If this option is checked, Olive keeps stories in the List until you have read them. Be aware that this can cause a lot of stories to pile up, depending on how many feeds you subscribe to and how often you read news.

3.2.4 'Global story paging

If this option is checked, then at the next restart keys will be bound to allow global paging (up/down) of the currently displayed story. That is, to allow paging the current story up or down regardless of which pane is focused. The default keys for this are ' ' (Space) for PgDn and '-' for PgUp, but these can be customized as per Section 5.1.3.

This option combined with the above option allow for newsreading with an absolute minimum of effort.

3.2.5 'Hide titlebar'

If this option is checked, the titlebar will not be displayed after the next restart. This gives you one more line of vertical real estate for holding actual data. If unchecked, the top line of the Olive window will be used as described in Section 2.1.

3.2.6 'Confirm on exit'

This option controls whether Olive instantly terminates when the quit command ('Q') is received. If checked, Olive will prompt you with a dialog to confirm exit. If unchecked, Olive will silently and immediately quit.

3.3 'Poll wait'

The value entered here must be a positive, nonzero integer.

This option sets the delay, in minutes, between polls of the feed list (see Section 4.4 for detailed information on polling). The default value is 15.

3.4 'Fetch timeout'

The value entered here must be a positive, nonzero integer.

This option sets the number of seconds which can pass before Olive gives up on contacting a server to fetch a feed. After this number of seconds, an error dialog will be displayed. The default value is 30.

3.5 'Link command'

This option sets the command which will be used to launch an external browser for viewing story links and/or the manual. The general format of this command is

    command_string LINK

Where 'LINK' is the literal string "LINK". This ("LINK") will be replaced with the value of the URL being passed to the browser, enclosed in singlequotes. Some suggestions:

Do not use a console mode browser like w3m or links without being inside screen and having 'screen' prefacing your browser call (as above)!

3.6 Saving Options

Tab to the <Save> button and press Enter to finalize your changes. All changes take effect instantly except turning the titlebar on or off.


(Reading News) Prev | Index | Next (Feeds)


$Id: options.html 434 2007-02-07 05:04:51Z mdxi $