Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: .sitescripts.example

Issue 5177883412660224: Issue 2234 - Add a WSGI controller to collect email addresses for the Adblock Browser iOS launch (Closed)
Patch Set: Use codecs.open() Created April 5, 2015, 11:53 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « no previous file | sitescripts/formsubscribe/__init__.py » ('j') | sitescripts/formsubscribe/web/formsubscribe.py » ('J')

Powered by Google App Engine
This is Rietveld