| Index: modules/updateserver/files/sitescripts | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/modules/updateserver/files/sitescripts | 
| @@ -0,0 +1,21 @@ | 
| +[extensions] | 
| +hg_root=/var/lib/adblockplus | 
| +abp_repository=%(hg_root)s/adblockplus | 
| +abpsafari_repository=%(hg_root)s/adblockpluschrome | 
| +abpsafari_type=safari | 
| +abpsafari_key=%(hg_root)s/adblockplussafari.pem | 
| +abpandroid_repository=%(hg_root)s/adblockplusandroid | 
| +abpandroid_type=android | 
| +ehh_repository=%(hg_root)s/elemhidehelper | 
| +watcher_repository=%(hg_root)s/abpwatcher | 
| +customization_repository=%(hg_root)s/abpcustomization | 
| +urlfixer_repository=%(hg_root)s/urlfixer | 
| +downloadsrepo=%(hg_root)s/downloads | 
| +downloadsurl=https://downloads.adblockplus.org/ | 
| +web_root=/var/www/update | 
| +geckoUpdateManifestPath=%(web_root)s/gecko/update.rdf | 
| +geckoUpdateManifest=extensions/template/update.rdf | 
| +safariUpdateManifestPath=%(web_root)s/adblockplussafari/updates.plist | 
| +safariUpdateManifest=extensions/template/updates.plist | 
| +androidUpdateManifestPath=%(web_root)s/adblockplusandroid/updates.xml | 
| +androidUpdateManifest=extensions/template/androidupdates.xml | 
|  |