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.submitEmail.web.submitEmail = |
sitescripts.crawler.web.crawler = |
sitescripts.urlfixer.web.submitData = |
sitescripts.extensions.web.downloads = |
@@ -161,6 +162,13 @@ |
[formmail] |
template=formmail/template/eyeo.mail |
+[submitEmail] |
+verifiedEmailAddressesFile=%(root)s/logs/verified_email_addresses.txt |
kzar
2015/04/21 17:14:31
Nit: These option names seem a bit long, also aren
Sebastian Noack
2015/04/21 18:10:30
Do you have a better (meaningful) name?
The notat
kzar
2015/04/22 09:17:46
Well for example instead of unknownVerificationCod
Sebastian Noack
2015/04/22 10:06:00
I think I prefer the more descriptive names I use
kzar
2015/04/22 10:13:04
I don't think the extra words add anything, but it
Sebastian Noack
2015/04/23 14:29:34
I discussed that with Wladimir on IRC. And we agre
Wladimir Palant
2015/04/23 14:39:25
Could you please rename the files back now and do
Sebastian Noack
2015/04/23 14:48:56
Done.
|
+pendingVerficationsDirectory=%(root)s/logs/pending_email_verifications |
+verificationEmailTemplate=submitEmail/template/verification.mail |
+successfulVerificationRedirectLocation=https://adblockplus.org/en/adblock-browser/verification-success |
+unknownVerificationCodeRedirectLocation=https://adblockplus.org/en/adblock-browser/verification-not-valid |
+ |
[notifications] |
repository=%(root)s/hg/notifications |
output=%(root)s/www/notification.json |