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

fieker-DuValspielwiese
Last change on this file since a96a75 was 3259d7, checked in by Michael Orlitzky <michael@…>, 3 years ago
**/*: rename singular.hlp to singular.info. The help file presently named "singular.hlp" is intended to be read with GNU Info, which looks for an extension of ".info" by default. Thus, at the moment, one must run "info singular.hlp" to read the installed file, whereas "info singular" is more natural. This commit replaces "singular.hlp" with "singular.info" throughout the source tree so that the file ultimately has the name that GNU Info or Emacs expect. Closes: https://github.com/Singular/Singular/issues/1107
  • Property mode set to 100644
File size: 3.0 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.info
9#  h- requires html dir
10#  D- requires the environment variable DISPLAY
11#  E:executable:- requires the named executable
12#  O:`uname -m`-`uname -s`:- requires the named uname
13#  (ubuntu has an open completely different from open on OsX)
14#----------------------------------------------------
15# shell commands substitute the following:
16#  %h: the local html file (in the form file://localhost/some/dir/sing_123.htm)
17#  %f: the local html file (in the form /some/dir/sing_123.htm)
18#  %H: the www html  file
19#             (in the form https://www.singular.uni-kl.de/some/dir/sing_123.htm)
20#  %i: the complete path of singular.info
21#  %n: the info node
22#  %v: Singular version (in the form 4-0-0)
23#----------------------------------------------------
24# the default help browsers builtin, dummy and emacs are always
25#   available and should NOT be mentioned here
26#----------------------------------------------------
27htmlview!xDhE:htmlview:!htmlview %h &
28mac!xhE:open:O:x86_64-Darwin:!open %f &
29mac-net!xE:open:O:x86_64-Darwin:!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) &
35cygwin!xhE:cygstart:!cygstart "%f" &
36cygwin-www!E:cygstart:!cygstart "%H" &
37safari!xhE:/Applications/Safari.app:!open -a /Applications/Safari.app %h
38tkinfo!xDiE:tkinfo:!tkinfo '(%i)%n' &
39xinfo!xDiE:xterm:E:info:!xterm -e info -f %i --node='%n' &
40info!xiE:info:!info -f %i --node='%n'
41lynx!xhE:lynx:!lynx %h
42#----------------------------------------------------------------
43# dummy versions for pure online help
44mac-www!E:open:O:x86_64-Darwin:!open https://www.singular.uni-kl.de/Manual/%v/ &
45mozilla-www!DE:mozilla:!(mozilla -remote "openURL(https://www.singular.uni-kl.de/Manual/%v/)")||(mozilla https://www.singular.uni-kl.de/Manual/%v/) &
46firefox-www-idx!xDE:firefox:!firefox %H &
47firefox-www!DE:firefox:!firefox https://www.singular.uni-kl.de/Manual/%v/ &
48konqueror-www-idx!xDE:konqueror:!konqueror %H &
49konqueror-www!DE:konqueror:!konqueror https://www.singular.uni-kl.de/Manual/%v/ &
50galeon-www-idx!xDE:galeon:!galeon -n %H &
51galeon-www!DE:galeon:!galeon -n https://www.singular.uni-kl.de/Manual/%v/ &
52netscape-www!DE:netscape:!(netscape -remote "openURL(https://www.singular.uni-kl.de/Manual/%v/)")||(netscape https://www.singular.uni-kl.de/Manual/%v/) &
53safari-www-idx!xE:/Applications/Safari.app:!open -a /Applications/Safari.app %H
54safari-www!E:/Applications/Safari.app:!open -a /Applications/Safari.app https://www.singular.uni-kl.de/Manual/%v/
55lynx-www-idx!xE:lynx:!lynx %H
56lynx-www!E:lynx:!lynx https://www.singular.uni-kl.de/Manual/%v/
57
Note: See TracBrowser for help on using the repository browser.