| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 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 Loading... | |
| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 134 </td> | 134 </td> |
| 135 </tr> | 135 </tr> |
| 136 </table> | 136 </table> |
| 137 | 137 |
| 138 <table id="automation"> | 138 <table id="automation"> |
| 139 <tr> | 139 <tr> |
| 140 <th>{{table-header-name Name}}</th> | 140 <th>{{table-header-name Name}}</th> |
| 141 <td>Automation</td> | 141 <td>Automation</td> |
| 142 </tr> | 142 </tr> |
| 143 <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> | |
| 146 </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>{{table-header-peers Peer(s)}}</th> | 152 <th>{{table-header-peers Peer(s)}}</th> |
| 149 <td><a href="mailto:tristan@adblockplus.org">Tristan Lucas</a></td> | 153 <td><a href="mailto:tristan@adblockplus.org">Tristan Lucas</a></td> |
| 150 </tr> | 154 </tr> |
| 151 <tr> | 155 <tr> |
| 152 <th>{{table-header-super-reviewer Super reviewer}}</th> | 156 <th>{{table-header-super-reviewer Super reviewer}}</th> |
| 153 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> | 157 <td><a href="mailto:trev@adblockplus.org">Wladimir Palant</a></td> |
| (...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 593 <th>{{table-header-source-path Source path(s)}}</th> | 597 <th>{{table-header-source-path Source path(s)}}</th> |
| 594 <td> | 598 <td> |
| 595 <ul> | 599 <ul> |
| 596 <li> | 600 <li> |
| 597 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a> | 601 <a href="https://hg.adblockplus.org/urlfixer">urlfixer</a> |
| 598 </li> | 602 </li> |
| 599 </ul> | 603 </ul> |
| 600 </td> | 604 </td> |
| 601 </tr> | 605 </tr> |
| 602 </table> | 606 </table> |
| LEFT | RIGHT |