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

Delta Between Two Patch Sets: .sitescripts.example

Issue 29331148: Issue 3176 - Add metadata to content blocker lists (Closed)
Left Patch Set: Created Nov. 27, 2015, 4:22 p.m.
Right Patch Set: Improved regexp Created Dec. 8, 2015, 3:31 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | sitescripts/content_blocker_lists/bin/generate_lists.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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 =
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 [testpages] 193 [testpages]
194 sitekeyFrameTemplate=%(root)s/testpages.adblockplus.org/templates/sitekey_frame. tmpl 194 sitekeyFrameTemplate=%(root)s/testpages.adblockplus.org/templates/sitekey_frame. tmpl
195 sitekeyPath=%(root)s/testpages.adblockplus.org/static/site.key 195 sitekeyPath=%(root)s/testpages.adblockplus.org/static/site.key
196 196
197 [content_blocker_lists] 197 [content_blocker_lists]
198 abp2blocklist_url=https://hg.adblockplus.org/abp2blocklist 198 abp2blocklist_url=https://hg.adblockplus.org/abp2blocklist
199 abp2blocklist_path=%(root)s/content_blocker_lists/abp2blocklist 199 abp2blocklist_path=%(root)s/content_blocker_lists/abp2blocklist
200 easylist_url=https://easylist-downloads.adblockplus.org/easylist_noadult.txt 200 easylist_url=https://easylist-downloads.adblockplus.org/easylist_noadult.txt
201 exceptionrules_url=https://easylist-downloads.adblockplus.org/exceptionrules.txt 201 exceptionrules_url=https://easylist-downloads.adblockplus.org/exceptionrules.txt
202 easylist_content_blocker_path=%(root)s/content_blocker_lists/easylist_content_bl ocker.json 202 easylist_content_blocker_path=%(root)s/content_blocker_lists/easylist_content_bl ocker.json
203 easylist_content_blocker_expires=4 days
203 combined_content_blocker_path=%(root)s/content_blocker_lists/easylist+exceptionr ules_content_blocker.json 204 combined_content_blocker_path=%(root)s/content_blocker_lists/easylist+exceptionr ules_content_blocker.json
205 combined_content_blocker_expires=4 days
LEFTRIGHT

Powered by Google App Engine
This is Rietveld