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

Unified Diff: .sitescripts.example

Issue 29934561: #1537 - Remove stats processing from sitescripts (Closed) Base URL: https://hg.adblockplus.org/sitescripts
Patch Set: Created Nov. 2, 2018, 12:42 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
« no previous file with comments | « no previous file | pygeoip/LICENSE.md » ('j') | tox.ini » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .sitescripts.example
===================================================================
--- a/.sitescripts.example
+++ b/.sitescripts.example
@@ -124,33 +124,16 @@
languageFormTemplate=extensions/template/languageForm.html
changelogTemplate=extensions/template/changelog.html
safariUpdateManifest=extensions/template/updates.plist
androidUpdateManifest=extensions/template/androidupdates.xml
nightlyIndexPage=extensions/template/nightlies.html
amo_key=user:543210:23
amo_secret=your-api-secret
-[stats]
-geoip_db=%(root)s/data/GeoIP.dat
-geoipv6_db=%(root)s/data/GeoIPv6.dat
-
-mirror_foo=subscription ssh://stats@foo.example.com/access_log.subscriptions.1.gz
-mirror_bar=subscription ssh://stats@bar.example.com/access_log.subscriptions.1.gz
-mirror_bas=download ssh://stats@bas.example.com/access_log.downloads.1.gz
-
-baseURL_subscription=https://easylist-downloads.adblockplus.org/
-baseURL_download=https://download.adblockplus.org/
-
-dataDirectory=%(root)s/data/stats
-outputDirectory=%(root)s/www/stats
-mainPageTemplate=stats/template/main.html
-fileOverviewTemplate=stats/template/fileOverview.html
-filePageTemplate=stats/template/fileStats.html
-
[subscriptionDownloads]
easylist_repository=%(root)s/hg/easylist
easylistgermany_repository=%(root)s/hg/easylistgermany
malwaredomains_repository=%(root)s/hg/malwaredomains
malwaredomains_mirrors=
http://mirror3.malwaredomains.com
http://mirror1.malwaredomains.com
http://mirror2.malwaredomains.com
« no previous file with comments | « no previous file | pygeoip/LICENSE.md » ('j') | tox.ini » ('J')

Powered by Google App Engine
This is Rietveld