source: git/Singular/LIB/help.cnf @ 6bf3eb

spielwiese
Last change on this file since 6bf3eb was 6bf3eb, checked in by Hans Schoenemann <hannes@…>, 10 years ago
fix: S_UNAME is now uname -m - uname -s
  • Property mode set to 100644
File size: 2.8 KB
Line 
1# Singular help browser file
2# each line which start with an # is a comment
3# each other line defines a (possible) help browser
4# the format of the entries is: <name>!<requirements>!<shell command>
5#----------------------------------------------------
6# known requirements:
7#  x- requires singular.idx
8#  i- requires singular.hlp
9#  h- requires html dir
10#  D- requires the enviroment variable DISPLAY
11#  C- requires Windows-help: Manual.chm
12#  E:executable:- requires the named exectable
13#  O:`uname -m`-`uname -s`:- requires the named uname
14#  (ubuntu has an open completely different from open on OsX)
15#----------------------------------------------------
16# shell commands substitute the following:
17#  %h: the local html file (in the form file://localhost/some/dir/sing_123.htm)
18#  %f: the local html file (in the form /some/dir/sing_123.htm)
19#  %H: the www html  file
20#             (in the form http://www.singular.uni-kl.de/some/dir/sing_123.htm)
21#  %i: the complete path of singular.hlp
22#  %n: the info node
23#  %v: Singular version (in the form 4-0-0)
24#----------------------------------------------------
25# the default help browsers builtin, dummy and emacs are always
26#   available and should NOT be mentioned here
27# ix86_Win: has additional default browsers: htmlhelp, html and winhlp
28#   also not mentioned here
29#----------------------------------------------------
30htmlview!xDhE:htmlview:!htmlview %h &
31mac!xhE:open:O:x86_64-Darwin:!open %f &
32mac-net!xE:open:O:x86_64-Darwin:!open %H &
33mozilla!xDhE:mozilla:!(mozilla -remote "openURL(%h)")||(mozilla %h) &
34firefox!xDhE:firefox:!firefox %h &
35konqueror!xDhE:konqueror:!konqueror %h &
36galeon!xDhE:galeon:!galeon -n %h &
37netscape!xDhE:netscape:!(netscape -remote "openURL(%h)")||(netscape %h) &
38safari!xhE:/Applications/Safari.app:!open /Applications/Safari.app %h
39tkinfo!xDiE:tkinfo:!tkinfo '(%i)%n' &
40xinfo!xDiE:xterm:E:info:!xterm -e info -f %i --node='%n' &
41info!xiE:info:!info -f %i --node='%n'
42lynx!xhE:lynx:!lynx %h
43#----------------------------------------------------------------
44# dummy versions for pure online help
45mac-www!E:open:O:x86_64-Darwin:!open http://www.singular.uni-kl.de/Manual/%v/ &
46mozilla-www!DE:mozilla:!(mozilla -remote "openURL(http://www.singular.uni-kl.de/Manual/%v/)")||(mozilla http://www.singular.uni-kl.de/Manual/%v/) &
47firefox-www!DE:firefox:!firefox http://www.singular.uni-kl.de/Manual/%v/ &
48konqueror-www!DE:konqueror:!konqueror http://www.singular.uni-kl.de/Manual/%v/ &
49galeon-www!DE:galeon:!galeon -n http://www.singular.uni-kl.de/Manual/%v/ &
50netscape-www!DE:netscape:!(netscape -remote "openURL(http://www.singular.uni-kl.de/Manual/%v/)")||(netscape http://www.singular.uni-kl.de/Manual/%v/) &
51safari-www!E:/Applications/Safari.app:!open /Applications/Safari.app http://www.singular.uni-kl.de/Manual/%v/
52lynx-www!E:lynx:!lynx http://www.singular.uni-kl.de/Manual/%v/
53
Note: See TracBrowser for help on using the repository browser.