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

spielwiese
Last change on this file since f81f40 was f81f40, checked in by Hans Schönemann <hannes@…>, 17 years ago
*: firefox added git-svn-id: file:///usr/local/Singular/svn/trunk@10144 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.7 KB
Line 
1# Singular help browser file $Id: help.cnf,v 1.10 2007-06-22 15:46:44 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#  C- requires Windows-help: Manual.chm
12#  E:executable:- requires the named exectable
13#----------------------------------------------------
14# shell commands substitute the following:
15#  %h: the local html file (in the form file://localhost/some/dir/sing_123.htm)
16#  %f: the local html file (in the form /some/dir/sing_123.htm)
17#  %H: the www html  file
18#             (in the form http://www.singular.uni-kl.de/some/dir/sing_123.htm)
19#  %i: the complete path of singular.hlp
20#  %n: the info node
21#----------------------------------------------------
22# the default help browsers builtin, dummy and emacs are always
23#   available and should NOT be mentioned here
24# ix86_Win: has additional default browsers: htmlhelp, html and winhlp
25#   also not mentioned here
26#----------------------------------------------------
27htmlview!xDhE:htmlview:!htmlview %h &
28mac!xhE:open:!open %f &
29mac-net!xE:open:!open %H &
30mozilla!xDhE:mozilla:!(mozilla -remote "openURL(%h)")||(mozilla %h) &
31firefox!xDhE:firefox:!firefox %h &
32konqueror!xDhE:konqueror:!konqueror %h &
33galeon!xDhE:galeon:!galeon -n %h &
34netscape!xDhE:netscape:!(netscape -remote "openURL(%h)")||(netscape %h) &
35tkinfo!xDiE:tkinfo:!tkinfo '(%i)%n' &
36xinfo!xDiE:xterm:E:info:!xterm -e info -f %i --node='%n' &
37info!xiE:info:!info -f %i --node='%n'
38lynx!xhE:lynx:!lynx %h
39
Note: See TracBrowser for help on using the repository browser.