Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: .sitescripts.example

Issue 5723465818570752: Issue 520 - Generate PAD files for download portals when updating download links (Closed)
Patch Set: Created May 26, 2014, 10 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 [DEFAULT] 1 [DEFAULT]
2 root=/server/root/path 2 root=/server/root/path
3 mailer=/usr/sbin/sendmail 3 mailer=/usr/sbin/sendmail
4 mailerDebug=no 4 mailerDebug=no
5 secret=somerandomstringhere 5 secret=somerandomstringhere
6 6
7 [subscriptions] 7 [subscriptions]
8 repository=%(root)s/hg/subscriptionlist 8 repository=%(root)s/hg/subscriptionlist
9 statusTemplate=subscriptions/template/status.html 9 statusTemplate=subscriptions/template/status.html
10 statusPage=%(root)s/www/subscriptionStatus.html 10 statusPage=%(root)s/www/subscriptionStatus.html
(...skipping 28 matching lines...) Expand all
39 dbprefix= 39 dbprefix=
40 40
41 [logs] 41 [logs]
42 dataPath=%(root)s/logs 42 dataPath=%(root)s/logs
43 fileName=log.%%i.gz 43 fileName=log.%%i.gz
44 44
45 [extensions] 45 [extensions]
46 abp_repository=%(root)s/hg/adblockplus 46 abp_repository=%(root)s/hg/adblockplus
47 abp_name=Adblock Plus 47 abp_name=Adblock Plus
48 abp_galleryID=adblock-plus 48 abp_galleryID=adblock-plus
49 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
49 abpchrome_repository=%(root)s/hg/adblockpluschrome 50 abpchrome_repository=%(root)s/hg/adblockpluschrome
50 abpchrome_type=chrome 51 abpchrome_type=chrome
51 abpchrome_name=Adblock Plus for Google Chrome 52 abpchrome_name=Adblock Plus for Google Chrome
52 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb 53 abpchrome_galleryID=cfhdojbkjhnklbpkdaibdccddilifddb
53 abpchrome_devbuildGalleryID=ldcecbkkoecffmfljeihcmifjjdoepkn 54 abpchrome_devbuildGalleryID=ldcecbkkoecffmfljeihcmifjjdoepkn
54 abpchrome_key=%(root)s/data/adblockpluschrome.pem 55 abpchrome_key=%(root)s/data/adblockpluschrome.pem
55 abpchrome_clientID=...apps.googleusercontent.com 56 abpchrome_clientID=...apps.googleusercontent.com
56 abpchrome_clientSecret=secret 57 abpchrome_clientSecret=secret
57 abpchrome_refreshToken=1/rwn... 58 abpchrome_refreshToken=1/rwn...
59 abpchrome_padTemplate=extensions/template/pad.xml
58 abpopera_repository=%(root)s/hg/adblockpluschrome 60 abpopera_repository=%(root)s/hg/adblockpluschrome
59 abpopera_type=opera 61 abpopera_type=opera
60 abpopera_name=Adblock Plus for Opera 62 abpopera_name=Adblock Plus for Opera
61 abpopera_galleryID=opera-adblock 63 abpopera_galleryID=opera-adblock
62 abpopera_key=%(root)s/data/adblockpluschrome.pem 64 abpopera_key=%(root)s/data/adblockpluschrome.pem
65 abpopera_padTemplate=extensions/template/pad.xml
63 abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/ 66 abpsafari_repository=%(root)s/subdomains/hg/adblockpluschrome/
64 abpsafari_type=safari 67 abpsafari_type=safari
65 abpsafari_name=Adblock Plus for Safari 68 abpsafari_name=Adblock Plus for Safari
66 abpsafari_key=%(root)s/files/adblockplussafari.pem 69 abpsafari_key=%(root)s/files/adblockplussafari.pem
70 abpsafari_padTemplate=extensions/template/pad.xml
67 abpandroid_repository=%(root)s/hg/adblockplusandroid 71 abpandroid_repository=%(root)s/hg/adblockplusandroid
68 abpandroid_type=android 72 abpandroid_type=android
69 abpandroid_name=Adblock Plus for Android 73 abpandroid_name=Adblock Plus for Android
70 abpandroid_downloadPage=/en/android 74 abpandroid_downloadPage=/en/android
75 abpandroid_padTemplate=extensions/template/pad.xml
71 ehh_repository=%(root)s/hg/elemhidehelper 76 ehh_repository=%(root)s/hg/elemhidehelper
72 ehh_name=Element Hiding Helper 77 ehh_name=Element Hiding Helper
73 ehh_galleryID=elemhidehelper 78 ehh_galleryID=elemhidehelper
74 watcher_repository=%(root)s/hg/abpwatcher 79 watcher_repository=%(root)s/hg/abpwatcher
75 watcher_name=Diagnostics 80 watcher_name=Diagnostics
76 watcher_downloadPage=/en/abpwatcher 81 watcher_downloadPage=/en/abpwatcher
77 deobfuscator_repository=%(root)s/hg/jsdeobfuscator 82 deobfuscator_repository=%(root)s/hg/jsdeobfuscator
78 deobfuscator_name=JavaScript Deobfuscator 83 deobfuscator_name=JavaScript Deobfuscator
79 deobfuscator_galleryID=javascript-deobfuscator 84 deobfuscator_galleryID=javascript-deobfuscator
80 buildRepository=%(root)s/hg/buildtools 85 buildRepository=%(root)s/hg/buildtools
81 jsdocRepository=%(root)s/hg/jsdoc-toolkit 86 jsdocRepository=%(root)s/hg/jsdoc-toolkit
82 nightliesData=%(root)s/data/nightlies 87 nightliesData=%(root)s/data/nightlies
83 nightliesDirectory=%(root)s/www/devbuilds 88 nightliesDirectory=%(root)s/www/devbuilds
84 nightliesURL=https://adblockplus.org/devbuilds/ 89 nightliesURL=https://adblockplus.org/devbuilds/
85 downloadsRepo=%(root)s/hg/downloads 90 downloadsRepo=%(root)s/hg/downloads
86 downloadsURL=https://downloads.adblockplus.org/ 91 downloadsURL=https://downloads.adblockplus.org/
87 downloadLinksFile=%(root)s/tmp/downloadLinks.ini 92 downloadLinksFile=%(root)s/tmp/downloadLinks.ini
88 geckoUpdateManifestPath=%(root)s/www/update.rdf 93 geckoUpdateManifestPath=%(root)s/www/update.rdf
89 androidUpdateManifestPath=%(root)s/www/androidupdates.xml 94 androidUpdateManifestPath=%(root)s/www/androidupdates.xml
90 safariUpdateManifestPath=%(root)s/www/updates.plist 95 safariUpdateManifestPath=%(root)s/www/updates.plist
91 docsDirectory=%(root)s/www/jsdoc 96 docsDirectory=%(root)s/www/jsdoc
97 padDirectory=%(root)s/www/pad
98 padURL=http://adblockplus.org/pad/
92 errorTemplate=extensions/template/error.html 99 errorTemplate=extensions/template/error.html
93 languageCheckTemplate=extensions/template/languageCheckResult.html 100 languageCheckTemplate=extensions/template/languageCheckResult.html
94 languageFormTemplate=extensions/template/languageForm.html 101 languageFormTemplate=extensions/template/languageForm.html
95 changelogTemplate=extensions/template/changelog.html 102 changelogTemplate=extensions/template/changelog.html
96 geckoUpdateManifest=extensions/template/update.rdf 103 geckoUpdateManifest=extensions/template/update.rdf
97 chromeUpdateManifest=extensions/template/updates.xml 104 chromeUpdateManifest=extensions/template/updates.xml
98 safariUpdateManifest=extensions/template/updates.plist 105 safariUpdateManifest=extensions/template/updates.plist
99 androidUpdateManifest=extensions/template/androidupdates.xml 106 androidUpdateManifest=extensions/template/androidupdates.xml
100 nightlyIndexPage=extensions/template/nightlies.html 107 nightlyIndexPage=extensions/template/nightlies.html
101 108
(...skipping 30 matching lines...) Expand all
132 template=formmail/template/eyeo.mail 139 template=formmail/template/eyeo.mail
133 140
134 [externalFiles] 141 [externalFiles]
135 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti ve_tld_names.dat?raw=1 142 example_source=http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effecti ve_tld_names.dat?raw=1
136 example_targetrepository=%(root)s/hg/adblockpluschrome 143 example_targetrepository=%(root)s/hg/adblockpluschrome
137 example_targetfile=third-party/publicSuffixList.txt 144 example_targetfile=third-party/publicSuffixList.txt
138 145
139 [notifications] 146 [notifications]
140 repository=%(root)s/hg/notifications 147 repository=%(root)s/hg/notifications
141 output=%(root)s/www/notification.json 148 output=%(root)s/www/notification.json
OLDNEW
« no previous file with comments | « no previous file | sitescripts/extensions/android.py » ('j') | sitescripts/extensions/bin/updateDownloadLinks.py » ('J')

Powered by Google App Engine
This is Rietveld