source: git/Singular/LIB/help.cnf @ bee06d

spielwiese
Last change on this file since bee06d was 341696, checked in by Hans Schönemann <hannes@…>, 14 years ago
Adding Id property to all files git-svn-id: file:///usr/local/Singular/svn/trunk@12231 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.9 KB
Line 
1# Singular help browser file $Id$
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:singuname:- 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#----------------------------------------------------
24# the default help browsers builtin, dummy and emacs are always
25#   available and should NOT be mentioned here
26# ix86_Win: has additional default browsers: htmlhelp, html and winhlp
27#   also not mentioned here
28#----------------------------------------------------
29htmlview!xDhE:htmlview:!htmlview %h &
30mac!xhE:open:O:ix86Mac-darwin:!open %f &
31mac!xhE:open:O:ppcMac-darwin:!open %f &
32mac-net!xE:open:O:ix86Mac-darwin:!open %H &
33mac-net!xE:open:O:ppcMac-darwin:!open %H &
34mozilla!xDhE:mozilla:!(mozilla -remote "openURL(%h)")||(mozilla %h) &
35firefox!xDhE:firefox:!firefox %h &
36konqueror!xDhE:konqueror:!konqueror %h &
37galeon!xDhE:galeon:!galeon -n %h &
38netscape!xDhE:netscape:!(netscape -remote "openURL(%h)")||(netscape %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
Note: See TracBrowser for help on using the repository browser.