wok view firefox/stuff/distribution.ini @ rev 14781

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 05 13:51:55 2013 +0200 (2013-07-05)
parents
children
line source
1 # Partner Distribution Configuration File
3 # id: short string unique to this distribution
4 # about: a short descriptive (ui-visible) string for this
5 # distribution
6 # version: version of the extra distribution pieces (not the version
7 # of Firefox)
9 [Global]
10 id=SliTaz GNU/Linux
11 version=5.0
12 about=Distribution Edition
13 about.fr=Édition pour la distribution
15 # This section contains the global js prefs. You do should not list
16 # the localized preferences here (see below)
18 # Boolean preferences should be 'true' or 'false', w/o quotes. e.g.:
19 # my.bool.preference=true
20 #
21 # Integer preferences should be unquoted numbers. e.g.:
22 # my.int.preference=123
23 #
24 # String preferences should be in quotes. e.g.:
25 # my.string.preference="foo"
27 [Preferences]
28 # Use LANG environment variable to choose locale
29 intl.locale.matchOS=true
30 # disable default browser check
31 browser.shell.checkDefaultBrowser=false
32 browser.startup.homepage_override.mstone="ignore"
33 # disable application updates
34 app.update.enabled=false
35 # disables the request to send performance data from displaying
36 toolkit.telemetry.prompted=2
37 toolkit.telemetry.rejected=true
39 # This section is used as a template for locale-specific properties
40 # files. They work similarly to the GlobalPrefs section, except that
41 # the %LOCALE% string gets substituted with the language string.
42 #
43 # This section should only be used for localized string preferences.
44 # Other preference types will not work.
46 [LocalizablePreferences]
47 browser.startup.homepage="file:///usr/share/webhome/index.html"
50 # Bookmarks
52 # There are two "toplevel" sections, BookmarksToolbar and BookmarksMenu.
53 # These can reference other sections via the "folder" type item. These
54 # folder sections must be named "BookmarksFolder-<id>".
56 # Each section contains a list of numbered item settings, where each
57 # item represents a bookmark, livemark, separator, folder, or the default
58 # bookmarks in that container (if any). The default type is bookmark.
60 [BookmarksToolbar]
62 [BookmarksMenu]
63 item.1.type=folder
64 item.1.title=SliTaz GNU/Linux
65 item.1.folderId=1
67 [BookmarksFolder-1]
68 item.1.title=SliTaz Website
69 item.1.link=http://www.slitaz.org/
70 item.2.type=separator
71 item.3.title=SliTaz Community Forum
72 item.3.link=http://forum.slitaz.org/
73 item.4.type=separator
74 item.5.title=SliTaz on Twitter
75 item.5.link=http://twitter.com/slitaz
76 item.6.title=SliTaz on DistroWatch
77 item.6.link=http://distrowatch.com/table.php?distribution=slitaz