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

Side by Side Diff: pages/modules.html

Issue 5731153147330560: Noissue - Add code module for Adblock Browser for Android (Closed)
Patch Set: Rebased Created May 21, 2015, 9:13 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 }
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
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">
285 <tr>
286 <th>{{adblock-browser-for-android-name Name}}</th>
287 <td>Adblock Browser for Android</td>
288 </tr>
289 <tr>
290 <th>{{adblock-browser-for-android-owner Owner}}</th>
saroyanm 2015/05/21 09:37:32 Would be great to have same translatable strings f
Felix Dahlke 2015/05/21 11:30:03 Yes we should definitely do that, but I thought it
291 <td><a href="mailto:rene@adblockplus.org">René Jeschke</a></td>
292 </tr>
293 <tr>
294 <th>{{adblock-browser-for-android-super-reviewer Super reviewer}}</th>
295 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td>
296 </tr>
297 <tr>
298 <th>{{adblock-browser-for-android-source-path Source path(s)}}</th>
299 <td>
300 <ul>
301 <li>
302 <a href="https://bitbucket.org/adblockplus/adblockbrowser">adblockbrow ser</a>
303 </li>
304 </ul>
305 </td>
306 </tr>
307 </table>
308
284 <table id="infrastructure"> 309 <table id="infrastructure">
285 <tr> 310 <tr>
286 <th>{{s36 Name}}</th> 311 <th>{{s36 Name}}</th>
287 <td>Infrastructure</td> 312 <td>Infrastructure</td>
288 </tr> 313 </tr>
289 <tr> 314 <tr>
290 <th>{{s37 Owner}}</th> 315 <th>{{s37 Owner}}</th>
291 <td><a href="mailto:mathias@adblockplus.org">Mathias Hennig</a></td> 316 <td><a href="mailto:mathias@adblockplus.org">Mathias Hennig</a></td>
292 </tr> 317 </tr>
293 <tr> 318 <tr>
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 </tr> 504 </tr>
480 <tr> 505 <tr>
481 <th>{{s59 Owner}}</th> 506 <th>{{s59 Owner}}</th>
482 <td><a href="mailto:philip@adblockplus.org">Philip Hill</a></td> 507 <td><a href="mailto:philip@adblockplus.org">Philip Hill</a></td>
483 </tr> 508 </tr>
484 <tr> 509 <tr>
485 <th>{{s10 Super reviewer}}</th> 510 <th>{{s10 Super reviewer}}</th>
486 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> 511 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td>
487 </tr> 512 </tr>
488 </table> 513 </table>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld