Left: | ||
Right: |
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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
113 outdir=%(root)s/data/easylist | 113 outdir=%(root)s/data/easylist |
114 cvsroot=:pserver:guest@mozdev.org:/cvs | 114 cvsroot=:pserver:guest@mozdev.org:/cvs |
115 cvsdir=adblockplus/www/easylist | 115 cvsdir=adblockplus/www/easylist |
116 | 116 |
117 [hg] | 117 [hg] |
118 auth_repository=%(root)s/hg/hgaccess | 118 auth_repository=%(root)s/hg/hgaccess |
119 auth_file=%(root)s/.ssh/.ssh/authorized_keys | 119 auth_file=%(root)s/.ssh/.ssh/authorized_keys |
120 | 120 |
121 [formmail] | 121 [formmail] |
122 template=formmail/template/eyeo.mail | 122 template=formmail/template/eyeo.mail |
123 | |
124 [externalFilterlists] | |
125 easyexample_source=https://easylist-downloads.adblockplus.org/easyexample.txt | |
126 easyexample_target=easylist:easyexample | |
Wladimir Palant
2013/06/24 12:35:10
I would rather keep it more general - this is sync
Thomas Greiner
2013/06/24 14:24:45
Done.
| |
OLD | NEW |