| Index: .sitescripts.example | 
| =================================================================== | 
| --- a/.sitescripts.example | 
| +++ b/.sitescripts.example | 
| @@ -44,8 +44,9 @@ | 
|  | 
| [extensions] | 
| abp_repository=%(root)s/hg/adblockplus | 
| -abp_name=Adblock Plus | 
| +abp_name=Adblock Plus for Mozilla Firefox | 
| abp_galleryID=adblock-plus | 
| +abp_pad=true | 
| abpchrome_repository=%(root)s/hg/adblockpluschrome | 
| abpchrome_type=chrome | 
| abpchrome_name=Adblock Plus for Google Chrome | 
| @@ -55,19 +56,23 @@ | 
| abpchrome_clientID=...apps.googleusercontent.com | 
| abpchrome_clientSecret=secret | 
| abpchrome_refreshToken=1/rwn... | 
| +abpchrome_pad=true | 
| abpopera_repository=%(root)s/hg/adblockpluschrome | 
| abpopera_type=opera | 
| abpopera_name=Adblock Plus for Opera | 
| abpopera_galleryID=opera-adblock | 
| abpopera_key=%(root)s/data/adblockpluschrome.pem | 
| +abpopera_pad=true | 
| abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/ | 
| abpsafari_type=safari | 
| abpsafari_name=Adblock Plus for Safari | 
| abpsafari_key=%(root)s/files/adblockplussafari.pem | 
| +abpsafari_pad=true | 
| abpandroid_repository=%(root)s/hg/adblockplusandroid | 
| abpandroid_type=android | 
| abpandroid_name=Adblock Plus for Android | 
| abpandroid_downloadPage=/en/android | 
| +abpandroid_pad=true | 
| ehh_repository=%(root)s/hg/elemhidehelper | 
| ehh_name=Element Hiding Helper | 
| ehh_galleryID=elemhidehelper | 
| @@ -77,6 +82,10 @@ | 
| deobfuscator_repository=%(root)s/hg/jsdeobfuscator | 
| deobfuscator_name=JavaScript Deobfuscator | 
| deobfuscator_galleryID=javascript-deobfuscator | 
| +urlfixer_repository=%(root)s/hg/urlfixer | 
| +urlfixer_name=URL fixer | 
| +urlfixer_galleryID=url-fixer | 
| +urlfixer_pad=true | 
| buildRepository=%(root)s/hg/buildtools | 
| jsdocRepository=%(root)s/hg/jsdoc-toolkit | 
| nightliesData=%(root)s/data/nightlies | 
| @@ -89,6 +98,8 @@ | 
| androidUpdateManifestPath=%(root)s/www/androidupdates.xml | 
| safariUpdateManifestPath=%(root)s/www/updates.plist | 
| docsDirectory=%(root)s/www/jsdoc | 
| +padDirectory=%(root)s/www/pad | 
| +padURL=https://adblockplus.org/pad/ | 
| errorTemplate=extensions/template/error.html | 
| languageCheckTemplate=extensions/template/languageCheckResult.html | 
| languageFormTemplate=extensions/template/languageForm.html | 
| @@ -98,6 +109,7 @@ | 
| safariUpdateManifest=extensions/template/updates.plist | 
| androidUpdateManifest=extensions/template/androidupdates.xml | 
| nightlyIndexPage=extensions/template/nightlies.html | 
| +padTemplate=extensions/template/pad.xml | 
|  | 
| [stats] | 
| geoip_db=%(root)s/data/GeoIP.dat | 
|  |