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

Side by Side Diff: pages/modules.html

Issue 29342805: Noissue - Add python-abp to sitescripts module (Closed)
Patch Set: Created May 19, 2016, 8:25 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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 <li> 441 <li>
442 <a href="https://hg.adblockplus.org/abpbot">abpbot</a> 442 <a href="https://hg.adblockplus.org/abpbot">abpbot</a>
443 </li> 443 </li>
444 <li> 444 <li>
445 <a href="https://hg.adblockplus.org/cms">cms</a> 445 <a href="https://hg.adblockplus.org/cms">cms</a>
446 </li> 446 </li>
447 <li> 447 <li>
448 <a href="https://hg.adblockplus.org/codingtools">codingtools</a> 448 <a href="https://hg.adblockplus.org/codingtools">codingtools</a>
449 </li> 449 </li>
450 <li> 450 <li>
451 <a href="https://hg.adblockplus.org/python-abp">python-abp</a>
452 </li>
453 <li>
451 <a href="https://hg.adblockplus.org/sitescripts">sitescripts</a> 454 <a href="https://hg.adblockplus.org/sitescripts">sitescripts</a>
452 </li> 455 </li>
453 </ul> 456 </ul>
454 </td> 457 </td>
455 </tr> 458 </tr>
456 </table> 459 </table>
457 460
458 <table id="extensions-for-adblock-plus"> 461 <table id="extensions-for-adblock-plus">
459 <tr> 462 <tr>
460 <th>{{table-header-name Name}}</th> 463 <th>{{table-header-name Name}}</th>
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 <th>{{table-header-source-path Source path(s)}}</th> 541 <th>{{table-header-source-path Source path(s)}}</th>
539 <td> 542 <td>
540 <ul> 543 <ul>
541 <li> 544 <li>
542 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a> 545 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a>
543 </li> 546 </li>
544 </ul> 547 </ul>
545 </td> 548 </td>
546 </tr> 549 </tr>
547 </table> 550 </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