| Index: sitescripts/extensions/test/sitescripts.ini.template |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/sitescripts/extensions/test/sitescripts.ini.template |
| @@ -0,0 +1,32 @@ |
| +[DEFAULT] |
| +hgroot={hg_dir} |
| +wwwdir={out_dir} |
| +keysdir={keys_dir} |
| + |
| +[extensions] |
| +adblockplusfirefox_repository=%(hgroot)s/adblockplus |
| +adblockplusfirefox_type=gecko |
| + |
| +adblockplusie_repository=%(hgroot)s/adblockplusie |
| +adblockplusie_type=ie |
| + |
| +adblockplussafari_repository=%(hgroot)s/adblockpluschrome/ |
| +adblockplussafari_type=safari |
| +adblockplussafari_key=%(keysdir)s/adblockplussafari.pem |
| + |
| +adblockplusandroid_repository=%(hgroot)s/adblockplusandroid |
| +adblockplusandroid_type=android |
| + |
| +downloadsRepo=%(hgroot)s/downloads |
| +downloadsURL=https://downloads.adblockplus.org/ |
| + |
| +geckoUpdateManifestPath=%(wwwdir)s/update.rdf |
| +androidUpdateManifestPath=%(wwwdir)s/androidupdates.xml |
| +androidNewUpdateManifestPath=%(wwwdir)s/androidupdates.json |
| +safariUpdateManifestPath=%(wwwdir)s/updates.plist |
| +ieUpdateManifestPath=%(wwwdir)s/ieupdate.json |
| + |
| +geckoUpdateManifest=extensions/template/update.rdf |
| +chromeUpdateManifest=extensions/template/updates.xml |
| +androidUpdateManifest=extensions/template/androidupdates.xml |
| +safariUpdateManifest=extensions/template/updates.plist |