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

Unified Diff: .sitescripts.example

Issue 11481051: Update stats processing (Closed)
Patch Set: Improved performance using memoization Created Aug. 29, 2013, 1:39 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 | sitescripts/stats/__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
@@ -36,18 +36,16 @@ pngOptimizerPath=/path/to/optipng -o2 -q
database=db
dbuser=user
dbpassword=password
dbprefix=
[logs]
dataPath=%(root)s/logs
fileName=log.%%i.gz
-geoip_db=%(root)s/data/GeoIP.dat
-#subscriptionsSubdir=easylist
[extensions]
abp_repository=%(root)s/hg/adblockplus
abp_name=Adblock Plus
abp_galleryID=adblock-plus
abpchrome_repository=%(root)s/hg/adblockpluschrome
abpchrome_type=chrome
abpchrome_name=Adblock Plus for Google Chrome
@@ -86,18 +84,33 @@ errorTemplate=extensions/template/error.
languageCheckTemplate=extensions/template/languageCheckResult.html
languageFormTemplate=extensions/template/languageForm.html
changelogTemplate=extensions/template/changelog.html
geckoUpdateManifest=extensions/template/update.rdf
chromeUpdateManifest=extensions/template/updates.xml
androidUpdateManifest=extensions/template/androidupdates.xml
nightlyIndexPage=extensions/template/nightlies.html
-[subscriptionStats]
-tempFile=%(root)s/tmp/subscriptionStats.ini
+[stats]
+geoip_db=%(root)s/data/GeoIP.dat
+geoipv6_db=%(root)s/data/GeoIPv6.dat
+tempFile=%(root)s/tmp/stats.json
+
+mirror_foo=subscription ssh://stats@foo.example.com/
+mirror_bar=subscription ssh://stats@bar.example.com/
+mirror_bas=download ssh://stats@bas.example.com/
+
+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
outdir=%(root)s/data/easylist
cvsroot=:pserver:guest@mozdev.org:/cvs
cvsdir=adblockplus/www/easylist
« no previous file with comments | « no previous file | sitescripts/stats/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld