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

spielwiese
Last change on this file since cd683c was cd683c, checked in by Hans Schönemann <hannes@…>, 19 years ago
*hannes; added htmlview git-svn-id: file:///usr/local/Singular/svn/trunk@7760 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.6 KB
Line 
1# Singular help browser file $Id: help.cnf,v 1.5 2005-02-24 14:24:40 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#----------------------------------------------------
25htmlview!xDhE:htmlview:!htmlview %h &
26mozilla!xDhE:mozilla:!(mozilla -remote "openURL(%h)")||(mozilla %h) &
27galeon!xDhE:galeon:!galeon -n %h &
28netscape!xDhE:netscape:!(netscape -remote "openURL(%h)")||(netscape %h) &
29tkinfo!xDiE:tkinfo:!tkinfo '(%i)%n' &
30xinfo!xDiE:xterm:E:info:!xterm -e info -f %i --node='%n' &
31mac!xhE:open:!open %f &
32mac-net!xE:open:!open %H &
33info!xiE:info:!info -f %i --node='%n'
Note: See TracBrowser for help on using the repository browser.