990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
|
# File 'lib/tkri.rb', line 990
def help_overview
helpbox('Help: Overview', <<EOS)
ABOUT
Tkri (pronounce TIK-ri) is a GUI front-end to the 'ri', or
'qri', executables. By default it uses 'qri', which is part
of the Fast-RI package.
Tkri displays the output of that program in a window where
each work is "hyperlinked".
USAGE
Launch tkri by typing 'tkri' at the operating system prompt. You
can provide a starting topic as an argument on the command line.
Inside the application, type the topic you wish to go to at the
address bar, or click on a word in the main text.
EOS
end
|