-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.sitescripts.example
199 lines (185 loc) · 7.78 KB
/
.sitescripts.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
[DEFAULT]
root=/server/root/path
hgroot=https://hg.adblockplus.org
mailer=/usr/sbin/sendmail
mailerDebug=no
secret=somerandomstringhere
[multiplexer]
sitescripts.subscriptions.web.fallback =
sitescripts.crashes.web.submitCrash =
sitescripts.reports.web.submitReport =
sitescripts.reports.web.updateReport =
sitescripts.reports.web.showDigest =
sitescripts.reports.web.showUser =
sitescripts.formmail.web.formmail =
sitescripts.submit_email.web.submit_email =
sitescripts.send_installation_link.web.send_installation_link =
sitescripts.crawler.web.crawler =
sitescripts.urlfixer.web.submitData =
sitescripts.extensions.web.downloads =
sitescripts.extensions.web.adblockbrowserUpdates =
sitescripts.testpages.web.sitekey_frame =
[subscriptions]
repository=%(root)s/hg/subscriptionlist
statusTemplate=subscriptions/template/status.html
statusPage=%(root)s/www/subscriptionStatus.html
reportTemplate=subscriptions/template/report.mail
recommendationsTemplate=subscriptions/template/recommendations.xml
recommendationsFile=%(root)s/www/recommendations.xml
subscriptionsXMLTemplate=subscriptions/template/subscriptions.xml
subscriptionsXMLFile=%(root)s/www/subscriptions.xml
subscriptionsXML2Template=subscriptions/template/subscriptions2.xml
subscriptionsXML2File=%(root)s/www/subscriptions2.xml
subscriptionListTemplate=subscriptions/template/subscriptionList.html
subscriptionListFile=%(root)s/www/subscriptions.html
[reports]
urlRoot=https://reports.adblockplus.org/
dataPath=%(root)s/reports/data
digestPath=%(root)s/reports/digests
digestDays=2
webTemplate=reports/template/report.html
mailDigestTemplate=reports/template/digest.mail
htmlDigestTemplate=reports/template/digest.html
notificationTemplate=reports/template/updateNotification.mail
defaultSubscriptionName=Adblock Plus
defaultSubscriptionRecipient=Somebody <user@example.com>
errorTemplate=reports/template/error.html
submitResponseTemplate=reports/template/submitSuccess.html
showUserTemplate=reports/template/showUser.html
pngOptimizerPath=/path/to/optipng -o2 -quiet -force
database=db
dbuser=user
dbpassword=password
dbprefix=
[logs]
dataPath=%(root)s/logs
fileName=log.%%i.gz
[extensions]
abp_repository=%(hgroot)s/adblockplus
abp_name=Adblock Plus for Mozilla Firefox
abp_galleryID=adblock-plus
abpchrome_repository=%(hgroot)s/adblockpluschrome
abpchrome_type=chrome
abpchrome_name=Adblock Plus for Chrome and Opera
abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb
abpchrome_devbuildGalleryID=ldcecbkkoecffmfljeihcmifjjdoepkn
abpchrome_key=%(root)s/data/adblockpluschrome.pem
abpchrome_clientID=...apps.googleusercontent.com
abpchrome_clientSecret=secret
abpchrome_refreshToken=1/rwn...
abpedge_repository=%(hgroot)s/adblockpluschrome
abpedge_revision=edge
abpedge_type=edge
abpedge_name=Adblock Plus for Microsoft Edge
abpedge_galleryID=9NBLGGH4R9NZ
abpedge_devbuildGalleryID=9NBLGGH4X3BM
abpedge_clientID=7ca39d8a-41a2-4837-a0e5-7cb040b7123d
abpedge_clientSecret=secret
abpedge_tenantID=4c2cb972-8f5e-41c2-bac7-ee035d2c549c
abpedge_refreshToken=AQABAAAAAA...
abpsafari_repository=%(hgroot)s/adblockpluschrome/
abpsafari_revision=safari
abpsafari_type=safari
abpsafari_name=Adblock Plus for Safari
abpsafari_key=%(root)s/files/adblockplussafari.pem
abpfirefox_repository=%(hgroot)s/adblockpluschrome/
abpfirefox_type=gecko-webext
abpfirefox_name=Adblock Plus for Mozilla Firefox
abpfirefox_downloadPage=/firefox
abpandroid_repository=%(hgroot)s/adblockplusandroid
abpandroid_type=android
abpandroid_name=Adblock Plus for Android
abpandroid_downloadPage=/en/android
abpie_repository=%(hgroot)s/adblockplusie
abpie_type=ie
abpie_name=Adblock Plus for Internet Explorer
ehh_repository=%(hgroot)s/elemhidehelper
ehh_name=Element Hiding Helper
ehh_galleryID=elemhidehelper
watcher_repository=%(hgroot)s/abpwatcher
watcher_name=Diagnostics
watcher_downloadPage=/en/abpwatcher
subscriptions_repository=%(hgroot)s/adblockpluscore/
subscriptions_path=chrome/content/ui/subscriptions.xml
spiderMonkeyBinary=%(root)s/data/jsshell/js
nightliesData=%(root)s/data/nightlies
nightliesDirectory=%(root)s/www/devbuilds
nightliesURL=https://adblockplus.org/devbuilds/
downloadsRepo=%(root)s/hg/downloads
downloadsDirectory=%(root)s/www/downloads
downloadsURL=https://downloads.adblockplus.org/
downloadLinksFile=%(root)s/tmp/downloadLinks.ini
androidUpdateManifestPath=%(root)s/www/androidupdates.xml
androidNewUpdateManifestPath=%(root)s/www/androidupdate.json
safariUpdateManifestPath=%(root)s/www/updates.plist
ieUpdateManifestPath=%(root)s/www/ieupdate.json
errorTemplate=extensions/template/error.html
languageCheckTemplate=extensions/template/languageCheckResult.html
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
[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
outdir=%(root)s/data/easylist
cvsroot=:pserver:guest@mozdev.org:/cvs
cvsdir=adblockplus/www/easylist
[hg]
auth_repository=%(root)s/hg/hgaccess
auth_file=%(root)s/.ssh/.ssh/authorized_keys
trac_xmlrpc_url=https://abpbot:abpbot@issues.adblockplus.org/#/xmlrpc
issue_url_template=https://issues.adblockplus.org/ticket/{id}
[formmail]
test.csv_log = /var/log/something.csv_log
test.url=test/apply/submit
test.template=formmail/test/template/test.mail
test.fields.email=mandatory, email
test.fields.email.mandatory=You failed the email test
test.fields.email.email=You failed the email validation
test.fields.non_mandatory_email=email
test.fields.non_mandatory_message=
test.fields.mandatory=mandatory
[submit_email]
edge_filename=%(root)s/logs/edge_email_addresses.txt
edge_verification_email_template=submit_email/template/edge_verification.mail
successful_verification_redirect_location=https://adblockplus.org/{lang}/verification-success
[send_installation_link]
email_template=send_installation_link/template/adblockbrowser_installation_link.tmpl
[notifications]
repository=%(root)s/hg/notifications
output=%(root)s/www/notification.json
[testpages]
sitekeyFrameTemplate=%(root)s/testpages.adblockplus.org/templates/sitekey_frame.tmpl
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.txt
exceptionrules_url=https://easylist-downloads.adblockplus.org/exceptionrules.txt
easylist_content_blocker_path=%(root)s/content_blocker_lists/easylist_content_blocker.json
easylist_content_blocker_expires=4 days
combined_content_blocker_path=%(root)s/content_blocker_lists/easylist+exceptionrules_content_blocker.json
combined_content_blocker_expires=4 days
[docs]
temp_directory=%(root)s/docs-tmp
adblockplus_repository=%(root)s/hg/adblockplus
adblockplus_target_directory=%(root)s/www/jsdoc/adblockplus
adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1
adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
adblockpluschrome_target_directory=%(root)s/www/jsdoc/adblockpluschrome
adblockpluschrome_command=./build.py docs {output_dir} >/dev/null 2>&1
adblockpluscore_repository=%(root)s/hg/adblockpluscore
adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
libadblockplus_repository=%(root)s/hg/libadblockplus
libadblockplus_target_directory=%(root)s/www/docs/libadblockplus
libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir}