OLD | NEW |
1 title=Modules | 1 title=Modules |
2 | 2 |
3 <head> | 3 <head> |
4 <style type="text/css"> | 4 <style type="text/css"> |
5 table | 5 table |
6 { | 6 { |
7 background: white; | 7 background: white; |
8 border-collapse: collapse; | 8 border-collapse: collapse; |
9 margin-top: 20px; | 9 margin-top: 20px; |
10 } | 10 } |
11 | 11 |
12 table:first-child | 12 table:first-child |
13 { | 13 { |
14 margin-top: 0; | 14 margin-top: 0; |
15 } | 15 } |
16 | 16 |
17 th, td | 17 th, td |
18 { | 18 { |
19 border: 1px solid black; | 19 border: 1px solid black; |
20 padding: 5px; | 20 padding: 5px; |
21 } | 21 } |
22 | 22 |
23 th | 23 th |
24 { | 24 { |
25 text-align: right; | 25 text-align: right; |
26 } | 26 } |
27 </style> | 27 </style> |
28 </head> | 28 </head> |
29 <p> | 29 <p> |
30 {{s1 Adblock Plus and all related projects are governed by a <a href="module-o
wnership">module ownership system</a>. Below is a list of all the modules we cur
rently have.}} | 30 {{modules-description Adblock Plus and all related projects are governed by a
<a href="module-ownership">module ownership system</a>. Below is a list of all t
he modules we currently have.}} |
31 </p> | 31 </p> |
32 | 32 |
33 <h2 id="code-modules">{{s2 Code modules}}</h2> | 33 <h2 id="code-modules">{{subheader-code-modules Code modules}}</h2> |
34 | 34 |
35 <table id="core"> | 35 <table id="core"> |
36 <tr> | 36 <tr> |
37 <th>{{s3 Name}}</th> | 37 <th>{{table-header-name Name}}</th> |
38 <td>Core</td> | 38 <td>Core</td> |
39 </tr> | 39 </tr> |
40 <tr> | 40 <tr> |
41 <th>{{s4 Owner}}</th> | 41 <th>{{table-header-owner Owner}}</th> |
42 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> | 42 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> |
43 </tr> | 43 </tr> |
44 <tr> | 44 <tr> |
45 <th>{{s5 Source path(s)}}</th> | 45 <th>{{table-header-source-path Source path(s)}}</th> |
46 <td> | 46 <td> |
47 <ul> | 47 <ul> |
48 <li> | 48 <li> |
49 <a href="https://hg.adblockplus.org/adblockplus">adblockplus</a> | 49 <a href="https://hg.adblockplus.org/adblockplus">adblockplus</a> |
50 <ul> | 50 <ul> |
51 <li>/lib/downloader.js</li> | 51 <li>/lib/downloader.js</li> |
52 <li>/lib/elemHide.js</li> | 52 <li>/lib/elemHide.js</li> |
53 <li>/lib/filterClasses.js</li> | 53 <li>/lib/filterClasses.js</li> |
54 <li>/lib/filterListener.js</li> | 54 <li>/lib/filterListener.js</li> |
55 <li>/lib/filterNotifier.js</li> | 55 <li>/lib/filterNotifier.js</li> |
56 <li>/lib/filterStorage.js</li> | 56 <li>/lib/filterStorage.js</li> |
57 <li>/lib/matcher.js</li> | 57 <li>/lib/matcher.js</li> |
58 <li>/lib/notification.js</li> | 58 <li>/lib/notification.js</li> |
59 <li>/lib/subscriptionClasses.js</li> | 59 <li>/lib/subscriptionClasses.js</li> |
60 <li>/lib/synchronizer.js</li> | 60 <li>/lib/synchronizer.js</li> |
61 </ul> | 61 </ul> |
62 </li> | 62 </li> |
63 <li> | 63 <li> |
64 <a href="https://hg.adblockplus.org/adblockpluscore">adblockpluscore</
a> | 64 <a href="https://hg.adblockplus.org/adblockpluscore">adblockpluscore</
a> |
65 </li> | 65 </li> |
66 </ul> | 66 </ul> |
67 </td> | 67 </td> |
68 </tr> | 68 </tr> |
69 </table> | 69 </table> |
70 | 70 |
71 <table id="user-interface"> | 71 <table id="user-interface"> |
72 <tr> | 72 <tr> |
73 <th>{{s6 Name}}</th> | 73 <th>{{table-header-name Name}}</th> |
74 <td>User Interface</td> | 74 <td>User Interface</td> |
75 </tr> | 75 </tr> |
76 <tr> | 76 <tr> |
77 <th>{{s7 Description}}</th> | 77 <th>{{table-header-description Description}}</th> |
78 <td>{{s8 The shared UI code.}}</td> | 78 <td>{{module-ui-description The shared UI code.}}</td> |
79 </tr> | 79 </tr> |
80 <tr> | 80 <tr> |
81 <th>{{s9 Owner}}</th> | 81 <th>{{table-header-owner Owner}}</th> |
82 <td><a href="mailto:thomas@adblockplus.org">Thomas Greiner</a></td> | 82 <td><a href="mailto:thomas@adblockplus.org">Thomas Greiner</a></td> |
83 </tr> | 83 </tr> |
84 <tr> | 84 <tr> |
85 <th>{{s10 Super reviewer}}</th> | 85 <th>{{table-header-super-reviewer Super reviewer}}</th> |
86 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> | 86 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> |
87 </tr> | 87 </tr> |
88 <tr> | 88 <tr> |
89 <th>{{s5 Source path(s)}}</th> | 89 <th>{{table-header-source-path Source path(s)}}</th> |
90 <td> | 90 <td> |
91 <ul> | 91 <ul> |
92 <li> | 92 <li> |
93 <a href="https://hg.adblockplus.org/adblockplusui">adblockplusui</a> | 93 <a href="https://hg.adblockplus.org/adblockplusui">adblockplusui</a> |
94 </li> | 94 </li> |
95 <li> | 95 <li> |
96 <a href="https://hg.adblockplus.org/adblockpluschrome">adblockpluschro
me</a> | 96 <a href="https://hg.adblockplus.org/adblockpluschrome">adblockpluschro
me</a> |
97 <ul> | 97 <ul> |
98 <li>block.html</li> | 98 <li>block.html</li> |
99 <li>block.js</li> | 99 <li>block.js</li> |
100 <li>options.html</li> | 100 <li>options.html</li> |
101 <li>options.js</li> | 101 <li>options.js</li> |
102 <li>popup.html</li> | 102 <li>popup.html</li> |
103 <li>popup.js</li> | 103 <li>popup.js</li> |
104 <li>/skin</li> | 104 <li>/skin</li> |
105 </ul> | 105 </ul> |
106 </li> | 106 </li> |
107 </ul> | 107 </ul> |
108 </td> | 108 </td> |
109 </tr> | 109 </tr> |
110 </table> | 110 </table> |
111 | 111 |
112 <table id="platform"> | 112 <table id="platform"> |
113 <tr> | 113 <tr> |
114 <th>{{s12 Name}}</th> | 114 <th>{{table-header-name Name}}</th> |
115 <td>Platform</td> | 115 <td>Platform</td> |
116 </tr> | 116 </tr> |
117 <tr> | 117 <tr> |
118 <th>{{s13 Owner}}</th> | 118 <th>{{table-header-owner Owner}}</th> |
119 <td><a href="mailto:sebastian@adblockplus.org">Sebastian Noack</a></td> | 119 <td><a href="mailto:sebastian@adblockplus.org">Sebastian Noack</a></td> |
120 </tr> | 120 </tr> |
121 <tr> | 121 <tr> |
122 <th>{{s10 Super reviewer}}</th> | 122 <th>{{table-header-super-reviewer Super reviewer}}</th> |
123 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> | 123 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> |
124 </tr> | 124 </tr> |
125 <tr> | 125 <tr> |
126 <th>{{s5 Source path(s)}}</th> | 126 <th>{{table-header-source-path Source path(s)}}</th> |
127 <td> | 127 <td> |
128 <ul> | 128 <ul> |
129 <li> | 129 <li> |
130 {{s16 <a href="https://hg.adblockplus.org/adblockpluschrome"><fix>adbl
ockpluschrome</fix></a> (except <a href="#user-interface"><fix>User Interface</f
ix></a>)}} | 130 {{module-platform-source <a href="https://hg.adblockplus.org/adblockpl
uschrome"><fix>adblockpluschrome</fix></a> (except <a href="#user-interface"><fi
x>User Interface</fix></a>)}} |
131 </li> | 131 </li> |
132 </ul> | 132 </ul> |
133 </td> | 133 </td> |
134 </tr> | 134 </tr> |
135 </table> | 135 </table> |
136 | 136 |
137 <table id="build-and-release-tools"> | 137 <table id="build-and-release-tools"> |
138 <tr> | 138 <tr> |
139 <th>{{s17 Name}}</th> | 139 <th>{{table-header-name Name}}</th> |
140 <td>Build and Release Tools</td> | 140 <td>Build and Release Tools</td> |
141 </tr> | 141 </tr> |
142 <tr> | 142 <tr> |
143 <th>{{s18 Owner}}</th> | 143 <th>{{table-header-owner Owner}}</th> |
144 <td><a href="mailto:sebastian@adblockplus.org">Sebastian Noack</a></td> | 144 <td><a href="mailto:sebastian@adblockplus.org">Sebastian Noack</a></td> |
145 </tr> | 145 </tr> |
146 <tr> | 146 <tr> |
147 <th>{{s10 Super reviewer}}</th> | 147 <th>{{table-header-super-reviewer Super reviewer}}</th> |
148 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> | 148 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> |
149 </tr> | 149 </tr> |
150 <tr> | 150 <tr> |
151 <th>{{s5 Source path(s)}}</th> | 151 <th>{{table-header-source-path Source path(s)}}</th> |
152 <td> | 152 <td> |
153 <ul> | 153 <ul> |
154 <li> | 154 <li> |
155 <a href="https://hg.adblockplus.org/buildtools">buildtools</a> | 155 <a href="https://hg.adblockplus.org/buildtools">buildtools</a> |
156 </li> | 156 </li> |
157 <li> | 157 <li> |
158 <a href="https://hg.adblockplus.org/jsdoc-toolkit">jsdoc-toolkit</a> | 158 <a href="https://hg.adblockplus.org/jsdoc-toolkit">jsdoc-toolkit</a> |
159 </li> | 159 </li> |
160 <li> | 160 <li> |
161 <a href="https://hg.adblockplus.org/jshydra">jshydra</a> | 161 <a href="https://hg.adblockplus.org/jshydra">jshydra</a> |
162 </li> | 162 </li> |
163 <li> | 163 <li> |
164 <a href="https://hg.adblockplus.org/screenshotter">screenshotter</a> | 164 <a href="https://hg.adblockplus.org/screenshotter">screenshotter</a> |
165 </li> | 165 </li> |
166 </ul> | 166 </ul> |
167 </td> | 167 </td> |
168 </tr> | 168 </tr> |
169 </table> | 169 </table> |
170 | 170 |
171 <table id="adblock-plus-for-firefox"> | 171 <table id="adblock-plus-for-firefox"> |
172 <tr> | 172 <tr> |
173 <th>{{s21 Name}}</th> | 173 <th>{{table-header-name Name}}</th> |
174 <td>Adblock Plus for Firefox</td> | 174 <td>Adblock Plus for Firefox</td> |
175 </tr> | 175 </tr> |
176 <tr> | 176 <tr> |
177 <th>{{s22 Owner}}</th> | 177 <th>{{table-header-owner Owner}}</th> |
178 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> | 178 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> |
179 </tr> | 179 </tr> |
180 <tr> | 180 <tr> |
181 <th>{{s5 Source path(s)}}</th> | 181 <th>{{table-header-source-path Source path(s)}}</th> |
182 <td> | 182 <td> |
183 <ul> | 183 <ul> |
184 <li> | 184 <li> |
185 {{s24 <a href="https://hg.adblockplus.org/adblockplus"><fix>adblockplu
s</fix></a> (except <a href="#core"><fix>Core</fix></a>)}} | 185 {{module-adblockplus-for-firefox-source <a href="https://hg.adblockplu
s.org/adblockplus"><fix>adblockplus</fix></a> (except <a href="#core"><fix>Core<
/fix></a>)}} |
186 </li> | 186 </li> |
187 <li> | 187 <li> |
188 <a href="https://hg.adblockplus.org/adblockplustests">adblockplustests
</a> | 188 <a href="https://hg.adblockplus.org/adblockplustests">adblockplustests
</a> |
189 </li> | 189 </li> |
190 </ul> | 190 </ul> |
191 </td> | 191 </td> |
192 </tr> | 192 </tr> |
193 </table> | 193 </table> |
194 | 194 |
195 <table id="adblock-plus-for-android"> | 195 <table id="adblock-plus-for-android"> |
196 <tr> | 196 <tr> |
197 <th>{{s25 Name}}</th> | 197 <th>{{table-header-name Name}}</th> |
198 <td>Adblock Plus for Android</td> | 198 <td>Adblock Plus for Android</td> |
199 </tr> | 199 </tr> |
200 <tr> | 200 <tr> |
201 <th>{{s26 Owner}}</th> | 201 <th>{{table-header-owner Owner}}</th> |
202 <td><a href="mailto:rene@adblockplus.org">René Jeschke</a></td> | 202 <td><a href="mailto:rene@adblockplus.org">René Jeschke</a></td> |
203 </tr> | 203 </tr> |
204 <tr> | 204 <tr> |
205 <th>{{s10 Super reviewer}}</th> | 205 <th>{{table-header-super-reviewer Super reviewer}}</th> |
206 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> | 206 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> |
207 </tr> | 207 </tr> |
208 <tr> | 208 <tr> |
209 <th>{{s5 Source path(s)}}</th> | 209 <th>{{table-header-source-path Source path(s)}}</th> |
210 <td> | 210 <td> |
211 <ul> | 211 <ul> |
212 <li> | 212 <li> |
213 <a href="https://hg.adblockplus.org/actionbarsherlock">actionbarsherlo
ck</a> | 213 <a href="https://hg.adblockplus.org/actionbarsherlock">actionbarsherlo
ck</a> |
214 </li> | 214 </li> |
215 <li> | 215 <li> |
216 <a href="https://hg.adblockplus.org/adblockplusandroid">adblockplusand
roid</a> | 216 <a href="https://hg.adblockplus.org/adblockplusandroid">adblockplusand
roid</a> |
217 </li> | 217 </li> |
218 <li> | 218 <li> |
219 <a href="https://hg.adblockplus.org/android-switch-backport">android-s
witch-backport</a> | 219 <a href="https://hg.adblockplus.org/android-switch-backport">android-s
witch-backport</a> |
220 </li> | 220 </li> |
221 </ul> | 221 </ul> |
222 </td> | 222 </td> |
223 </tr> | 223 </tr> |
224 </table> | 224 </table> |
225 | 225 |
226 <table id="adblock-plus-for-internet-explorer"> | 226 <table id="adblock-plus-for-internet-explorer"> |
227 <tr> | 227 <tr> |
228 <th>{{s29 Name}}</th> | 228 <th>{{table-header-name Name}}</th> |
229 <td>Adblock Plus for Internet Explorer</td> | 229 <td>Adblock Plus for Internet Explorer</td> |
230 </tr> | 230 </tr> |
231 <tr> | 231 <tr> |
232 <th>{{s30 Owner}}</th> | 232 <th>{{table-header-owner Owner}}</th> |
233 <td><a href="mailto:oleksandr@adblockplus.org">Oleksandr Paraska</a></td> | 233 <td><a href="mailto:oleksandr@adblockplus.org">Oleksandr Paraska</a></td> |
234 </tr> | 234 </tr> |
235 <tr> | 235 <tr> |
236 <th>{{s10 Super reviewer}}</th> | 236 <th>{{table-header-super-reviewer Super reviewer}}</th> |
237 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> | 237 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> |
238 </tr> | 238 </tr> |
239 <tr> | 239 <tr> |
240 <th>{{s5 Source path(s)}}</th> | 240 <th>{{table-header-source-path Source path(s)}}</th> |
241 <td> | 241 <td> |
242 <ul> | 242 <ul> |
243 <li> | 243 <li> |
244 <a href="https://hg.adblockplus.org/adblockplusie">adblockplusie</a> | 244 <a href="https://hg.adblockplus.org/adblockplusie">adblockplusie</a> |
245 </li> | 245 </li> |
246 </ul> | 246 </ul> |
247 </td> | 247 </td> |
248 </tr> | 248 </tr> |
249 </table> | 249 </table> |
250 | 250 |
251 <table id="libadblockplus"> | 251 <table id="libadblockplus"> |
252 <tr> | 252 <tr> |
253 <th>{{s33 Name}}</th> | 253 <th>{{table-header-name Name}}</th> |
254 <td>Libadblockplus</td> | 254 <td>Libadblockplus</td> |
255 </tr> | 255 </tr> |
256 <tr> | 256 <tr> |
257 <th>{{s34 Owner}}</th> | 257 <th>{{table-header-owner Owner}}</th> |
258 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> | 258 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> |
259 </tr> | 259 </tr> |
260 <tr> | 260 <tr> |
261 <th>{{s5 Source path(s)}}</th> | 261 <th>{{table-header-source-path Source path(s)}}</th> |
262 <td> | 262 <td> |
263 <ul> | 263 <ul> |
264 <li> | 264 <li> |
265 <a href="https://hg.adblockplus.org/googletest">googletest</a> | 265 <a href="https://hg.adblockplus.org/googletest">googletest</a> |
266 </li> | 266 </li> |
267 <li> | 267 <li> |
268 <a href="https://hg.adblockplus.org/gyp">gyp</a> | 268 <a href="https://hg.adblockplus.org/gyp">gyp</a> |
269 </li> | 269 </li> |
270 <li> | 270 <li> |
271 <a href="https://hg.adblockplus.org/libadblockplus">libadblockplus</a> | 271 <a href="https://hg.adblockplus.org/libadblockplus">libadblockplus</a> |
272 </li> | 272 </li> |
273 <li> | 273 <li> |
274 <a href="https://hg.adblockplus.org/libadblockplus-binaries">libadbloc
kplus-binaries</a> | 274 <a href="https://hg.adblockplus.org/libadblockplus-binaries">libadbloc
kplus-binaries</a> |
275 </li> | 275 </li> |
276 <li> | 276 <li> |
277 <a href="https://hg.adblockplus.org/v8">v8</a> | 277 <a href="https://hg.adblockplus.org/v8">v8</a> |
278 </li> | 278 </li> |
279 </ul> | 279 </ul> |
280 </td> | 280 </td> |
281 </tr> | 281 </tr> |
282 </table> | 282 </table> |
283 | 283 |
284 <table id="adblock-browser-for-android"> | 284 <table id="adblock-browser-for-android"> |
285 <tr> | 285 <tr> |
286 <th>{{adblock-browser-for-android-name Name}}</th> | 286 <th>{{table-header-name Name}}</th> |
287 <td>Adblock Browser for Android</td> | 287 <td>Adblock Browser for Android</td> |
288 </tr> | 288 </tr> |
289 <tr> | 289 <tr> |
290 <th>{{adblock-browser-for-android-owner Owner}}</th> | 290 <th>{{table-header-owner Owner}}</th> |
291 <td><a href="mailto:rene@adblockplus.org">René Jeschke</a></td> | 291 <td><a href="mailto:rene@adblockplus.org">René Jeschke</a></td> |
292 </tr> | 292 </tr> |
293 <tr> | 293 <tr> |
294 <th>{{adblock-browser-for-android-super-reviewer Super reviewer}}</th> | 294 <th>{{table-header-super-reviewer Super reviewer}}</th> |
295 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> | 295 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> |
296 </tr> | 296 </tr> |
297 <tr> | 297 <tr> |
298 <th>{{adblock-browser-for-android-source-path Source path(s)}}</th> | 298 <th>{{table-header-source-path Source path(s)}}</th> |
299 <td> | 299 <td> |
300 <ul> | 300 <ul> |
301 <li> | 301 <li> |
302 <a href="https://bitbucket.org/adblockplus/adblockbrowser">adblockbrow
ser</a> | 302 <a href="https://bitbucket.org/adblockplus/adblockbrowser">adblockbrow
ser</a> |
303 </li> | 303 </li> |
304 </ul> | 304 </ul> |
305 </td> | 305 </td> |
306 </tr> | 306 </tr> |
307 </table> | 307 </table> |
308 | 308 |
309 <table id="infrastructure"> | 309 <table id="infrastructure"> |
310 <tr> | 310 <tr> |
311 <th>{{s36 Name}}</th> | 311 <th>{{table-header-name Name}}</th> |
312 <td>Infrastructure</td> | 312 <td>Infrastructure</td> |
313 </tr> | 313 </tr> |
314 <tr> | 314 <tr> |
315 <th>{{s37 Owner}}</th> | 315 <th>{{table-header-owner Owner}}</th> |
316 <td><a href="mailto:mathias@adblockplus.org">Mathias Hennig</a></td> | 316 <td><a href="mailto:mathias@adblockplus.org">Mathias Hennig</a></td> |
317 </tr> | 317 </tr> |
318 <tr> | 318 <tr> |
319 <th>{{s10 Super reviewer}}</th> | 319 <th>{{table-header-super-reviewer Super reviewer}}</th> |
320 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> | 320 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> |
321 </tr> | 321 </tr> |
322 <tr> | 322 <tr> |
323 <th>{{s5 Source path(s)}}</th> | 323 <th>{{table-header-source-path Source path(s)}}</th> |
324 <td> | 324 <td> |
325 <ul> | 325 <ul> |
326 <li> | 326 <li> |
327 <a href="https://hg.adblockplus.org/discourse">discourse</a> | 327 <a href="https://hg.adblockplus.org/discourse">discourse</a> |
328 </li> | 328 </li> |
329 <li> | 329 <li> |
330 <a href="https://hg.adblockplus.org/downloads">downloads</a> | 330 <a href="https://hg.adblockplus.org/downloads">downloads</a> |
331 </li> | 331 </li> |
332 <li> | 332 <li> |
333 <a href="https://hg.adblockplus.org/infrastructure">infrastructure</a> | 333 <a href="https://hg.adblockplus.org/infrastructure">infrastructure</a> |
(...skipping 19 matching lines...) Expand all Loading... |
353 <li> | 353 <li> |
354 <a href="https://hg.adblockplus.org/infrastructure-puppetlabs-stdlib">
infrastructure-puppetlabs-stdlib</a> | 354 <a href="https://hg.adblockplus.org/infrastructure-puppetlabs-stdlib">
infrastructure-puppetlabs-stdlib</a> |
355 </li> | 355 </li> |
356 </ul> | 356 </ul> |
357 </td> | 357 </td> |
358 </tr> | 358 </tr> |
359 </table> | 359 </table> |
360 | 360 |
361 <table id="sitescripts"> | 361 <table id="sitescripts"> |
362 <tr> | 362 <tr> |
363 <th>{{s40 Name}}</th> | 363 <th>{{table-header-name Name}}</th> |
364 <td>Sitescripts</td> | 364 <td>Sitescripts</td> |
365 </tr> | 365 </tr> |
366 <tr> | 366 <tr> |
367 <th>{{s41 Owner}}</th> | 367 <th>{{table-header-owner Owner}}</th> |
368 <td><a href="mailto:sebastian@adblockplus.org">Sebastian Noack</a></td> | 368 <td><a href="mailto:sebastian@adblockplus.org">Sebastian Noack</a></td> |
369 </tr> | 369 </tr> |
370 <tr> | 370 <tr> |
371 <th>{{s10 Super reviewer}}</th> | 371 <th>{{table-header-super-reviewer Super reviewer}}</th> |
372 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> | 372 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> |
373 </tr> | 373 </tr> |
374 <tr> | 374 <tr> |
375 <th>{{s5 Source path(s)}}</th> | 375 <th>{{table-header-source-path Source path(s)}}</th> |
376 <td> | 376 <td> |
377 <ul> | 377 <ul> |
378 <li> | 378 <li> |
379 <a href="https://hg.adblockplus.org/abpbot">abpbot</a> | 379 <a href="https://hg.adblockplus.org/abpbot">abpbot</a> |
380 </li> | 380 </li> |
381 <li> | 381 <li> |
382 <a href="https://hg.adblockplus.org/cms">cms</a> | 382 <a href="https://hg.adblockplus.org/cms">cms</a> |
383 </li> | 383 </li> |
384 <li> | 384 <li> |
385 <a href="https://hg.adblockplus.org/sitescripts">sitescripts</a> | 385 <a href="https://hg.adblockplus.org/sitescripts">sitescripts</a> |
386 </li> | 386 </li> |
387 </ul> | 387 </ul> |
388 </td> | 388 </td> |
389 </tr> | 389 </tr> |
390 </table> | 390 </table> |
391 | 391 |
392 <table id="extensions-for-adblock-plus"> | 392 <table id="extensions-for-adblock-plus"> |
393 <tr> | 393 <tr> |
394 <th>{{s44 Name}}</th> | 394 <th>{{table-header-name Name}}</th> |
395 <td>Extensions for Adblock Plus</td> | 395 <td>Extensions for Adblock Plus</td> |
396 </tr> | 396 </tr> |
397 <tr> | 397 <tr> |
398 <th>{{s45 Owner}}</th> | 398 <th>{{table-header-owner Owner}}</th> |
399 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> | 399 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> |
400 </tr> | 400 </tr> |
401 <tr> | 401 <tr> |
402 <th>{{s5 Source path(s)}}</th> | 402 <th>{{table-header-source-path Source path(s)}}</th> |
403 <td> | 403 <td> |
404 <ul> | 404 <ul> |
405 <li> | 405 <li> |
406 <a href="https://hg.adblockplus.org/abpcrawler">abpcrawler</a> | 406 <a href="https://hg.adblockplus.org/abpcrawler">abpcrawler</a> |
407 </li> | 407 </li> |
408 <li> | 408 <li> |
409 <a href="https://hg.adblockplus.org/abpwatcher">abpwatcher</a> | 409 <a href="https://hg.adblockplus.org/abpwatcher">abpwatcher</a> |
410 </li> | 410 </li> |
411 <li> | 411 <li> |
412 <a href="https://hg.adblockplus.org/abpcustomization">abcustomization<
/a> | 412 <a href="https://hg.adblockplus.org/abpcustomization">abcustomization<
/a> |
413 </li> | 413 </li> |
414 <li> | 414 <li> |
415 <a href="https://hg.adblockplus.org/elemhidehelper">elemhidehelper</a> | 415 <a href="https://hg.adblockplus.org/elemhidehelper">elemhidehelper</a> |
416 </li> | 416 </li> |
417 </ul> | 417 </ul> |
418 </td> | 418 </td> |
419 </tr> | 419 </tr> |
420 </table> | 420 </table> |
421 | 421 |
422 <table id="websites"> | 422 <table id="websites"> |
423 <tr> | 423 <tr> |
424 <th>{{s47 Name}}</th> | 424 <th>{{table-header-name Name}}</th> |
425 <td>Websites</td> | 425 <td>Websites</td> |
426 </tr> | 426 </tr> |
427 <tr> | 427 <tr> |
428 <th>{{s48 Owner}}</th> | 428 <th>{{table-header-owner Owner}}</th> |
429 <td><a href="mailto:manvel@adblockplus.org">Manvel Saroyan</a></td> | 429 <td><a href="mailto:manvel@adblockplus.org">Manvel Saroyan</a></td> |
430 </tr> | 430 </tr> |
431 <tr> | 431 <tr> |
432 <th>{{s10 Super reviewer}}</th> | 432 <th>{{table-header-super-reviewer Super reviewer}}</th> |
433 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> | 433 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> |
434 </tr> | 434 </tr> |
435 <tr> | 435 <tr> |
436 <th>{{s5 Source path(s)}}</th> | 436 <th>{{table-header-source-path Source path(s)}}</th> |
437 <td> | 437 <td> |
438 <ul> | 438 <ul> |
439 <li> | 439 <li> |
440 <a href="https://hg.adblockplus.org/web.adblockplus.org">web.adblockpl
us.org</a> | 440 <a href="https://hg.adblockplus.org/web.adblockplus.org">web.adblockpl
us.org</a> |
441 </li> | 441 </li> |
442 <li> | 442 <li> |
443 <a href="https://hg.adblockplus.org/web.eyeo.com">web.eyeo.com</a> | 443 <a href="https://hg.adblockplus.org/web.eyeo.com">web.eyeo.com</a> |
444 </li> | 444 </li> |
445 <li> | 445 <li> |
446 <a href="https://hg.adblockplus.org/web.acceptableads.org">web.accepta
bleads.org</a> | 446 <a href="https://hg.adblockplus.org/web.acceptableads.org">web.accepta
bleads.org</a> |
447 </li> | 447 </li> |
448 <li> | 448 <li> |
449 <a href="https://hg.adblockplus.org/share.adblockplus.org">share.adblo
ckplus.org</a> | 449 <a href="https://hg.adblockplus.org/share.adblockplus.org">share.adblo
ckplus.org</a> |
450 </li> | 450 </li> |
451 <li> | 451 <li> |
452 <a href="https://hg.adblockplus.org/facebook.adblockplus.me">facebook.
adblockplus.me</a> | 452 <a href="https://hg.adblockplus.org/facebook.adblockplus.me">facebook.
adblockplus.me</a> |
453 </li> | 453 </li> |
454 <li> | 454 <li> |
455 <a href="https://hg.adblockplus.org/youtube.adblockplus.me">youtube.ad
blockplus.me</a> | 455 <a href="https://hg.adblockplus.org/youtube.adblockplus.me">youtube.ad
blockplus.me</a> |
456 </li> | 456 </li> |
457 </ul> | 457 </ul> |
458 </td> | 458 </td> |
459 </tr> | 459 </tr> |
460 </table> | 460 </table> |
461 | 461 |
462 <table id="url-fixer"> | 462 <table id="url-fixer"> |
463 <tr> | 463 <tr> |
464 <th>{{s51 Name}}</th> | 464 <th>{{table-header-name Name}}</th> |
465 <td>URL Fixer</td> | 465 <td>URL Fixer</td> |
466 </tr> | 466 </tr> |
467 <tr> | 467 <tr> |
468 <th>{{s52 Owner}}</th> | 468 <th>{{table-header-owner Owner}}</th> |
469 <td><a href="mailto:thomas@adblockplus.org">Thomas Greiner</a></td> | 469 <td><a href="mailto:thomas@adblockplus.org">Thomas Greiner</a></td> |
470 </tr> | 470 </tr> |
471 <tr> | 471 <tr> |
472 <th>{{s5 Source path(s)}}</th> | 472 <th>{{table-header-source-path Source path(s)}}</th> |
473 <td> | 473 <td> |
474 <ul> | 474 <ul> |
475 <li> | 475 <li> |
476 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a> | 476 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a> |
477 </li> | 477 </li> |
478 </ul> | 478 </ul> |
479 </td> | 479 </td> |
480 </tr> | 480 </tr> |
481 </table> | 481 </table> |
482 | 482 |
483 <h2 id="non-code-modules">{{s54 Non-code modules}}</h2> | 483 <h2 id="non-code-modules">{{subheader-non-code-modules Non-code modules}}</h2> |
484 | 484 |
485 <table id="user-experience"> | 485 <table id="user-experience"> |
486 <tr> | 486 <tr> |
487 <th>{{s55 Name}}</th> | 487 <th>{{table-header-name Name}}</th> |
488 <td>User Experience</td> | 488 <td>User Experience</td> |
489 </tr> | 489 </tr> |
490 <tr> | 490 <tr> |
491 <th>{{s56 Owner}}</th> | 491 <th>{{table-header-owner Owner}}</th> |
492 <td><a href="mailto:sven@adblockplus.org">Sven Hartz</a></td> | 492 <td><a href="mailto:sven@adblockplus.org">Sven Hartz</a></td> |
493 </tr> | 493 </tr> |
494 <tr> | 494 <tr> |
495 <th>{{s10 Super reviewer}}</th> | 495 <th>{{table-header-super-reviewer Super reviewer}}</th> |
496 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> | 496 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> |
497 </tr> | 497 </tr> |
498 </table> | 498 </table> |
499 | 499 |
500 <table id="quality-assurance"> | 500 <table id="quality-assurance"> |
501 <tr> | 501 <tr> |
502 <th>{{s58 Name}}</th> | 502 <th>{{table-header-name Name}}</th> |
503 <td>Quality Assurance</td> | 503 <td>Quality Assurance</td> |
504 </tr> | 504 </tr> |
505 <tr> | 505 <tr> |
506 <th>{{s59 Owner}}</th> | 506 <th>{{table-header-owner Owner}}</th> |
507 <td><a href="mailto:philip@adblockplus.org">Philip Hill</a></td> | 507 <td><a href="mailto:philip@adblockplus.org">Philip Hill</a></td> |
508 </tr> | 508 </tr> |
509 <tr> | 509 <tr> |
510 <th>{{s10 Super reviewer}}</th> | 510 <th>{{table-header-super-reviewer Super reviewer}}</th> |
511 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> | 511 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> |
512 </tr> | 512 </tr> |
513 </table> | 513 </table> |
OLD | NEW |