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

Side by Side Diff: pages/modules.html

Issue 29573947: Noissue - Restructure Build-and-Release-Tools and Sitescripts modules (Closed)
Patch Set: Added description Created Oct. 20, 2017, 1:51 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 </tr> 58 </tr>
59 </table> 59 </table>
60 60
61 <table id="user-interface"> 61 <table id="user-interface">
62 <tr> 62 <tr>
63 <th>{{table-header-name Name}}</th> 63 <th>{{table-header-name Name}}</th>
64 <td>User Interface</td> 64 <td>User Interface</td>
65 </tr> 65 </tr>
66 <tr> 66 <tr>
67 <th>{{table-header-description Description}}</th> 67 <th>{{table-header-description Description}}</th>
68 <td>{{module-ui-description The shared UI code.}}</td> 68 <td>{{module-ui-description The User Interface of the Adblock Plus browser e xtension.}}</td>
Sebastian Noack 2017/10/20 01:53:38 While on it, I also fixed this description, since
kzar 2017/10/20 11:48:13 Fair enough, but Thomas should check this change t
Thomas Greiner 2017/10/20 14:38:12 I'm ok with this change.
69 </tr> 69 </tr>
70 <tr> 70 <tr>
71 <th>{{table-header-owner Owner}}</th> 71 <th>{{table-header-owner Owner}}</th>
72 <td><a href="mailto:thomas@adblockplus.org">Thomas Greiner</a></td> 72 <td><a href="mailto:thomas@adblockplus.org">Thomas Greiner</a></td>
73 </tr> 73 </tr>
74 <tr> 74 <tr>
75 <th>{{table-header-peers Peer(s)}}</th> 75 <th>{{table-header-peers Peer(s)}}</th>
76 <td><a href="mailto:manvel@adblockplus.org">Manvel Saroyan</a></td> 76 <td><a href="mailto:manvel@adblockplus.org">Manvel Saroyan</a></td>
77 </tr> 77 </tr>
78 <tr> 78 <tr>
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 {{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>)}} 128 {{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>)}}
129 </li> 129 </li>
130 <li> 130 <li>
131 <a href="https://hg.adblockplus.org/abp2blocklist">abp2blocklist</a> 131 <a href="https://hg.adblockplus.org/abp2blocklist">abp2blocklist</a>
132 </li> 132 </li>
133 </ul> 133 </ul>
134 </td> 134 </td>
135 </tr> 135 </tr>
136 </table> 136 </table>
137 137
138 <table id="build-and-release-tools"> 138 <table id="automation">
139 <tr> 139 <tr>
140 <th>{{table-header-name Name}}</th> 140 <th>{{table-header-name Name}}</th>
141 <td>Build and Release Tools</td> 141 <td>Automation</td>
142 </tr>
143 <tr>
144 <th>{{table-header-description Description}}</th>
145 <td>{{module-automation-description The build and release automation for the Adblock Plus browser extension, and some general coding tools.}}</td>
142 </tr> 146 </tr>
143 <tr> 147 <tr>
144 <th>{{table-header-owner Owner}}</th> 148 <th>{{table-header-owner Owner}}</th>
145 <td><a href="mailto:sebastian@adblockplus.org">Sebastian Noack</a></td> 149 <td><a href="mailto:sebastian@adblockplus.org">Sebastian Noack</a></td>
146 </tr> 150 </tr>
147 <tr> 151 <tr>
148 <th rowspan="2">{{table-header-peers Peer(s)}}</th> 152 <th>{{table-header-peers Peer(s)}}</th>
149 <td><a href="mailto:dave@adblockplus.org">Dave Barker</a></td> 153 <td><a href="mailto:tristan@adblockplus.org">Tristan Lucas</a></td>
150 </tr>
151 <tr>
152 <td><a href="mailto:vasily@adblockplus.org">Vasily Kuznetsov</a></td>
153 </tr> 154 </tr>
154 <tr> 155 <tr>
155 <th>{{table-header-super-reviewer Super reviewer}}</th> 156 <th>{{table-header-super-reviewer Super reviewer}}</th>
156 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> 157 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td>
157 </tr> 158 </tr>
158 <tr> 159 <tr>
159 <th>{{table-header-source-path Source path(s)}}</th> 160 <th>{{table-header-source-path Source path(s)}}</th>
160 <td> 161 <td>
161 <ul> 162 <ul>
162 <li> 163 <li>
163 <a href="https://hg.adblockplus.org/buildtools">buildtools</a> 164 <a href="https://hg.adblockplus.org/buildtools">buildtools</a>
164 </li> 165 </li>
165 <li> 166 <li>
166 <a href="https://hg.adblockplus.org/screenshotter">screenshotter</a> 167 <a href="https://hg.adblockplus.org/codingtools">codingtools</a>
168 </li>
169 <li>
170 <a href="https://hg.adblockplus.org/sitescripts">sitescripts</a>
171 <ul>
172 <li>sitescripts/extensions/*</li>
173 </ul>
167 </li> 174 </li>
168 </ul> 175 </ul>
169 </td> 176 </td>
170 </tr> 177 </tr>
171 </table> 178 </table>
172 179
173 <table id="adblock-plus-for-firefox"> 180 <table id="adblock-plus-for-firefox">
174 <tr> 181 <tr>
175 <th>{{table-header-name Name}}</th> 182 <th>{{table-header-name Name}}</th>
176 <td>Adblock Plus for Firefox</td> 183 <td>Adblock Plus for Firefox</td>
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 <table id="sitescripts"> 476 <table id="sitescripts">
470 <tr> 477 <tr>
471 <th>{{table-header-name Name}}</th> 478 <th>{{table-header-name Name}}</th>
472 <td>Sitescripts</td> 479 <td>Sitescripts</td>
473 </tr> 480 </tr>
474 <tr> 481 <tr>
475 <th>{{table-header-owner Owner}}</th> 482 <th>{{table-header-owner Owner}}</th>
476 <td><a href="mailto:vasily@adblockplus.org">Vasily Kuznetsov</a></td> 483 <td><a href="mailto:vasily@adblockplus.org">Vasily Kuznetsov</a></td>
477 </tr> 484 </tr>
478 <tr> 485 <tr>
479 <th>{{table-header-peers Peer(s)}}</th>
480 <td><a href="mailto:sebastian@adblockplus.org">Sebastian Noack</a></td>
481 </tr>
482 <tr>
483 <th>{{table-header-super-reviewer Super reviewer}}</th> 486 <th>{{table-header-super-reviewer Super reviewer}}</th>
484 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td> 487 <td><a href="mailto:felix@adblockplus.org">Felix Dahlke</a></td>
485 </tr> 488 </tr>
486 <tr> 489 <tr>
487 <th>{{table-header-source-path Source path(s)}}</th> 490 <th>{{table-header-source-path Source path(s)}}</th>
488 <td> 491 <td>
489 <ul> 492 <ul>
490 <li> 493 <li>
491 <a href="https://hg.adblockplus.org/abpbot">abpbot</a> 494 <a href="https://hg.adblockplus.org/abpbot">abpbot</a>
492 </li> 495 </li>
493 <li> 496 <li>
494 <a href="https://hg.adblockplus.org/cms">cms</a> 497 <a href="https://hg.adblockplus.org/cms">cms</a>
495 </li> 498 </li>
496 <li> 499 <li>
497 <a href="https://hg.adblockplus.org/codingtools">codingtools</a>
498 </li>
499 <li>
500 <a href="https://hg.adblockplus.org/python-abp">python-abp</a> 500 <a href="https://hg.adblockplus.org/python-abp">python-abp</a>
501 </li> 501 </li>
502 <li> 502 <li>
503 <a href="https://hg.adblockplus.org/sitescripts">sitescripts</a> 503 {{module-sitescripts-source <a href="https://hg.adblockplus.org/sitesc ripts"><fix>sitescripts</fix></a> (except <a href="#automation"><fix>Automation< /fix></a>)}}
504 </li> 504 </li>
505 </ul> 505 </ul>
506 </td> 506 </td>
507 </tr> 507 </tr>
508 </table> 508 </table>
509 509
510 <table id="extensions-for-adblock-plus"> 510 <table id="extensions-for-adblock-plus">
511 <tr> 511 <tr>
512 <th>{{table-header-name Name}}</th> 512 <th>{{table-header-name Name}}</th>
513 <td>Extensions for Adblock Plus</td> 513 <td>Extensions for Adblock Plus</td>
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 <th>{{table-header-source-path Source path(s)}}</th> 597 <th>{{table-header-source-path Source path(s)}}</th>
598 <td> 598 <td>
599 <ul> 599 <ul>
600 <li> 600 <li>
601 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a> 601 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a>
602 </li> 602 </li>
603 </ul> 603 </ul>
604 </td> 604 </td>
605 </tr> 605 </tr>
606 </table> 606 </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