LEFT | RIGHT |
1 [DEFAULT] | 1 [DEFAULT] |
2 root=/server/root/path | 2 root=/server/root/path |
3 hgroot=https://hg.adblockplus.org | 3 hgroot=https://hg.adblockplus.org |
4 mailer=/usr/sbin/sendmail | 4 mailer=/usr/sbin/sendmail |
5 mailerDebug=no | 5 mailerDebug=no |
6 secret=somerandomstringhere | 6 secret=somerandomstringhere |
7 | 7 |
8 [multiplexer] | 8 [multiplexer] |
9 sitescripts.subscriptions.web.fallback = | 9 sitescripts.subscriptions.web.fallback = |
10 sitescripts.crashes.web.submitCrash = | 10 sitescripts.crashes.web.submitCrash = |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 watcher_name=Diagnostics | 96 watcher_name=Diagnostics |
97 watcher_downloadPage=/en/abpwatcher | 97 watcher_downloadPage=/en/abpwatcher |
98 spiderMonkeyBinary=%(root)s/data/jsshell/js | 98 spiderMonkeyBinary=%(root)s/data/jsshell/js |
99 nightliesData=%(root)s/data/nightlies | 99 nightliesData=%(root)s/data/nightlies |
100 nightliesDirectory=%(root)s/www/devbuilds | 100 nightliesDirectory=%(root)s/www/devbuilds |
101 nightliesURL=https://adblockplus.org/devbuilds/ | 101 nightliesURL=https://adblockplus.org/devbuilds/ |
102 downloadsRepo=%(root)s/hg/downloads | 102 downloadsRepo=%(root)s/hg/downloads |
103 downloadsDirectory=%(root)s/www/downloads | 103 downloadsDirectory=%(root)s/www/downloads |
104 downloadsURL=https://downloads.adblockplus.org/ | 104 downloadsURL=https://downloads.adblockplus.org/ |
105 downloadLinksFile=%(root)s/tmp/downloadLinks.ini | 105 downloadLinksFile=%(root)s/tmp/downloadLinks.ini |
| 106 geckoUpdateManifestPath=%(root)s/www/updates.json |
106 androidUpdateManifestPath=%(root)s/www/androidupdates.xml | 107 androidUpdateManifestPath=%(root)s/www/androidupdates.xml |
107 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json | 108 androidNewUpdateManifestPath=%(root)s/www/androidupdate.json |
108 safariUpdateManifestPath=%(root)s/www/updates.plist | 109 safariUpdateManifestPath=%(root)s/www/updates.plist |
109 ieUpdateManifestPath=%(root)s/www/ieupdate.json | 110 ieUpdateManifestPath=%(root)s/www/ieupdate.json |
110 errorTemplate=extensions/template/error.html | 111 errorTemplate=extensions/template/error.html |
111 languageCheckTemplate=extensions/template/languageCheckResult.html | 112 languageCheckTemplate=extensions/template/languageCheckResult.html |
112 languageFormTemplate=extensions/template/languageForm.html | 113 languageFormTemplate=extensions/template/languageForm.html |
113 changelogTemplate=extensions/template/changelog.html | 114 changelogTemplate=extensions/template/changelog.html |
114 geckoUpdateManifest=extensions/template/updates.json | 115 geckoUpdateManifest=extensions/template/updates.json |
115 safariUpdateManifest=extensions/template/updates.plist | 116 safariUpdateManifest=extensions/template/updates.plist |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 | 204 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 |
204 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome | 205 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome |
205 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome | 206 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome |
206 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 | 207 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 |
207 adblockpluscore_repository=%(root)s/hg/adblockpluscore | 208 adblockpluscore_repository=%(root)s/hg/adblockpluscore |
208 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore | 209 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore |
209 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 | 210 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 |
210 libadblockplus_repository=%(root)s/hg/libadblockplus | 211 libadblockplus_repository=%(root)s/hg/libadblockplus |
211 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus | 212 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus |
212 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} | 213 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} |
LEFT | RIGHT |