File: types.cfg.example

package info (click to toggle)
explorer 0.72-2.1
  • links: PTS
  • area: contrib
  • in suites: hamm, slink
  • size: 1,556 kB
  • ctags: 1,203
  • sloc: cpp: 10,226; makefile: 384; sh: 206; ansic: 106; lex: 95; csh: 6
file content (33 lines) | stat: -rw-r--r-- 1,025 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# [extention name]
#
# This is the piece of text the explorer will use to search for reserved
# types. If you want to specify .txt as an extention for example then
# state it like: 
#
# ".txt"
#
# [app to start]
#
# Place the name of the program with the complete path here.
#
#
# [icon]
#
# The explorer is capable of displaying type icons, place an icon here if 
# you've got a special bitmap file. Icons should be no larger than 18x18 
# and should be placed on a white background. Currently the program only
# supports .bmp files.
# 
#
# [program args]
#
# If the program needs some arguments or switches when it wants to start
# with a specific file, then place those arguments here. For example:
#
# "-file" 
#
# [extention name]  [app to start]                   [icon]      [program args]

   ".txt"        /usr/X11/bin/xedit                 xedit.bmp       "NULL" 
   ".htm"        /home/internet/netscape/netscape   html.bmp        "NULL"
   ".html"       /home/internet/netscape/netscape   html.bmp        "NULL"