| Index: .sitescripts.example |
| =================================================================== |
| --- a/.sitescripts.example |
| +++ b/.sitescripts.example |
| @@ -12,6 +12,7 @@ |
| sitescripts.reports.web.showDigest = |
| sitescripts.reports.web.showUser = |
| sitescripts.formmail.web.formmail = |
| +sitescripts.formsubscribe.web.formsubscribe = |
| sitescripts.crawler.web.crawler = |
| sitescripts.urlfixer.web.submitData = |
| sitescripts.extensions.web.downloads = |
|
kzar
2015/04/05 15:45:14
I think you might need to rebase this, there shoul
Sebastian Noack
2015/04/05 17:07:01
I know, but this is the only file who were changed
|
| @@ -159,6 +160,9 @@ |
| [formmail] |
| template=formmail/template/eyeo.mail |
| +[formsubscribe] |
| +file=%(root)s/logs/email_addresses.txt |
| + |
| [externalFiles] |
| example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effective_tld_names.dat?raw=1 |
| example_targetrepository=%(root)s/hg/adblockpluschrome |