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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
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 [multiplexer] 7 [multiplexer]
8 sitescripts.subscriptions.web.fallback = 8 sitescripts.subscriptions.web.fallback =
9 sitescripts.crashes.web.submitCrash = 9 sitescripts.crashes.web.submitCrash =
10 sitescripts.reports.web.submitReport = 10 sitescripts.reports.web.submitReport =
11 sitescripts.reports.web.updateReport = 11 sitescripts.reports.web.updateReport =
12 sitescripts.reports.web.showDigest = 12 sitescripts.reports.web.showDigest =
13 sitescripts.reports.web.showUser = 13 sitescripts.reports.web.showUser =
14 sitescripts.formmail.web.formmail = 14 sitescripts.formmail.web.formmail =
15 sitescripts.formsubscribe.web.formsubscribe =
15 sitescripts.crawler.web.crawler = 16 sitescripts.crawler.web.crawler =
16 sitescripts.urlfixer.web.submitData = 17 sitescripts.urlfixer.web.submitData =
17 sitescripts.extensions.web.downloads = 18 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
18 19
19 [subscriptions] 20 [subscriptions]
20 repository=%(root)s/hg/subscriptionlist 21 repository=%(root)s/hg/subscriptionlist
21 statusTemplate=subscriptions/template/status.html 22 statusTemplate=subscriptions/template/status.html
22 statusPage=%(root)s/www/subscriptionStatus.html 23 statusPage=%(root)s/www/subscriptionStatus.html
23 reportTemplate=subscriptions/template/report.mail 24 reportTemplate=subscriptions/template/report.mail
24 recommendationsTemplate=subscriptions/template/recommendations.xml 25 recommendationsTemplate=subscriptions/template/recommendations.xml
25 recommendationsFile=%(root)s/www/recommendations.xml 26 recommendationsFile=%(root)s/www/recommendations.xml
26 subscriptionsXMLTemplate=subscriptions/template/subscriptions.xml 27 subscriptionsXMLTemplate=subscriptions/template/subscriptions.xml
27 subscriptionsXMLFile=%(root)s/www/subscriptions.xml 28 subscriptionsXMLFile=%(root)s/www/subscriptions.xml
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 cvsroot=:pserver:guest@mozdev.org:/cvs 153 cvsroot=:pserver:guest@mozdev.org:/cvs
153 cvsdir=adblockplus/www/easylist 154 cvsdir=adblockplus/www/easylist
154 155
155 [hg] 156 [hg]
156 auth_repository=%(root)s/hg/hgaccess 157 auth_repository=%(root)s/hg/hgaccess
157 auth_file=%(root)s/.ssh/.ssh/authorized_keys 158 auth_file=%(root)s/.ssh/.ssh/authorized_keys
158 159
159 [formmail] 160 [formmail]
160 template=formmail/template/eyeo.mail 161 template=formmail/template/eyeo.mail
161 162
163 [formsubscribe]
164 file=%(root)s/logs/email_addresses.txt
165
162 [externalFiles] 166 [externalFiles]
163 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti ve_tld_names.dat?raw=1 167 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti ve_tld_names.dat?raw=1
164 example_targetrepository=%(root)s/hg/adblockpluschrome 168 example_targetrepository=%(root)s/hg/adblockpluschrome
165 example_targetfile=third-party/publicSuffixList.txt 169 example_targetfile=third-party/publicSuffixList.txt
166 170
167 [notifications] 171 [notifications]
168 repository=%(root)s/hg/notifications 172 repository=%(root)s/hg/notifications
169 output=%(root)s/www/notification.json 173 output=%(root)s/www/notification.json
OLDNEW
« 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