OLD | NEW |
1 [DEFAULT] | 1 [DEFAULT] |
2 root=/server/root/path | 2 root=/server/root/path |
3 mailer=/usr/sbin/sendmail | 3 mailer=/usr/sbin/sendmail |
4 mailerDebug=no | 4 mailerDebug=no |
5 secret=somerandomstringhere | 5 secret=somerandomstringhere |
6 | 6 |
7 [subscriptions] | 7 [subscriptions] |
8 repository=%(root)s/hg/subscriptionlist | 8 repository=%(root)s/hg/subscriptionlist |
9 statusTemplate=subscriptions/template/status.html | 9 statusTemplate=subscriptions/template/status.html |
10 statusPage=%(root)s/www/subscriptionStatus.html | 10 statusPage=%(root)s/www/subscriptionStatus.html |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 buildRepository=%(root)s/hg/buildtools | 79 buildRepository=%(root)s/hg/buildtools |
80 jsdocRepository=%(root)s/hg/jsdoc-toolkit | 80 jsdocRepository=%(root)s/hg/jsdoc-toolkit |
81 nightliesData=%(root)s/data/nightlies | 81 nightliesData=%(root)s/data/nightlies |
82 nightliesDirectory=%(root)s/www/devbuilds | 82 nightliesDirectory=%(root)s/www/devbuilds |
83 nightliesURL=https://adblockplus.org/devbuilds/ | 83 nightliesURL=https://adblockplus.org/devbuilds/ |
84 downloadsRepo=%(root)s/hg/downloads | 84 downloadsRepo=%(root)s/hg/downloads |
85 downloadsURL=https://downloads.adblockplus.org/ | 85 downloadsURL=https://downloads.adblockplus.org/ |
86 downloadLinksFile=%(root)s/tmp/downloadLinks.ini | 86 downloadLinksFile=%(root)s/tmp/downloadLinks.ini |
87 geckoUpdateManifestPath=%(root)s/www/update.rdf | 87 geckoUpdateManifestPath=%(root)s/www/update.rdf |
88 androidUpdateManifestPath=%(root)s/www/androidupdates.xml | 88 androidUpdateManifestPath=%(root)s/www/androidupdates.xml |
| 89 safariUpdateManifestPath=%(root)s/www/updates.plist |
89 docsDirectory=%(root)s/www/jsdoc | 90 docsDirectory=%(root)s/www/jsdoc |
90 errorTemplate=extensions/template/error.html | 91 errorTemplate=extensions/template/error.html |
91 languageCheckTemplate=extensions/template/languageCheckResult.html | 92 languageCheckTemplate=extensions/template/languageCheckResult.html |
92 languageFormTemplate=extensions/template/languageForm.html | 93 languageFormTemplate=extensions/template/languageForm.html |
93 changelogTemplate=extensions/template/changelog.html | 94 changelogTemplate=extensions/template/changelog.html |
94 geckoUpdateManifest=extensions/template/update.rdf | 95 geckoUpdateManifest=extensions/template/update.rdf |
95 chromeUpdateManifest=extensions/template/updates.xml | 96 chromeUpdateManifest=extensions/template/updates.xml |
96 safariUpdateManifest=extensions/template/updates.plist | 97 safariUpdateManifest=extensions/template/updates.plist |
97 androidUpdateManifest=extensions/template/androidupdates.xml | 98 androidUpdateManifest=extensions/template/androidupdates.xml |
98 nightlyIndexPage=extensions/template/nightlies.html | 99 nightlyIndexPage=extensions/template/nightlies.html |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 template=formmail/template/eyeo.mail | 131 template=formmail/template/eyeo.mail |
131 | 132 |
132 [externalFiles] | 133 [externalFiles] |
133 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti
ve_tld_names.dat?raw=1 | 134 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti
ve_tld_names.dat?raw=1 |
134 example_targetrepository=%(root)s/hg/adblockpluschrome | 135 example_targetrepository=%(root)s/hg/adblockpluschrome |
135 example_targetfile=third-party/publicSuffixList.txt | 136 example_targetfile=third-party/publicSuffixList.txt |
136 | 137 |
137 [notifications] | 138 [notifications] |
138 repository=%(root)s/hg/notifications | 139 repository=%(root)s/hg/notifications |
139 output=%(root)s/www/notification.json | 140 output=%(root)s/www/notification.json |
OLD | NEW |