LEFT | RIGHT |
(no file at all) | |
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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 abp_galleryID=adblock-plus | 66 abp_galleryID=adblock-plus |
67 abpchrome_repository=%(hgroot)s/adblockpluschrome | 67 abpchrome_repository=%(hgroot)s/adblockpluschrome |
68 abpchrome_type=chrome | 68 abpchrome_type=chrome |
69 abpchrome_name=Adblock Plus for Chrome and Opera | 69 abpchrome_name=Adblock Plus for Chrome and Opera |
70 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb | 70 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb |
71 abpchrome_devbuildGalleryID=ldcecbkkoecffmfljeihcmifjjdoepkn | 71 abpchrome_devbuildGalleryID=ldcecbkkoecffmfljeihcmifjjdoepkn |
72 abpchrome_key=%(root)s/data/adblockpluschrome.pem | 72 abpchrome_key=%(root)s/data/adblockpluschrome.pem |
73 abpchrome_clientID=...apps.googleusercontent.com | 73 abpchrome_clientID=...apps.googleusercontent.com |
74 abpchrome_clientSecret=secret | 74 abpchrome_clientSecret=secret |
75 abpchrome_refreshToken=1/rwn... | 75 abpchrome_refreshToken=1/rwn... |
| 76 abpedge_repository=%(hgroot)s/adblockpluschrome |
| 77 abpedge_revision=edge |
| 78 abpedge_type=edge |
| 79 abpedge_name=Adblock Plus for Microsoft Edge |
| 80 abpedge_galleryID=9NBLGGH4R9NZ |
| 81 abpedge_devbuildGalleryID=9NBLGGH4X3BM |
| 82 abpedge_clientID=7ca39d8a-41a2-4837-a0e5-7cb040b7123d |
| 83 abpedge_clientSecret=secret |
| 84 abpedge_tenantID=4c2cb972-8f5e-41c2-bac7-ee035d2c549c |
| 85 abpedge_refreshToken=AQABAAAAAA... |
76 abpsafari_repository=%(hgroot)s/adblockpluschrome/ | 86 abpsafari_repository=%(hgroot)s/adblockpluschrome/ |
77 abpsafari_revision=safari | 87 abpsafari_revision=safari |
78 abpsafari_type=safari | 88 abpsafari_type=safari |
79 abpsafari_name=Adblock Plus for Safari | 89 abpsafari_name=Adblock Plus for Safari |
80 abpsafari_key=%(root)s/files/adblockplussafari.pem | 90 abpsafari_key=%(root)s/files/adblockplussafari.pem |
81 abpfirefox_repository=%(hgroot)s/adblockpluschrome/ | 91 abpfirefox_repository=%(hgroot)s/adblockpluschrome/ |
82 abpfirefox_type=gecko-webext | 92 abpfirefox_type=gecko-webext |
83 abpfirefox_name=Adblock Plus for Mozilla Firefox | 93 abpfirefox_name=Adblock Plus for Mozilla Firefox |
84 abpfirefox_downloadPage=/firefox | 94 abpfirefox_downloadPage=/firefox |
85 abpandroid_repository=%(hgroot)s/adblockplusandroid | 95 abpandroid_repository=%(hgroot)s/adblockplusandroid |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 | 214 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 |
205 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome | 215 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome |
206 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome | 216 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome |
207 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 | 217 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 |
208 adblockpluscore_repository=%(root)s/hg/adblockpluscore | 218 adblockpluscore_repository=%(root)s/hg/adblockpluscore |
209 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore | 219 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore |
210 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 | 220 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 |
211 libadblockplus_repository=%(root)s/hg/libadblockplus | 221 libadblockplus_repository=%(root)s/hg/libadblockplus |
212 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus | 222 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus |
213 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} | 223 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} |
LEFT | RIGHT |