| OLD | NEW |
| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 abpandroid_downloadPage=/en/android | 98 abpandroid_downloadPage=/en/android |
| 99 abpie_repository=%(hgroot)s/adblockplusie | 99 abpie_repository=%(hgroot)s/adblockplusie |
| 100 abpie_type=ie | 100 abpie_type=ie |
| 101 abpie_name=Adblock Plus for Internet Explorer | 101 abpie_name=Adblock Plus for Internet Explorer |
| 102 ehh_repository=%(hgroot)s/elemhidehelper | 102 ehh_repository=%(hgroot)s/elemhidehelper |
| 103 ehh_name=Element Hiding Helper | 103 ehh_name=Element Hiding Helper |
| 104 ehh_galleryID=elemhidehelper | 104 ehh_galleryID=elemhidehelper |
| 105 watcher_repository=%(hgroot)s/abpwatcher | 105 watcher_repository=%(hgroot)s/abpwatcher |
| 106 watcher_name=Diagnostics | 106 watcher_name=Diagnostics |
| 107 watcher_downloadPage=/en/abpwatcher | 107 watcher_downloadPage=/en/abpwatcher |
| 108 subscriptions_repository=%(hgroot)s/adblockpluscore/ |
| 109 subscriptions_path=chrome/content/ui/subscriptions.xml |
| 108 spiderMonkeyBinary=%(root)s/data/jsshell/js | 110 spiderMonkeyBinary=%(root)s/data/jsshell/js |
| 109 nightliesData=%(root)s/data/nightlies | 111 nightliesData=%(root)s/data/nightlies |
| 110 nightliesDirectory=%(root)s/www/devbuilds | 112 nightliesDirectory=%(root)s/www/devbuilds |
| 111 nightliesURL=https://adblockplus.org/devbuilds/ | 113 nightliesURL=https://adblockplus.org/devbuilds/ |
| 112 downloadsRepo=%(root)s/hg/downloads | 114 downloadsRepo=%(root)s/hg/downloads |
| 113 downloadsDirectory=%(root)s/www/downloads | 115 downloadsDirectory=%(root)s/www/downloads |
| 114 downloadsURL=https://downloads.adblockplus.org/ | 116 downloadsURL=https://downloads.adblockplus.org/ |
| 115 downloadLinksFile=%(root)s/tmp/downloadLinks.ini | 117 downloadLinksFile=%(root)s/tmp/downloadLinks.ini |
| 116 geckoUpdateManifestPath=%(root)s/www/updates.json | 118 geckoUpdateManifestPath=%(root)s/www/updates.json |
| 117 androidUpdateManifestPath=%(root)s/www/androidupdates.xml | 119 androidUpdateManifestPath=%(root)s/www/androidupdates.xml |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 | 217 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 |
| 216 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome | 218 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome |
| 217 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome | 219 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome |
| 218 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 | 220 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 |
| 219 adblockpluscore_repository=%(root)s/hg/adblockpluscore | 221 adblockpluscore_repository=%(root)s/hg/adblockpluscore |
| 220 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore | 222 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore |
| 221 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 | 223 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 |
| 222 libadblockplus_repository=%(root)s/hg/libadblockplus | 224 libadblockplus_repository=%(root)s/hg/libadblockplus |
| 223 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus | 225 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus |
| 224 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} | 226 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} |
| OLD | NEW |