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

Side by Side Diff: .sitescripts.example

Issue 29984580: Issue 4413 - Merge formmail.py and formmail2.py (Closed) Base URL: https://hg.adblockplus.org/sitescripts/
Patch Set: Nits & formatting on README Created Jan. 23, 2019, 9:35 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « .hgignore ('k') | sitescripts/formmail/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [DEFAULT] 1 [DEFAULT]
2 root=/server/root/path 2 root=/server/root/path
3 hgroot=https://hg.adblockplus.org 3 hgroot=https://hg.adblockplus.org
4 mailer=/usr/sbin/sendmail 4 mailer=/usr/sbin/sendmail
5 mailerDebug=no 5 mailerDebug=no
6 secret=somerandomstringhere 6 secret=somerandomstringhere
7 7
8 [multiplexer] 8 [multiplexer]
9 sitescripts.subscriptions.web.fallback = 9 sitescripts.subscriptions.web.fallback =
10 sitescripts.crashes.web.submitCrash = 10 sitescripts.crashes.web.submitCrash =
11 sitescripts.reports.web.submitReport = 11 sitescripts.reports.web.submitReport =
12 sitescripts.reports.web.updateReport = 12 sitescripts.reports.web.updateReport =
13 sitescripts.reports.web.showDigest = 13 sitescripts.reports.web.showDigest =
14 sitescripts.reports.web.showUser = 14 sitescripts.reports.web.showUser =
15 sitescripts.formmail.web.formmail = 15 sitescripts.formmail.web.formmail =
16 sitescripts.formmail.web.formmail2 =
17 sitescripts.submit_email.web.submit_email = 16 sitescripts.submit_email.web.submit_email =
18 sitescripts.send_installation_link.web.send_installation_link = 17 sitescripts.send_installation_link.web.send_installation_link =
19 sitescripts.crawler.web.crawler = 18 sitescripts.crawler.web.crawler =
20 sitescripts.urlfixer.web.submitData = 19 sitescripts.urlfixer.web.submitData =
21 sitescripts.extensions.web.downloads = 20 sitescripts.extensions.web.downloads =
22 sitescripts.extensions.web.adblockbrowserUpdates = 21 sitescripts.extensions.web.adblockbrowserUpdates =
23 sitescripts.testpages.web.sitekey_frame = 22 sitescripts.testpages.web.sitekey_frame =
24 23
25 [subscriptions] 24 [subscriptions]
26 repository=%(root)s/hg/subscriptionlist 25 repository=%(root)s/hg/subscriptionlist
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 auth_repository=%(root)s/hg/hgaccess 144 auth_repository=%(root)s/hg/hgaccess
146 auth_file=%(root)s/.ssh/.ssh/authorized_keys 145 auth_file=%(root)s/.ssh/.ssh/authorized_keys
147 trac_xmlrpc_url=https://abpbot:abpbot@issues.adblockplus.org/login/xmlrpc 146 trac_xmlrpc_url=https://abpbot:abpbot@issues.adblockplus.org/login/xmlrpc
148 issue_url_template=https://issues.adblockplus.org/ticket/{id} 147 issue_url_template=https://issues.adblockplus.org/ticket/{id}
149 148
150 [hg_module_milestones] 149 [hg_module_milestones]
151 Platform=adblock-plus(-[\d\.]+)?-for-chrome-opera-safari(-next)? 150 Platform=adblock-plus(-[\d\.]+)?-for-chrome-opera-safari(-next)?
152 Adblock-Plus-for-Firefox=adblock-plus(-[\d\.]+)?-for-firefox(-next)? 151 Adblock-Plus-for-Firefox=adblock-plus(-[\d\.]+)?-for-firefox(-next)?
153 152
154 [formmail] 153 [formmail]
155 template=formmail/template/eyeo.mail
156
157 [formmail2]
158 test.csv_log = /var/log/something.csv_log 154 test.csv_log = /var/log/something.csv_log
159 test.url=test/apply/submit 155 test.url=test/apply/submit
160 test.template=formmail/test/template/test.mail 156 test.template=formmail/test/template/test.mail
161 test.fields.email=mandatory, email 157 test.fields.email=mandatory, email
162 test.fields.email.mandatory=You failed the email test 158 test.fields.email.mandatory=You failed the email test
163 test.fields.email.email=You failed the email validation 159 test.fields.email.email=You failed the email validation
164 test.fields.non_mandatory_email=email 160 test.fields.non_mandatory_email=email
165 test.fields.non_mandatory_message= 161 test.fields.non_mandatory_message=
166 test.fields.mandatory=mandatory 162 test.fields.mandatory=mandatory
167 163
(...skipping 30 matching lines...) Expand all
198 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 194 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1
199 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome 195 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
200 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome 196 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome
201 adblockpluschrome_command=./build.py docs {output_dir} >/dev/null 2>&1 197 adblockpluschrome_command=./build.py docs {output_dir} >/dev/null 2>&1
202 adblockpluscore_repository=%(root)s/hg/adblockpluscore 198 adblockpluscore_repository=%(root)s/hg/adblockpluscore
203 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore 199 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
204 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 200 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
205 libadblockplus_repository=%(root)s/hg/libadblockplus 201 libadblockplus_repository=%(root)s/hg/libadblockplus
206 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus 202 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus
207 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} 203 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir}
OLDNEW
« no previous file with comments | « .hgignore ('k') | sitescripts/formmail/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld