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: Rebased, check retcode outside the finally block Created Nov. 19, 2015, 8:44 p.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
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') | sitescripts/content_blocker_lists/bin/generate_lists.py » ('J')

Powered by Google App Engine
This is Rietveld