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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 buildRepository=%(root)s/hg/buildtools | 92 buildRepository=%(root)s/hg/buildtools |
93 jsdocRepository=%(root)s/hg/jsdoc-toolkit | 93 jsdocRepository=%(root)s/hg/jsdoc-toolkit |
94 nightliesData=%(root)s/data/nightlies | 94 nightliesData=%(root)s/data/nightlies |
95 nightliesDirectory=%(root)s/www/devbuilds | 95 nightliesDirectory=%(root)s/www/devbuilds |
96 nightliesURL=https://adblockplus.org/devbuilds/ | 96 nightliesURL=https://adblockplus.org/devbuilds/ |
97 downloadsRepo=%(root)s/hg/downloads | 97 downloadsRepo=%(root)s/hg/downloads |
98 downloadsURL=https://downloads.adblockplus.org/ | 98 downloadsURL=https://downloads.adblockplus.org/ |
99 downloadLinksFile=%(root)s/tmp/downloadLinks.ini | 99 downloadLinksFile=%(root)s/tmp/downloadLinks.ini |
100 geckoUpdateManifestPath=%(root)s/www/update.rdf | 100 geckoUpdateManifestPath=%(root)s/www/update.rdf |
101 androidUpdateManifestPath=%(root)s/www/androidupdates.xml | 101 androidUpdateManifestPath=%(root)s/www/androidupdates.xml |
| 102 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json |
102 safariUpdateManifestPath=%(root)s/www/updates.plist | 103 safariUpdateManifestPath=%(root)s/www/updates.plist |
103 ieUpdateManifestPath=%(root)s/www/ieupdate.json | 104 ieUpdateManifestPath=%(root)s/www/ieupdate.json |
104 docsDirectory=%(root)s/www/jsdoc | 105 docsDirectory=%(root)s/www/jsdoc |
105 padDirectory=%(root)s/www/pad | 106 padDirectory=%(root)s/www/pad |
106 padURL=https://adblockplus.org/pad/ | 107 padURL=https://adblockplus.org/pad/ |
107 errorTemplate=extensions/template/error.html | 108 errorTemplate=extensions/template/error.html |
108 languageCheckTemplate=extensions/template/languageCheckResult.html | 109 languageCheckTemplate=extensions/template/languageCheckResult.html |
109 languageFormTemplate=extensions/template/languageForm.html | 110 languageFormTemplate=extensions/template/languageForm.html |
110 changelogTemplate=extensions/template/changelog.html | 111 changelogTemplate=extensions/template/changelog.html |
111 geckoUpdateManifest=extensions/template/update.rdf | 112 geckoUpdateManifest=extensions/template/update.rdf |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 template=formmail/template/eyeo.mail | 149 template=formmail/template/eyeo.mail |
149 | 150 |
150 [externalFiles] | 151 [externalFiles] |
151 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti
ve_tld_names.dat?raw=1 | 152 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti
ve_tld_names.dat?raw=1 |
152 example_targetrepository=%(root)s/hg/adblockpluschrome | 153 example_targetrepository=%(root)s/hg/adblockpluschrome |
153 example_targetfile=third-party/publicSuffixList.txt | 154 example_targetfile=third-party/publicSuffixList.txt |
154 | 155 |
155 [notifications] | 156 [notifications] |
156 repository=%(root)s/hg/notifications | 157 repository=%(root)s/hg/notifications |
157 output=%(root)s/www/notification.json | 158 output=%(root)s/www/notification.json |
OLD | NEW |