OLD | NEW |
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 = |
16 sitescripts.submit_email.web.submit_email = | 17 sitescripts.submit_email.web.submit_email = |
17 sitescripts.send_installation_link.web.send_installation_link = | 18 sitescripts.send_installation_link.web.send_installation_link = |
18 sitescripts.crawler.web.crawler = | 19 sitescripts.crawler.web.crawler = |
19 sitescripts.urlfixer.web.submitData = | 20 sitescripts.urlfixer.web.submitData = |
20 sitescripts.extensions.web.downloads = | 21 sitescripts.extensions.web.downloads = |
21 sitescripts.extensions.web.adblockbrowserUpdates = | 22 sitescripts.extensions.web.adblockbrowserUpdates = |
22 sitescripts.testpages.web.sitekey_frame = | 23 sitescripts.testpages.web.sitekey_frame = |
23 | 24 |
24 [subscriptions] | 25 [subscriptions] |
25 repository=%(root)s/hg/subscriptionlist | 26 repository=%(root)s/hg/subscriptionlist |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 trac_xmlrpc_url=https://abpbot:abpbot@issues.adblockplus.org/login/xmlrpc | 149 trac_xmlrpc_url=https://abpbot:abpbot@issues.adblockplus.org/login/xmlrpc |
149 issue_url_template=https://issues.adblockplus.org/ticket/{id} | 150 issue_url_template=https://issues.adblockplus.org/ticket/{id} |
150 | 151 |
151 [hg_module_milestones] | 152 [hg_module_milestones] |
152 Platform=adblock-plus(-[\d\.]+)?-for-chrome-opera-safari(-next)? | 153 Platform=adblock-plus(-[\d\.]+)?-for-chrome-opera-safari(-next)? |
153 Adblock-Plus-for-Firefox=adblock-plus(-[\d\.]+)?-for-firefox(-next)? | 154 Adblock-Plus-for-Firefox=adblock-plus(-[\d\.]+)?-for-firefox(-next)? |
154 | 155 |
155 [formmail] | 156 [formmail] |
156 template=formmail/template/eyeo.mail | 157 template=formmail/template/eyeo.mail |
157 | 158 |
| 159 [formmail2] |
| 160 test.url=test/apply/submit |
| 161 test.template=formmail/test/template/test.mail |
| 162 test.fields.email=mandatory, email |
| 163 test.fields.email.mandatory=You failed the email test |
| 164 test.fields.email.email=You failed the email validation |
| 165 test.fields.non_mandatory_email=email |
| 166 test.fields.non_mandatory_message= |
| 167 test.fields.mandatory=mandatory |
| 168 |
158 [submit_email] | 169 [submit_email] |
159 edge_filename=%(root)s/logs/edge_email_addresses.txt | 170 edge_filename=%(root)s/logs/edge_email_addresses.txt |
160 edge_verification_email_template=submit_email/template/edge_verification.mail | 171 edge_verification_email_template=submit_email/template/edge_verification.mail |
161 successful_verification_redirect_location=https://adblockplus.org/{lang}/verific
ation-success | 172 successful_verification_redirect_location=https://adblockplus.org/{lang}/verific
ation-success |
162 | 173 |
163 [send_installation_link] | 174 [send_installation_link] |
164 email_template=send_installation_link/template/adblockbrowser_installation_link.
tmpl | 175 email_template=send_installation_link/template/adblockbrowser_installation_link.
tmpl |
165 | 176 |
166 [notifications] | 177 [notifications] |
167 repository=%(root)s/hg/notifications | 178 repository=%(root)s/hg/notifications |
(...skipping 20 matching lines...) Expand all Loading... |
188 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 | 199 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1 |
189 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome | 200 adblockpluschrome_repository=%(root)s/hg/adblockpluschrome |
190 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome | 201 adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome |
191 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 | 202 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1 |
192 adblockpluscore_repository=%(root)s/hg/adblockpluscore | 203 adblockpluscore_repository=%(root)s/hg/adblockpluscore |
193 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore | 204 adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore |
194 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 | 205 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1 |
195 libadblockplus_repository=%(root)s/hg/libadblockplus | 206 libadblockplus_repository=%(root)s/hg/libadblockplus |
196 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus | 207 libadblockplus_target_directory=%(root)s/www/docs/libadblockplus |
197 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} | 208 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir} |
OLD | NEW |