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

Unified Diff: .sitescripts.example

Issue 29329537: Issue 3168 - Add a script for generating content blocker lists (Closed)
Patch Set: Remove retcode variable, move return code check out of the with block Created Nov. 20, 2015, 7 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sitescripts/content_blocker_lists/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .sitescripts.example
===================================================================
--- a/.sitescripts.example
+++ b/.sitescripts.example
@@ -192,4 +192,12 @@
[testpages]
sitekeyFrameTemplate=%(root)s/testpages.adblockplus.org/templates/sitekey_frame.tmpl
-sitekeyPath=%(root)s/testpages.adblockplus.org/static/site.key
+sitekeyPath=%(root)s/testpages.adblockplus.org/static/site.key
+
+[content_blocker_lists]
+abp2blocklist_url=https://hg.adblockplus.org/abp2blocklist
+abp2blocklist_path=%(root)s/content_blocker_lists/abp2blocklist
+easylist_url=https://easylist-downloads.adblockplus.org/easylist_noadult.txt
+exceptionrules_url=https://easylist-downloads.adblockplus.org/exceptionrules.txt
+easylist_content_blocker_path=%(root)s/content_blocker_lists/easylist_content_blocker.json
+combined_content_blocker_path=%(root)s/content_blocker_lists/easylist+exceptionrules_content_blocker.json
« no previous file with comments | « no previous file | sitescripts/content_blocker_lists/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld