1 | # Singular help browser file $Id: help.cnf,v 1.6 2005-03-21 09:41:16 Singular Exp $ |
---|
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 | # E:executable:- requires the named exectable |
---|
12 | #---------------------------------------------------- |
---|
13 | # shell commands substitute the following: |
---|
14 | # %h: the local html file (in the form file://localhost/some/dir/sing_123.htm) |
---|
15 | # %f: the local html file (in the form /some/dir/sing_123.htm) |
---|
16 | # %H: the www html file |
---|
17 | # (in the form http://www.singular.uni-kl.de/some/dir/sing_123.htm) |
---|
18 | # %i: the complete path of singular.hlp |
---|
19 | # %n: the info node |
---|
20 | #---------------------------------------------------- |
---|
21 | # the default help browsers builtin, dummy and emacs are always |
---|
22 | # available and should NOT be mentioned here |
---|
23 | # ix86_Win: has 2 additional default browsers: html and winhlp |
---|
24 | #---------------------------------------------------- |
---|
25 | htmlview!xDhE:htmlview:!htmlview %h & |
---|
26 | mac!xhE:open:!open %f & |
---|
27 | mac-net!xE:open:!open %H & |
---|
28 | mozilla!xDhE:mozilla:!(mozilla -remote "openURL(%h)")||(mozilla %h) & |
---|
29 | galeon!xDhE:galeon:!galeon -n %h & |
---|
30 | netscape!xDhE:netscape:!(netscape -remote "openURL(%h)")||(netscape %h) & |
---|
31 | tkinfo!xDiE:tkinfo:!tkinfo '(%i)%n' & |
---|
32 | xinfo!xDiE:xterm:E:info:!xterm -e info -f %i --node='%n' & |
---|
33 | info!xiE:info:!info -f %i --node='%n' |
---|