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