| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 abpchrome_repository=%(root)s/hg/adblockpluschrome | 56 abpchrome_repository=%(root)s/hg/adblockpluschrome |
| 57 abpchrome_type=chrome | 57 abpchrome_type=chrome |
| 58 abpchrome_name=Adblock Plus for Google Chrome | 58 abpchrome_name=Adblock Plus for Google Chrome |
| 59 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb | 59 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb |
| 60 abpchrome_key=%(root)s/data/adblockpluschrome.pem | 60 abpchrome_key=%(root)s/data/adblockpluschrome.pem |
| 61 abpopera_repository=%(root)s/hg/adblockpluschrome | 61 abpopera_repository=%(root)s/hg/adblockpluschrome |
| 62 abpopera_type=opera | 62 abpopera_type=opera |
| 63 abpopera_name=Adblock Plus for Opera | 63 abpopera_name=Adblock Plus for Opera |
| 64 abpopera_galleryID=opera-adblock | 64 abpopera_galleryID=opera-adblock |
| 65 abpopera_key=%(root)s/data/adblockpluschrome.pem | 65 abpopera_key=%(root)s/data/adblockpluschrome.pem |
| 66 abpkmeleon_repository=%(root)s/hg/adblockpluskmeleon | |
| 67 abpkmeleon_type=kmeleon | |
| 68 abpkmeleon_name=Adblock Plus for K-Meleon | |
| 69 abpkmeleon_downloadPage=/en/kmeleon | |
| 70 abpandroid_repository=%(root)s/hg/adblockplusandroid | 66 abpandroid_repository=%(root)s/hg/adblockplusandroid |
| 71 abpandroid_type=android | 67 abpandroid_type=android |
| 72 abpandroid_name=Adblock Plus for Android | 68 abpandroid_name=Adblock Plus for Android |
| 73 abpandroid_downloadPage=/en/android | 69 abpandroid_downloadPage=/en/android |
| 74 ehh_repository=%(root)s/hg/elemhidehelper | 70 ehh_repository=%(root)s/hg/elemhidehelper |
| 75 ehh_name=Element Hiding Helper | 71 ehh_name=Element Hiding Helper |
| 76 ehh_galleryID=elemhidehelper | 72 ehh_galleryID=elemhidehelper |
| 77 watcher_repository=%(root)s/hg/abpwatcher | 73 watcher_repository=%(root)s/hg/abpwatcher |
| 78 watcher_name=Diagnostics | 74 watcher_name=Diagnostics |
| 79 watcher_downloadPage=/en/abpwatcher | 75 watcher_downloadPage=/en/abpwatcher |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 outdir=%(root)s/data/easylist | 113 outdir=%(root)s/data/easylist |
| 118 cvsroot=:pserver:guest@mozdev.org:/cvs | 114 cvsroot=:pserver:guest@mozdev.org:/cvs |
| 119 cvsdir=adblockplus/www/easylist | 115 cvsdir=adblockplus/www/easylist |
| 120 | 116 |
| 121 [hg] | 117 [hg] |
| 122 auth_repository=%(root)s/hg/hgaccess | 118 auth_repository=%(root)s/hg/hgaccess |
| 123 auth_file=%(root)s/.ssh/.ssh/authorized_keys | 119 auth_file=%(root)s/.ssh/.ssh/authorized_keys |
| 124 | 120 |
| 125 [formmail] | 121 [formmail] |
| 126 template=formmail/template/eyeo.mail | 122 template=formmail/template/eyeo.mail |
| OLD | NEW |