/[pdpsoft]/branches/nl.nikhef.jgridstart-flyingsaucer/nl.nikhef.jgridstart/src/nl/nikhef/jgridstart/install/browsers.properties |
Parent Directory
|
Revision Log
add Google Chrome UTI for Mac OS X to known browsers
1 | # browsers.properties |
2 | # |
3 | # Configuration file for browsers. Each browser has the following info: |
4 | # <browser>.desc Description shown to user, used by {@link IBrowser#getBrowserName} |
5 | # <browser>.url URL for more information about the browser |
6 | # <browser>.exe Executable name used for discovery (without .exe in windows) |
7 | # <browser>.uti Mac OS X UTI |
8 | # <browser>.certinst Certificate installation method, can be one of |
9 | # system PKCS#12 is opened with the system default app |
10 | # browser PKCS#12 is opened with the browser |
11 | # mozilla PKCS#12 is opened with a special mozilla import page |
12 | # manual PKCS#12 must be manually into the browser |
13 | # at the moment this gives an exception when trying to install |
14 | # |
15 | # If the exe or uti property is missing, it is not supported on unix/windows or mac. |
16 | # If the certinst property is missing, manual is assumed. |
17 | # |
18 | |
19 | # |
20 | # Gecko-based |
21 | # |
22 | netscape.desc = Netscape |
23 | netscape.url = http://browser.netscape.com/ |
24 | netscape.exe = netscape |
25 | # TODO uti |
26 | netscape.certinst = mozilla |
27 | |
28 | seamonkey.desc = Mozilla SeaMonkey |
29 | seamonkey.url = http://www.seamonkey-project.org/ |
30 | seamonkey.exe = seamonkey |
31 | # TODO uti |
32 | seamonkey.certinst = mozilla |
33 | |
34 | firefox.desc = Mozilla Firefox |
35 | firefox.url = http://www.mozilla.com/firefox |
36 | firefox.exe = firefox |
37 | firefox.uti = org.mozilla.firefox |
38 | firefox.certinst = mozilla |
39 | |
40 | iceweasel.desc = Iceweasel |
41 | iceweasel.url = http://geticeweasel.org/ |
42 | iceweasel.exe = iceweasel |
43 | iceweasel.certinst = mozilla |
44 | |
45 | swiftfox.desc = Swiftfox |
46 | swiftfox.url = http://getswiftfox.com/ |
47 | swiftfox.exe = swiftfox |
48 | swiftfox.certinst = mozilla |
49 | |
50 | gnuzilla.desc = GNUzilla |
51 | gnuzilla.url = http://www.gnu.org/software/gnuzilla/ |
52 | gnuzilla.exe = gnuzilla |
53 | # TODO uti |
54 | gnuzilla.certinst = mozilla |
55 | |
56 | icecat.desc = IceCat |
57 | icecat.url = http://www.gnu.org/software/icecat/ |
58 | icecat.exe = icecat |
59 | # TODO uti |
60 | icecat.certinst = mozilla |
61 | |
62 | # don't include flock since the Unix flock command triggers this as well |
63 | #flock.desc = Flock |
64 | #flock.url = http://flock.com/ |
65 | #flock.exe = flock |
66 | #flock.uti = com.flock |
67 | #flock.certinst = mozilla |
68 | |
69 | galeon.desc = Galeon |
70 | galeon.url = http://galeon.sourceforge.net/ |
71 | galeon.exe = galeon |
72 | galeon.cerinst = mozilla |
73 | |
74 | #epiphany.desc = Epiphany |
75 | #epiphany.url = http://projects.gnome.org/epiphany/ |
76 | #epiphany.exe = epiphany |
77 | #epiphany.certinst = mozilla -- switched to Webkit at some point ... |
78 | |
79 | kmeleon.desc = K-Meleon |
80 | kmeleon.url = http://kmeleon.sourceforge.net/ |
81 | kmeleon.exe = k-meleon |
82 | kmeleon.certinst = mozilla |
83 | |
84 | camino.desc = Camino |
85 | camino.url = http://caminobrowser.org/ |
86 | camino.exe = camino |
87 | camino.uti = org.mozilla.camino |
88 | camino.certinst = mozilla |
89 | |
90 | # |
91 | # Trident-based |
92 | # |
93 | explorer.desc = Internet Explorer |
94 | explorer.url = http://www.microsoft.com/ie |
95 | explorer.exe = iexplore |
96 | explorer.uti = com.microsoft.explorer |
97 | explorer.certinst = system |
98 | |
99 | # |
100 | # Other |
101 | # |
102 | opera.desc = Opera Browser |
103 | opera.url = http://www.opera.com/browser/ |
104 | opera.exe = opera |
105 | opera.uti = com.operasoftware.opera |
106 | opera.certinst = browser |
107 | |
108 | safari.desc = Safari |
109 | safari.url = http://www.apple.com/safari/ |
110 | safari.exe = safari |
111 | safari.uti = com.apple.safari |
112 | safari.certinst = system |
113 | |
114 | sunrise.desc = Sunrise |
115 | sunrise.url = http://www.sunrisebrowser.com/en/ |
116 | # TODO uti |
117 | sunrise.certinst = system |
118 | |
119 | chrome.desc = Google Chrome |
120 | chrome.url = http://chrome.google.com/ |
121 | chrome.exe = google-chrome |
122 | chrome.uti = com.google.Chrome |
123 | chrome.certinst = manual |
124 | |
125 | # 2nd entry for different filename on windows |
126 | chrome.desc = Chrome |
127 | chrome.url = http://chrome.google.com/ |
128 | chrome.exe = chrome |
129 | chrome.certinst = manual |
130 | |
131 | omniweb.desc = OmniWeb |
132 | omniweb.url = http://www.omnigroup.com/applications/omniweb/ |
133 | omniweb.uti = com.omnigroup.OmniWeb |
134 | omniweb.certinst = system |
135 | |
136 | konqueror.desc = Konqueror |
137 | konqueror.url = http://www.konqueror.org/ |
138 | konqueror.exe = konqueror |
139 | # TODO find out uti; probably hardly used so not that relevant |
140 | konqueror.certinst = browser |
Name | Value |
---|---|
svn:mime-type | text/plain |
grid.support@nikhef.nl | ViewVC Help |
Powered by ViewVC 1.1.28 |