| Index: .sitescripts.example |
| =================================================================== |
| --- a/.sitescripts.example |
| +++ b/.sitescripts.example |
| @@ -46,6 +46,7 @@ |
| abp_repository=%(root)s/hg/adblockplus |
| abp_name=Adblock Plus |
| abp_galleryID=adblock-plus |
| +abp_padTemplate=extensions/template/pad.xml |
|
Wladimir Palant
2014/05/26 10:54:57
Why list the template for each extension individua
Sebastian Noack
2014/05/26 12:04:53
We are not generating a PAD file for every extensi
Wladimir Palant
2014/05/26 13:26:53
Why not? We don't have to publish the links to the
Sebastian Noack
2014/05/27 12:01:23
Some details in the template (like the description
|
| 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_padTemplate=extensions/template/pad.xml |
| 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_padTemplate=extensions/template/pad.xml |
| abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/ |
| abpsafari_type=safari |
| abpsafari_name=Adblock Plus for Safari |
| abpsafari_key=%(root)s/files/adblockplussafari.pem |
| +abpsafari_padTemplate=extensions/template/pad.xml |
| abpandroid_repository=%(root)s/hg/adblockplusandroid |
| abpandroid_type=android |
| abpandroid_name=Adblock Plus for Android |
| abpandroid_downloadPage=/en/android |
| +abpandroid_padTemplate=extensions/template/pad.xml |
| ehh_repository=%(root)s/hg/elemhidehelper |
| ehh_name=Element Hiding Helper |
| ehh_galleryID=elemhidehelper |
| @@ -89,6 +94,8 @@ |
| androidUpdateManifestPath=%(root)s/www/androidupdates.xml |
| safariUpdateManifestPath=%(root)s/www/updates.plist |
| docsDirectory=%(root)s/www/jsdoc |
| +padDirectory=%(root)s/www/pad |
| +padURL=http://adblockplus.org/pad/ |
| errorTemplate=extensions/template/error.html |
| languageCheckTemplate=extensions/template/languageCheckResult.html |
| languageFormTemplate=extensions/template/languageForm.html |