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

Side by Side Diff: .sitescripts.example

Issue 5744805892063232: Issue 1374 - Don`t hardcode web handlers for multiplexer (Closed)
Patch Set: Changed option name transformation Created Sept. 18, 2014, 7:11 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 | « no previous file | sitescripts/utils.py » ('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 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]
8 sitescripts.subscriptions.web.fallback =
9 sitescripts.crashes.web.submitCrash =
10 sitescripts.reports.web.submitReport =
11 sitescripts.reports.web.updateReport =
12 sitescripts.reports.web.showDigest =
13 sitescripts.reports.web.showUser =
14 sitescripts.formmail.web.formmail =
15 sitescripts.crawler.web.crawler =
16 sitescripts.urlfixer.web.submitData =
17 sitescripts.extensions.web.downloads =
18
7 [subscriptions] 19 [subscriptions]
8 repository=%(root)s/hg/subscriptionlist 20 repository=%(root)s/hg/subscriptionlist
9 statusTemplate=subscriptions/template/status.html 21 statusTemplate=subscriptions/template/status.html
10 statusPage=%(root)s/www/subscriptionStatus.html 22 statusPage=%(root)s/www/subscriptionStatus.html
11 reportTemplate=subscriptions/template/report.mail 23 reportTemplate=subscriptions/template/report.mail
12 recommendationsTemplate=subscriptions/template/recommendations.xml 24 recommendationsTemplate=subscriptions/template/recommendations.xml
13 recommendationsFile=%(root)s/www/recommendations.xml 25 recommendationsFile=%(root)s/www/recommendations.xml
14 subscriptionsXMLTemplate=subscriptions/template/subscriptions.xml 26 subscriptionsXMLTemplate=subscriptions/template/subscriptions.xml
15 subscriptionsXMLFile=%(root)s/www/subscriptions.xml 27 subscriptionsXMLFile=%(root)s/www/subscriptions.xml
16 subscriptionsXML2Template=subscriptions/template/subscriptions2.xml 28 subscriptionsXML2Template=subscriptions/template/subscriptions2.xml
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 template=formmail/template/eyeo.mail 161 template=formmail/template/eyeo.mail
150 162
151 [externalFiles] 163 [externalFiles]
152 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti ve_tld_names.dat?raw=1 164 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti ve_tld_names.dat?raw=1
153 example_targetrepository=%(root)s/hg/adblockpluschrome 165 example_targetrepository=%(root)s/hg/adblockpluschrome
154 example_targetfile=third-party/publicSuffixList.txt 166 example_targetfile=third-party/publicSuffixList.txt
155 167
156 [notifications] 168 [notifications]
157 repository=%(root)s/hg/notifications 169 repository=%(root)s/hg/notifications
158 output=%(root)s/www/notification.json 170 output=%(root)s/www/notification.json
OLDNEW
« no previous file with comments | « no previous file | sitescripts/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld