THOR is a offline message reader developed for saving online time while
connected to BBS systems, and for building and maintaining a database of
the messages from the boards. The message database has true history and
threading, fast searching, mark and keep options. Each board has a user
database with all users which has written messages. This user database can
be used when sending messages. There is an optional internal fullscreen
editor. The editor has all features needed for message editing. Both THOR
and the internal editor have ARexx ports. THOR is fully compliant to the
Style Guide with a resizeable, font-sensitive and configurable user
interface. Supports new 3.0 features (newlook menus, memory pools,
interleaved screens, 24 bit palette,....). Many useful utilities are
included.
.version
2.1
.date
1995.09.11
.author
Petter Nilsen
.reference
FreshFish-Jul94:New/comm/mail/THOR/
1.22
.address
Strandveien 59B
N-9007 TROMSOE
NORWAY
.email
pettern@powertech.no
.author
Eivind Nordseth
.address
Herman Krags Vei 17-21
N-7035 TRONDHEIM
NORWAY
.email
eivindno@idt.unit.no
.requirements
WB2.04 (V37), 1MB free memory and a hard-drive.
.distribution
Shareware
.price
$30(US), NOK 265.
.described-by
Eivind Nordseth (eivindno@idt.unit.no)
Petter Nilsen (pettern@powertech.no)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.aminet-dir
comm/mail
.execute
set choice `RequestChoice "Thor" "Please select an option" "View Readme" "Install Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool THOR21.readme TEXT
endif
if $choice EQ "2"
set choice2 `RequestChoice "Install Thor" "Install new or Update old version of Thor" "Install New" "Update Old" "Cancel"`
if $choice2 EQ "0"
quit 0
endif
run >nil: RequestChoice "Advice!" "The installation script will ask you to install bbs*Nand/or internet specific utilities. If you decide*Nto do so, the paths for these archives are:*N*N GoldFish-Vol3:Files/comm/mail/Thor/thor21_bbs.lha*N GoldFish-Vol3:Files/comm/mail/Thor/thor21_inet.lha" "OK"