Linux Omen Reader (LORE).
Copyright (c) 1995 by Ville Hallivuori.

LORE, shell scripts and documentation are distributet under GNU General
Public Licence version 2. See COPYING for deltails.

I  What lore is 
  Lore is OFF-Line reader, which uses OMEN-format. OMEN is much better than
  QWK, because it don't have stubid limit for length of subject. OMEN is 
  mainly used in Finland.

II Installation
  Just become root and run instlore.sh and all hes been done. You
  may want to edit lore.h for some settings.
  
  When some user runs LORE firs time,LORE will automatically create 
  configuration files personal to this user. Do not edit these files 
  by hand.

III Using lore 
  Using lore is very easy, because of its intuitive interface (menudriven
  and short cuts for advanced users). Just press ? or choose keys from 
  help-menu. Press m or ESC for menu.

IV  Known bugs
  There isn't any bugs! If you found some, pleas email to author.

V   New features and contacting author
  If you like some feature on some other OFFline reader, and want it to LORE,
  just send mail to me and if I have time and intrest, I will add this feature
  to lores nex version.

  Authors address is:
          Seilimki 12 i        ( can be raplaced by a)
          02180 ESPOO 18, Finland
  E-Mail: vph@clinet.fi

  If you like/dislike/use this program please send postcard (prefered) or 
  E-Mail to me.

VI  Notes
  Esc isn't good menu key because it is guite slow (due to way of terminals
  handles escape-seguences. So use 'm' for menu.

  color_xterm has only 8 colors - LORE looks quite goot on it, but not as good
  as with 16 colors (local console, ansi_xterm).

  Xterm slows screenhandlin much... scrolling isn't perfect under X.

  NCurses have some problems handling backspace (is some know better way to
  read keyboar/better way to use ncurses just mail to me) - use left arow
  of delete (works under X).

  When you exit from editor, be careful with ^C - pressing it in LORE will
  cause exit WITHOUT saving message-pointers.

  If you use emacs (I rocommend it), you neet to add this to your .emacs
  ---clip---
  ;; ISO Latin1 -settings (needet for scandinavian chars)

  (standard-display-european 'true)
  (set-input-mode 't 'nil 'foo)

  (global-set-key [kp-3] 'scroll-up)
  (global-set-key [kp-9] 'scroll-down)
  (global-set-key [?\C-2] 'set-mark-command)
  ---clip---
